@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--tagify-dd-color-primary:#3595f6;--tagify-dd-text-color:#000;--tagify-dd-bg-color:#fff;--tagify-dd-item-pad:.3em .5em;--tagify-dd-max-height:300px}.tagify{--tags-disabled-bg:#f1f1f1;--tags-border-color:#ddd;--tags-hover-border-color:#ccc;--tags-focus-border-color:#3595f6;--tag-border-radius:3px;--tag-bg:#e5e5e5;--tag-hover:#d3e2e2;--tag-text-color:#000;--tag-text-color--edit:#000;--tag-pad:0.3em 0.5em;--tag-inset-shadow-size:1.2em;--tag-invalid-color:#d39494;--tag-invalid-bg:#d3949480;--tag--min-width:1ch;--tag--max-width:100%;--tag-hide-transition:0.3s;--tag-remove-bg:#d394944d;--tag-remove-btn-color:#000;--tag-remove-btn-bg:none;--tag-remove-btn-bg--hover:#c77777;--input-color:inherit;--placeholder-color:#0006;--placeholder-color-focus:#00000040;--loader-size:.8em;--readonly-striped:1;align-content:baseline;align-items:flex-start;border:1px solid var(--tags-border-color);box-sizing:border-box;display:inline-flex;flex-wrap:wrap;line-height:0;outline:0;padding:0;position:relative;transition:.1s}@keyframes tags--bump{30%{transform:scale(1.2)}}@keyframes rotateLoader{to{transform:rotate(1turn)}}.tagify:has([contenteditable=true]){cursor:text}.tagify:hover:not(.tagify--focus):not(.tagify--invalid){--tags-border-color:var(--tags-hover-border-color)}.tagify[disabled]{background:var(--tags-disabled-bg);filter:saturate(0);opacity:.5;pointer-events:none}.tagify[disabled].tagify--empty>.tagify__input:before{position:relative}.tagify[disabled].tagify--select,.tagify[readonly].tagify--select{pointer-events:none}.tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty),.tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty){cursor:default}.tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty)>.tagify__input,.tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty)>.tagify__input{margin:5px 0;visibility:hidden;width:0}.tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag>div,.tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag>div{padding:var(--tag-pad)}.tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag>div:before,.tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag>div:before{animation:readonlyStyles 1s calc(-1s*(var(--readonly-striped) - 1)) paused}.tagify--loading .tagify__input>br:last-child,.tagify[disabled] .tagify__tag__removeBtn,.tagify[readonly] .tagify__tag__removeBtn{display:none}.tagify--loading .tagify__input:before{content:none}.tagify--loading .tagify__input:after{animation:rotateLoader .4s linear infinite;border-color:#eee #bbb #888 #0000;border-radius:50%;border-style:solid;border-width:3px;content:"";content:""!important;height:.7em;height:var(--loader-size);margin:-2px 0 -2px .5em;min-width:0;opacity:1;vertical-align:middle;width:.7em;width:var(--loader-size)}.tagify--loading .tagify__input:empty:after{margin-left:0}.tagify+input,.tagify+textarea{left:-9999em!important;position:absolute!important;transform:scale(0)!important}.tagify__tag{align-items:center;cursor:default;display:inline-flex;line-height:normal;margin-block:5px;margin-inline:5px 0;max-width:var(--tag--max-width);outline:0;position:relative;transition:.13s ease-out;z-index:1}.tagify__tag>div{border-radius:var(--tag-border-radius);box-sizing:border-box;color:var(--tag-text-color);display:flex;flex:1 1;line-height:inherit;max-width:100%;padding:var(--tag-pad);transition:.13s ease-out;vertical-align:top;white-space:nowrap}.tagify__tag>div>*{display:inline-block;max-width:var(--tag--max-width);min-width:var(--tag--min-width);overflow:hidden;text-overflow:ellipsis;transition:.8s ease,color .1s;vertical-align:top;white-space:pre-wrap}.tagify__tag>div>[contenteditable]{cursor:text;display:block;margin:-2px;max-width:350px;outline:0;padding:2px;-webkit-user-select:text;user-select:text}.tagify__tag>div>:only-child{width:100%}.tagify__tag>div:before{animation:tags--bump .3s ease-out 1;border-radius:inherit;box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset;content:"";inset:0;inset:var(--tag-bg-inset,0);pointer-events:none;position:absolute;transition:.12s ease;z-index:-1}.tagify__tag:focus div:before,.tagify__tag:hover:not([readonly]) div:before{--tag-bg-inset:-2.5px;--tag-bg:var(--tag-hover)}.tagify__tag--loading{pointer-events:none}.tagify__tag--loading .tagify__tag__removeBtn{display:none}.tagify__tag--loading:after{--loader-size:.4em;animation:rotateLoader .4s linear infinite;border-color:#eee #bbb #888 #0000;border-radius:50%;border-style:solid;border-width:3px;content:"";height:.7em;height:var(--loader-size);margin:0 .5em 0 -.1em;min-width:0;opacity:1;vertical-align:middle;width:.7em;width:var(--loader-size)}.tagify__tag--flash div:before{animation:none}.tagify__tag--hide{margin-left:0;margin-right:0;opacity:0;padding-left:0;padding-right:0;pointer-events:none;transform:scale(0);transition:var(--tag-hide-transition);width:0!important}.tagify__tag--hide>div>*{white-space:nowrap}.tagify__tag.tagify--noAnim>div:before{animation:none}.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div>span{opacity:.5}.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div:before{--tag-bg:var(--tag-invalid-bg);transition:.2s}.tagify__tag[readonly] .tagify__tag__removeBtn{display:none}.tagify__tag[readonly]>div:before{animation:readonlyStyles 1s calc(-1s*(var(--readonly-striped) - 1)) paused}@keyframes readonlyStyles{0%{background:linear-gradient(45deg,var(--tag-bg) 25%,#0000 25%,#0000 50%,var(--tag-bg) 50%,var(--tag-bg) 75%,#0000 75%,#0000) 0/5px 5px;box-shadow:none;filter:brightness(.95)}}.tagify__tag--editable>div{color:var(--tag-text-color--edit)}.tagify__tag--editable>div:before{box-shadow:0 0 0 2px var(--tag-hover) inset!important}.tagify__tag--editable>.tagify__tag__removeBtn{opacity:0;pointer-events:none;transform:translateX(100%) translateX(5px)}.tagify__tag--editable.tagify--invalid>div:before{box-shadow:0 0 0 2px var(--tag-invalid-color) inset!important}.tagify__tag__removeBtn{align-items:center;background:var(--tag-remove-btn-bg);border-radius:50px;color:var(--tag-remove-btn-color);cursor:pointer;display:inline-flex;font:14px/1 Arial;height:14px;justify-content:center;margin-inline:auto 4.6666666667px;order:5;overflow:hidden;transition:.2s ease-out;width:14px}.tagify__tag__removeBtn:after{content:"×";transition:.3s,color 0s}.tagify__tag__removeBtn:hover{background:var(--tag-remove-btn-bg--hover);color:#fff}.tagify__tag__removeBtn:hover+div>span{opacity:.5}.tagify__tag__removeBtn:hover+div:before{box-shadow:0 0 0 var(--tag-inset-shadow-size) #d394944d inset!important;box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg,#d394944d) inset!important;transition:box-shadow .2s}.tagify:not(.tagify--mix) .tagify__input br{display:none}.tagify:not(.tagify--mix) .tagify__input *{display:inline;white-space:nowrap}.tagify__input{box-sizing:inherit;color:var(--input-color);display:inline-block;flex-grow:1;line-height:normal;margin:5px;min-height:1.5lh;min-width:110px;overflow:hidden;padding:var(--tag-pad);position:relative;white-space:pre-wrap}.tagify__input:focus{outline:0}.tagify__input:focus:before{opacity:0;transform:translateX(6px);transition:.2s ease-out}@supports (-ms-ime-align:auto){.tagify__input:focus:before{display:none}}.tagify__input:focus:empty:before{color:#00000040;color:var(--placeholder-color-focus);opacity:1;transform:none;transition:.2s ease-out}@-moz-document url-prefix(){.tagify__input:focus:empty:after{display:none}}.tagify__input:before{color:var(--placeholder-color);content:attr(data-placeholder);height:100%;margin:auto 0;opacity:0;white-space:nowrap;width:100%;z-index:1}.tagify__input:after,.tagify__input:before{overflow:hidden;pointer-events:none;position:absolute;text-overflow:ellipsis}.tagify__input:after{color:var(--tag-text-color);content:attr(data-suggest);display:inline-block;max-width:100px;min-width:calc(100% - 1.5em);opacity:.3;vertical-align:middle;white-space:pre}.tagify__input .tagify__tag{margin:0 1px}.tagify--mix{display:block}.tagify--mix .tagify__input{display:block;height:100%;line-height:1.5;margin:0;padding:5px;width:100%}.tagify--mix .tagify__input:before{display:none;height:auto;line-height:inherit}.tagify--mix .tagify__input:after{content:none}.tagify--select{cursor:default}.tagify--select:after{bottom:0;content:">";font:16px monospace;height:8px;line-height:8px;opacity:.5;pointer-events:none;position:absolute;right:0;top:50%;transform:translate(-150%,-50%) scaleX(1.2) rotate(90deg);transition:.2s ease-in-out}.tagify--select[aria-expanded=true]:after{transform:translate(-150%,-50%) rotate(270deg) scaleY(1.2)}.tagify--select[aria-expanded=true] .tagify__tag__removeBtn{opacity:0;pointer-events:none;transform:translateX(100%) translateX(5px)}.tagify--select .tagify__tag{cursor:text;flex:1 1;margin-block:0;margin-inline-end:2em;max-width:none;padding-block:5px}.tagify--select .tagify__tag div:before,.tagify--select .tagify__tag+.tagify__input{display:none}.tagify--empty .tagify__input:before{display:inline-block;opacity:1;transform:none;transition:.2s ease-out;width:auto}.tagify--mix .tagify--empty .tagify__input:before{display:inline-block}.tagify--focus{--tags-border-color:var(--tags-focus-border-color);transition:0s}.tagify--invalid{--tags-border-color:#d39494}.tagify__dropdown{border-top:1px solid #3595f6;border-top:1px solid var(--tagify-dd-color-primary);overflow:hidden;position:absolute;transform:translateY(-1px);z-index:9999}.tagify__dropdown[dir=rtl]{transform:translate(-100%,-1px)}.tagify__dropdown[placement=top]{margin-top:0;transform:translateY(-100%)}.tagify__dropdown[placement=top] .tagify__dropdown__wrapper{border-bottom-width:0;border-top-width:1.1px}.tagify__dropdown[position=text]{box-shadow:0 0 0 3px rgba(rgb(53,149,246),.1);box-shadow:0 0 0 3px rgba(var(--tagify-dd-color-primary),.1);font-size:.9em}.tagify__dropdown[position=text] .tagify__dropdown__wrapper{border-width:1px}.tagify__dropdown__wrapper{animation:dd-wrapper-show 0s .3s forwards;background:#fff;background:var(--tagify-dd-bg-color);border:1px solid #3595f6;border-bottom-width:1.5px;border-color:var(--tagify-dd-color-primary);border-top-width:0;box-shadow:0 2px 4px -2px #0003;color:#000;color:var(--tagify-dd-text-color);max-height:300px;max-height:var(--tagify-dd-max-height);overflow:hidden;overflow-x:hidden;scroll-behavior:auto;transition:.3s cubic-bezier(.5,0,.3,1),transform .15s}@keyframes dd-wrapper-show{to{overflow-y:auto}}.tagify__dropdown__header:empty{display:none}.tagify__dropdown__footer{display:inline-block;font-size:.7em;font-style:italic;margin-top:.5em;opacity:.5;padding:.3em .5em;padding:var(--tagify-dd-item-pad)}.tagify__dropdown__footer:empty{display:none}.tagify__dropdown--initial .tagify__dropdown__wrapper{max-height:20px;transform:translateY(-1em)}.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper{transform:translateY(2em)}.tagify__dropdown__item{border-radius:2px;box-sizing:border-box;cursor:pointer;line-height:normal;margin:1px;max-height:60px;max-width:100%;outline:0;padding:.3em .5em;padding:var(--tagify-dd-item-pad);position:relative;white-space:pre-wrap}.tagify__dropdown__item--active{background:#3595f6;background:var(--tagify-dd-color-primary);color:#fff}.tagify__dropdown__item:active{filter:brightness(105%)}.tagify__dropdown__item--hidden{margin:0 1px;max-height:0;overflow:hidden;padding-bottom:0;padding-top:0;pointer-events:none;transition:.3s!important;transition:var(--tagify-dd-item--hidden-duration,.3s)!important}.tagify__dropdown__item--hidden>*{opacity:0;transform:translateY(-100%);transition:inherit}.tagify__dropdown__item--selected:before{content:"✓";font-family:monospace;inset-inline-start:6px;line-height:1.1;position:absolute;text-indent:0}.tagify__dropdown:has(.tagify__dropdown__item--selected) .tagify__dropdown__item{text-indent:1em}*,body{font-family:Open Sans,sans-serif!important}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}.skiptranslate{position:absolute;right:0}.goog-logo-link{display:none!important}.goog-te-gadget{color:#0000!important}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-device-width:480px){body{-webkit-text-size-adjust:100%}}.tagify{--tag-bg:#f7e9ff!important;--tag-hover:#fbf4ff80!important}#userback_button_container .userback-controls[nextgen="1"] .userback-controls-header{height:74px!important}#userback_button_container .userback-controls .userback-controls-header .userback-controls-header-text>svg{display:none!important}.chats_templateWrapper__RuO7S{overflow:auto}.chats_lowerBlock__KFzLi{overflow:hidden}.chats_maskBox__pZcXa{background-color:#fbf4ff!important;border-radius:5px;color:#000;display:flex;flex-wrap:nowrap;padding:7px 10px;position:relative;width:92%}.chats_mask__X7TZ0{background:#fff;border-radius:5px;box-shadow:0 0 2px #00000040;color:#000!important;height:34px;position:absolute;transition:all .5s ease;width:120px}.chats_maskBox__pZcXa .MuiButton-root{color:#000;font-size:13px;font-weight:600;text-transform:capitalize;transition:all .2s ease .1s;width:120px}.chats_maskBox__pZcXa .selected-monthly-button,.chats_maskBox__pZcXa .selected-yearly-button{background:#fff;color:#000;font-size:13px;font-weight:600;height:34px;text-transform:capitalize;width:120px}.chats_maskBox__pZcXa .not-active-button{color:#606060}.chats_refreshIconStyle__8AXP9{background-color:#fbf4ff!important;border-radius:5px!important;cursor:pointer!important;padding:12px!important}.chats_dividerStyle__\+0dHV{opacity:1!important}.chats_allChatbotSTyle__xj7ey{color:#6a097d;font-size:14px;font-weight:600}.chats_chatbotName__\+2H37{color:#6a097d;font-size:14px;font-weight:500;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;width:100%!important}.chats_userName__KVgcH{color:#000;font-size:12px;font-weight:500;width:100%!important}.chats_userLastMessage__UK75B{color:#707070!important;font-size:12px!important;font-weight:400!important;max-height:15px!important;max-width:100%!important}.chats_userLastMessageTime__AJqdy{text-wrap:auto;color:#707070;font-size:11px;font-weight:400}.chats_chatbotNameHeading__A1X2X,.chats_userNameHeading__3aHU8{font-size:15px;font-weight:500}.chats_userNameHeading__3aHU8{border-left:1px solid #bebebe;color:#000;padding-left:12px}.chats_userLastMessageHeading__NSUcv{font-size:15px;font-weight:600;text-align:center}.chats_selectedChat__5\+93e{background-color:#f4f4f4;border-radius:5px;cursor:pointer;padding:10px}.chats_notSelectedChat__yaHaZ{border-bottom:1px solid #f4f4f4;cursor:pointer;padding:10px}.chats_notSelectedChat__yaHaZ:hover{background-color:#f4f4f4;border-radius:5px}.chats_filterTextField__5FVSJ .MuiOutlinedInput-input{padding:9px 8px!important}.chats_filterTextField__5FVSJ .MuiOutlinedInput-root{padding-right:8px!important}.chats_activeAvatar__OlvbX{background-color:#b3b3b3!important}.chats_activeAvatar__OlvbX,.chats_activeSelectedAvatar__sTn9a{border-radius:3px!important;font-size:10px!important;font-weight:600!important}.chats_activeSelectedAvatar__sTn9a{background-color:#6a097d!important}.chats_sendButtonBadge__vh7Cn span{z-index:1100!important}.chats_mediaPreviewImg__eymMo{border-radius:5px!important;height:100%!important;object-fit:contain!important;width:100%!important}.chats_mediaImg__TZn89{height:100%!important;max-height:500px!important;max-width:100%!important;min-height:500px!important}.chats_mediaPreviewGrid__\+q3ug{border-radius:5px!important;box-shadow:0 0 3px #00000040!important;height:50px!important;max-width:50px!important;min-width:50px!important;position:relative!important;width:100%!important}.chats_previewSectionGrid__q0vOe{max-width:100%!important}.chats_previewSectionContainer__Y3Jep{flex-wrap:nowrap!important;gap:10px!important;min-width:-webkit-fit-content!important;min-width:fit-content!important;padding:5px 2px!important}.chats_sendIconFab__AmAdH{background-color:#4ac958!important}.chats_sendMediaIcon__HUsh9{color:#fff!important}.chats_fileUploadIconInputAdornment__Wvyc-{height:100%!important;margin:0!important;min-height:100%!important}.chats_fileUploadIconInput__uQxW3{display:none!important}.chats_mediaUploadIconButton__P-YGj{align-self:center!important;color:#0c836f!important}.chats_mediaUploadIcon__bnwu6{fill:#0c836f!important;height:20px!important;width:20px!important}.chats_infoIcon__MJZpw{color:#fff!important;cursor:pointer!important}.chats_cannedResponsePopupHeaderContainer__vkUla{padding:20px 30px!important;width:100%!important}.chats_customAPIMsgMainContainer__SH3BN{background-color:#fff!important;border-radius:4px!important;box-shadow:0 0 3px #00000040!important;max-width:325px!important;min-width:190px!important;padding:8px!important}.chats_webhookMsgMainContainer__ZPztU{min-width:250px!important}.chats_customAPICallMsgTitle__3GfTE{font-size:14px!important;font-weight:500!important}.chats_customAPIInfo__Ha-V4{font-size:13.5px!important;font-weight:400!important}.chats_openInNewIconForCustomAPI__J9JIk{height:18px!important;width:18px!important}.chats_customAPIStatusCode__3CL4I{margin-right:8px}.chats_customAPICallInfoTitle__2N\+2U{color:#7a7a7a!important;font-size:13px!important}.chats_customAPIMethod__K5nTr{border-radius:5px!important;min-width:60px!important;padding:1px 6px!important;text-align:center!important;width:-webkit-fit-content!important;width:fit-content!important}.chats_payloadResponsePreTag__2Gzm-{background-color:#f6f6f6!important;border-radius:6px!important;box-shadow:0 0 3px #00000040!important;box-sizing:border-box!important;font-size:14px!important;max-height:500px!important;max-width:100%!important;overflow-wrap:break-word!important;overflow-x:hidden!important;overflow-y:auto!important;padding:4px 8px!important;white-space:break-spaces!important;width:100%!important;word-break:break-word!important}.chats_webhookReceivedPayloadPreTag__Q3RFA{max-height:600px!important}.chats_customAPILogsManiContainer__VIsUJ{box-sizing:border-box!important;margin-block:5px!important;max-width:100%!important;overflow-x:hidden!important;overflow-y:auto!important;width:100%!important}.chats_copyIcon__w-Esy{position:absolute!important;right:10px!important;top:10px!important}.chats_copyIcon__w-Esy,.chats_copyURlIcon__ALAHy{cursor:pointer!important;height:18px!important;width:18px!important}.chats_customAPILogsInformation__2bg2O{border-radius:5px!important;box-shadow:0 0 3px #00000040!important;padding:10px!important}.chats_customAPILogsTitle__Uiffi{color:#878787!important;font-size:14px!important;font-weight:400!important}.chats_customAPILogsValue__dVu1b{font-size:14px!important;font-weight:400!important;overflow-wrap:anywhere!important;white-space:normal!important;word-break:break-word!important}.chats_customAPIUrlInformation__TYHku{max-width:100%!important;min-width:0!important;overflow:hidden!important;width:-webkit-fit-content!important;width:fit-content!important}.chats_customAPIStatusCodeInfo__8Urxj{min-width:150px!important;white-space:nowrap!important}.chats_saveVariableActionMainContainer__CEu2S{max-width:400px!important;min-width:200px!important}.chats_saveVariableActionMainContainer__CEu2S,.chats_saveVariableToVariableActionMainContainer__oj2fx{background-color:#fff!important;border-radius:4px!important;box-shadow:0 0 3px #00000040!important;padding:8px!important}.chats_saveVariableToVariableActionMainContainer__oj2fx{max-width:325px!important;min-width:250px!important}.chats_resetVariableTableContainer__ABsRS{border-radius:5px!important;box-shadow:0 0 3px 0 #00000040!important;max-width:100%!important}.chats_resetVariableTable__Ze8DV{border-collapse:collapse!important;border-spacing:0!important}.chats_resetVariableHeaderTableRow__on0C9{background-color:#f4f6f9!important}.chats_resetVariableTableHeaderCell__oJWjr{font-weight:600!important}.chats_resetVariableTableBodyCell__ECrxj,.chats_resetVariableTableHeaderCell__oJWjr{font-size:13px!important;padding:8px 12px!important}.chats_customApiSaveVariableTableContainer__a9SWX{border:1px solid #e9e9e9!important;border-radius:5px!important;box-sizing:border-box!important;margin-top:5px!important;max-width:100%!important;overflow-x:hidden!important;overflow-y:auto!important;width:100%!important}.chats_customApiSaveVariableTableContainer__a9SWX .MuiTableCell-root{overflow-wrap:break-word!important;white-space:normal!important;word-break:break-word!important}.chats_customAPIHeaderTableCell__xw68C{overflow-wrap:break-word!important;width:40%!important;word-break:break-word!important}.chats_customAPIHeaderTableCellSecond__AyIrK{overflow-wrap:break-word!important;width:60%!important;word-break:break-word!important}.chats_customAPITableBodyCell__nBIdU{overflow-wrap:break-word!important;white-space:normal!important;word-break:break-word!important}.chats_threadExecutionTimeLogPreTag__tSb0U{background-color:#f6f6f6!important;border-radius:6px!important;box-shadow:0 0 3px #00000040!important;font-size:14px!important;max-height:600px!important;overflow-y:auto!important;padding:4px 8px!important;white-space:break-spaces!important}@media screen and (max-width:600px){.chats_cannedResponsePopupDivider__eJpH0{margin:0 20px!important}.chats_cannedResponsePopupHeaderContainer__vkUla{padding:20px!important}.chats_addMessageContainer__81Lh-,.chats_cannedResponseGridContainer__W1f6c{padding:0 20px!important}.chats_saveVariableActionMainContainer__CEu2S{max-width:325px!important;min-width:190px!important}}.chats_cannedResponsePopupTitle__Myeum{color:#6a097d!important;font-size:16px!important;font-weight:600!important}.chats_cannedResponsePopupDivider__eJpH0{margin:0 30px!important;padding:0!important}.chats_cannedRedActionBtn__YxBlq{cursor:pointer!important;height:20px!important;width:20px!important}.chats_cannedResponseGridContainer__W1f6c{margin:15px 0!important;overflow:auto!important;padding:2px 30px!important;width:100%!important}.chats_cannedResponseContinerMaxHeight__NvwGF{gap:12px!important;max-height:80vh!important}.chats_cannedResponseMessagesContainerMaxHeight__XAlrk{gap:16px!important;max-height:50vh!important}.chats_cannedResponseMessageTextarea__SlwPa{background:#0000!important;border:none!important;border-radius:5px!important;box-shadow:0 0 2px #00000040!important;box-sizing:border-box!important;font-size:14px!important;max-height:128px!important;min-height:64px!important;outline:none!important;padding:10px!important;position:relative!important;resize:vertical!important;width:100%!important}.chats_cannedResponseccordionSummary__HNrUb{min-height:0!important;padding:0!important}.chats_cannedResponseMessageTypo__XxB3z{color:#000!important;font-size:15px!important;font-weight:600!important}.chats_cannedResponseAccordion__NWFMb{background:#0000!important;box-shadow:none!important;min-width:0!important}.chats_cannedResponseDragDropIcon__98WS7{cursor:grab!important}.chats_cannedResponseccordionSummary__HNrUb .MuiAccordionSummary-content{margin:1px 0 12px 8px!important}.chats_dragIndicatorIcon__qaB0X{color:#999!important}.chats_cannedResponseAccordionDetails__4Uiw8{padding:8px 16px 16px!important}.chats_cannedResponseAccordionDetailsForOneItem__Y2kmP{padding:0 1px 1px 8px!important}.chats_cannedResponseFooterBtn__l\+jFo{padding:10px 0!important}.chats_cannedResponseFooterBtnContainer__j-RpU{gap:12px!important;padding:20px 0!important}.chats_addMessageContainer__81Lh-{padding:0 30px!important;width:100%!important}.chats_cannedResContainer__CB-3A{background-color:#efefef!important;border-radius:10px!important;box-shadow:0 0 3px #00000040!important;height:100px!important;justify-content:space-between!important;padding:15px!important;position:relative!important}.chats_sendCannedResIconGrid__vZTYj{bottom:10px!important;position:absolute!important;right:10px!important}.chats_sendCannedResIcon__WBGfG{color:#fff!important;height:18px!important;width:18px!important}.chats_sendCannedResIconBtn__t4xmK{background-color:#4ac958!important;border-radius:50%!important}.chats_candResponseTitle__TYRkH{font-size:14px!important;font-weight:600!important}.chats_cannedResVariable__LrsW4{color:#6a097d!important;cursor:pointer!important;font-size:13px!important;font-weight:400!important;text-decoration:underline!important}.chats_clearMediaIcon__f1gmy{background-color:#b1b1b1!important;border-radius:50%!important;color:#4c4a4d!important;display:none!important;height:15px!important;padding:1px!important;position:absolute!important;right:0!important;top:0!important;width:15px!important}.chats_mediaPreviewGrid__\+q3ug:hover .chats_clearMediaIcon__f1gmy{display:flex!important}.chats_mediaFileNameTypography__5lmfe{font-size:13px!important;font-weight:500!important;text-align:center!important}.chats_documentMediaContainer__FNsin{background-color:#dadada!important;border-radius:5px!important;height:100%!important;width:100%!important}.chats_documentMedia__7dmsB{background-color:#dadada!important;border-radius:10px!important;height:300px!important;width:300px!important}.chats_previewSectionMainContainer__XU\+w-{padding:20px 30px!important;width:100%!important}.chats_allchatBotsList__QJUUA::-webkit-scrollbar,.chats_chatBotsLists__jncaN::-webkit-scrollbar{width:5px}.chats_activeChatbotsList__s-qL4::-webkit-scrollbar,.chats_activeChatsList__jpavr::-webkit-scrollbar{width:5px}.chats_chatListItem__q0LfR{box-sizing:border-box!important;padding-right:15px!important}.chats_closedCount__Mm0cS{color:#fff;padding:4px;vertical-align:middle}.chats_userLastMessageEntries__Z-tZS{text-align:left}.chats_messageEntryTitle__id\+nq{font-size:13px;font-weight:500;opacity:.5}.chats_messageEntryValue__\+7eq3{font-size:14px;font-weight:600;word-break:break-word!important}.chats_reactMarkdownStyle__RUOAQ{overflow:visible;overflow:initial;word-break:break-word}.chats_reactMarkdownStyle__RUOAQ ul{list-style-type:circle!important;padding:0 15px;white-space:normal!important}.chats_reactMarkdownStyle__RUOAQ ol{padding:10px 15px!important;white-space:normal!important}.chats_reactMarkdownStyle__RUOAQ ol:last-child{padding:10px 15px 0!important}.chats_reactMarkdownStyle__RUOAQ pre ol{padding:10px 15px}.chats_reactMarkdownStyle__RUOAQ ol li{margin-top:10px!important}.chats_reactMarkdownStyle__RUOAQ blockquote{display:flex!important;margin:initial!important}.chats_reactMarkdownStyle__RUOAQ ul li{display:list-item;margin-bottom:5px!important;padding-top:0!important;text-align:-webkit-match-parent}.chats_reactMarkdownStyle__RUOAQ pre{overflow:auto!important;white-space:pre-wrap!important;width:100%!important;word-break:break-all!important}.chats_reactMarkdownStyle__RUOAQ pre,code{overflow:auto!important;white-space:pre-line!important;width:100%!important;word-break:break-word!important}.chats_reactMarkdownStyle__RUOAQ strong{margin:10px 0!important}.chats_reactMarkdownStyle__RUOAQ img{display:block!important;height:auto!important;margin-left:5px!important;margin-block:10px 15px!important;object-fit:fill!important;width:100%!important}.chats_lastMessageMarkdownStyle__V-C3Z{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.chats_lastMessageMarkdownStyle__V-C3Z h2{-webkit-margin-before:0!important;-webkit-margin-after:0!important;-webkit-margin-start:0!important;-webkit-margin-end:0!important;display:block;font-size:13px!important;font-weight:700!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.chats_lastMessageMarkdownStyle__V-C3Z p{display:inline!important}.chats_botMsgBoxStyle__8eZl8{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll!important;background:initial!important;max-width:none!important;overflow:visible!important;overflow:initial!important;position:relative!important;white-space:normal!important;width:100%!important;word-break:break-word!important}.chats_card__YQP5-{border-radius:5px!important;box-shadow:0 0 3px #00000040;margin-bottom:12px!important;width:240px!important}.chats_card_top__a1beK{align-items:center!important;border-bottom:1px solid #d5d7db!important;display:flex!important;flex-wrap:nowrap!important;gap:15px!important;justify-content:start!important;margin-inline:10px!important;padding:12px 3px 12px 5px!important}.chats_contact_name__5ex09{font-size:14px!important;font-weight:500!important}.chats_contact_profile__h4Giy{height:30px!important;width:30px!important}.chats_card_bottom__QjnP9{margin-inline:10px!important}.chats_contact_number__GNdYh{align-items:center!important;border-bottom:1px solid #d5d7db!important;cursor:pointer;display:flex!important;flex-wrap:nowrap!important;gap:10px!important;justify-content:center!important;padding-block:8px!important}.chats_contact_number__GNdYh span{font-size:14px!important}.chats_call_icon__cp7MX,.chats_email_icon__p6NkZ{color:#00000073!important;font-size:16px!important}.chats_contact_email__WaSgl{align-items:center!important;cursor:pointer;display:flex!important;flex-wrap:nowrap!important;gap:10px!important;justify-content:center!important;margin-bottom:5px!important;padding-block:8px!important}.chats_contact_email__WaSgl span{font-size:14px!important}.chats_form_chatbot__kYT7m{border-radius:5px!important;margin-bottom:12px!important;width:340px!important}.chats_form_title__niOWX{font-size:15px!important;padding:5px!important}.chats_form_field__nDwmq{display:flex!important;flex-direction:column!important;gap:12px!important;margin-left:3PX!important;padding:12px 3px 12px 5px!important}.chats_text_field__AmJ96{border-radius:5px!important;box-shadow:0 0 2px 0 #00000073!important;width:100%!important}.chats_text_field__AmJ96 .MuiOutlinedInput-input{font-size:14px!important;padding:12px 10px!important}.chats_text_field__AmJ96 .MuiInputBase-multiline{padding:0!important}.chats_text_field__AmJ96 .MuiOutlinedInput-notchedOutline{border:none!important}.chats_text_area__4NnP5{background-color:#0000!important;border:none!important;border-radius:5px!important;box-shadow:0 0 2px 0 #00000073!important;outline:none!important;padding:14px 10px!important;resize:vertical!important}.chats_text_area__4NnP5::placeholder{color:#00000059!important}.chats_auto_complete__ZTFWt{background-color:#0000!important}.chats_auto_complete__ZTFWt .MuiOutlinedInput-root{padding:0!important}.chats_form_control_label__eqCNk .MuiTypography-root{font-size:14px}.chats_form_submit__U-985{border-bottom:1px solid #d5d7db!important;display:flex!important;gap:10px!important;padding:5px 3px 15px 5px!important}.chats_cbCancelButton__AnUY0{background-color:#fff!important;border:1px solid #6a097d!important;border-radius:5px!important;color:#6a097d!important}.chats_cbCancelButton__AnUY0,.chats_cbSaveButton__aknAI{font-size:14px!important;font-weight:500!important;max-width:100px!important;text-transform:capitalize!important;width:100px!important}.chats_cbSaveButton__aknAI{background-color:#6a097d!important;border-radius:5px!important;color:#fff!important}.chats_message_temp__JM0ZL{display:flex;gap:15px;margin-block:10px!important}.chats_question_styles__BG29w{background-color:#fff;border-radius:5px;box-shadow:0 0 2px #00000073;color:#000!important;cursor:pointer;margin-block:10px;padding:10px;text-transform:capitalize!important}.chats_reactionStyle__dugk8{bottom:-18px!important}.chats_reactionStyle__dugk8,.chats_reactionUserStyle__74kXc{border:1px solid #e7dbdb;border-radius:50%;padding:1px;position:absolute!important}.chats_reactionUserStyle__74kXc{bottom:-30px!important;right:5px!important}.chats_botMsgBoxStyle__8eZl8 p,.chats_botMsgBoxStyle__8eZl8 pre{margin:0!important}.chats_parentbotMsgBoxStyle__yYVvU{border-radius:0 10px 10px 10px!important;box-shadow:0 0 2px 0 #00000040!important;font-size:13px!important;font-weight:400!important;margin-left:6px!important;max-width:-webkit-fit-content!important;max-width:fit-content!important;padding:10px!important;position:relative!important;width:calc(100% - 10px)!important}.chats_parentbotMsgBoxStyle__yYVvU pre{margin:0!important}.chats_userCopyIcon__xVT5J{bottom:0;cursor:pointer;opacity:0;position:absolute;right:-25px}.chats_parentbotMsgBoxStyle__yYVvU:hover .chats_userCopyIcon__xVT5J{bottom:0;cursor:pointer;opacity:1;position:absolute;right:-25px}.chats_parentbotMsgBoxStyle__yYVvU p,.chats_reactMarkdownStyle__RUOAQ p,code,h1,h2,h3,h4,h5,h6,ol,pre,ul{margin:0!important}.chats_chatbotRatingIconStyle__wUIRQ{fill:red!important;cursor:pointer;font-size:20px!important;margin-left:7px}.chats_feedback_submit_btn__nVJBK{background-color:#000!important;border-radius:10px!important;color:#fff!important;font-size:13px!important;font-weight:500!important;padding:7px 15px!important;text-transform:none!important}@media screen and (min-width:0px)and (max-width:1220px){.chats_reactMarkdownStyle__RUOAQ ul{list-style-type:circle!important;padding:10px 15px}.chats_mediaImg__TZn89{max-height:400px!important;min-height:400px!important}}.chats_chat_reply_text__ck0qr{font-size:13px!important;font-weight:500!important}.chats_chat_reply_text__ck0qr p{margin:2px 0!important}.chats_chat_message_reply_left_item__HSY51{-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;max-width:calc(100% - 59px)!important;overflow:hidden!important;text-overflow:ellipsis!important}.chats_chat_img_reply_item__FyreK{height:100%;max-width:50px!important;position:absolute;right:0;top:0}.chats_chat_reply_meadia_text__hfclz{-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;color:#000!important;display:-webkit-box!important;font-size:14px!important;font-weight:500!important;margin-bottom:5px!important;overflow:hidden!important;text-overflow:ellipsis!important}.chats_chat_media_reply_text_item__gR0eY{max-width:calc(100% - 40px)!important}.chats_chat_chatbot_text_hidden_label__6QjkE,.chats_chat_media_reply_text_item__gR0eY{-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;flex-wrap:nowrap!important;overflow:hidden!important}.chats_chat_chatbot_text_hidden_label__6QjkE{text-overflow:ellipsis!important}.chats_chat_media_reply_img_item__7FPSE{height:100%!important;max-width:50px!important;position:absolute;right:0;top:0;width:50px!important}.chats_chatbot_preview_arrow_item__itJAC{border-radius:10px!important;height:45px!important;max-height:45px!important;max-width:45px!important;width:45px!important}.chats_fileTypeContainer__IvI7y{align-items:start!important;display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;gap:5px!important;justify-content:start!important;margin:8px 10px!important;max-width:-webkit-fill-available!important}.chats_fileTypeGridItem__IWknF{border-radius:5px!important;cursor:pointer!important;padding:9px 12px!important;width:100%!important}.chats_fileTypeGridItemDisabled__WgfHb{cursor:context-menu!important;opacity:.5!important}.chats_fileTypeGridItem__IWknF:hover{background:#eaeaea!important}.chats_fileItemContainer__8heN6{align-items:center!important;display:flex!important;gap:15px!important;justify-content:start!important}.chats_fileTypeIcon__l7Mrt{display:flex!important}.chats_fileTypeLabel__5s4Dm{font-size:14px!important;font-weight:500!important}.chats_agentAccordion__g526c{margin:0!important}.chats_transitionAccordion__gg97w .MuiCollapse-vertical{transition-duration:1.44s!important;transition:height .3s cubic-bezier(.4,0,.2,1) 0ms!important}.chats_stepTextStyle__a-8ol{color:#000!important;font-size:15px!important;font-weight:600!important}.chats_stepTextValueStyle__4CQ9A{color:#6a097d!important;font-size:15px!important;font-weight:600!important}.chats_dateRangePickerClass__ix3xn .DateRangePicker_picker{left:-1px!important;top:30px!important}.chats_dateRangePickerClass__ix3xn .DateRangePicker{position:static!important}.chats_dateRangePickerClass__ix3xn .DateRangePickerInput__withBorder{border:none!important;border-radius:5px!important;box-shadow:0 0 3px #00000040!important;padding-bottom:1px!important}.chats_dateRangePickerClass__ix3xn .DateInput{display:inline!important;width:auto!important}.chats_dateRangePickerClass__ix3xn .DateInput_input__focused{border-bottom:none!important}.chats_dateRangePickerClass__ix3xn .DateInput_fang{z-index:0!important}.chats_dateRangePickerClass__ix3xn .DateInput_input,.chats_dateRangePickerClass__ix3xn .DateRangePickerInput_arrow{display:none}.chats_filterButtons__cvA50{border:1px solid #6a097d40!important;border-radius:20px!important;color:#000!important;font-size:14px!important;font-weight:600!important;padding:2px 10px!important;text-transform:capitalize!important}.chats_stepsDataPopupContainer__o5Hm7{padding:20px 25px!important;z-index:2!important}.chats_dividerGlobalStyle__fYvR0{border:.2px solid #9d9d9d!important;color:#9d9d9d!important;opacity:.2!important}.chats_accordionDrawerStyle__HwHYC{max-height:75vh!important;overflow-x:hidden!important;overflow-y:auto!important;width:100%!important}.chats_accordionDetailsStyle__8heja{padding:0 16px 16px!important}.chats_threadExecutionDrawersStyle__miz9n{max-height:80vh!important;overflow-x:hidden!important;overflow-y:auto!important;width:100%!important}.chats_jsonDataStyle__0kR-e{border-radius:10px!important;padding:10px!important}.chats_carouselDataStyle__EihI1,.chats_jsonDataStyle__0kR-e{background-color:#fff!important;box-shadow:0 0 2px #00000040!important}.chats_carouselDataStyle__EihI1{border-radius:5px!important;padding:20px!important}.chats_jsonDataPreStyle__Wcw0-{font-size:15px!important;font-weight:500!important;white-space:pre-wrap!important;word-break:break-word!important}.chats_accordionDesignStyle__EHoKL{background:#f1f1f1!important;box-shadow:none!important}.chats_executionLogButtonStyle__ILU\+J{right:-38px!important;top:-5px!important}.chats_executionLogButtonStyle__ILU\+J,.chats_openAILogoStyle__SeLsp{cursor:pointer!important;height:20px!important;position:absolute!important;width:20px!important}.chats_openAILogoStyle__SeLsp{left:-22px!important;top:26px!important}.chats_relativePositonStyle__PWm-I{position:relative!important}.chats_carouselPrevArrow__fWNGK{display:block!important;padding:3px 3px 1px!important}.chats_carouselNextArrow__I-827,.chats_carouselPrevArrow__fWNGK{border-radius:50%!important;box-shadow:0 0 3px #00000040!important}.chats_carouselNextArrow__I-827{display:flex!important;padding:3px 3px 2px!important}.chats_userAvatarIcon__AWS1-{display:flex!important;height:30px!important;margin-top:-3px!important;object-fit:fill!important;width:30px!important}.chats_userAvatarIconPrimaryTheme__trWkQ{color:#6a097d!important}.chats_userAvatarIconWhatsAppTheme__z7Cwy{color:#fff!important}.chats_userAvatarDp__CK-FY{align-items:center!important;border-radius:50%!important;display:flex!important;font-size:15px!important;height:25px!important;justify-content:center!important;line-height:1!important;object-fit:fill!important;width:25px!important}.chats_userAvatarDpPrimaryTheme__mP53a{background:#6a097d!important;color:#fff!important}.chats_userAvatarDpWhatsAppTheme__fJDLW{background:#fff!important;color:#0c836f!important}.chats_sendTemplatePopupInfoGrid__3kHO7{padding-left:8px!important}.chats_sendTemplatePopupGrid__BmmbR{margin:0 auto!important;padding:0 20px!important}.chats_sendTemplateAssignVariableGrid__tnQX0{border-radius:5px!important;padding:10px!important}.chats_sendTemplateAssignVariableTableGrid__lkr\+Q{margin-block:12px!important}.chats_sendTemplateValueTextField__yE5tL{background-color:#fff!important;min-width:200px!important}.chats_inValidUrlSpan__pSI6d{color:#c60000!important;font-size:13px!important}.chats_sendTemplateValueAutoComplete__UMuC6{min-width:200px!important}.chats_sendTemplateBtnGroupGrid__NZjF9{bottom:20px!important;position:absolute!important}.chats_viewSentCartMainGrid__MaSyn{border-radius:8px!important;box-shadow:0 0 3px #0000004d!important}.chats_viewSentCartUpperContainer__6T\+kc{padding:6px!important}.chats_viewSentCardBtnGrid__0Iuca{border-top:1px solid #cfcfcf!important;cursor:pointer!important;padding:10px 6px!important}.chats_viewSentCartMessageContainer__bq44I{background-color:#e0e0e0!important;border-radius:8px!important;padding:16px 12px!important}.chats_sendCartTotalItemsTypography__TKros{font-size:14px!important;font-weight:600!important}.chats_productCartIcon__eqoRs{height:22px!important;width:22px!important}.chats_totalProductAmountTypography__aB--j{font-size:13px!important;font-weight:500!important}.chats_viewSentCartBtn__I7Scm{color:#6a097d!important;font-size:15px!important;font-weight:500!important;text-align:center!important}.chats_productRetailIdTypography__BuOdN{color:#000!important;font-size:15px!important}.chats_chatbotClosedRedeployChipTimeStamp__BePNF{font-size:10px!important;font-weight:500!important;margin-top:2px!important}.chats_quoteReplyDiv__Zfpp7{background:#e0e0e0!important;border-left:5px solid #6a097d!important;border-radius:10px!important;cursor:pointer!important;margin-bottom:10px!important;padding:15px!important}.chats_staticWorkflowChatQuoteReplyDiv__Xr6PF{display:flex!important;flex-direction:column!important;gap:8px!important}.chats_flagDebuggingGrid__dsgfN{margin-right:5px!important}.chats_flagDebuggingTypography__LhkpO{color:#fff!important;font-size:15px!important;font-weight:500!important}.chats_flagDebugMenuItem__waJlQ{color:#000!important;font-size:15px!important}.chats_debugCheckBox__YBvGZ .MuiSvgIcon-root{fill:#fff}.chats_debugCheckBoxForMenuItem__2\+QB1 .MuiSvgIcon-root{fill:#6a097d}.chats_debugCheckBoxGridForMenuItem__lcc-V span,.chats_debugCheckBoxGrid__vgTKt span{padding:0!important}.chats_fetchingPreviousMessagesGrid__R6jIW{display:flex!important;justify-content:center!important;position:absolute!important;top:10px!important;width:100%!important;z-index:9999!important}.chats_fetchingPreviousMessagesBox__bw98Y{background-color:#fff!important;border:1px solid #0000001a!important;border-radius:8px!important;box-shadow:0 2px 8px #0000001a!important;max-width:300px!important;min-width:200px!important;padding:12px 20px!important}.chats_fetchingPreviousMessagesTypography__PrBPW{color:#666!important;font-size:14px!important;font-weight:500!important;margin-bottom:8px!important;text-align:center!important}.chats_fetchingPreviousMessagesProgress__x1Odw{background-color:#0000001a!important;border-radius:2px!important;height:4px!important}.chats_fetchingPreviousMessagesProgress__x1Odw .MuiLinearProgress-bar{background-color:#01ba5d!important;border-radius:2px!important}.chats_assignedAgentStatusIcon__vM4id{border-radius:50%!important;display:inline-block!important;height:10px!important;margin-top:2px!important;width:10px!important}.chats_messageNotificationIcon__g4v-N{color:#4ac958!important;display:flex!important;height:14px!important;width:14px!important}.chats_unreadMessageGrid__zACs9{background-color:#4ac958!important;border-radius:50%!important;height:12px!important;width:12px!important}@keyframes chats_flashHighlight__vodie{0%{background-color:#b1b1b1}to{background-color:#0000}}.chats_highlightThread__jEbhR{animation:chats_flashHighlight__vodie 1.5s ease}.chats_newMessageInThreadGrid__YvnGj{align-self:flex-end!important;background-color:#7a7a7a!important;border-radius:50%!important;bottom:20px!important;color:#fff!important;cursor:pointer!important;height:24px!important;position:absolute!important;right:10px!important;width:24px!important;z-index:1000!important}@media screen and (min-width:1200px){.chats_sendTemplatePopupGrid__BmmbR{margin:0 auto!important;padding:0 30px 0 22px!important}}@media screen and (max-width:1600px){.chats_filterButtons__cvA50{font-size:13px!important}}@media screen and (max-width:1000px){.chats_dateRangePickerClass__ix3xn .DateRangePickerInput_arrow_svg{height:20px!important;width:20px!important}.chats_filterButtons__cvA50{font-size:12px!important}}@media screen and (max-width:600px){.chats_dateRangePickerClass__ix3xn .DateRangePicker_picker{overflow:auto!important}}@media screen and (min-width:600px)and (max-width:899px){.chats_dateRangePickerClass__ix3xn .DateRangePickerInput__withBorder{width:100%!important}}@media screen and (min-width:900px)and (max-width:1199px){.chats_dateRangePickerClass__ix3xn .DateRangePickerInput__withBorder{width:100%!important}}.chats_joinConversationBtnGrid__kPwP3{margin:2px 1px!important}.chats_threadStatisticsContainer__e-xzn{text-align:end!important;width:55px!important}.chats_threadStatisticsGrid__w31yC{align-content:start!important;display:flex!important;padding-top:2px!important}.chats_agentAssignedIcon__xmqKv{height:20px!important;width:20px!important}.chats_chatUserThreadListContainer__x\+\+tw{padding-left:3px!important;width:100%!important}.chats_chatUserThreadListContainerDesktop__A8d-9{border-right:.5px solid #dedede!important}.chats_chatUserThreadListContainerFlagMobile__HyFVV{max-width:100%!important}.chats_chatUserThreadListContainerNotFlagMobile__tOtiC{display:inline!important;display:initial!important;max-width:345px!important}.chats_chatUserThreadListContainerFlagMobileSmallScreen__58RAp{display:block!important;padding-right:20px!important}.chats_chatUserThreadListContainerFlagMobileNotSmallScreen__gCGBN{display:block!important}.chats_chatUserThreadListContainerHidden__d2OWY{display:none!important}.chats_chatUserThreadListHeaderContainer__GIFIM{background-color:#fff!important;padding-right:20px!important;position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:1!important}.chats_chatUserThreadListHeaderContainerMobile__2bApN{padding-right:5px!important}.chats_threadPaginationContainerMobile__X4905{bottom:10px!important;max-width:315px!important;position:fixed!important;width:315px!important}.chats_threadPaginationContainer__5WRv5{bottom:10px!important;left:3px!important;max-width:335px!important;position:absolute!important;width:335px!important}.chats_threadPaginationGrid__gKvCe{border-radius:5px!important;box-shadow:0 0 2px #00000040!important;padding:8px 8px 8px 0!important}.chats_threadPaginationStack__GHrEw{padding-inline:5px!important}.chats_threadPaginationStyle__XcPLe .MuiPaginationItem-root{font-weight:500!important;height:26px!important;min-width:22px!important;padding:0!important}.chats_threadPaginationStyle__XcPLe .Mui-selected{background-color:#f1d9ff!important}.chats_threadPaginationTypography__ArtwD{color:#000000b3!important;font-size:14px!important;font-weight:500!important}.chats_inboxMainContainerMainSection__qLHea{padding:20px 25px 0 27px!important}.chats_inboxMainContainer__e-WSA{padding:0 0 0 27px!important}.chats_inboxPageHeader__G8IXC{margin-bottom:15px!important}.chats_inboxPageHeaderDivider__QBzQ0{padding-top:4px!important}.chats_chatUserThreadLogViewContainer__1S0TP{border-right:.5px solid #dedede!important;position:relative!important}.chats_chatUserThreadLogViewContainerSmallScreenHidden__u4J9b{display:none!important}.chats_chatUserThreadLogViewContainerDesktop__LDhRc,.chats_chatUserThreadLogViewContainerSmallScreenVisible__cDKqp{display:block!important}.chats_chatUserThreadLogViewWidthFeedbackOpen__ALm2I{width:calc(100% - 250px)!important}.chats_chatUserThreadLogViewWidthFeedbackClosed__ax6BA{width:calc(100% - 70px)!important}.chats_chatUserThreadLogViewWidthNoFeedbackOpen__O\+lLT{width:calc(100% - 640px)!important}.chats_chatUserThreadLogViewWidthNoFeedbackClosed__ThtMF{width:calc(100% - 400px)!important}.chats_chatLogViewMainGrid__86mw-{padding-left:15px!important;padding-block:10px!important;width:100%!important}.chats_chatLogsViewInnerGrid__Ug2zn{border-radius:15px!important}.chats_chatbotChatMainSectionItem__5Izke{flex-wrap:nowrap!important;padding:0!important;transition:none!important}.chats_userMessageGrid__cbUh-{margin:10px 0!important;text-align:start!important;width:100%!important}.chats_assignAgentMessageInnerGrid__WdsHh{border-radius:5px!important;color:#636363!important;font-size:12px!important;padding:4px 8px!important}.chats_userMessageGridContainer__Q-fU9{justify-content:start!important}.chats_userMessageInnerGrid__FLtRi{max-width:calc(100% - 30px)!important;width:100%!important}.chats_userMessageInnerGridItem__qqUYY{max-width:calc(100% - 50px)!important;width:100%!important}.chats_dataToShowAccordionSummary__JOn7K{min-height:45px!important}.chats_chatLogMoreVertIconWhiteColor__oCafq{color:#fff!important}.chats_chatLogMoreVertIconGreyColor__YmHb5{color:#869596!important}.chats_chevronLeftIcon__JTDo-{aspect-ratio:1!important;border-radius:50%!important}.chats_whatsAppStatusSpan__agdRp{display:flex!important;font-size:10px!important;font-weight:500!important}.chats_chatLevelMenuPaper__A0XId{border-radius:10px!important;box-shadow:0 3px 8px #0000003d!important;padding:0 8px!important}.chats_chatInformationBlockContainer__0ycYK{cursor:pointer!important;position:relative!important;z-index:5!important}.chats_chatInformationBlockDesktopOpen__DudKN{max-width:318px!important;min-width:318px!important}.chats_chatInformationBlockDesktopClosed__PpopR{max-width:0!important;min-width:0!important}.chats_chatInformationBlockMobile__vO2Us{max-width:100%!important;min-width:100%!important}.chats_chatInformationBlockMobileSmallScreenPadding__LpB5l{padding:0 15px!important}.chats_chatInformationBlockMobileSmallScreenHeight__S4gE9{height:calc(100vh - 110px)!important}.chats_chatInformationBlockAutoHeight__xrXf4{height:auto!important}.chats_chatInformationBlockChevronIcon__IK6Pn{background-color:#f7e9ff!important;border-radius:50%!important;position:absolute!important;top:17px!important}.chats_chatInformationBlockChevronIconFlagMobile__jal7G{left:0!important}.chats_chatInformationBlockChevronIconNormal__DX0aP{left:-13px!important}.chats_chatInformationBlockChevronIconNew__7wSfR{cursor:pointer!important;right:10px!important;top:20px!important;z-index:5!important}.chats_chatInformationBlockDrawer__tPJsI{flex-shrink:0!important;position:relative!important;transform:none!important;transition:transform .3s cubic-bezier(0,0,.2,1) 0ms!important}.chats_chatInformationBlockDrawerDisplayNone__aEKj9{display:none!important}.chats_chatInformationBlockDrawerPaper__m0xBV{border-left:0!important;position:relative!important;z-index:1!important}.chats_chatInfoBlockAssignAgentTimeStamp__oA9Wn{color:#7a7a7a!important;font-size:13px!important}.chats_chatInfoBlockAgentDataContainer__1ZDVE{font-size:15px!important;font-weight:500!important;padding-top:5px!important}.chats_chatInfoBlockAgentDataAccordion__xxXJh{background:#0000!important;box-shadow:none!important}.chats_chatInfoBlockAgentDataAccordionSummary__msGl3{min-height:45px!important}.chats_chatInfoBlockAgentStatus__6FOdo{border-radius:50%!important;display:inline-block!important;height:10px!important;width:10px!important}.chats_chatInfoBlockAgentJoined__rDwQT{background-color:#0fb915!important}.chats_chatInfoBlockAgentAssigned__8vYOb{background-color:#e2a22a!important}.chats_deleteAgentIconGrid__CY39G{margin-right:4px!important}.chats_agentDataAccordionDetails__WvS1i{padding:0 16px 16px!important}.chats_agentDataAccordionDetailsContainer__dqMmB{border:1px solid #cfcfcf!important;border-radius:8px!important;padding:12px!important;width:100%!important}.chats_agentInfoDivider__O\+8s0{color:#7a7a7a!important}.chats_assignedAgentText__EGE0U{font-size:16px!important;font-weight:600!important}.chats_assignAgentContainer__DCBXP{padding:20px 0!important}.chats_assignAgentTableContainer__GgAqo{border:1px solid #e9e9e9!important;border-radius:5px!important;box-sizing:border-box!important;max-width:100%!important;overflow:auto!important;position:relative!important;z-index:2!important}.chats_agentStatusSpan__xg-gP{border-radius:3px!important;font-size:13px!important;padding:4px 6px!important}.chats_chatInputMainGrid__j3v2v{opacity:1!important;padding-inline:15px!important;padding-bottom:10px!important}.chats_chatInputInnerGrid__crhGA{border-radius:10px!important;width:100%!important}.chats_sendMessageIconBtn__8uUOk{border-radius:8px!important;height:100%!important;padding:5px!important;width:100%!important}.chats_chatInputTextField__0KCxV{border:none!important;border-radius:10px!important;width:100%!important}.chats_chatInputTextField__0KCxV fieldset{border:none!important}.chats_chatInputTextField__0KCxV .MuiOutlinedInput-input{font-size:14px!important;font-weight:500!important;padding:12.5px 14px!important}.chats_chatInputTextField__0KCxV .MuiOutlinedInput-root{padding-right:4px!important}.chats_attachmentIconMargin__tHUpg{margin:0 0 0 8px!important}.chats_attachmentIconZeroMargin__DTO4O{margin:0!important}.chats_attchmentIconLowOpacity__Z0Xyz{opacity:.5!important}.chats_attchmentIconFullOpacity__-ShR\+{opacity:1!important}.chats_userInfoSwipeableDrawer__5D6N2{border-bottom-left-radius:10px;border-top-left-radius:10px;height:calc(100vh - 80px)!important;max-height:calc(100vh - 80px)!important;overflow:auto!important;top:5%!important;width:340px!important}@keyframes chats_heartbeat__IkYZj{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.chats_heartbeatAnimationAttchmentIcon__AqPJn{animation:chats_heartbeat__IkYZj 1s ease-in-out;animation-iteration-count:7}@keyframes chats_joinBtnAnimation__uJKmI{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.chats_joinConversationBtnAnimation__q3OuA{animation:chats_joinBtnAnimation__uJKmI 1s ease-in-out;animation-iteration-count:7}.chats_threadStatusGrid__jT\+Uz{border-radius:5px!important;font-size:11px!important;font-weight:600!important;height:-webkit-fit-content!important;height:fit-content!important;padding:2px 5px!important;width:-webkit-fit-content!important;width:fit-content!important}.chats_threadStatusOptionColorCircle__HNtep{border-radius:50%!important;height:10px!important;width:10px!important}.chats_threadStatusDropdown__1CXBq{font-size:14px!important;max-width:300px!important;width:130px!important}.chats_threadStatusDropdown__1CXBq .MuiAutocomplete-endAdornment{position:relative!important;z-index:5!important}.chats_threadStatusDropdown__1CXBq .MuiAutocomplete-clearIndicator{bottom:-14px!important;position:absolute!important;right:18px!important}.chats_threadStatusDropdown__1CXBq .MuiAutocomplete-popupIndicator{bottom:-14px!important;position:absolute!important;right:-6px!important}.chats_threadStatusDropdown__1CXBq .MuiAutocomplete-tag{margin:3px 0!important;max-width:calc(100% - 3px)!important}.chats_threadStatusDropdown__1CXBq .MuiSelect-select{padding:8.5px 14px!important}.chats_threadStatusDropdown__1CXBq .MuiAutocomplete-inputRoot{padding:3px 5px!important}.chats_threadStatusDropdown__1CXBq fieldset{background-color:#fff!important;border:none!important;color:#008069!important}.chats_threadStatusDropdown__1CXBq{border-radius:5px!important}.chats_threadStatusDropdown__1CXBq .MuiChip-root{border:1px solid #6a097d4d!important;border-radius:5px!important;font-size:14px!important;margin-left:0!important;margin-right:5px!important}.chats_threadStatusDropdown__1CXBq .MuiInputBase-input::placeholder{color:#008069!important}.chats_threadStatusDropdown__1CXBq input{color:#008069!important;font-weight:600!important;z-index:5!important}.chats_threadStatusDropdown__1CXBq .MuiAutocomplete-clearIndicator,.chats_threadStatusDropdown__1CXBq .MuiAutocomplete-popupIndicator{color:#008069!important}.chats_threadStatusDropdown__1CXBq .MuiOutlinedInput-root .MuiAutocomplete-input{padding:7.5px 52px 7.5px 5px!important}.chats_tagsEditIcon__knXcF{color:#7a7a7a!important;height:18px!important;width:18px!important}.chats_threadTagChipStyle__wrWvw{background-color:#fbf4ff!important;border-radius:3px!important;box-shadow:0 0 2px rgba(106,9,125,.302)!important;color:#6a097d!important;font-size:14px!important;font-weight:600!important;min-width:40px!important;padding:2px 6px!important;text-align:center!important;white-space:wrap!important;width:auto!important}.chats_threadTagComponentGrid__Oubo9{border-radius:5px!important;box-shadow:0 0 2px rgba(0,0,0,.451)!important;margin-inline:2px!important}.chats_threadTagTitleGrid__2z8yR{background:linear-gradient(180deg,#fff,#f9f9f9)!important;border-radius:5px!important;padding:8px 12px!important}.chats_threadTagCardGrid__nmSb\+{padding:8px 12px!important}.chats_addTagStyles__3JkTu{align-items:center!important;display:flex!important;flex-wrap:nowrap!important;font-size:14px!important;font-weight:600!important;gap:6px!important}.chats_threadTagTitle__g\+AZu{color:#000!important;font-size:14px!important;font-weight:600!important}.chats_threadTagListItemContainer__LvSPz{max-width:60px!important}.chats_threadTagListIcons__MdGkn{min-width:10px!important;padding:0!important}.chats_threadTagListItemEditIcon__Rz7WL{font-size:14px!important;height:14px!important;width:14px!important}.chats_threadNotesCardGrid__ZoNhQ{padding:8px!important}.chats_notesCardGrid__sK8vl{background-color:#f9f9f9!important;border-radius:5px!important;padding:10px!important}.chats_notePerformedByTypography__xYHsX{color:#000!important;font-size:13px!important;font-weight:600!important}.chats_noteTimeStampTypography__0cVi-{color:#7a7a7a!important;font-size:12px!important;font-weight:500!important}.chats_noteEditIcon__BRq2A{color:#7a7a7a!important;height:16px!important;width:16px!important}.chats_noteDeleteIcon__NWnf2{color:#c60000!important;height:16px!important;width:16px!important}.chats_disabledAddNoteStyles__6wSkl{cursor:auto!important;opacity:.37!important}.chats_addNoteTextArea__EPVtx{border-radius:5px!important;box-shadow:0 0 2px #00000080!important;max-height:200px!important;min-height:60px!important;overflow-y:auto!important;resize:vertical!important;-webkit-user-select:none!important;user-select:none!important;width:100%!important}.chats_addNoteTextArea__EPVtx fieldset{border:none!important;outline:none!important}.chats_addNoteTextArea__EPVtx .MuiOutlinedInput-root{padding:0!important}.chats_addNoteTextArea__EPVtx textarea{background-color:#fff!important;border:none!important;box-sizing:border-box!important;font-size:15px!important;font-weight:500!important;outline:none!important;padding:8px!important;-webkit-user-select:text!important;user-select:text!important;width:100%!important}.chats_addNoteTextArea__EPVtx textarea::placeholder{opacity:.6!important}.chats_addNoteTextArea__EPVtx textarea:active{-webkit-user-select:text!important;user-select:text!important}@media screen and (min-width:901px)and (max-width:1600px){.chats_addNoteTextArea__EPVtx textarea{font-size:14px!important;font-weight:500!important}}@media screen and (min-width:601px)and (max-width:900px){.chats_addNoteTextArea__EPVtx textarea{font-size:14px!important;font-weight:500!important}}@media screen and (min-width:0px)and (max-width:600px){.chats_addNoteTextArea__EPVtx textarea{font-size:13px!important;font-weight:500!important}}.chats_chatSwipableDrawerStyle__nKZXT{position:relative!important;z-index:1500!important}@media screen and (min-width:1000px)and (max-width:1600px){.chats_chatInformationBlockDesktopOpen__DudKN{max-width:400px!important;min-width:auto!important}}@media screen and (max-width:600px){.chats_userInfoSwipeableDrawer__5D6N2{width:95%!important}.chats_chatInformationBlockDrawer__tPJsI{width:100%!important}}.chats_mediaMessagesDiv__zSNHP{gap:10px!important}.chats_imageMessages__VISPl{aspect-ratio:1/1!important;height:100%;max-height:350px;max-width:300px;object-fit:cover!important;width:100%}.chats_imageMessageRadius__DmGxI{border-radius:5px 5px 0 0!important}.chats_documentMessageDiv__H9GQK{align-items:center!important;background-color:#f1f3f4!important;border-radius:5px!important;display:flex!important;gap:8px!important;justify-content:space-between!important;max-width:350px!important;padding:10px!important;white-space:nowrap!important}.chats_documentMessageDiv__H9GQK>div{max-width:100%}.chats_documentMessageText__6uxuX{cursor:pointer!important;display:block!important;max-width:280px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.chats_documentMessageOpenInNewTabIcon__I6trY{cursor:pointer!important;height:20px!important;right:2px!important;top:2px!important;width:20px!important}.chats_audioFileName__FJPUv{color:#7a7a7a!important;cursor:pointer!important;font-size:13px!important;font-weight:500!important;max-width:300px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.chats_contactListAnchorTag__JaJyp{color:blue!important}.chats_threadStatusTyporgraphy__U4ZOJ{color:#fff!important;font-size:14px!important;font-weight:500!important}.global_cbHeaderBreadCrumbsHeadText__9xP3K{color:#7a7a7a!important;font-size:13px!important;font-weight:600!important}.global_cbHeaderBreadCrumbsChatbotLabel__V2Eyp{color:#1f384c!important;font-size:13px!important;font-weight:600!important}.global_primaryFontSize__OTv7o{font-size:15px!important}.global_secondaryFontSize__VMCZR{font-size:14px!important}.global_tertiaryFontSize__Z065I{font-size:13px!important}.global_primaryFontWeight__Cjo3E{font-weight:600!important}.global_secondaryFontWeight__W328J{font-weight:500!important}.global_tertiaryFontWeight__WrMOT{font-weight:400!important}.global_primaryColor__yHY6E{color:#6a097d!important}.global_primaryColorBg__pCDtB{background-color:#6a097d!important}.global_blackColor__JoBxQ{color:#000!important}.global_clickable__9YZXd{cursor:pointer!important}.global_backIconContainer__bLrNH{align-items:center!important;justify-content:center!important;position:relative!important}.global_backIconItem__vOpNG{left:0!important;position:absolute!important;top:10%!important}.global_backText__m\+\+Ez{color:#6a097d!important;font-size:15px!important;font-weight:600!important;margin-left:25px!important}.global_fullwidth__w-2qF{width:100%!important}.global_fitContentWidth__VVMZH{width:-webkit-fit-content!important;width:fit-content!important}.global_fullwidthWithMargin__FCBzX{margin-top:8px!important;width:100%!important}.global_boxSizingBorderBox__HsEw2{box-sizing:border-box!important}.global_emailLabel__1av\+S{color:#4c4a4d!important;font-size:15px!important;font-weight:600!important;margin-bottom:10px!important}.global_stagingMargin__3WF6l{margin-top:30px!important}.global_marginBottom5__CRDLO{margin-bottom:5px!important}.global_flagPopperContainer__vFGeR{align-items:center!important;display:flex!important;gap:20px!important;justify-content:space-between!important}.global_displayFlex__Kmiws{align-items:center;display:flex}.global_displayFlexStyle__TabwK{display:flex!important}.global_infoiconStyle__5xvc3{cursor:pointer!important;height:17px!important;margin-left:3px!important;vertical-align:middle!important;width:17px!important}.global_headerGlobalPaddingStyle__z9W0T{padding:18px 0!important}.global_headerTextContainerStyle__D6HhO{padding:0 25px 0 27px!important}.global_displayInline__iY8W6{display:inline!important}.global_startAlignment__9TfWW{align-items:start!important;justify-content:space-between!important}.global_centerAlignment__uerbB{align-items:center!important;justify-content:center!important}.global_contentCenter__drgQ3{align-content:center!important;justify-content:center!important}.global_flexAlignmentEnd__1VbV\+{align-items:center!important;display:flex!important;justify-content:end!important}.global_globalTextfieldStyle__RzuWx{background:#fff;display:flex;justify-content:space-around;width:100%}.global_globalTextfieldStyle__RzuWx fieldset{border-color:initial!important;border-width:0!important}.global_globalTextfieldStyle__RzuWx .MuiFormHelperText-root{font-size:13px;margin-left:0!important}.global_globalTextfieldStyle__RzuWx .MuiInputBase-input{border-radius:3px;box-shadow:0 0 3px 0 #00000040!important;padding:14px!important}.global_globalTextStyleBlack__HAFsK{color:#4c4a4d!important;font-size:15px!important;font-weight:600!important}.global_globalTextStyleGrey__0jXQ2{color:#7a7a7a;font-size:15px!important;font-weight:600!important;text-align:center}.global_required__gBhfI{color:#c60000!important;padding-left:3px}.global_gridItemStyle__7P\+Br{align-content:center!important;display:flex!important;width:100%}.global_htmlGridContainer__o8AQ9{flex-wrap:nowrap!important;height:100vh!important;padding:50px!important}.global_htmlHeading__ofhuG{font-size:20px!important;font-weight:600!important}.global_htmlGridItemStyles__6j7D1{height:100%!important;width:100%!important}.global_fullHeight__Vys7J{height:100%!important}.global_zIndex1__XMTmS{z-index:1!important}.global_roundedBorder__5Zikx{border-radius:15px!important}.global_overflowAuto__GR-Xl{overflow:auto!important}.global_overflowHidden__rbFwJ{overflow:hidden!important}.global_maxHeightStyle__Rdz45{max-height:61px!important}.global_cbPreviewHeader__9vO2l{align-items:center!important;border:none!important;border-radius:15px 15px 0 0!important;height:60px!important;padding:0 10px!important}.global_cbIconImg__VXcFg{object-fit:fill!important}.global_cbIconImg__VXcFg,.global_fsIconImg__4G2zw{border-radius:50%!important;display:flex!important;height:28px!important;width:28px!important}.global_fsIconImg__4G2zw{object-fit:cover!important}.global_textCenter__XAdBo{text-align:center!important}.global_dividerStyle__PZVmx{border-color:#6a6a6a!important}.global_formWrapper__Bm6hC{max-height:730px;overflow-x:hidden!important;overflow-y:auto}.global_formWrapperSingleTemplate__XRX50{height:100%;overflow-y:scroll;padding:10px 20px 20px}.global_authLabel__HB5Wi{color:#6a097d;font-size:26px;font-weight:600;margin-bottom:35px!important;text-align:center}.global_authSublabelText__PVXqt{color:#4c4a4d;font-size:18px;font-weight:600;margin-bottom:20px!important;text-align:center}.global_authSublabelProductTextStyle__3DHaK{color:#6a097d;font-size:19px;font-weight:600}.global_resendButtonStyle__3ur7p{color:#6a097d;margin-left:5px}.global_dividerStyle__PZVmx{border-style:initial;color:#b1b1b1;font-size:12px;font-weight:600;margin-top:9px!important;padding-left:20px!important}.global_emailDividerStyle__8etuA{padding:0!important}.global_continueWithGoogleButton__zV5kX{border:1.5px solid #cdcdcd!important;border-radius:3px!important;color:#4c4a4d!important;font-size:15px!important;font-weight:600!important;height:52px!important;height:56px!important;justify-content:center!important;margin:0 0 10px!important;max-height:52px;min-height:52px;padding:0!important;text-transform:inherit!important;width:385px!important}.global_googleButtonText__QrYQI{padding-left:26px!important}.global_authPromptTextStyleLogin__DyAlv{margin-top:8px!important}.global_authPromptTextStyleLogin__DyAlv,.global_authPromptTextStyleRegistration__Xz6Rw{color:#4c4a4d;font-size:15px;font-weight:600;text-align:start}.global_authPromptSubTextStyle__rWFne{color:#6a097d;font-size:15px;font-weight:600}.global_inputLabel__gg7h7{color:#4c4a4d!important;font-size:15px!important;font-weight:600!important;margin-bottom:8px}.global_dashboardOutletWrapper__hlmCT{width:100%!important}.global_dashboardChildWrapper__5Iglt{flex-wrap:nowrap!important;padding:27px 40px}.global_dashboardChildTitleTextStyle__mDM6t{color:#4c4a4d;font-size:18px!important;font-weight:600;margin-bottom:27px!important;width:100%}.global_updatePersonaFullContainer__mV18g{border-radius:10px;box-shadow:0 0 3px 0 rgba(0,0,0,.251);padding:24px}@media screen and (max-width:599px){.global_updatePersonaFullContainer__mV18g{flex-wrap:nowrap!important;padding:15px!important}.global_updatePersonaFullContainerForm__6yERZ{display:flex;flex-wrap:nowrap;height:calc(100vh - 157px)}}.global_dashboardChildTitleTextStylePersona__9KSAu{color:#4c4a4d;font-size:18px!important;font-weight:600;margin-bottom:8px!important;width:100%}.global_globalSearchBar__kLO4V{box-shadow:0 0 2px 0 #5f6368!important;height:33px!important}.global_globalSearchBarHeight__h1ENO{box-shadow:0 0 2px 0 #5f6368!important;height:auto!important}.global_searchBar__ntgor{border-radius:5px;box-shadow:0 0 2px 0 #7a7a7a;max-width:262px;width:100%}.global_searchBar__ntgor .MuiInputBase-input,.global_searchBar__ntgor .MuiInputBase-root{border:initial;border-radius:5px;max-width:262px;width:100%}.global_searchBar__ntgor .MuiInputBase-input{padding:5px 10px!important}.global_searchBar__ntgor .MuiInputBase-input placeholder{font-size:10px}.global_searchBar__ntgor .MuiOutlinedInput-notchedOutline{border-width:0!important}.global_dashboardChildSectionTextStyle__qoyz\+{color:#1f384c;font-size:15px;font-weight:600;margin-bottom:10px!important;margin-top:10px!important}.global_containerFlexWrap__-vwvH{flex-wrap:nowrap!important}.global_containerflexWrapStyle__gHufK{align-items:center!important;flex-wrap:nowrap!important}.global_dashboardNavigationToggleButtonStyle__CaQZa{padding:13px 8px 8px!important;position:absolute!important}@media screen and (min-width:320px)and (max-width:600px){.global_headerMenuIcon__Ip-N3{padding:16px 8px!important;position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:1101}}.global_WritewizGlobaltable__AyrMB{border:1px solid #e9e9e9!important;border-radius:5px!important;box-sizing:border-box!important;max-width:100%!important;overflow:auto!important}.global_headerRow__0DFVv th{background-color:#fbf4ff;color:#000;font-size:14px;font-weight:600;padding:12px!important;white-space:pre;z-index:auto}.global_tableRowStyle__jCKIo{align-items:center;color:#373737;display:flex}.global_tableRowGlobalStyle__ln5kd:last-child td{border-bottom:none!important}.global_additionalRowClass__Zd2cQ{white-space:pre}.global_bodyRow__NgJXS:hover{background:#f2f2f2}.global_selectedBodyRow__\+YaSo{background:#f7e9ff}.global_bodyRow__NgJXS td{cursor:pointer;font-size:14px;font-weight:500;padding:10px 12px}.global_tableCategoryImage__Ojgon{height:18px;width:18px}.global_globalTileStyle__nmWEw{box-shadow:0 0 4px 0 #d9d9d9}.global_globalTileStyle__nmWEw,.global_globalTileStyle__nmWEw:hover{align-items:center;border-radius:5px;display:flex;height:54px;max-width:220px;width:100%}.global_globalTileStyle__nmWEw:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.251)}.global_featureIconStyle__6iFl8{margin:15px!important}.global_headText__4zb9z{color:#4c4a4d;font-size:15px;font-weight:600}.global_descriptionText__XSRsk{color:#7a7a7a!important;font-size:12px!important;font-weight:400!important}.global_pageText__jPBUi{color:#4c4a4d!important;font-size:15px!important;font-weight:500!important}.global_featuredTilesWrapper__2rSUQ{margin-bottom:25px!important;margin-top:25px!important}.global_mobileFooterWrapper__Xm8oN{display:none}.global_mobileFooterSelect__7NvxN{border-radius:.25em;box-shadow:0 0 2px 0 rgba(0,0,0,.251);cursor:pointer;max-width:290px;min-width:160px;padding:.25em .5em}.global_mobileFooterSelect__7NvxN div{padding:6px 14px!important}.global_ppPlanSlider__gH1up .MuiSlider-markLabel{color:#7a7a7a;font-size:12px}.global_ppPlanSlider__gH1up .MuiSlider-mark{display:none}.global_ppPlanSlider__gH1up .MuiSlider-thumb{border-radius:3px;color:#6a097d;height:15px;width:4px}.global_ppPlanSlider__gH1up .MuiSlider-rail{background:#e1e1e1;height:5px}.global_globalCardBulletListText__MB5rd{padding-bottom:5px}.global_globalCardBox__S-YGr{border-radius:10px;box-shadow:0 0 2px 0 #6a097d;font-size:15px;padding:20px 15px}.global_globalCardBoxDescription__-lK6A{overflow:auto}.global_globalCardHeading__2flqs{color:#6a097d;font-family:Open Sans;font-size:15px;font-weight:500;margin:0 0 10px!important}.global_globalCardBullet__oRcAc{color:#4c4a4d;font-family:Open Sans;font-size:15px;padding:0 0 0 20px}.global_iconCell__x3NHh{width:60%}.global_iconCellLastModifield__dALt8{width:20%}.global_documentClickCell__701Zl{cursor:pointer}.global_statusColor__Cjz0t{border:1px solid #000!important}.global_rowTextfieldTable__4GSW\+ .MuiInputBase-input,.global_rowTextfield__mPFU5 .MuiInputBase-input{padding:4.5px 14px!important}.global_rowTextfieldTable__4GSW\+ .MuiOutlinedInput-notchedOutline{border:none!important}.global_globalMenuStyle__ybZNy .MuiPaper-root{box-shadow:none!important;filter:drop-shadow(0 2px 5px rgba(0,0,0,.1))!important}.global_menuItemStyle__HldeS{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;-moz-appearance:none;-webkit-appearance:none;background-color:initial!important;border:0;border-radius:7px!important;box-sizing:border-box;box-sizing:border-box!important;color:#4c4a4d!important;cursor:pointer;display:flex!important;display:flex;font-size:1rem;font-weight:400;justify-content:start!important;justify-content:flex-start;letter-spacing:.00938em;line-height:1.5;margin:2px 10px!important;min-height:auto!important;outline:0;padding:6px 16px!important;position:relative;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap!important}.global_menuItemStyle__HldeS .MuiListItemIcon-root{color:#6a097d}.global_menuItemStyle__HldeS:hover{background:#fbf4ff!important;color:#6a097d}.global_homeBoxDesign__HCF5J{border:1px solid #6a097d;border-radius:10px;box-shadow:0 0 2px 0 #6a097d;display:flex;flex-wrap:nowrap;height:160px;left:280px;margin-bottom:20px!important;top:84px;width:100%}.global_newDocumentPopup__\+pAIb .MuiPaper-elevation{height:100%;margin:30px 100px!important;max-width:100%!important;width:100%}.global_newDocumentPopup__\+pAIb .MuiPaper-root::-webkit-scrollbar{width:4px}.global_newDocumentPopup__\+pAIb .MuiPaper-root::-webkit-scrollbar-track{background:#f3f5f9}.global_newDocumentPopup__\+pAIb .MuiPaper-root::-webkit-scrollbar-thumb{background-color:#6a097d;border-radius:20px}.global_dashboardChildSectionTextStylePrimary__vLQQw{color:#6a097d;cursor:pointer;font-size:15px;font-weight:600;margin-bottom:10px!important}.global_deleteConfirmPopupStyle__M8Z6Z{align-items:center;background:#f7e9ff!important;border-radius:50%;display:flex;height:45px;justify-content:center;margin-right:19px!important;padding:10px!important}.global_deleteConfirmImage__vFI6m{height:auto;width:25px}.global_deleteConfirmPopupTextStyle__NJ45t{color:#6a097d;font-size:16px;font-weight:600;margin:0 0 2px!important}.global_deleteConfirmPopupSubTextStyle__YuujZ{font-size:14px;font-weight:500;white-space:pre-line}.global_deleteConfirmHeaderPopup__\+8KXN{padding:28px 50px 45px 28px!important}.global_deleteConfirmButtonsPopup__Zy5FY{background:#fbf4ff;padding:15px 20px}.global_deleteConfirmationLogoItem__pOEsg{align-items:center;background:#cf2c2c33;border-radius:50%;display:flex;justify-content:center;max-width:45px;padding:10px 20px;width:45px}.global_globalDeleteLogoHeadContainer__7nHTK{align-items:start;display:flex;gap:15px}.global_cmpGlobalMobileAddIcon__WuOzQ{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 4px 0 #00000040!important;color:#6a097d!important;padding:10px!important}.global_addIconStyles__5gS8I{fill:#6a097d!important;height:28px!important;width:auto!important}.global_cmpGlobalMobileAddIconDark__FEhjR{background-color:#6a097d!important;border-radius:5px!important;box-shadow:0 0 4px 0 #00000040!important;color:#fff!important;padding:5px 8px!important}.global_globalHeadText__\+ExWI{color:#1f384c!important}.global_globalDecsText__qWBaU{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important}.global_globalHeaderFontStyle__3ZW9y{font-size:18px!important;font-weight:600!important}.global_globalHeaderFontSize__Ro2Fx{font-size:18px!important}.global_globalLibraryFontSize__dPe0p{font-size:17px!important}.global_globalHeaderFontWeight__SI1iI{font-weight:600!important}.global_globalSubHeadingFontSize__UmDaI{font-size:16px}.global_globalSubHeadingFontWeight__4JVYw{font-weight:500}.global_cardHeaderFontSize__z--Mq{font-size:16px!important}.global_cardDescriptionFontSize__ObYP\+{font-size:14px!important}.global_formLabelFontSize__vIB3z{font-size:15px!important}.global_formLabelFontWeight__1580i{font-weight:600!important}.global_dividerStyles__lVe08{margin-top:5px!important;opacity:.8!important;width:100%!important}.global_previewIconImgWrapper__gMe9N{cursor:pointer!important;gap:5px!important;justify-content:end!important}.global_previewIconStyle__QlCRc{height:auto!important;object-fit:fill!important;width:23px!important}.global_previewIconFont__638Gj{color:#0a6add!important;font-size:16px!important;font-weight:600!important}.global_primaryButtonFontStyle__Ud2me{font-size:15px!important;font-weight:600!important}.global_whatsappIntegrationFontStyle__fkA-g{font-size:23px!important;font-weight:600!important}.global_whatsappIntegrationSubFontStyle__R1cyW{color:#7a7a7a!important;font-size:14px!important}.global_timeZoneMenu__B6eWQ .Mui-focusVisible{background-color:#fff!important}.global_timeZoneMenu__B6eWQ .MuiOutlinedInput-input{padding:8px 10px!important;width:160px!important}.global_chatbotTitleSelect__qm4eq .MuiOutlinedInput-input{color:#000!important;font-size:14px!important;font-weight:600!important;width:100%!important}.global_chatbotTitleSelect__qm4eq .MuiAutocomplete-input,.global_chatbotTitleSelect__qm4eq .MuiOutlinedInput-root{padding:0!important}.global_chatbotTitleSelect__qm4eq .MuiAutocomplete-inputRoot{max-width:320px!important;padding:0 40px 0 0!important;width:100%!important}.global_chatbotTitleSelect__qm4eq fieldset{border:none!important}@media screen and (max-width:550px){.global_continueWithGoogleButton__zV5kX{width:100%!important}}@media screen and (min-width:0px)and (max-width:900px){.global_globalSearchBarHeight__h1ENO{box-shadow:0 0 2px 0 #5f6368!important;height:30px!important}}@media screen and (min-width:0px)and (max-width:860px){.global_mobileFooterWrapper__Xm8oN{display:block}}@media screen and (min-width:320px)and (max-width:600px){.global_dashboardChildWrapper__5Iglt{padding:25px}}::-webkit-scrollbar{height:6px;width:.3em}::-webkit-scrollbar-track{height:50%;max-height:50%}::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;outline:medium none invert!important;outline:initial!important}.global_dashboardMaxWidthStyles__NOV6X{margin:0 auto!important;width:100%!important}.global_generateTitleButtonWrapper__sRF4m{border-top:.5px solid #e7e7e7;display:flex;justify-content:center;padding:20px 0;width:100%}.global_generateTitleButtonWrapperBlogGeneration__Y8Bnw{margin-top:20px!important}.global_generateTitleButtonWrapperBlogGeneration2__c-HAg{margin-top:8px!important}.global_openArrowStyle__jhXq0{height:auto;transform:translateX(58px) translateY(30px)}.global_closeArrowStyle__bot39,.global_openArrowStyle__jhXq0{cursor:pointer;position:fixed;top:0;transition:all .4s ease-in-out;width:24px;z-index:5}.global_closeArrowStyle__bot39{height:-13px;transform:rotate(180deg);transform:translateX(239px) translateY(30px) rotate(180deg)}.global_tooltipCard__7C9WK{border-radius:5px;box-shadow:0 0 1.5px 0 #6a097d;color:#575757;font-size:10px;font-weight:500;margin:0 8px 3px 0!important;padding:3px 6px}.global_tooltipCardContainer__8VviA{height:24px;overflow:hidden;padding:2px}.global_tooltipFirstRow__Fgz\+L{flex-wrap:nowrap!important;width:189px!important}.global_tooltipCardItem__QDJRf{margin-top:6px!important}.global_backDropStyle__CpTEd div{color:#6a097d!important}.global_removeGlobalCss__w2Z00{display:block!important;padding:6px 10px!important}.global_featuredTempMainContainer__4VFTY{align-items:center;gap:10px}.global_featureAllTempLabelContainer__QVB2I{gap:10px!important}.global_globalHeadMainItemRightContainer__Ae\+7W{display:flex!important;flex-wrap:nowrap!important;gap:15px;justify-content:end}.global_globalHeadLeftSubItem__PuTOr,.global_globalHeadRightSubItem__xpnr2{margin:0 8px!important}.global_globalSearchbarSubItem__N8XvB{width:286px}.global_globalNewAddBtnItem__IgjGR{width:268px}.global_createChatbotIcon__LzAT2{height:18px!important;width:auto!important}.global_addDocumentBtn__d5p4J{align-items:center!important;background-color:#6a097d!important;border:none!important;border-radius:5px!important;box-shadow:0 0 4px 0 #00000040!important;color:#fff!important;padding:8px 10px!important;text-transform:capitalize!important}.global_trySampleChatbotContainer__tnySk{align-items:start!important}.global_createChatbotContainer__oWZAx{align-items:center!important}.global_sampleChatbotBtn__n4hta{align-items:center!important;background-color:#fff!important;border:none!important;border-radius:5px!important;box-shadow:0 0 4px 0 #00000040!important;color:#000!important;padding:8px 10px!important;text-transform:capitalize!important;width:198px!important}.global_globalRedirecetionBtn__B-GIm{align-items:center!important;border:none!important;color:#1f384c!important;font-weight:700!important;padding:0!important;text-decoration:underline!important;text-transform:capitalize!important}.global_globalPopOverTooltip__M0uTO{word-wrap:normal!important}.global_approvedButtonStyle__3pZZU{background-color:#00ff001a!important;border:1px solid green!important;border-radius:5px!important;padding:3px 10px!important}.global_pendingButtonStyle__yOc8H{background-color:#ffa50033!important;border:1px solid #ffa50080!important;border-radius:5px!important;padding:3px 10px!important}.global_rejectedButtonStyle__b6CQT{background-color:#ff00001a!important;border:1px solid #ff0000b3!important;border-radius:5px!important;padding:3px 10px!important}.global_settingsPageMainItem__50Lfd{padding:30px 40px!important}@media screen and (max-width:425px)and (min-Width:320px){.global_settingsPageMainItem__50Lfd{padding:30px 20px!important}}@media screen and (min-width:1536px){.global_globalHeadLeftSubItem__PuTOr,.global_globalHeadRightSubItem__xpnr2{margin:0 8px!important;max-width:286px!important}}@media screen and (min-width:1440px)and (max-width:1535px){.global_globalHeadLeftSubItem__PuTOr{margin:0 8px!important;max-width:260px!important}.global_globalHeadRightSubItem__xpnr2{margin:0 8px!important;max-width:230px!important}}@media screen and (min-width:1200px)and (max-width:1440px){.global_globalHeadRightSubItem__xpnr2{max-width:230px!important}}@media screen and (min-width:900px)and (max-width:1199px){.global_globalHeadMainItemRightContainer__Ae\+7W{align-items:center;justify-content:start}.global_globalHeadLeftSubItem__PuTOr{margin:0 8px 0 0!important;max-width:260px!important}.global_globalHeadRightSubItem__xpnr2{margin:0 8px!important;max-width:230px!important}}@media screen and (min-width:599px)and (max-width:899px){.global_globalHeadMainItemRightContainer__Ae\+7W{align-items:center;justify-content:start}.global_globalHeadRightSubItem__xpnr2{margin:0 5px!important;max-width:50px!important}.global_globalHeadLeftSubItem__PuTOr{margin:0 5px 0 0!important;max-width:280px!important}}@media screen and (min-width:599px)and (max-width:899px)and (min-width:599px)and (max-width:668px){.global_globalHeadLeftSubItem__PuTOr{margin:0 5px 0 0!important;max-width:200px!important}.global_globalHeadRightSubItem__xpnr2{margin:0 5px!important;max-width:50px!important}}@media screen and (min-width:320px)and (max-width:599px){.global_globalHeadMainItemRightContainer__Ae\+7W{align-items:center;justify-content:start}.global_globalHeadRightSubItem__xpnr2{margin:0 5px!important}.global_globalHeadLeftSubItem__PuTOr{margin:0 5px 0 0!important;max-width:250px!important}}@media screen and (min-width:320px)and (max-width:599px)and (min-width:320px)and (max-width:373px){.global_globalHeadLeftSubItem__PuTOr{max-width:200px!important}}.global_channelIconStyle__yNP24{padding-right:0!important}@media screen and (max-width:599px)and (min-width:0px){.global_closeArrowStyle__bot39,.global_openArrowStyle__jhXq0{display:none!important}}@media screen and (min-width:1535px){.global_iconCell__x3NHh{width:50%}.global_iconCellLastModifield__dALt8{width:20%}}@media screen and (min-width:1440px)and (max-width:1536px){.global_iconCell__x3NHh{width:45%!important}.global_iconCellLastModifield__dALt8{width:20%!important}}@media screen and (min-width:1200px)and (max-width:1440px){.global_iconCell__x3NHh{width:44%!important}.global_iconCellLastModifield__dALt8{width:20%!important}}@media screen and (min-width:900px)and (max-width:1200px){.global_iconCell__x3NHh{width:70%!important}.global_iconCellLastModifield__dALt8{width:26%!important}}@media screen and (min-width:600px)and (max-width:900px){.global_iconCellLastModifield__dALt8{width:40%}}@media screen and (min-width:320px)and (max-width:599px){.global_featuredTempMainContainer__4VFTY{gap:10px}}.global_blogGenerationFormStyles__XbBBa{max-height:700px;overflow-y:scroll}.global_textVariantAutocompleteStyle__C2Ia\+{background-color:#fff!important;border:#ccc!important;border-radius:4px;font-family:inherit!important;font-weight:500;letter-spacing:.13px!important;min-height:40px!important;outline:none!important;padding:0!important;width:100%;width:100%!important}.global_textVariantAutocompleteStyle__C2Ia\+ .MuiAutocomplete-popupIndicator{display:none}.global_textVariantAutocompleteStyle__C2Ia\+ .MuiChip-deleteIcon{color:#010101!important;font-size:15px!important}.global_textVariantAutocompleteStyle__C2Ia\+ .MuiFormControl-root{background:#fff;border:none!important;border-radius:4px;min-height:40px}.global_textVariantAutocompleteStyle__C2Ia\+ .MuiAutocomplete-tag{margin:6px!important}.global_textVariantAutocompleteStyle__C2Ia\+ .MuiAutocomplete-inputRoot{padding:0!important}.global_textVariantAutocompleteStyle__C2Ia\+ input{border:none!important;color:rgba(0,0,0,.871)!important}.global_textVariantAutocompleteStyle__C2Ia\+ .MuiOutlinedInput-notchedOutline{border:none!important}.global_textVariantAutocompleteStyle__C2Ia\+ .MuiInputBase-input{font-family:inherit!important;font-size:14px!important;font-weight:400;min-height:40px!important;padding:0 32px 0 0!important}.global_textVariantAutocompleteStyle__C2Ia\+ .MuiOutlinedInput-root{background:#fff;min-height:40px!important}.global_textVariantAutocompleteStyle__C2Ia\+ .MuiChip-root{background-color:#fff!important;border-radius:6px!important;font-size:14px!important;font-weight:400}.global_textVariantAutocompleteStyle__C2Ia\+ .global_MuiListSubheader-sticky__\+CpIV{padding-left:12px!important}.global_autocompleteParaphrasing__iDTiD{background-color:#fff!important;border:#ccc!important;border-radius:4px;box-shadow:0 0 2px 0 #0009;font-family:inherit!important;font-weight:500;letter-spacing:.13px!important;min-height:40px!important;outline:none!important;padding:0!important;width:100%;width:100%!important}.global_autocompleteParaphrasing__iDTiD .MuiChip-deleteIcon{color:#010101!important;font-size:15px!important}.global_autocompleteParaphrasing__iDTiD .MuiFormControl-root{background:#fff;border:none!important;border-radius:4px;min-height:40px}.global_autocompleteParaphrasing__iDTiD .MuiAutocomplete-tag{margin:6px!important}.global_autocompleteParaphrasing__iDTiD .MuiAutocomplete-inputRoot{padding:0!important}.global_autocompleteParaphrasing__iDTiD input{border:none!important;color:rgba(0,0,0,.871)!important}.global_autocompleteParaphrasing__iDTiD .MuiOutlinedInput-notchedOutline{border:none!important}.global_autocompleteParaphrasing__iDTiD .MuiInputBase-input{font-family:inherit!important;font-size:14px!important;font-weight:400;min-height:40px!important;padding:0 10px!important}.global_autocompleteParaphrasing__iDTiD .MuiOutlinedInput-root{background:#fff;min-height:40px!important}.global_autocompleteParaphrasing__iDTiD .MuiChip-root{background-color:#fff!important;border:1px solid #e1cee5!important;border-radius:6px!important;font-size:14px!important;font-weight:400}.global_autocompleteParaphrasing__iDTiD .global_MuiListSubheader-sticky__\+CpIV{padding-left:12px!important}.global_disabledClass__Nfcnl{cursor:wait;opacity:.5}.global_selectComponent__8IHEy fieldset{border-color:initial!important;border-width:0!important}.global_selectComponent__8IHEy .MuiSelect-select{padding-left:0!important}.global_subheaderGlobalStyle__Dezpc{color:#565656;font-size:13px;font-weight:600}.global_checkboxStyle__1FGkL{padding:0!important}.global_checkboxStyle__1FGkL [type=checkbox]:checked,.global_checkboxStyle__1FGkL [type=checkbox]:not(:checked){left:0!important}.global_fabStyle__HwV\+i{background:#6a097d!important;border-radius:5px!important;bottom:40px;height:auto!important;padding-right:0!important;position:absolute;right:40px;text-transform:inherit!important}.global_fabStyle__HwV\+i:hover{background:#6a097d}.global_fabtextStyle__FFvqR{color:#fff;font-size:15px!important;font-weight:500!important;padding-right:16px!important}@media screen and (max-width:450px){.global_fabStyle__HwV\+i{display:none!important}}.global_validationText__hIdyj{color:red!important;font-size:14px!important;font-weight:400!important;padding:5px 3px!important}@media screen and (min-width:901px)and (max-width:1600px){.global_globalHeaderFontStyle__3ZW9y{font-size:16px!important;font-weight:600!important}.global_globalHeaderFontSize__Ro2Fx{font-size:16px!important}.global_cardHeaderFontSize__z--Mq,.global_globalLibraryFontSize__dPe0p{font-size:15px!important}.global_cardDescriptionFontSize__ObYP\+{font-size:13px!important}.global_globalDecsText__qWBaU{font-size:12px!important}.global_globalNewAddBtnItem__IgjGR{width:228px!important}.global_addDocumentBtn__d5p4J,.global_sampleChatbotBtn__n4hta{font-size:14px!important;padding:6px 10px!important}.global_cmpGlobalMobileAddIcon__WuOzQ{padding:4.5px 7px!important}.global_createChatbotIcon__LzAT2{height:15px!important}.global_cardDeleteIcon__iJCPP{height:14px!important;width:14px!important}.global_formLabelFontSize__vIB3z{font-size:14px!important}.global_formLabelFontWeight__1580i{font-weight:600!important}.global_previewIconStyle__QlCRc{width:20px!important}.global_previewIconFont__638Gj{font-size:15px!important}.global_primaryButtonFontStyle__Ud2me{font-size:13px!important}.global_whatsappIntegrationFontStyle__fkA-g{font-size:18px!important}.global_whatsappIntegrationSubFontStyle__R1cyW{font-size:13px!important}}@media screen and (min-width:601px)and (max-width:900px){.global_globalHeaderFontStyle__3ZW9y{font-size:16px!important;font-weight:600!important}.global_globalHeaderFontSize__Ro2Fx{font-size:16px!important}.global_globalLibraryFontSize__dPe0p{font-size:15px!important}.global_globalDecsText__qWBaU{font-size:12px!important}.global_cardHeaderFontSize__z--Mq{font-size:15px!important}.global_cardDescriptionFontSize__ObYP\+{font-size:13px!important}.global_cardDeleteIcon__iJCPP{height:14px!important;width:14px!important}.global_addDocumentBtn__d5p4J,.global_sampleChatbotBtn__n4hta{font-size:14px!important;padding:6px 10px!important}.global_cmpGlobalMobileAddIcon__WuOzQ{padding:4.5px 7px!important}.global_formLabelFontSize__vIB3z{font-size:14px!important}.global_formLabelFontWeight__1580i{font-weight:600!important}.global_previewIconStyle__QlCRc{width:20px!important}.global_previewIconFont__638Gj{font-size:15px!important}.global_primaryButtonFontStyle__Ud2me{font-size:13px!important}.global_whatsappIntegrationFontStyle__fkA-g{font-size:18px!important}.global_whatsappIntegrationSubFontStyle__R1cyW{font-size:13px!important}}@media screen and (min-width:0px)and (max-width:600px){.global_globalHeaderFontStyle__3ZW9y{font-size:15px!important;font-weight:600!important}.global_cardHeaderFontSize__z--Mq{font-size:15px!important}.global_cardDescriptionFontSize__ObYP\+{font-size:13px!important}.global_cardDeleteIcon__iJCPP{height:14px!important;width:14px!important}.global_globalLibraryFontSize__dPe0p{font-size:15px!important}.global_cmpGlobalMobileAddIcon__WuOzQ{padding:5px 8px!important}.global_addDocumentBtn__d5p4J,.global_sampleChatbotBtn__n4hta{font-size:14px!important;padding:6px 10px!important}.global_formLabelFontSize__vIB3z{font-size:14px!important}.global_formLabelFontWeight__1580i{font-weight:600!important}.global_dividerStyles__lVe08{margin-top:0!important}.global_previewIconStyle__QlCRc{width:20px!important}.global_previewIconFont__638Gj{font-size:15px!important}.global_primaryButtonFontStyle__Ud2me{font-size:13px!important}.global_whatsappIntegrationFontStyle__fkA-g{font-size:18px!important;font-weight:600!important}.global_whatsappIntegrationSubFontStyle__R1cyW{font-size:13px!important}.global_headerGlobalPaddingStyle__z9W0T{padding:15px 0!important}}@media screen and (max-height:700px){.global_authLabel__HB5Wi{font-size:24px;margin-bottom:30px!important}}@media screen and (max-width:1600px){.global_headerRow__0DFVv th{font-size:14px;padding:12px 14px!important}.global_tableRowStyle__jCKIo{font-size:14px;white-space:nowrap!important}.global_globalTextfieldStyle__RzuWx .MuiInputBase-input{font-size:14px!important;padding:11px!important}.global_autocompleteParaphrasing__iDTiD .MuiInputBase-input{min-height:32px!important}}.global_iconStyle__okt\+A{height:24px!important;width:auto!important}.global_columnSpaceBetween__Z2OJZ{flex-direction:column!important;justify-content:space-between!important}.global_consultationWrapper__ppfnE{bottom:17px!important;position:fixed!important;right:25px!important;z-index:100!important}.global_requestCallbackMainGrid__kvTir{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 3px 0 #6a097d!important;margin-right:18px!important;max-width:330px!important;min-width:330px!important;padding:16px!important;width:100%!important}.global_gotQuestionsTitle__tnrox{color:#000!important;font-size:15px!important;font-weight:500!important}.global_helpOptionGridItem__rR5w9{border-radius:5px!important;cursor:pointer!important}.global_helpOptionTitleText__MtnQX,.global_queryTextArea__\+XKC8,.global_requestCallbackQuestionTitle__9GYG5{font-size:14px!important;font-weight:400!important}.global_queryTextArea__\+XKC8{border:none!important;border-radius:5px!important;box-shadow:0 0 3px #00000040!important;box-sizing:border-box!important;max-height:150px!important;min-height:70px!important;outline:none!important;padding:10px 14px!important;position:relative!important;resize:vertical!important;width:100%!important}.global_queryTextArea__\+XKC8::placeholder{font-weight:13px!important}@media screen and (max-width:1600px){.global_queryTextArea__\+XKC8{font-size:14px!important}}.global_zeroPadding__sVcCO{padding:0!important}.global_spaceAlignmentCenter__S3goD{justify-content:space-between!important}.global_startAlignmentStyle__-PkVQ{align-items:start!important;justify-content:start!important}.global_cbMainSectionItem__wvOx4{flex-direction:column!important;flex-wrap:nowrap!important;overflow:auto!important;padding:10px!important}.global_isBotWrapper__5Z3yb{margin:5px 0!important;text-align:start!important;width:100%!important}.global_isBotContainer__kXN7\+{align-items:center!important;flex-wrap:nowrap!important;justify-content:start!important}.global_isBotContainerEnd__a65PZ{align-items:center!important;flex-wrap:nowrap!important;justify-content:end!important}.global_isBotItemEndStyle__TjAMn{box-shadow:0 0 2px 0 #00000040!important;font-size:15px!important;font-weight:500!important;margin-right:6px!important;padding:8px!important}.global_flexColumn__NVfnV{flex-direction:column!important}.global_flexRow__eN0vw{flex-direction:row!important}.global_maxWidthPreview__mjQgD{max-width:calc(100% - 75px)!important}.global_wrapperGlobalPageHeader__sk8mI{align-items:center;justify-content:space-between!important}.global_autoCompleteWrapper__r8HXX{align-content:center!important;gap:15px!important;height:100%!important}.global_contentEnd__Ny60V{justify-content:end!important}.global_justifyCenter__Bvnf0{justify-content:center!important}.global_justifyContentSpaceBetween__StfcF{justify-content:space-between!important}.global_alignItemCenter__PQVL2{align-items:center!important}.global_textItemsEnd__4lEIk{text-align:end!important}.global_savebuttonStyle__zhABg{margin-left:15px!important;width:100px!important}.global_wpIntegrationWrapper__BRXLh{background-color:#fbf4ff!important;border-radius:5px!important;padding:30px!important;width:100%!important}.global_textWpInt__6vcAD{color:#353535;font-size:15px;font-weight:600}.global_padTop__YQFGa{padding-top:20px!important}.global_gapLength__zxDwo{gap:20px!important}.global_gapLess__1EonV{gap:15px!important}.global_gapOne__QfW8m{gap:8px!important}.global_gapTwo__Ln-4B{gap:16px!important}.global_arrowBackForwardSize__5JXy4{font-size:20px!important}.global_marginAuto__o15Gs{margin:auto!important}.global_maxWidthFull__nPf31{max-width:100%!important}.global_minWidthZero__4l-zC{min-width:0!important}.global_congratulationsWrapper__9FFHX{flex-direction:column!important;gap:7px!important;padding:30px 45px!important}.global_relativePosition__4VFd8{position:relative}.global_absolutePosition__sUtM4{position:absolute}.global_globalTableRow__bznqa:hover .global_hoveredIcon__ptgao{opacity:1}.global_hoveredIcon__ptgao{opacity:0}.global_globalBreadCrumbs__oXFZj .MuiBreadcrumbs-separator{margin-left:3px!important;margin-right:3px!important}.global_globalBreadCrumbs__oXFZj .MuiBreadcrumbs-ol{flex-wrap:nowrap!important;overflow:auto!important;text-overflow:ellipsis!important;white-space:nowrap!important}.global_globalBreadCrumbs__oXFZj .MuiBreadcrumbs-ol::-webkit-scrollbar{height:1px!important;width:1px!important}.global_globalBreadCrumbs__oXFZj .MuiBreadcrumbs-ol::-webkit-scrollbar-thumb{background-color:#fff!important}.global_radioButton__H5EbZ{color:#6a097d!important}.global_radioLabelStyle__YbpYz span{font-size:15px!important;font-weight:500}.global_whatsappChatBg__0XdO5{background-color:#efeae2;background-image:url(/static/media/WhatsAppDefaultBg.39f53e74f66d348d9f7c.png)}.global_wordBreakBreakAll__7S9lY{word-break:break-all!important}.global_wordBreakBreakWord__d3bMp{word-break:break-word!important}.global_otpReportIssuePopupTitle__J5Tkq{color:#edb500!important;font-size:20px!important;font-weight:500!important}.global_clickOtpReportIssueGrid__gZZ5N{background:#f5f6f8!important;border-radius:5px!important;box-shadow:0 0 2px 0 rgba(0,0,0,.251)!important;padding:16px!important}.global_clickOtpReportIssueText__y7igj{color:#000!important;font-size:15px!important;font-weight:400!important}.global_notGettingLoginCodeText__MVBuf{color:#4c4a4d!important;font-size:15px!important;font-size:600!important}.global_reminingTimeForResendCodeText__uUy82{color:#1e88e5!important;font-size:14px!important;margin-right:20px!important}.global_verificationCodeGrid__n9UEH{color:#4c4a4d!important;display:flex!important;flex-direction:column!important;font-size:15px!important;font-weight:600!important;margin:25px 0!important}.global_codeSendtToText__JHoyR{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important;margin-top:3px!important}.global_whiteSpaceNoWrap__aBBja{white-space:nowrap!important}.global_whiteSpaceWrap__lUNmH{white-space:wrap!important}.global_textOverflowEllipsis__Hst0N{text-overflow:ellipsis!important}.global_tertiaryBgColor__8dhn5{background-color:#fbf4ff!important}@media screen and (max-width:1200px){.global_headerTextContainerStyle__D6HhO{padding:0 20px!important}}.global_globalPageHeaderTextActionBlockContainer__pOdUn{justify-content:start!important}@media screen and (min-width:900px){.global_globalPageHeaderTextActionBlockContainer__pOdUn{justify-content:end!important}}.global_globalHeaderTimeZoneGrid__3Umfi{min-width:270px!important}.chatsMobileResponsive_templateWrapper__TC7LT{overflow:auto}.chatsMobileResponsive_lowerBlock__R1lvJ{overflow:hidden!important}.chatsMobileResponsive_maskBox__JDoJW{background-color:#fbf4ff!important;border-radius:5px;color:#000;display:flex;flex-wrap:nowrap;margin-right:8px!important;padding:7px 10px;position:relative;width:95%}.chatsMobileResponsive_mask__9AjEf{background:#fff;border-radius:5px;box-shadow:0 0 2px #00000040;color:#000!important;height:34px;position:absolute;transition:all .5s ease;width:47%}.chatsMobileResponsive_maskBox__JDoJW .MuiButton-root{color:#000;font-size:13px;font-weight:600;text-transform:capitalize;transition:all .2s ease .1s;width:50%}.chatsMobileResponsive_maskBox__JDoJW .selected-monthly-button,.chatsMobileResponsive_maskBox__JDoJW .selected-yearly-button{background:#fff;color:#000;font-size:13px;font-weight:600;height:34px;text-transform:capitalize;width:50%}.chatsMobileResponsive_maskBox__JDoJW .not-active-button{color:#606060}.chatsMobileResponsive_refreshIconStyle__BNpDj{background-color:#fbf4ff!important;border-radius:5px!important;cursor:pointer!important;padding:12px!important}.chatsMobileResponsive_dividerStyle__05VIJ{opacity:1!important}.chatsMobileResponsive_allChatbotSTyle__BXYo-{color:#6a097d;font-size:14px;font-weight:600}.chatsMobileResponsive_chatbotName__-LVqK{color:#6a097d;font-size:14px;font-weight:500;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.chatsMobileResponsive_userName__rQI9m{color:#000;font-size:12px;font-weight:500}.chatsMobileResponsive_userLastMessage__ieYdu{color:#707070;font-size:12px;font-weight:400;max-height:15px!important;max-width:100%!important}.chatsMobileResponsive_userLastMessageTime__cDVBU{text-wrap:auto;color:#707070;font-size:11px;font-weight:400}.chatsMobileResponsive_chatbotNameHeading__N\+3hA{font-size:15px;font-weight:500;padding-right:12px;text-overflow:ellipsis!important;white-space:noWrap!important}.chatsMobileResponsive_userNameHeading__Km8LW{border-left:1px solid #bebebe;color:#000;font-size:15px;font-weight:500;padding-left:12px}.chatsMobileResponsive_userLastMessageHeading__Kx8lP{font-size:15px;font-weight:600;text-align:center}.chatsMobileResponsive_selectedChat__a24rv{background-color:#f4f4f4;border-radius:5px;cursor:pointer;padding:10px}.chatsMobileResponsive_notSelectedChat__2P-yZ{border-bottom:1px solid #f4f4f4;cursor:pointer;padding:10px}.chatsMobileResponsive_notSelectedChat__2P-yZ:hover{background-color:#f4f4f4;border-radius:5px}.chatsMobileResponsive_filterTextField__yDUKU .MuiOutlinedInput-input{padding:9px 8px!important}.chatsMobileResponsive_filterTextField__yDUKU .MuiOutlinedInput-root{padding-right:8px!important}.chatsMobileResponsive_activeAvatar__LvLFk{background-color:#b3b3b3!important;border-radius:3px!important;font-size:10px!important;font-weight:600!important}.chatsMobileResponsive_activeSelectedAvatar__iDbJ1{background-color:#6a097d!important;border-radius:3px!important;font-size:10px!important;font-weight:600!important}.chatsMobileResponsive_chatBotsLists__5webK{overflow:scroll!important;padding-right:0!important}.chatsMobileResponsive_chatBotsLists__5webK::-webkit-scrollbar{width:5px}.chatsMobileResponsive_allchatBotsList__CEdvO{overflow:scroll!important}.chatsMobileResponsive_allchatBotsList__CEdvO::-webkit-scrollbar{width:5px}.chatsMobileResponsive_activeChatbotsList__\+8evx{overflow:scroll!important}.chatsMobileResponsive_activeChatbotsList__\+8evx::-webkit-scrollbar{width:5px}.chatsMobileResponsive_allActiveChatbotList__TaVIO{overflow:scroll!important}.chatsMobileResponsive_allActiveChatbotList__TaVIO::-webkit-scrollbar{width:5px}.chatsMobileResponsive_chatsEmptyLists__zlvu8{height:calc(100vh - 300px)!important;overflow:scroll!important;padding-right:0!important}.chatsMobileResponsive_chatsEmptyLists__zlvu8::-webkit-scrollbar{width:5px}.chatsMobileResponsive_closedCount__rj\+aa{color:#fff;padding:4px;vertical-align:middle}.chatsMobileResponsive_userLastMessageEntries__wKdAy{text-align:left}.chatsMobileResponsive_messageEntryTitle__kg5Xb{font-size:13px;font-weight:500;opacity:.5}.chatsMobileResponsive_messageEntryValue__OVqLx{font-size:14px;font-weight:600;word-break:break-word!important}.chatsMobileResponsive_chatbotSearch__sbjMt .MuiOutlinedInput-input{padding:9.5px 8px!important}.chatsMobileResponsive_chatsViewComponent__ThrNP{max-width:100%!important}.chatsMobileResponsive_reactMarkdownStyle__-j2Q0 ul{list-style-type:circle!important;padding:0 15px}.chatsMobileResponsive_reactMarkdownStyle__-j2Q0 ol{padding:10px 15px!important}.chatsMobileResponsive_reactMarkdownStyle__-j2Q0 ol:last-child{padding:10px 15px 0!important}.chatsMobileResponsive_reactMarkdownStyle__-j2Q0 pre ol{padding:10px 15px}.chatsMobileResponsive_reactMarkdownStyle__-j2Q0 ol li{margin-top:10px!important}.chatsMobileResponsive_reactMarkdownStyle__-j2Q0 ol li:last-child{margin-block:10px!important}.chatsMobileResponsive_reactMarkdownStyle__-j2Q0 ul li{display:list-item;margin-bottom:5px!important;padding-top:0!important;text-align:-webkit-match-parent}.chatsMobileResponsive_reactMarkdownStyle__-j2Q0 ul li:last-child{margin-block:10px!important}.chatsMobileResponsive_reactMarkdownStyle__-j2Q0 pre{overflow:auto!important;white-space:pre-wrap!important;width:100%!important;word-break:break-all!important}.chatsMobileResponsive_reactMarkdownStyle__-j2Q0 pre,code{overflow:auto!important;white-space:pre-line!important;width:100%!important;word-break:break-word!important}.chatsMobileResponsive_reactMarkdownStyle__-j2Q0 blockquote{display:flex!important;margin:initial!important}.chatsMobileResponsive_reactMarkdownStyle__-j2Q0 strong{margin:10px 0!important}.chatsMobileResponsive_reactMarkdownStyle__-j2Q0 img{display:block!important;height:auto!important;margin-bottom:20px!important;margin-left:5px!important;object-fit:fill!important;width:100%!important}.chatsMobileResponsive_botMsgBoxStyle__cjMQJ p,.chatsMobileResponsive_botMsgBoxStyle__cjMQJ pre,.chatsMobileResponsive_parentbotMsgBoxStyle__1ZyHt p,.chatsMobileResponsive_parentbotMsgBoxStyle__1ZyHt pre,.chatsMobileResponsive_reactMarkdownStyle__-j2Q0 p{margin:0!important}.chatsMobileResponsive_reactionStyle__T5xjM{border:1px solid #e7dbdb;border-radius:50%;bottom:-15px!important;padding:1px;position:absolute!important}.chatsMobileResponsive_reactionUserStyle__Z0wX4{border:1px solid #e7dbdb;border-radius:50%;bottom:-30px!important;padding:1px;position:absolute!important;right:5px!important}.chatsMobileResponsive_lastMessageMarkdownStyle__sIIAN{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.chatsMobileResponsive_lastMessageMarkdownStyle__sIIAN p{display:inline!important}.chatsMobileResponsive_chatbot_preview_arrow_item__7vW8l{border-radius:10px!important;height:45px!important;max-height:45px!important;max-width:45px!important;width:45px!important}.chatsMobileResponsive_feedback_submit_btn__QiJhQ{background-color:#000!important;border-radius:10px!important;color:#fff!important;font-size:13px!important;font-weight:500!important;padding:7px 15px!important;text-transform:none!important}.chatsMobileResponsive_text_field__VTcqv{border-radius:5px!important;box-shadow:0 0 2px 0 #00000073!important;width:100%!important}.chatsMobileResponsive_text_field__VTcqv .MuiOutlinedInput-input{font-size:14px!important;padding:12px 10px!important}.chatsMobileResponsive_text_field__VTcqv .MuiInputBase-multiline{padding:0!important}.chatsMobileResponsive_text_field__VTcqv .MuiOutlinedInput-notchedOutline{border:none!important}.chatsMobileResponsive_chatbotNameHeadingResponsive__l76B0{max-width:100%!important;min-width:250px!important}@media screen and (min-width:0px)and (max-width:600px){.chatsMobileResponsive_chatbotNameHeadingResponsive__l76B0{max-width:calc(100% - 25px)!important}}.chatsMobileResponsive_containerPaddingMainSection__143Yh{padding:0 10px 10px 15px!important}.chatsMobileResponsive_containerPaddingDefault__3s3cB{padding:0 15px!important}@media screen and (min-width:600px){.chatsMobileResponsive_containerPaddingMainSection__143Yh{padding:25px 15px 10px 18px!important}.chatsMobileResponsive_containerPaddingDefault__3s3cB{padding:0 25px!important}.chatsMobileResponsive_chatMobileResponsiveHeader__hLSPp{margin-bottom:10px!important}}.chatsMobileResponsive_chatMobileResponsiveHeaderDivider__OYkE-{margin-bottom:0!important;padding-top:0!important}@media screen and (max-width:600px){.chatsMobileResponsive_chatMobileResponsiveHeaderDivider__OYkE-{padding-top:10px!important}.chatsMobileResponsive_containerPaddingDefault__3s3cB,.chatsMobileResponsive_containerPaddingMainSection__143Yh{padding:0!important}}.chatsMobileResponsive_gridContainerMaxWidth__oE3ee{max-width:100%!important}.carouselCard_chat_crl_main_item__YAIwy{background-color:#fff;border-radius:10px;box-shadow:0 0 5px 0 #d3d3d380;margin:15px 15px 10px 5px!important;max-width:250px!important;min-width:250px!important;outline:none!important}.carouselCard_chat_product_main_item__CRHE0{background-color:#fff;border-radius:10px;box-shadow:0 0 2px 0 #00000040;margin:15px 5px 5px!important;max-width:300px!important;min-width:300px!important;outline:none!important}.carouselCard_chat_crl_img_item__Q2cSG{height:150px!important;max-height:150px!important}.carouselCard_amenities_grid_style__Y-2qU{height:210px!important;margin-top:6px!important;max-height:210px!important;overflow:auto!important}.carouselCard_amenities_grid_style__Y-2qU::-webkit-scrollbar{width:4px!important}.carouselCard_amenities_grid_content_style__MwrQD{margin-top:6px!important;max-height:240px!important;overflow:auto!important}.carouselCard_amenities_grid_content_style__MwrQD::-webkit-scrollbar{width:4px!important}.carouselCard_chat_crl_icon__4b8uS{height:auto;width:18px}.carouselCard_chat_crl_media_item__dZq2h{margin:10px 0!important;max-width:100%!important}.carouselCard_chat_crl_img_captions_item__yi4dV{min-height:65px!important}.carouselCard_chat_crl_img_caption_text__TfSO5{font-size:15px!important;font-weight:600!important;text-align:left!important}.carouselCard_chat_crl_img_caption_text__TfSO5,.carouselCard_chat_crl_img_caption_text_sub__\+ofZb{-webkit-line-clamp:3!important;display:-webkit-box!important;overflow:hidden!important;text-overflow:ellipsis!important}.carouselCard_chat_crl_img_caption_text_sub__\+ofZb{color:#707070!important;font-size:12px!important;font-weight:500!important;text-align:left}.carouselCard_slick_slide__uW3Xt{width:auto!important}.carouselCard_chatbot_click_slider__xsR91{display:flex!important;flex-wrap:nowrap;max-width:100%}.carouselCard_chat_carousel_div__NEkR8 .carouselCard_slider_container__bIGpX{margin-top:10px!important;max-width:100%!important}.carouselCard_chatbot_click_slider__xsR91 .slick-track{display:flex;flex-wrap:nowrap;max-width:-webkit-max-content!important;max-width:max-content!important;min-width:-webkit-fill-available!important;width:100%!important}.carouselCard_slick_next__iAZeN{right:0!important}.carouselCard_slick_prev__L\+R1y{left:0!important}.carouselCard_chatbot_click_slider__xsR91 .slick-next:before,.carouselCard_chatbot_click_slider__xsR91 .slick-prev:before{color:#000!important}.carouselCard_chatbot_click_slider_template__VjTgp{display:flex!important;flex-wrap:nowrap;max-width:100%}.carouselCard_chatbot_click_slider_template__VjTgp .slick-track{display:flex;flex-wrap:nowrap;max-width:-webkit-max-content!important;max-width:max-content!important;min-width:-webkit-fill-available!important;width:100%!important}.carouselCard_chatbot_click_slider_template__VjTgp .slick-next:before,.carouselCard_chatbot_click_slider_template__VjTgp .slick-prev:before{color:#000!important}.carouselCard_chatbot_click_slider_template__VjTgp .slick-slide{margin:5px 0 5px 5px!important;padding-inline:5px!important}.carouselCard_insurance_Card_bullet_points__A5LL-{margin:0!important;padding-left:17px!important;padding-top:3px!important}.carouselCard_insurance_Card_bullet_points_update__68i3L{font-size:14px!important;list-style-position:inside!important;margin:0!important;padding-left:10px!important;padding-top:0!important}.carouselCard_previewSectionCardBlock__lGlWE{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 3px #0000004d!important;height:auto!important;max-width:400px!important;min-width:350px!important}.carouselCard_lineThroughText__n8moy{margin-left:5px!important;text-decoration:line-through!important}.carouselCard_lineThroughTextBefore__SPwLw{margin-right:5px!important;text-decoration:line-through!important}@media screen and (max-width:400px){.carouselCard_previewSectionCardBlock__lGlWE{max-width:250px!important;min-width:225px!important}}@media screen and (min-width:600px)and (max-width:700px){.carouselCard_previewSectionCardBlock__lGlWE{max-width:250px!important;min-width:225px!important}}@media screen and (min-width:1220px)and (max-width:1350px){.carouselCard_previewSectionCardBlock__lGlWE{max-width:250px!important;min-width:225px!important}}@media screen and (min-width:320px)and (max-width:415px){.carouselCard_chat_crl_main_item__YAIwy{max-width:200px!important;min-width:200px!important}.carouselCard_chat_product_main_item__CRHE0{max-width:250px!important;min-width:250px!important}}@media screen and (min-width:600px)and (max-width:650px){.carouselCard_chat_crl_main_item__YAIwy{max-width:200px!important;min-width:200px!important}.carouselCard_chat_product_main_item__CRHE0{max-width:250px!important;min-width:250px!important}}@media screen and (min-width:1000px)and (max-width:1030px){.carouselCard_chat_crl_main_item__YAIwy{max-width:200px!important;min-width:200px!important}.carouselCard_chat_product_main_item__CRHE0{max-width:265px!important;min-width:265px!important}}@media screen and (min-width:1220px)and (max-width:1250px){.carouselCard_chat_crl_main_item__YAIwy{max-width:200px!important;min-width:200px!important}.carouselCard_chat_product_main_item__CRHE0{max-width:250px!important;min-width:250px!important}}@media screen and (max-width:400px){.carouselCard_chat_crl_img_caption_text_sub__\+ofZb{font-size:11px!important}}@media screen and (min-width:600px)and (max-width:640px){.carouselCard_chat_crl_img_caption_text_sub__\+ofZb{font-size:11px!important}}.messageFormatForms_formFieldLabels__j-uxI{font-size:15px!important;font-weight:500!important}.messageFormatForms_formFieldsTextField__gta8\+{border-radius:5px!important;box-shadow:0 0 3px #00000040!important;width:100%!important}.messageFormatForms_formFieldsTextField__gta8\+ fieldset{border:none!important;outline:none!important}.messageFormatForms_formFieldsTextField__gta8\+ .MuiOutlinedInput-input{font-size:14px!important;padding:12.5px 14px!important}.messageFormatForms_previewHeadingTitle__IfrtO{color:#1f384c!important;font-size:18px!important;font-weight:600!important}.messageFormatForms_chat_crl_main_item__7yfCm{background-color:#fff;border-radius:10px;box-shadow:0 0 5px 0 #d3d3d380!important;margin:10px 5px!important;max-width:275px!important;min-width:275px!important;position:relative!important}.messageFormatForms_chat_crl_img_item__\+al3H{border-radius:5px!important;margin:5px 5px 0!important}.messageFormatForms_chat_crl_img_caption_text__lEHE-{font-size:15px!important;font-weight:600!important;text-align:left!important}.messageFormatForms_chat_crl_img_caption_text__lEHE-,.messageFormatForms_chat_crl_img_caption_text_sub__66QMj{-webkit-line-clamp:3!important;display:-webkit-box!important;overflow:hidden!important;padding-left:3px!important;text-overflow:ellipsis!important}.messageFormatForms_chat_crl_img_caption_text_sub__66QMj{color:#707070!important;font-size:12px!important;font-weight:500!important;margin-top:5px!important;text-align:left}.messageFormatForms_formatTypeFontStyle__\+4PNI{color:#333!important;font-size:15px!important;font-weight:500!important;vertical-align:middle!important}.messageFormatForms_formatFontStyle__AYozp{color:#000!important;font-size:15px!important;font-weight:600!important;vertical-align:middle!important}.messageFormatForms_subClassName__XN-GZ{font-size:15px!important;font-weight:400!important}.messageFormatForms_tableCTAStyles__DLP4W{border-radius:5px!important;box-shadow:0 0 3px #00000040!important;margin-top:8px!important;max-width:-webkit-fill-available!important}.messageFormatForms_tableHeadCellStyle__AxfGi{color:#717171!important;font-size:15px!important;font-weight:500!important;padding-block:12px!important;padding-inline:8px!important}.messageFormatForms_tableCellStyles__xbiDH{border-bottom:none!important;color:#000!important;font-size:15px!important;font-weight:400!important;padding:8px!important}.messageFormatForms_chat_crl_media_item__Sw371{margin:10px 0!important;max-width:100%!important}.messageFormatForms_autoComplete__820Cz .MuiAutocomplete-input{font-size:15px!important}.messageFormatForms_autoComplete__820Cz{box-shadow:0 0 3px #00000040;box-sizing:border-box!important}.messageFormatForms_accordionImagePreview__zfQct{background-color:#0000!important;box-shadow:none!important}.messageFormatForms_file_inputs_avatar__gWsn0{align-items:center;background-color:#fff;border:none!important;border-radius:6px;box-shadow:0 0 2px 0 #00000038!important;font-weight:500;height:35px;justify-content:center;min-height:37px;position:relative}.messageFormatForms_file_inputs_avatar__gWsn0 input{border:0;cursor:pointer;opacity:0;padding:0;position:relative;text-align:right;z-index:2}.messageFormatForms_file_inputs_avatar__gWsn0 button{align-items:center;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:14px;height:100%;justify-content:center;left:0;outline:none;padding:0;position:absolute;top:0;transition:background-color .4s;width:100%;z-index:1}.messageFormatForms_file_inputs_avatar__gWsn0 button i{align-items:center;background-color:#fff;border-radius:50%;display:flex;font-weight:500;height:1.5em;justify-content:center;margin-right:.8em;padding:.4em;width:1.5em}@media screen and (max-width:400px){.messageFormatForms_chat_crl_main_item__7yfCm{max-width:250px!important;min-width:250px!important}}@media screen and (min-width:600px)and (max-width:640px){.messageFormatForms_chat_crl_main_item__7yfCm{max-width:250px!important;min-width:250px!important}}@media screen and (min-width:600px)and (max-width:610px){.messageFormatForms_chat_crl_main_item__7yfCm{max-width:245px!important;min-width:245px!important}}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,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) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.dynamicCarousel_dynamic_image_style__kJsw2{border-radius:5px 5px 0 0!important;cursor:pointer!important;height:100%!important;max-height:100%!important;width:100%!important}.dynamicCarousel_dynamic_image_count_style__1pDRw{border-radius:0 10px 0 0!important;box-shadow:0 0 3px #00000040!important;font-size:12px!important;font-weight:500!important;padding:1px 2px!important;position:absolute!important;right:0!important}.dynamicCarousel_ic_card_details_main_item__XFbXT{margin:15px 0!important}.dynamicCarousel_lower_section_carousel_style__2j6iT{-webkit-overflow-scrolling:touch!important;border-radius:0 0 10px 10px!important;max-height:200px!important;overflow:auto!important;padding:0 0 0 5px!important}.dynamicCarousel_lower_section_carousel_style__2j6iT::-webkit-scrollbar{width:4px!important}.dynamicCarousel_lower_section_carousel_style__2j6iT::-webkit-scrollbar:vertical{width:5px}.dynamicCarousel_lower_section_carousel_style__2j6iT::-webkit-scrollbar-thumb{background-color:#00000080;border-radius:10px}.dynamicCarousel_global_textfield_common_style__qyyQ7{-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;letter-spacing:.3px!important;overflow:hidden!important;text-align:left!important;text-overflow:ellipsis!important}.dynamicCarousel_primary_textfield_style__uvLkD{font-size:14px!important;font-weight:600!important}.dynamicCarousel_ternary_textfield_style__7sZqG{word-wrap:break-word!important;font-size:12px!important;font-weight:500!important}.dynamicCarousel_ternary_textfield_light_style__IqrvC{color:#7a7a7a!important}.dynamicCarousel_ternary_dark_textfield_style__FRQJE{color:#000!important;font-size:12px!important;font-weight:600!important}.dynamicCarousel_dynamic_list_style__I-cAP{-webkit-margin-before:0!important;-webkit-margin-after:0!important;-webkit-padding-start:0!important;list-style-position:inside!important;list-style-type:none!important;margin-block-end:0!important;margin-block-start:0!important;padding-inline-start:0!important}.dynamicCarousel_dynamic_sub_list_style__FChrQ{-webkit-margin-before:5px!important;-webkit-margin-after:5px!important;-webkit-padding-start:17px!important;list-style-position:inside!important;margin-block-end:5px!important;margin-block-start:5px!important;padding-inline-start:17px!important}.dynamicCarousel_carousel_container_style__OQsk0{position:relative!important}.dynamicCarousel_open_image_icon_style__Svmxv{bottom:12px!important;right:5px!important;z-index:1!important}.dynamicCarousel_open_image_icon_style__Svmxv,.dynamicCarousel_open_video_icon_style__t3zeu{background-color:#dfdfdf!important;border-radius:50%!important;color:#000!important;cursor:pointer!important;font-size:18px!important;padding:5px!important;position:absolute!important}.dynamicCarousel_open_video_icon_style__t3zeu{left:5px!important;top:12px!important;z-index:5!important}.dynamicCarousel_new_image_carousel_image_style__mgRK\+{border-radius:10px!important;display:block!important;max-width:100%!important;min-width:600px!important;width:-webkit-fill-available!important}.dynamicCarousel_chatbot_click_slider_image_carousel__TPcO\+ .slick-slide{position:relative!important;width:none!important}.dynamicCarousel_chatbot_click_slider_image_carousel__TPcO\+ .slick-track{display:flex!important;padding:0!important;position:relative!important}.dynamicCarousel_chatbot_click_slider_image_carousel__TPcO\+ .slick-next{background-color:#0000!important;height:18px!important;right:15px!important}.dynamicCarousel_chatbot_click_slider_image_carousel__TPcO\+ .slick-next:before,.dynamicCarousel_chatbot_click_slider_image_carousel__TPcO\+ .slick-prev:before{background-color:#000!important;border-radius:50%!important;font-size:18px!important}.dynamicCarousel_chatbot_click_slider_image_carousel__TPcO\+ .slick-prev{background-color:#0000!important;height:17px!important;left:15px!important;z-index:5!important}@keyframes dynamicCarousel_blink__RokTW{0%,50%,to{opacity:1}25%,75%{opacity:.4}}.dynamicCarousel_blinking_arrow__oGFqo{animation:dynamicCarousel_blink__RokTW 3.5s infinite;bottom:5px!important;font-size:16px!important;height:17px!important;position:absolute!important;right:3px!important;width:17px!important;z-index:5!important}@media screen and (max-width:600px){.dynamicCarousel_new_image_carousel_image_style__mgRK\+{max-width:600px!important;min-width:100vw!important;width:100vw!important}}@media screen and (min-width:600px)and (max-width:1221px){.dynamicCarousel_new_image_carousel_image_style__mgRK\+{max-width:600px!important;width:100vw!important}}.insuranceCard_ic_card_main_item__QxFkZ{margin-bottom:5px!important;margin-left:6px!important;margin-top:5px!important;max-width:350px!important;width:auto!important}.insuranceCard_ic_card_sub_item__ZpgQK{margin-right:10px!important;padding:15px}.insuranceCard_ic_card_sub_item__ZpgQK,.insuranceCard_ic_card_sub_new_item__Ss36c{border-radius:0 10px 10px 10px!important;box-shadow:0 0 2px 0 #00000040!important;margin-top:10px!important}.insuranceCard_ic_card_sub_new_item__Ss36c{padding:15px 0 10px}.insuranceCard_ic_main_logo__e7vKh{height:40px;object-fit:fill;vertical-align:middle;width:40px}.insuranceCard_ic_head_label__Rt63L{font-size:16px!important;font-weight:600!important}.insuranceCard_ic_plan_label__olZyp{font-size:14px!important;font-weight:500!important}.insuranceCard_ic_plan_price_label__FMTuz{font-size:28px!important;font-weight:500!important}.insuranceCard_ic_component_fields__qjUez{margin-bottom:15px!important}.insuranceCard_ic_logo_item__RRA\+5{max-width:41px!important;width:41px!important}.insuranceCard_ic_details_label_item__pS8xw{max-width:calc(100% - 60px)!important;width:calc(100% - 60px)!important}.insuranceCard_ic_logo_img__st9Ee{border-radius:50%;height:100%;vertical-align:middle;width:100%}.insuranceCard_ic_card_details_main_item__Ckfb\+{margin-top:5px!important;padding:15px 0 0!important}.insuranceCard_ic_card_details_main_new_item__5zvHb{padding:10px 0 0!important}.insuranceCard_ic_details_btn__-XysR{border-radius:5px!important;font-size:14px!important;font-weight:500!important;text-transform:none!important}.insuranceCard_ic_view_more_item__M2CEL{margin-top:10px!important;text-align:end}.insuranceCard_chat-slider-prev-arrow__Pax-E :before{color:#000}.insuranceCard_slick-arrow__yNcSC .slick-next{right:40px!important}.insuranceCard_slick-prev__MR1nl{left:-35px!important}.insuranceCard_slick-next__kWPvM{right:40px!important}.insuranceCard_slick-next__kWPvM:before,.insuranceCard_slick-prev__MR1nl:before{margin-top:2px!important}.insuranceCard_slick-track__rAgwe{padding:5px}.insuranceCard_chatbot_click_slider__PENXX .slick-track{max-width:-webkit-max-content!important;max-width:max-content!important;min-width:-webkit-fill-available!important}.insuranceCard_chatbot_click_slider__PENXX .slick-next:before,.insuranceCard_chatbot_click_slider__PENXX .slick-prev:before{color:#000!important}@media screen and (min-width:320px)and (max-width:450px){.insuranceCard_ic_card_main_item__QxFkZ{max-width:240px!important}.insuranceCard_ic_card_sub_item__ZpgQK{padding:10px 15px!important}.insuranceCard_ic_main_logo__e7vKh{width:30px!important}.insuranceCard_ic_head_label__Rt63L{font-size:14px!important}.insuranceCard_ic_plan_label__olZyp{font-size:13px!important}.insuranceCard_ic_plan_price_label__FMTuz{font-size:22px!important}.insuranceCard_ic_component_fields__qjUez{margin-bottom:10px!important}.insuranceCard_ic_logo_item__RRA\+5{max-width:35px!important;width:35px!important}.insuranceCard_ic_details_btn__-XysR{font-size:12px!important}}@media screen and (min-width:601px)and (max-width:700px){.insuranceCard_ic_card_main_item__QxFkZ{max-width:240px!important}.insuranceCard_ic_card_sub_item__ZpgQK{padding:10px 15px!important}.insuranceCard_ic_main_logo__e7vKh{width:30px!important}.insuranceCard_ic_head_label__Rt63L{font-size:14px!important}.insuranceCard_ic_plan_label__olZyp{font-size:13px!important}.insuranceCard_ic_plan_price_label__FMTuz{font-size:22px!important}.insuranceCard_ic_component_fields__qjUez{margin-bottom:10px!important}.insuranceCard_ic_logo_item__RRA\+5{max-width:35px!important;width:35px!important}.insuranceCard_ic_details_btn__-XysR{font-size:12px!important}}@media screen and (min-width:701px)and (max-width:1200px){.insuranceCard_ic_card_main_item__QxFkZ{max-width:320px!important}}@media screen and (min-width:1000px)and (max-width:1080px){.insuranceCard_ic_card_main_item__QxFkZ{max-width:240px!important}.insuranceCard_ic_card_sub_item__ZpgQK{padding:10px 15px!important}.insuranceCard_ic_main_logo__e7vKh{width:30px!important}.insuranceCard_ic_head_label__Rt63L{font-size:14px!important}.insuranceCard_ic_plan_label__olZyp{font-size:13px!important}.insuranceCard_ic_plan_price_label__FMTuz{font-size:22px!important}.insuranceCard_ic_component_fields__qjUez{margin-bottom:10px!important}.insuranceCard_ic_logo_item__RRA\+5{max-width:35px!important;width:35px!important}.insuranceCard_ic_details_btn__-XysR{font-size:12px!important}}@media screen and (min-width:1220px)and (max-width:1250px){.insuranceCard_ic_card_main_item__QxFkZ{max-width:240px!important}.insuranceCard_ic_card_sub_item__ZpgQK{padding:10px 15px!important}.insuranceCard_ic_main_logo__e7vKh{width:30px!important}.insuranceCard_ic_head_label__Rt63L{font-size:14px!important}.insuranceCard_ic_plan_label__olZyp{font-size:13px!important}.insuranceCard_ic_plan_price_label__FMTuz{font-size:22px!important}.insuranceCard_ic_component_fields__qjUez{margin-bottom:10px!important}.insuranceCard_ic_logo_item__RRA\+5{max-width:35px!important;width:35px!important}.insuranceCard_ic_details_btn__-XysR{font-size:12px!important}}.chatLogsTemplatePreview_previewSectionCardBlock__KCFO4{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 3px #0000004d!important;height:auto!important;max-width:275px!important;min-width:250px!important}.chatLogsTemplatePreview_previewSectionCardBlockForCarouselTemplate__v2FV9{margin:10px 5px!important}.chatLogsTemplatePreview_templatePreviewHeaderImageForCarouseltemplate__dsbjq{border-radius:8px!important;height:200px!important;max-height:100%!important;object-fit:contain!important;width:100%!important}.chatLogsTemplatePreview_hiddenOverflowStyleCarouselTemplte__QIQdN{height:200px!important}.chatLogsTemplatePreview_workflowPreviewSectionCardBlock__P6tXA{max-height:45vh!important;overflow-y:auto!important}.chatLogsTemplatePreview_templatePreviewHeaderImage__KyvW0{border-radius:5px 5px 0 0!important;max-height:200px!important;width:100%}.chatLogsTemplatePreview_templatePrviewHeaderItem__TbYlY{padding:14px 10px 5px!important}.chatLogsTemplatePreview_documentPreviewContainer__DOLCk{background-color:#ecefe1!important;height:200px!important;padding:10px!important;position:relative!important;width:100%!important}.chatLogsTemplatePreview_documentPreviewFileName__lPpd0{font-size:13px!important;font-weight:500!important;text-align:center!important}.chatLogsTemplatePreview_openDocumentIcon__54JOJ{cursor:pointer!important;height:20px!important;position:absolute!important;right:2px!important;top:2px!important;width:20px!important}.chatLogsTemplatePreview_templatePrviewBodyItem__Amz2q{max-height:200px!important;overflow-y:auto!important;padding:5px 10px 14px!important}.chatLogsTemplatePreview_templatePrviewBodyItemWithMediaHeader__1VF1q{max-height:400px!important;overflow-y:auto!important;padding:5px 10px 14px!important}.chatLogsTemplatePreview_templatePrviewFooterItem__Y7aA5{padding:5px 10px 14px!important}.chatLogsTemplatePreview_preTextStyle__HMzaB{font-size:14px!important;font-weight:500!important;overflow-x:auto!important;white-space:pre-line!important;word-break:break-word!important}.chatLogsTemplatePreview_previewSubButton__qRpy3{font-size:18px!important;margin-top:2px!important}.chatLogsTemplatePreview_templatePreviewButtonItemBorder__zuDdr{border-top:1px solid #cfcfcf!important}.chatLogsTemplatePreview_templatePreviewButtonItem__hzxUa{font-Weight:500!important;color:#6a097d!important;cursor:pointer!important;font-size:15px!important}.chatLogsTemplatePreview_hiddenOverflowStyle__X\+m3c{overflow:hidden!important}.chatLogsTemplatePreview_templatePreviewBtnDescription__3EGYB{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important}.chatLogsTemplatePreview_messageButtonStyles__M6fg4{border:none!important;border-radius:5px!important;font-weight:600!important;min-width:0!important;min-width:auto!important;padding:5px 10px!important;text-transform:capitalize!important}@media screen and (max-width:1600px){.chatLogsTemplatePreview_preTextStyle__HMzaB{font-size:13px!important}}@media screen and (max-width:400px){.chatLogsTemplatePreview_previewSectionCardBlock__KCFO4{max-width:250px!important;min-width:200px!important}}@media screen and (min-width:600px)and (max-width:700px){.chatLogsTemplatePreview_previewSectionCardBlock__KCFO4{max-width:250px!important;min-width:180px!important}}@media screen and (min-width:1220px)and (max-width:1350px){.chatLogsTemplatePreview_previewSectionCardBlock__KCFO4{max-width:250px!important;min-width:165px!important}}.chatLogsTemplatePreview_templatePreviewBorderRadius__QJxOS{border-radius:5px 5px 0 0!important}.chatLogsTemplatePreview_templateNameInNodePreview__Sk2Rc{font-size:13px!important;font-style:italic!important;word-break:break-all!important}.chatLogsTemplatePreview_openTemplateInNewTabIconSpan__TfmF7{display:flex!important;justify-content:end!important}.chatLogsTemplatePreview_openTemplateInNewTabIcon__0P7pX{height:14px!important;width:14px!important}.templatemessages_tableContainer__yJhK9{max-height:81vh!important;min-height:auto!important}.templatemessages_tableContainer__yJhK9::-webkit-scrollbar{height:5px!important;width:5px!important}.templatemessages_tableDesign__scuq-{border:1px solid #e9e9e9!important;border-radius:5px 5px 0 0!important;position:relative!important}.templatemessages_tableHead__AqcJ1{box-sizing:border-box!important;position:-webkit-sticky!important;position:sticky!important;top:0!important}.templatemessages_tableHeadRow__rftTO{background-color:#fbf4ff!important;color:#000!important;font-size:15px!important;font-weight:600!important}.templatemessages_tableHeadCell__noPAu{font-weight:600!important;padding:15px!important}.templatemessages_tableBody__NIkyM{box-sizing:border-box!important;color:#000!important;font-size:15px!important;font-weight:400!important;max-height:40vh!important}.templatemessages_tableBodyCell__fEmij{padding:14px!important}.templatemessages_tableBodyRow__KvDra:hover{background-color:#f8f8f8!important}.templatemessages_showDetailsBlock__gMz6G{border:1px solid #ccc!important;margin-top:30px!important;padding:10px!important;width:100%!important}.templatemessages_showDetailsBlock__gMz6G,.templatemessages_showDetailsTitleField__eeYjK{color:#7a7a7a!important;font-size:15px!important;font-weight:500!important;margin-bottom:7px!important;overflow-wrap:break-word!important}.templatemessages_showDetailsTitleField__eeYjK{white-space:pre-wrap!important}.templatemessages_showDetailsDataField__9EJlX{color:#000!important;display:contents!important;font-size:14px!important;font-weight:500!important;margin-bottom:7px!important;overflow-wrap:break-word!important;white-space:pre-wrap!important}.templatemessages_previewCampignMainSecrion__I2aNk,.templatemessages_previewMainSection__TbW\+h{background-color:#f6f6f6!important;height:calc(100vh - 100px)!important;padding:10px!important;position:relative!important}.templatemessages_previewTemplateMainSection__s03Us{background-color:#f6f6f6!important;height:calc(100vh - 165px)!important;padding:10px!important;position:relative!important}.templatemessages_previewSectionTextStyle__A-b1W{color:#1f384c!important;font-size:22px!important;font-weight:600!important}.templatemessages_previewSectionCardBlock__4X0dv{max-height:52vh!important}.templatemessages_previewSectionCardBlockCarousel__Hur\+C,.templatemessages_previewSectionCardBlock__4X0dv{background-color:#fff!important;border-radius:10px 10px 10px 10px!important;box-shadow:0 0 3px #0000004d!important;height:auto!important;max-width:300px!important;min-width:275px!important;overflow:auto!important}.templatemessages_previewSectionCardBlockCarousel__Hur\+C{max-height:58vh!important}.templatemessages_preTextStyle__Qup1D{font-size:15px!important;font-weight:500!important;overflow-x:auto!important;white-space:pre-line!important;word-break:break-word!important}.templatemessages_chatbotSwipeableDrawer__HN\+3Z{max-height:620px!important;top:15%!important}.templatemessages_chatbotSwipeableDrawerCarousel__3N5A6,.templatemessages_chatbotSwipeableDrawer__HN\+3Z{border-bottom-left-radius:10px;border-top-left-radius:10px;height:calc(100vh - 120px)!important;overflow:auto;width:480px!important}.templatemessages_chatbotSwipeableDrawerCarousel__3N5A6{max-height:675px!important;top:10%!important}.templatemessages_templatePreviewMainContainer__bbrhr{position:relative!important}.templatemessages_templatePreviewHeaderImage__HPS\+x{border-radius:5px 5px 0 0!important;max-height:300px!important;width:100%}.templatemessages_templatePrviewHeaderItem__Is8p\+{padding:14px 10px 5px!important}.templatemessages_templatePrviewBodyItem__7sI\+2{padding:14px 10px!important}.templatemessages_templatePrviewFooterItem__-1VT3{padding:5px 10px 14px!important}.templatemessages_templatePreviewButtonItemBorder__2KILe{border-top:1px solid #cfcfcf!important}.templatemessages_templatePreviewButtonItem__XXQks{font-Weight:500!important;color:#6a097d!important;cursor:pointer!important;font-size:15px!important}.templatemessages_templatePreviewBtnDescription__FBtyG{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important}.templatemessages_drawerContainerStyle__RTwuT{background-color:#fff!important;border-radius:12px 12px 0 0!important;bottom:0!important;box-shadow:0 0 3px #0003!important;padding:15px!important;position:absolute!important;width:100%!important}.templatemessages_closeIconStyle__UpfrX{cursor:pointer!important;position:absolute!important;right:10px!important}.templatemessages_drawerContainerBoxStyle__W1kbn{display:flex!important;justify-content:center!important}.templatemessages_drawerContainerBoxDetail__SIhnN{background-color:gray!important;border-radius:5px!important;height:4px!important;width:40px!important}.templatemessages_allOptionTextStyle__5GpBv{font-size:18px!important;font-weight:500!important}.templatemessages_closeDrawerIconStyle__A0qzA{color:#909090!important;cursor:pointer!important;left:15px!important;position:absolute!important}.templatemessages_carouselTemplatePrviewHeadItem__BbiJm{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 3px #0003!important;margin:5px 0 5px 10px!important;min-height:50px!important;padding:10px!important}@media screen and (min-width:901px)and (max-width:1600px){.templatemessages_tableBodyCell__fEmij{padding:10px 15px!important}.templatemessages_previewSectionTextStyle__A-b1W{font-size:20px!important}.templatemessages_previewSectionCardBlockCarousel__Hur\+C,.templatemessages_previewSectionCardBlock__4X0dv{max-width:300px!important;min-width:275px!important}.templatemessages_preTextStyle__Qup1D{font-size:14px!important}.templatemessages_previewSubButton__X2TWY{font-size:18px!important}}@media screen and (min-width:1201px)and (max-width:1600px){.templatemessages_tableBodyCell__fEmij{padding:14px!important}}@media screen and (min-width:901px)and (max-width:1200px){.templatemessages_previewCampignMainSecrion__I2aNk,.templatemessages_previewMainSection__TbW\+h,.templatemessages_previewTemplateMainSection__s03Us{height:100%!important}}@media screen and (min-width:601px)and (max-width:900px){.templatemessages_tableBodyCell__fEmij{padding:14px!important}.templatemessages_previewSectionTextStyle__A-b1W{font-size:20px!important}.templatemessages_previewCampignMainSecrion__I2aNk,.templatemessages_previewMainSection__TbW\+h,.templatemessages_previewTemplateMainSection__s03Us{height:100%!important}.templatemessages_previewSectionCardBlockCarousel__Hur\+C,.templatemessages_previewSectionCardBlock__4X0dv{max-width:300px!important;min-width:275px!important}.templatemessages_preTextStyle__Qup1D{font-size:14px!important}.templatemessages_previewSubButton__X2TWY{font-size:18px!important}}@media screen and (min-width:0px)and (max-width:600px){.templatemessages_tableBodyCell__fEmij{padding:14px!important}.templatemessages_previewCampignMainSecrion__I2aNk,.templatemessages_previewMainSection__TbW\+h,.templatemessages_previewTemplateMainSection__s03Us{height:100%!important}.templatemessages_previewSectionTextStyle__A-b1W{font-size:18px!important}.templatemessages_preTextStyle__Qup1D{font-size:14px!important}.templatemessages_previewSubButton__X2TWY{font-size:18px!important}.templatemessages_chatbotSwipeableDrawerCarousel__3N5A6,.templatemessages_chatbotSwipeableDrawer__HN\+3Z{width:95%!important}}.templatemessages_carouselTemplatePreviewInNodeMainGrid__bU8ym{padding:0 10px 0 25px!important;width:100%!important}.templatemessages_carouselTemplatePreviewInNodeSlider__T2kYg{max-width:325px!important}.templateHeaderPreview_hiddenOverflowStyle__GQmRw{overflow:hidden!important}.templateHeaderPreview_templatePreviewHeaderImage__-VPz-{aspect-ratio:1/1!important;border-radius:5px 5px 0 0!important;max-height:200px!important;object-fit:cover!important;width:100%}.templateHeaderPreview_templatePrviewHeaderItem__QrQVe{padding:14px 10px 5px!important}.templateHeaderPreview_documentPreviewFileName__r89Uy{font-size:13px!important;font-weight:500!important;text-align:center!important;word-break:break-all}.templateHeaderPreview_openDocumentIcon__xJMPS{cursor:pointer!important;height:20px!important;position:absolute!important;right:2px!important;top:2px!important;width:20px!important}.templateHeaderPreview_documentPreviewContainer__Rg7u7{background-color:#ecefe1!important;height:200px!important;padding:10px!important;position:relative!important;width:100%!important}.templateHeaderPreview_templatePreviewHeaderImageForCarouseltemplate__MEl8h{border-radius:8px!important;height:200px!important;max-height:100%!important;object-fit:contain!important;width:100%!important}.templateHeaderPreview_preTextStyle__yfCLf{font-size:14px!important;font-weight:500!important;overflow-x:auto!important;white-space:pre-line!important;word-break:break-word!important}@media screen and (max-width:1600px){.templateHeaderPreview_preTextStyle__yfCLf{font-size:13px!important}}.callAnalysisAudio_enableFeatureMainContainer__NmTUw{height:calc(100vh - 70px)!important}.callAnalysisAudio_enableFeatureContainerStyle__w5WdO{border-radius:15px!important;box-shadow:0 0 6px #00000026!important;height:100%!important;padding:40px!important}.callAnalysisAudio_callAnalysisCardsContainer__VD\+Wz{box-sizing:border-box!important;overflow:auto!important;padding:5px 5px 5px 2px!important}.callAnalysisAudio_blankCallRecordContainerStyle__Pfk-a{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 4px #00000040!important;overflow:auto!important}.callAnalysisAudio_callAnalysisPaginationContainer__ynZtr{border-radius:5px!important;box-shadow:0 0 2px #00000080!important;margin-right:2px!important;max-width:320px!important;padding:0 8px 0 0!important}.callAnalysisAudio_callAnalysisViewContainerStyle__p\+p74{background-color:#fff!important;border-radius:10px!important;max-width:100%;overflow:auto!important;width:100%}.callAnalysisAudio_addFilterIcon__MW9eK{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 4px 0 #00000040!important;color:#6a097d!important;display:flex!important;padding:4.5px 8px!important}.callAnalysisAudio_popupTitleStyle__mvpQU{color:#6a097d!important;font-size:16px!important;font-weight:600!important}.callAnalysisAudio_checkBoxStyle__C3Qj5 .MuiPaper-root{padding:5px 9px!important}.callAnalysisAudio_checkBoxStyle__C3Qj5 .MuiTypography-root{font-size:14px!important;font-weight:500!important;line-height:1!important}.callAnalysisAudio_checkBoxFilter__k25mR{padding:7px 9px!important}.callAnalysisAudio_audioFieldLabel__zmK97{color:#000!important;font-size:15px!important}.callAnalysisAudio_darkFontWeightField__Uj6hD{font-weight:500!important}.callAnalysisAudio_lightFontWeightField__CFJGd{font-weight:400!important}.callAnalysisAudio_transcriptsViewStyle__EZWVL{background-color:#f3f5f9!important;border-radius:10px!important;width:100%!important}.callAnalysisAudio_transcriptDataStyle__QtSOj{height:100%!important;margin-block:15px!important;max-height:170px!important;overflow:auto!important;padding-inline:15px!important;width:100%!important}.callAnalysisAudio_autoComplete__N0Eth .MuiAutocomplete-input{font-size:15px!important}.callAnalysisAudio_autoComplete__N0Eth{box-shadow:0 0 3px #00000040;box-sizing:border-box!important}.callAnalysisAudio_transcriptPersonName__GdM2c{color:#000!important;font-size:14px!important;font-weight:500!important}.callAnalysisAudio_transcriptAnswer__K8wq0{color:#000!important;font-size:14px!important;font-weight:400!important}.callAnalysisAudio_aiAnalysisFontStyle__GzjpJ{color:#5e5e5e!important;font-size:16px!important;font-weight:500!important}.callAnalysisAudio_aiAnalysisComponent__X\+Cav{height:100%!important;margin-block:15px!important;max-height:160px!important;min-height:0!important;overflow:auto!important;padding-inline:15px!important}.callAnalysisAudio_tableCellBorder__1kgbq{border-top:1px solid #e1e0e0!important;padding:12px!important}.callAnalysisAudio_tableBorderLessCell__\+IPgJ,.callAnalysisAudio_tableCellBorder__1kgbq{border-bottom:none!important;border-right:1px solid #e1e0e0!important;line-height:1em!important}.callAnalysisAudio_tableBorderLessCell__\+IPgJ{border-top:none!important;padding:16px 12px!important}.callAnalysisAudio_tableCellDarkBorder__D0rBL{border-bottom:none!important;border-right:1px solid #e1e0e0!important;border-top:1px solid #bf95c7!important;line-height:1rem!important;padding:12px!important}.callAnalysisAudio_tableBodyHeadingFontStyle__nxvUh{color:#6a097d!important;font-size:14px!important;font-weight:500!important}.callAnalysisAudio_tableBodySubHeadingFontStyle__OLMTU{color:#141414!important;font-size:14px!important;font-weight:400!important}.callAnalysisAudio_finalNoteCellStyle__8gjsS{border-bottom:none!important;border-right:1px solid #e1e0e0!important;line-height:1em!important;padding:12px!important}.callAnalysisAudio_finalNoteFontStyle__YJ0Gx{color:#000!important;font-size:14px!important;font-weight:500!important}.callAnalysisAudio_finalNoteSubFontStyle__uPsV8{color:#6a097d!important;font-size:14px!important;font-weight:500!important;line-height:1em!important;padding:12px!important}.callAnalysisAudio_evaluationRatingGrid__cv0L9 .MuiAvatar-root{font-size:14px!important;height:40px!important;width:40px!important}.callAnalysisAudio_durationFieldValue__sYlXk{color:#000!important;font-size:15px!important;font-weight:400!important;margin:0 0 0 2px!important;vertical-align:middle!important}.callAnalysisAudio_audioFileNameStyle__x9a0z{color:#000!important;font-size:16px!important;font-weight:500!important}.callAnalysisAudio_newAgentStyle__n46sW{color:#6a097d!important;font-style:15px!important;font-weight:500!important}.callAnalysisAudio_audioIconPosition__rds\+j{bottom:2px!important;position:absolute!important;right:4px!important}.callAnalysisAudio_audioPlayIconStyle__QNAvH{border-radius:50%!important;box-shadow:0 0 3px #0000004d!important;cursor:pointer;padding:4px 4px 0!important}.callAnalysisAudio_playButtonStyle__kATfl{background-color:#f7e9ff!important}.callAnalysisAudio_buttonStyle__-zaMi{border-radius:50%!important;color:#6a097d!important;min-width:0!important;padding:4px 6px!important}.callAnalysisAudio_customRange__12gp8{border:none!important;cursor:pointer;height:6px;outline:none!important}.callAnalysisAudio_customRange__12gp8::-webkit-slider-runnable-track{border:none;border-radius:5px;height:6px;width:100%}.callAnalysisAudio_customRange__12gp8::-moz-range-progress{background:#6a097d;border-radius:5px;height:6px}.callAnalysisAudio_customRange__12gp8::-webkit-slider-thumb{background:#6a097d!important;border:2px solid #f7e9ff!important;border-radius:50%;box-shadow:0 0 2px #00000080!important;height:14px;margin-top:-4px;width:14px}.callAnalysisAudio_csf_intrested_dropdown__bRLGU{font-size:14px!important}.callAnalysisAudio_csf_intrested_dropdown__bRLGU .MuiSelect-select{padding:8.5px 14px!important}.callAnalysisAudio_csf_intrested_dropdown__bRLGU .MuiAutocomplete-inputRoot{padding:3px 5px!important}.callAnalysisAudio_csf_intrested_dropdown__bRLGU fieldset{border:none!important;box-shadow:0 0 2px #00000040!important}.callAnalysisAudio_csf_intrested_dropdown__bRLGU{border-radius:5px!important}.callAnalysisAudio_csf_intrested_dropdown__bRLGU .MuiChip-root{background-color:#fff!important;border:1px solid #6a097d4d!important;border-radius:5px!important;font-size:14px!important;margin-left:0!important;margin-right:5px!important}.callAnalysisAudio_transcriptPreLine__hDO5C{margin-bottom:5px!important;white-space:pre-line!important;word-break:break-word!important}.callAnalysisAudio_dateRangePickerClass__leclx .DateRangePicker_picker{left:0!important}.callAnalysisAudio_dateRangePickerClass__leclx .DateRangePickerInput__withBorder{border:none!important;border-radius:5px!important;box-shadow:0 0 3px #00000040!important;padding-bottom:1px!important}.callAnalysisAudio_dateRangePickerClass__leclx .DateInput{display:inline!important;width:auto!important}.callAnalysisAudio_dateRangePickerClass__leclx .DateInput_input{border-radius:5px!important;font-size:15px!important;font-weight:400!important;max-width:80px!important;padding:10px 11px 7px!important;text-align:center!important;width:auto!important}.callAnalysisAudio_dateRangePickerClass__leclx .DateInput_input__focused{border-bottom:none!important}.callAnalysisAudio_filterButtons__jIkd4{border:1px solid #6a097d40!important;border-radius:20px!important;color:#000!important;font-size:14px!important;font-weight:600!important;padding:6px 15px!important;text-transform:capitalize!important}.callAnalysisAudio_audioComponentsStyles__u83c5{align-items:center!important;display:flex!important;flex-wrap:nowrap!important;gap:12px!important;justify-content:center!important;margin-top:13px!important;width:100%!important}.callAnalysisAudio_audioSpeedTextStyle__DK1rg{font-size:14px!important;font-weight:500!important}.callAnalysisAudio_backFontStyle__rop55{color:#444!important;font-size:14px!important;font-weight:600!important}.callAnalysisAudio_errorImage__hnCGn{height:400px!important;margin-bottom:5px!important;width:400px!important}.callAnalysisAudio_errorTextStyle__JHoGz{font-size:17px!important;font-weight:500!important}.callAnalysisAudio_tablePaginationStyle__LMcon .MuiTablePagination-toolbar{min-height:30px!important;padding-inline:15px!important}.callAnalysisAudio_tablePaginationStyle__LMcon .MuiTablePagination-selectLabel{font-size:14px!important;font-weight:500!important}.callAnalysisAudio_tablePaginationStyle__LMcon .MuiInputBase-root{border-radius:5px!important;box-shadow:0 0 2px #00000040!important;display:none!important;font-size:14px!important;font-weight:500!important;margin-right:16px!important;padding-right:2px!important}.callAnalysisAudio_tablePaginationStyle__LMcon .MuiTablePagination-select{padding-top:5px!important}.callAnalysisAudio_tablePaginationStyle__LMcon .MuiTablePagination-displayedRows{font-size:14px!important;font-weight:500!important;margin-left:15px!important}.callAnalysisAudio_tablePaginationStyle__LMcon .MuiTablePagination-actions{margin-left:10px!important}.callAnalysisAudio_tablePaginationStyle__LMcon .MuiButtonBase-root{padding:4px 0!important}.callAnalysisAudio_paginationGridStyle__Xw66c{border-radius:5px!important;box-shadow:0 0 2px #00000080!important;margin-right:7px!important;padding:0 8px 0 0!important}.callAnalysisAudio_leftSectionStyle__4AvRl{max-width:345px!important;padding:5px!important}.callAnalysisAudio_removeAllFilterFontStyle__loMhP{color:#6a097d!important;cursor:pointer!important;font-size:15px!important;font-weight:600!important}.callAnalysisAudio_headingTextStyle__SZ7P9{color:#000!important;font-size:15px!important;font-weight:600!important}.callAnalysisAudio_infoIconStyles__GKJQi{cursor:pointer!important;font-size:17px!important;margin-left:7px!important;margin-top:-3px!important;vertical-align:middle!important}.callAnalysisAudio_popupDividerStyle__\+uRZX{border:.2px solid #9d9d9d!important;color:#9d9d9d!important;opacity:.3!important}.callAnalysisAudio_reportAProblemButton__g8Gfh{background-color:#fff!important;border:1px solid #a1a1a1!important;border-radius:5px!important;color:#444!important;font-size:14px!important;font-weight:500!important;padding:6px 10px!important;text-transform:none!important;width:100%!important}.callAnalysisAudio_reportAProblemButton__g8Gfh:hover{background-color:#f7e9ff!important;color:#6a097d!important}.callAnalysisAudio_reportAProblemSelectedButton__Oi7Ab{background-color:#6a097d!important;border:1px solid #000!important;border-radius:5px!important;color:#fff!important;font-size:14px!important;font-weight:500!important;padding:6px 10px!important;text-transform:none!important;width:100%!important}.callAnalysisAudio_reportAProblemQuestionStyle__bTmb3{color:#000!important;font-size:14px!important;font-weight:500!important}.callAnalysisAudio_reportAProblemTextField__fYVRJ{border-radius:5px!important;box-shadow:0 0 2px #00000040!important;width:100%!important}.callAnalysisAudio_reportAProblemTextField__fYVRJ fieldset{border:none!important;outline:none!important}.callAnalysisAudio_reportAProblemTextField__fYVRJ .MuiOutlinedInput-input{font-size:14px!important;padding:12.5px 14px!important}.callAnalysisAudio_reportProblemsContainer__Cn9Oq{max-height:35vh!important;overflow:auto!important;padding:0 5px 5px!important}.callAnalysisAudio_dividerStyles__s1Pv5{border:.2px solid #9d9d9d!important;color:#9d9d9d!important;opacity:.3!important}@media screen and (max-width:1600px){.callAnalysisAudio_filterButtons__jIkd4{font-size:13px!important}.callAnalysisAudio_removeAllFilterFontStyle__loMhP{font-size:14px!important}.callAnalysisAudio_tablePaginationStyle__LMcon .MuiTablePagination-displayedRows,.callAnalysisAudio_tablePaginationStyle__LMcon .MuiTablePagination-selectLabel{margin-block:10px!important}.callAnalysisAudio_leftSectionStyle__4AvRl{max-width:330px!important}.callAnalysisAudio_evaluationRatingGrid__cv0L9 .MuiAvatar-root{font-size:13.5px!important;height:38px!important;width:38px!important}.callAnalysisAudio_durationFieldValue__sYlXk{font-size:14px!important}.callAnalysisAudio_audioFieldLabel__zmK97{font-size:14.5px!important}.callAnalysisAudio_transcriptAnswer__K8wq0{font-size:13.5px!important}.callAnalysisAudio_aiAnalysisFontStyle__GzjpJ{font-size:15px!important}.callAnalysisAudio_autoComplete__N0Eth .MuiAutocomplete-input{font-size:14px!important}.callAnalysisAudio_tableBodyHeadingFontStyle__nxvUh,.callAnalysisAudio_tableBodySubHeadingFontStyle__OLMTU{font-size:13.5px!important}.callAnalysisAudio_addFilterIcon__MW9eK{padding:3.5px 8px!important}}@media screen and (max-width:1250px){.callAnalysisAudio_audioFileNameStyle__x9a0z{font-size:15px!important}}@media screen and (max-width:1000px){.callAnalysisAudio_audioComponentsStyles__u83c5{gap:1px!important}.callAnalysisAudio_mobileIconStyle__D2fXB{font-size:16px!important}.callAnalysisAudio_dateRangePickerClass__leclx .DateInput_input{font-size:14px!important;max-width:80px!important;padding:10px 4px 7px!important}.callAnalysisAudio_dateRangePickerClass__leclx .DateRangePickerInput_arrow{vertical-align:auto!important}.callAnalysisAudio_dateRangePickerClass__leclx .DateRangePickerInput_arrow_svg{height:20px!important;width:20px!important}.callAnalysisAudio_evaluationRatingGrid__cv0L9 .MuiAvatar-root{font-size:12px!important;height:34px!important;width:34px!important}.callAnalysisAudio_durationFieldValue__sYlXk{font-size:13px!important}.callAnalysisAudio_audioFileNameStyle__x9a0z{font-size:15px!important}.callAnalysisAudio_newAgentStyle__n46sW{font-style:14px!important}.callAnalysisAudio_autoComplete__N0Eth .MuiAutocomplete-input{font-size:14px!important}.callAnalysisAudio_filterButtons__jIkd4{font-size:12px!important}.callAnalysisAudio_removeAllFilterFontStyle__loMhP{font-size:13px!important}.callAnalysisAudio_audioFieldLabel__zmK97,.callAnalysisAudio_transcriptPreLine__hDO5C{font-size:14px!important}}@media screen and (max-width:600px){.callAnalysisAudio_dateRangePickerClass__leclx .DateInput_input{max-width:80px!important;padding:10px 9px 7px!important}.callAnalysisAudio_audioComponentsStyles__u83c5{gap:1px!important}.callAnalysisAudio_mobileIconStyle__D2fXB{font-size:16px!important}.callAnalysisAudio_customRange__12gp8{height:4px}.callAnalysisAudio_customRange__12gp8::-webkit-slider-runnable-track{height:4px}.callAnalysisAudio_customRange__12gp8::-moz-range-progress{height:4px}.callAnalysisAudio_customRange__12gp8::-webkit-slider-thumb{height:10px;margin-top:-6px;width:10px}.callAnalysisAudio_dateRangePickerClass__leclx .DateRangePicker_picker{max-width:68vw!important;overflow:auto!important}.callAnalysisAudio_audioFileNameStyle__x9a0z{font-size:14px!important}.callAnalysisAudio_reportProblemsContainer__Cn9Oq{max-height:20vh!important}}@media screen and (min-width:320px)and (max-width:599px){.callAnalysisAudio_errorImage__hnCGn{height:300px!important;width:300px!important}.callAnalysisAudio_errorTextStyle__JHoGz{font-size:14px!important;font-weight:500!important}}@media screen and (min-width:600px)and (max-width:899px){.callAnalysisAudio_errorImage__hnCGn{height:350px!important;width:350px!important}.callAnalysisAudio_errorTextStyle__JHoGz{font-size:15px!important;font-weight:500!important}.callAnalysisAudio_dateRangePickerClass__leclx .DateRangePickerInput__withBorder{width:100%!important}}@media screen and (min-width:900px)and (max-width:1199px){.callAnalysisAudio_errorImage__hnCGn{height:400px!important;width:400px!important}.callAnalysisAudio_errorTextStyle__JHoGz{font-size:16px!important;font-weight:500!important}.callAnalysisAudio_dateRangePickerClass__leclx .DateRangePickerInput__withBorder{width:100%!important}}@media screen and (max-width:900px){.callAnalysisAudio_aiAnalysisComponent__X\+Cav{height:100%!important;min-height:0!important}}@media screen and (max-width:768px){.callAnalysisAudio_popupTitleStyle__mvpQU{font-size:15px!important}.callAnalysisAudio_reportAProblemButton__g8Gfh,.callAnalysisAudio_reportAProblemQuestionStyle__bTmb3,.callAnalysisAudio_reportAProblemSelectedButton__Oi7Ab,.callAnalysisAudio_reportAProblemTextField__fYVRJ .MuiOutlinedInput-input{font-size:13px!important}}.workflowStyle_viewAsGridContainer__0Qhb9{cursor:pointer}.workflowStyle_viewAsGridTypography__sstB7{color:#7a7a7a!important;font-size:14px!important;font-weight:600!important}.workflowStyle_noDataFoundItem__WNrsM{align-items:center;display:flex;height:calc(100vh - 260px)!important}.workflowStyle_wokflowTitleDot__OJNIk{border-radius:50%;display:inline-block;height:10px;margin-right:10px;position:relative;width:10px}.workflowStyle_workFlowGridmainContainer__Jboua{border-radius:15px!important;box-shadow:0 0 4px 0 #00000014!important;box-sizing:border-box!important;cursor:pointer!important;max-width:320px!important;width:300px!important}.workflowStyle_workFlowGridCardImgGrid__dhDba{align-items:center;background-color:#f1f3f5;border-radius:15px 15px 0 0;display:flex;height:200px;justify-content:center}.workflowStyle_workflowGridCardInfoContainer__bV0MG{background-color:#fff;border-radius:0 0 15px 15px;padding:10px}.workflowStyle_workflowGridCardTitleTypography__3dZhX{font-size:15px!important;font-weight:500!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:200px}.workflowStyle_chatbotStatusIconForMenu__P8kdm{color:#5c5c5c!important;margin-left:-4px!important}.workflowStyle_resetVariableText__J\+iJx{padding:2px 4px!important}.workflowStyle_resetVariableText__J\+iJx:hover{background-color:#00000005!important}.whatsappCampaignStyle_createWhatsappCampaignContainer__Pz4Gy{margin:0 auto!important}.whatsappCampaignStyle_whatsappCampaignLeftBox__IXJUc{overflow-y:auto!important;padding-right:12px!important;padding-top:12px!important}.whatsappCampaignStyle_whatsappCampaignLeftBox__IXJUc::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.whatsappCampaignStyle_whatsappCampaignLeftBox__IXJUc::-webkit-scrollbar{width:5px!important}.whatsappCampaignStyle_whatsappCampaignPreviewItem__C6Go4{background-color:#fff;position:absolute;right:0;top:16px;z-index:2}.whatsappCampaignStyle_whatsappCampaignButtonGrid__fEONV{bottom:20px!important;position:fixed!important}.whatsappCampaignStyle_previewMainContainer__fVSyZ{background-color:#f6f6f6!important;height:calc(100vh - 100px)!important;padding:10px!important;position:relative!important}.whatsappCampaignStyle_previewTitleGrid__dxq92{padding-block:10px;text-align:center;width:100%}.whatsappCampaignStyle_previewTitleSpan__rdGee{color:#1f384c!important;font-size:22px!important;font-weight:600!important}.whatsappCampaignStyle_previewCardBlock__4-fw-{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 3px #0000004d!important;height:auto!important;max-height:52vh!important;max-width:80%!important;min-width:80%!important;overflow-y:scroll!important;padding:0 10px!important}.whatsappCampaignStyle_previewSwipeableDrawer__798Rj{border-bottom-left-radius:10px;border-top-left-radius:10px;height:calc(100vh - 120px)!important;max-height:620px!important;overflow:auto;top:15%!important;width:480px!important}.whatsappCampaignStyle_whatsappCampaignTextField__JbWHN fieldset{border:none!important;box-shadow:0 0 3px #00000040!important}.whatsappCampaignStyle_whatsappCampaignTextField__JbWHN .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.whatsappCampaignStyle_whatsappCampaignTitleTypography__7aZ1r{color:#000!important;font-size:14px!important;font-weight:500!important}.whatsappCampaignStyle_whatsappCampaignSubTitleTypography__Zeqmp{color:#7a7a7a!important;font-size:13px!important;font-style:italic;font-weight:500!important}.whatsappCampaignStyle_whatsappCampaignPurpleTitleTypography__-feJ\+{color:#6a097d!important;font-size:14px!important;font-weight:600!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__uzgnd{background:#fff;border-radius:5px!important;font-size:14px!important;max-width:300px!important;max-width:100%!important;width:300px!important;width:100%!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__uzgnd .MuiAutocomplete-endAdornment{position:relative!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__uzgnd .MuiAutocomplete-clearIndicator{bottom:-14px!important;position:absolute!important;right:18px!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__uzgnd .MuiAutocomplete-popupIndicator{bottom:-14px!important;position:absolute!important;right:-6px!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__uzgnd .MuiAutocomplete-tag{margin:3px 0!important;max-width:calc(100% - 3px)!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__uzgnd .MuiSelect-select{padding:8.5px 14px!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__uzgnd .MuiAutocomplete-inputRoot{padding:3px 5px!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__uzgnd fieldset{border:none!important;box-shadow:0 0 3px #00000040!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__uzgnd .MuiChip-root{background-color:#fff!important;border:1px solid #6a097d4d!important;border-radius:5px!important;font-size:14px!important;margin-left:0!important;margin-right:5px!important}.whatsappCampaignStyle_campaignSelectedContactBox__Ps8Zw{background-color:#f4f4f4!important;border-radius:2px!important;padding:12px!important}.whatsappCampaignStyle_campaignMessageTypeBox__wVYHV{background-color:#f4f4f4!important;border-radius:2px!important;padding:8px 12px 0!important}.whatsappCampaignStyle_carouselTemplateCampaignMessageTypeBox__JDzAt{background-color:#fafafa!important;border-radius:2px!important;padding:8px 12px!important}.whatsappCampaignStyle_selectedContactsTitle__jw6xa{color:#737373!important;font-size:13px!important;font-weight:500!important}.whatsappCampaignStyle_ScheduleTitle__ArS1i{color:#000!important;font-size:15px!important;font-weight:600!important}.whatsappCampaignStyle_dateRangePickerSlotprops__PzLlV fieldset{border:none!important;box-shadow:0 0 2px #00000040!important;outline:none!important}.whatsappCampaignStyle_dateRangePickerSlotprops__PzLlV input{outline:none!important}.whatsappCampaignStyle_dateRangePickerSlotprops__PzLlV{background-color:#fff!important;color:#000!important}.whatsappCampaignStyle_dateRangePickerSlotprops__PzLlV .MuiOutlinedInput-input{font-size:15px!important;font-weight:500!important;padding:10.5px 10px!important}.whatsappCampaignStyle_dateRangePickerSlotprops__PzLlV{min-width:300px!important}.whatsappCampaignStyle_selectedContactValue__-u6oZ{color:#000!important;font-size:14px!important;font-weight:500!important}.whatsappCampaignStyle_errorMessage__Lzxtl{color:#c60000!important;font-size:14px!important;font-weight:500!important}.whatsappCampaignStyle_popupTitleTypography__wIQa1{color:#6a097d!important;font-size:16px!important;font-weight:600!important;margin-top:25px!important}.whatsappCampaignStyle_popupTitleDivider__x6sDm{margin:10px 30px 0!important;padding:4px 0!important}.whatsappCampaignStyle_popupBodyContainer__g3OIC{margin-bottom:20px!important;padding:10px 30px!important}.whatsappCampaignStyle_messageTemplateCategoryBody__TnFw-{background:#fbf4ff!important;border-radius:5px!important;box-shadow:0 0 2px 0 #6a097d!important;padding:10px!important;width:300px!important}.whatsappCampaignStyle_messageTemplateCategoryTitle__CMes1{color:#000!important;font-size:14px!important;font-weight:500!important}.whatsappCampaignStyle_messageTemplateCategoryDiscription__J6W\+g{color:#6b6b6b!important;font-size:13px!important;font-weight:500!important}.whatsappCampaignStyle_assignValuesTitle__rTy19,.whatsappCampaignStyle_tableHeadingFontStyle__eaH-b{color:#000!important;font-size:15px!important;font-weight:600!important}.whatsappCampaignStyle_tableHeadingFontStyle__eaH-b{background-color:#0000!important;padding:14px 12px!important;white-space:nowrap!important}.whatsappCampaignStyle_tableRow__E3fBt:last-child td{border-bottom:none!important}.whatsappCampaignStyle_tableSubHeadingFontStyle__uHpzH{color:#000!important;font-size:14px!important;font-weight:500!important;padding:12px!important;white-space:nowrap!important}.whatsappCampaignStyle_campaignTableContainer__CVj1y{border:1px solid #e9e9e9!important;border-radius:5px!important;box-sizing:border-box!important;max-width:100%!important;overflow:auto!important;width:100%!important}.whatsappCampaignStyle_minWidthTableCell__T48mF{min-width:70px!important}.whatsappCampaignStyle_tableCellColor__WOMrV{background:#fff!important}.whatsappCampaignStyle_tableGridItem__iq51A{padding:5px 15px 0 22px;width:100%}.whatsappCampaignStyle_circularProgress__4Hr\+d{align-items:center!important;border-radius:50%!important;display:flex!important;justify-content:end!important;position:absolute!important;right:3%!important;top:7%!important}.whatsappCampaignStyle_stickyColumn__M2tnD{z-index:10!important}.whatsappCampaignStyle_stickyColumnHeader__Y8e-J,.whatsappCampaignStyle_stickyColumn__M2tnD{height:31px!important;left:0!important;position:-webkit-sticky!important;position:sticky!important}.whatsappCampaignStyle_stickyColumnHeader__Y8e-J{top:0!important;z-index:11!important}.whatsappCampaignStyle_stickyColumn__M2tnD:hover{background-color:#f7f9fb!important;cursor:pointer!important}.whatsappCampaignStyle_checkBoxFilter__WLvWt{padding:7px 0!important}.whatsappCampaignStyle_defaultChatbotCheckBox__duWfW svg path{fill:#6a097d!important}.whatsappCampaignStyle_defaultDisabledChatbotCheckBox__Dmgrb svg path{fill:#7a7a7a!important}.whatsappCampaignStyle_campaignContactNumber__Gfdaq{color:#373737!important;font-size:14px!important;font-weight:500!important;white-space:nowrap!important}.whatsappCampaignStyle_backFontStyle__Zc9fK{color:#444!important;font-size:14px!important;font-weight:600!important}.whatsappCampaignStyle_whatsappCampaignBackArrow__JNEKb{left:15px;position:absolute;text-align:start}.whatsappCampaignStyle_campaignContactTableStyle__BbLeN{margin-bottom:8px!important}.whatsappCampaignStyle_whatsappCampaignListDropDown__7Qdiw{background-color:#fff!important;min-width:250px!important;width:100%!important}.whatsappCampaignStyle_avatarStyles__NyMWW{background-color:#0000!important;font-size:10px!important;font-weight:600!important;height:32px!important;width:32px!important;z-index:2!important}.whatsappCampaignStyle_statusTableCell__vmn9s{border-radius:5px!important;font-size:13px!important;padding:6px 10px!important}.whatsappCampaignStyle_templateTypeStyle__jp6x\+{border-radius:6px!important;font-size:.75rem!important;padding:3px 8px!important;text-align:center!important}.whatsappCampaignStyle_templateTypeStyleWidthAuto__UMJTz{width:auto!important}.whatsappCampaignStyle_templateTypeStyleMinWidth__qgVbq{min-width:120px!important}.whatsappCampaignStyle_addActionIconButton__T00mj{background-color:#6a097d!important;border-radius:5px!important;box-shadow:0 0 3px #0000004d!important}.whatsappCampaignStyle_deleteActionBtn__0Myob{color:#000!important}.whatsappCampaignStyle_chatbotStepIButton__ACV-y{margin-left:8px;vertical-align:middle}.whatsappCampaignStyle_actionTableCell__N-c80{max-width:300px!important;min-width:200px!important}.whatsappCampaignStyle_actionAutoComplete__m0329{background:#fff!important;min-width:250px!important;width:100%!important}.whatsappCampaignStyle_actionUserReplyAutoComplete__Kf7JV{max-width:300px!important}.whatsappCampaignStyle_renderInputDivOfUserReplyOfAction__y21TK{display:flex!important;flex-wrap:wrap!important;max-height:79px!important;overflow-x:hidden!important;overflow-y:auto!important}.whatsappCampaignStyle_headerVariableTableCell__vGSDH{vertical-align:top!important}.whatsappCampaignStyle_headerVariableTableCellKey__AEvJv{padding-top:21px!important}@media screen and (max-width:1600px){.whatsappCampaignStyle_tableHeadingFontStyle__eaH-b{font-size:14px!important}.whatsappCampaignStyle_tableSubHeadingFontStyle__uHpzH{font-size:13px!important}.whatsappCampaignStyle_assignValuesTitle__rTy19{font-size:14px!important}.whatsappCampaignStyle_campaignContactNumber__Gfdaq{font-size:13px!important}}@media screen and (min-width:0px)and (max-width:620px){.whatsappCampaignStyle_messageTemplateCategoryBody__TnFw-{width:250px!important}}@media screen and (min-width:901px)and (max-width:1600px){.whatsappCampaignStyle_whatsappCampaignLeftBox__IXJUc{padding:5px 15px 0 5px!important}.whatsappCampaignStyle_previewTitleSpan__rdGee{font-size:20px!important}.whatsappCampaignStyle_previewCardBlock__4-fw-{max-width:80%!important;min-width:80%!important}}@media screen and (min-width:601px)and (max-width:900px){.whatsappCampaignStyle_whatsappCampaignLeftBox__IXJUc{padding:5px 15px 0 5px!important}.whatsappCampaignStyle_previewMainContainer__fVSyZ{height:100%!important}.whatsappCampaignStyle_previewTitleSpan__rdGee{font-size:20px!important}.whatsappCampaignStyle_previewCardBlock__4-fw-{max-width:80%!important;min-width:80%!important}.whatsappCampaignStyle_stickyColumn__M2tnD{position:relative!important}.whatsappCampaignStyle_stickyColumnHeader__Y8e-J{left:auto!important}}@media screen and (min-width:0px)and (max-width:600px){.whatsappCampaignStyle_whatsappCampaignLeftBox__IXJUc{padding:5px!important}.whatsappCampaignStyle_whatsappCampaignPreviewItem__C6Go4{right:20px!important;top:0}.whatsappCampaignStyle_previewMainContainer__fVSyZ{height:100%!important}.whatsappCampaignStyle_previewTitleSpan__rdGee{font-size:18px!important}.whatsappCampaignStyle_previewSwipeableDrawer__798Rj{width:95%!important}.whatsappCampaignStyle_popupTitleDivider__x6sDm{margin:10px 20px 0!important}.whatsappCampaignStyle_stickyColumn__M2tnD{position:relative!important}.whatsappCampaignStyle_stickyColumnHeader__Y8e-J{left:auto!important}.whatsappCampaignStyle_tableGridItem__iq51A{padding:5px 0 0 10px}}@media screen and (max-width:1200px)and (min-width:600px){.whatsappCampaignStyle_whatsappCampaignPreviewItem__C6Go4{right:25px!important;top:10px}.whatsappCampaignStyle_whatsappCampaignBackArrow__JNEKb{left:25px!important;top:10px!important}}@media screen and (min-width:901px)and (max-width:1200px){.whatsappCampaignStyle_previewMainContainer__fVSyZ{height:100%!important}}.whatsappCampaignStyle_contactsSelectedInfo__tkhWi{color:#6a097d;font-size:14px;font-weight:500}.whatsappCampaignStyle_statusFilterTypography__RRJll{font-size:14px;font-weight:500}.whatsappCampaignStyle_assignTagsListTypography__THVMW{font-size:15px;font-weight:500}.whatsappCampaignStyle_newTagNameUlElement__MkCzG{padding-left:0}.whatsappCampaignStyle_contactListRedirectURL__Wywx-{font-size:13px;font-style:italic;font-weight:500}.whatsappCampaignStyle_campaignPagePadding__PMJyp{padding:5px 10px 5px 5px!important}.whatsappCampaignStyle_retargetDrawerPadding__3mnhe{padding:25px!important}.whatsappCampaignStyle_followupCampaignTitle__VMGJc{font-size:16px!important;font-weight:600!important}.whatsappCampaignStyle_templateRadioButtons__4jH9S .MuiFormControlLabel-label{font-size:14px!important;font-weight:500!important}.whatsappCampaignStyle_templateRadioButtons__4jH9S .MuiButtonBase-root{margin:0 9px!important;padding:0!important}.whatsappCampaignStyle_templateRadioButtons__4jH9S{display:flex!important;flex-direction:row!important}.whatsappCampaignStyle_templateVariableMappingFieldsMinWidth__wyVIC{background-color:#fff!important;min-width:200px!important;width:100%!important}.whatsappCampaignStyle_carouselCardAccordion__9AnR\+{min-height:45px!important}.whatsappCampaignStyle_invalidUrlSpan__lWWUn{color:red!important;font-size:13px!important}.whatsappCampaignStyle_marginBottom7__4l9HK{margin-bottom:7px!important}.whatsappCampaignStyle_contactDivBgColor__yLZZ9{background-color:#fafafa!important;padding:15px!important}.whatsappCampaignStyle_connectBusinessAccountTypo__d\+zxx{color:#000!important;font-size:16px!important;font-weight:500!important}.whatsappCampaignStyle_campaignTitleTableCell__vl9a\+{background-color:#fff!important}.whatsappCampaignStyle_retargetDrawerPaper__XO3ok{border-radius:10px 0 0 10px!important;bottom:0!important;position:fixed!important;right:0!important;top:0!important}.whatsappCampaignStyle_retargetDrawerPaperLargeScreen__EE9Ab{width:80vw!important}.whatsappCampaignStyle_retargetDrawerPaperSmallScreen__\+NbUG{width:60vw!important}.whatsappCampaignStyle_retargetDrawerBackdrop__eX5jz{position:fixed!important}.whatsappCampaignStyle_filterContactSwitch__q\+PdV{margin:8px!important}.whatsappCampaignStyle_campaignTablePaginationGrid__gnn6R{border-radius:5px!important;box-shadow:0 0 2px #00000080!important;margin:0 2px 5px!important;padding:0 8px!important}.campaignContactStyle_campaignContactPopupTextField__D8Otg fieldset{border:none!important;box-shadow:0 0 3px #00000040!important}.campaignContactStyle_campaignContactFieldPopupTextField__ybLy0{background:#f6f6f6!important;width:100%!important}.campaignContactStyle_campaignContactFieldPopupTextField__ybLy0 fieldset{border:none!important;outline:none!important}.campaignContactStyle_campaignContactFieldPopupTextField__ybLy0 .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:12.5px 14px!important}.campaignContactStyle_campaignContactFieldTypography__KtKR9{align-items:center!important;color:#000!important;display:flex!important;font-size:14px!important;font-weight:500!important;justify-content:start!important;margin:0!important;padding:0 10px!important}.campaignContactStyle_addFieldIcon__cuYXz{color:#6a097d!important;cursor:pointer!important;display:flex!important;font-size:20px!important}.campaignContactStyle_addFieldTypography__2YKvZ{color:#6a097d!important;cursor:pointer!important;font-size:13px!important;font-weight:600!important;line-height:1!important}.campaignContactStyle_contactListNameTitle__8Cx1I{color:#000!important;font-size:16px!important;font-weight:500!important}.campaignContactStyle_contactListContainer__DJKt5{border-radius:10px!important;box-shadow:0 0 8px 0 #00000014!important;box-sizing:border-box!important;cursor:pointer!important;max-width:320px!important;padding:15px!important;width:300px!important}.campaignContactStyle_contactListMoreVertIcon__1VA4D{color:#7a7a7a!important;cursor:pointer!important}.campaignContactStyle_contactBoxGrid__\+ffQS{border-radius:20px!important;box-shadow:0 0 2px 0 #6a097d!important;padding:5px 10px!important}.campaignContactStyle_runCampaignGrid__pdDgI{border-radius:20px!important;box-shadow:0 0 4px 0 #6a097d!important;margin-top:8px!important;padding:5px 15px!important}.campaignContactStyle_runCampignGridDisable__46MOK{cursor:context-menu!important;opacity:.5!important}.campaignContactStyle_contactTitleTypography__w8HV9{color:#000!important;font-size:13px!important;font-weight:500!important}.campaignContactStyle_timezoneTitleTypography__n9BCi{color:#000!important;font-size:14px!important;font-weight:500!important}.campaignContactStyle_morevertIconGridItem__ioQn4{display:flex!important;margin-top:2px!important}.campaignContactStyle_updatedAtTypography__mphj7{color:#cacaca!important;font-size:13px!important;font-weight:500!important}.campaignContactStyle_fullwidth__pkTeF{width:100%!important}.campaignContactStyle_fullwidth__pkTeF .css-14et0k8-MuiGrid-root{gap:5px!important}.campaignContactStyle_campaignContactPopupTextField__D8Otg .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.campaignContactStyle_phoneNumberComponent__7Spmv{border-radius:3px!important;box-shadow:0 0 3px #00000040!important;padding:3px 8px!important}.campaignContactStyle_mappingFieldsContainer__R-IV-{border:1px solid #e9e9e9!important;border-bottom:none!important}.campaignContactStyle_mappingFieldsContainer__R-IV-:last-child{border-bottom:1px solid #e9e9e9!important}.campaignContactStyle_contactFilterDropDowns__JcCIz{font-size:14px!important;max-width:300px!important;width:300px!important}.campaignContactStyle_contactFilterDropDowns__JcCIz .MuiAutocomplete-endAdornment{position:relative!important}.campaignContactStyle_contactFilterDropDowns__JcCIz .MuiAutocomplete-clearIndicator{bottom:-14px!important;position:absolute!important;right:18px!important}.campaignContactStyle_contactFilterDropDowns__JcCIz .MuiAutocomplete-popupIndicator{bottom:-14px!important;position:absolute!important;right:-6px!important}.campaignContactStyle_contactFilterDropDowns__JcCIz .MuiAutocomplete-tag{margin:3px 0!important;max-width:calc(100% - 3px)!important}.campaignContactStyle_contactFilterAutoCompleteMargin__utVNT .MuiAutocomplete-tag{margin:1px 0!important;max-width:calc(100% - 3px)!important}.campaignContactStyle_contactFilterDropdownsInPopup__3ySxJ{font-size:14px!important;max-width:100%!important;width:100%!important}.campaignContactStyle_contactFilterDropdownsInPopup__3ySxJ .MuiOutlinedInput-root{padding-block:3px!important}.campaignContactStyle_contactFilterDropdownsInPopup__3ySxJ fieldset{border:none!important;box-shadow:0 0 2px #00000040!important}.campaignContactStyle_contactFilterDropdownsInPopup__3ySxJ{border-radius:5px!important}.campaignContactStyle_contactFilterDropdownsInPopup__3ySxJ .MuiChip-root{background-color:#fff!important;border:1px solid #6a097d4d!important;border-radius:5px!important;font-size:14px!important;margin-left:0!important;margin-right:6px!important}.campaignContactStyle_contactFilterDropDowns__JcCIz .MuiSelect-select{padding:8.5px 14px!important}.campaignContactStyle_contactFilterDropDowns__JcCIz .MuiAutocomplete-inputRoot{padding:3px 5px!important}.campaignContactStyle_contactFilterDropDowns__JcCIz fieldset{border:none!important;box-shadow:0 0 2px #00000040!important}.campaignContactStyle_contactFilterDropDowns__JcCIz{border-radius:5px!important}.campaignContactStyle_contactFilterDropDowns__JcCIz .MuiChip-root{background-color:#fff!important;border:1px solid #6a097d4d!important;border-radius:5px!important;font-size:14px!important;margin-left:0!important;margin-right:5px!important}.campaignContactStyle_tagNameTypography__lsfJZ{color:#0306b9;font-size:13px!important;font-weight:500}.campaignContactStyle_tagContainerGrid__wdxvL{border:.5px solid #0306b9;border-radius:5px;padding:2px 5px}.campaignContactStyle_checkBoxContact__vR8cD{padding:0!important}.campaignContactStyle_checkBoxTableCell__NvNDj{border-left:4px solid #0000!important}.campaignContactStyle_popupTitleTypography__T-fW3{color:#6a097d!important;font-size:16px!important;font-weight:600!important;margin-top:25px!important}.campaignContactStyle_popupTitleDivider__lJX0m{margin:10px 30px 0!important;padding:4px 0!important}.campaignContactStyle_popupBodyGridContainer__v6F67{padding:20px 30px!important;width:100%!important}.campaignContactStyle_filterPopupBodyContainer__js8Cv{padding:10px 30px!important;width:100%!important}.campaignContactStyle_popupBodyContainer__I35v\+{margin-bottom:20px!important;padding:10px 30px!important}.campaignContactStyle_popupFieldTypography__YAE9l{color:#000!important;font-size:14px!important;font-weight:500!important}.campaignContactStyle_popupFieldGreyTypography__EvLpp{color:#7a7a7a!important;font-size:14px!important;font-weight:500!important}.campaignContactStyle_newTagNameUlElement__Yztaf{background:#fff;border-radius:0 0 5px 5px;bottom:0;margin:0;padding:0;position:fixed;width:100%;z-index:2}.campaignContactStyle_newTagDivider__w6WZm{padding:6px 16x!important}.campaignContactStyle_importCSVTitle__EU9il{color:#000!important;font-size:15px!important;font-weight:500!important}.campaignContactStyle_importCSVLimit__\+sW6e{color:#5a5a5a!important;font-size:13px!important;font-weight:500!important}.campaignContactStyle_downloadSampleCSVTemplateText__5D2Rw{color:#00ab08!important;cursor:pointer!important;font-size:14px!important;font-weight:500!important}.campaignContactStyle_contactsTitleTypography__\+CVxS{color:#6a097d!important;font-size:15px!important;font-weight:600!important}.campaignContactStyle_noContactsFoundTypography__Zv0ce{color:#c60000!important;font-size:15px!important;font-weight:600!important}.campaignContactStyle_headerButtonStyle__uNEor{background:#fff!important;border-radius:5px!important;box-shadow:0 0 4px 0 #00000040!important;display:flex!important;padding:8px!important}.campaignContactStyle_headerEditIcon__qO-XN{color:#6a097d!important;cursor:pointer!important;font-size:13px!important;height:20px!important;position:absolute;top:50%!important;transform:translateY(-50%)!important;width:20px!important}.campaignContactStyle_noDataFoundItem__yAgSM{align-items:center;display:flex;height:calc(100vh - 250px)!important}.campaignContactStyle_lastColumnSticky__2AUzn{position:-webkit-sticky!important;position:sticky!important;right:0!important}.campaignContactStyle_moreVertIcon__ci9Tl{background-color:#fff!important;text-align:end!important}.campaignContactStyle_createContactContainer__zJ\+48{align-items:center!important;display:flex!important;flex-direction:column!important;gap:12px!important;justify-content:center!important;margin:10px 0!important}.campaignContactStyle_createContactGridItem__5fqy9{background-color:#f7e9ff!important;border-radius:5px!important;cursor:pointer!important;padding:10px 12px!important;text-align:center!important;width:280px!important}.campaignContactStyle_contactOptionTypography__pvL3x{color:#000!important;font-size:15px!important;font-weight:600!important}.campaignContactStyle_createContactFieldContainer__T2YtY{display:flex!important;flex-direction:column!important;gap:10px!important}.campaignContactStyle_contactPopupButtons__W51rS{align-items:center!important;display:flex!important;gap:12px!important;justify-content:center!important;padding:20px 0!important}.campaignContactStyle_listBoxCustomStyle__\+BVgz{max-height:150px!important;overflow:auto!important;padding-bottom:50px!important}.campaignContactStyle_selectTagTextField__R-iSs{max-height:90px!important;overflow-y:auto!important}.campaignContactStyle_addTagListItem__Y8etP{align-items:center!important;box-sizing:border-box!important;color:#6a097d!important;cursor:pointer!important;display:flex!important;gap:5px!important;max-height:auto!important;outline:none!important;padding:10px 16px!important}.campaignContactStyle_NewTagTypography__hvCF2{font-size:15px!important;font-weight:500!important}.campaignContactStyle_contactTableContainer__tOyU3{border:1px solid #e9e9e9!important;border-radius:5px!important;box-sizing:border-box!important;max-width:100%!important;overflow:auto!important}.campaignContactStyle_contactTableHead__rOZhC{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:2!important}.campaignContactStyle_tertiaryBgColor__slhyK{background:#fbf4ff!important}.campaignContactStyle_sortIcon__yvznA{cursor:pointer!important;font-size:10px!important;height:12px!important;line-height:normal!important}.campaignContactStyle_checkBoxCellWidth__WkW8b{flex:0 0 auto;min-width:50px!important}.campaignContactStyle_fieldCellWidth__2uAp1,.campaignContactStyle_tagCellWidth__EgvOh{flex:1 1;min-width:200px!important}.campaignContactStyle_correctContactsGrid__6rmTe{background-color:#4fd61f!important;border-radius:5px!important;padding:8px 12px!important}.campaignContactStyle_inCorrectContactsGrid__8VUJ7{background-color:#c60000!important;border-radius:5px!important;padding:8px 12px!important}.campaignContactStyle_countOfContactGrid__dLUPW{border-radius:6px!important;padding:12px 14px!important}.campaignContactStyle_totalContactGrid__jiO6C{background-color:#f3f3f3!important;box-shadow:0 0 2px 0 rgba(0,0,0,.251)!important}.campaignContactStyle_validContactGrid__1aucM{background-color:rgba(0,164,93,.102)!important;box-shadow:0 0 2px 0 rgba(0,164,93,.502)!important}.campaignContactStyle_invalidContactGrid__l-rkE{background-color:rgba(206,0,0,.071)!important;box-shadow:0 0 2px 0 rgba(206,0,0,.502)!important}.campaignContactStyle_validContactIcon__bb5SS{color:#00a45d!important}.campaignContactStyle_inValidContactIcon__zk75t{color:#ce0000!important;margin-bottom:2px!important}.campaignContactStyle_inValidContactsTableTitle__GOiPJ{color:#000!important;font-size:15px!important;font-weight:500!important}.campaignContactStyle_contactGridIcon__dBoOZ{align-items:center!important;background-color:#fff!important;border-radius:50%!important;display:flex!important;height:40px!important;justify-content:center!important;width:40px!important}.campaignContactStyle_totalContactCountTitleTypography__vaf\+Y{color:#939393!important;font-size:15px!important;font-weight:500!important}.campaignContactStyle_totalContactCountTypography__5To2h{color:#000!important;font-size:15px!important;font-weight:600!important}.campaignContactStyle_inValidContactsBtnContainer__pvqoU{margin-top:18px!important}.campaignContactStyle_infoIcon__F85Ga{display:flex!important;height:20px!important;width:20px!important}.campaignContactStyle_inValidPhoneNumberSpan__is\+n1{color:#c60000!important;font-size:13px!important}.campaignContactStyle_actionIcons__PcrZ3{font-size:20px!important}.campaignContactStyle_disableActionIcons__EChit{cursor:auto!important;opacity:.5!important}.campaignContactStyle_firstColumnSticky__7yuO\+{left:0!important;position:-webkit-sticky!important;position:sticky!important}.campaignContactStyle_textareaStyle__pjnhn{border:none!important;border-radius:5px!important;box-shadow:0 0 3px #00000040!important;box-sizing:border-box!important;font-size:15px!important;max-height:350px!important;min-height:100px!important;outline:none!important;padding:10px 14px!important;position:relative!important;resize:vertical!important;width:100%!important}.campaignContactStyle_textareaStyle__pjnhn::placeholder{color:#ababab!important}@media screen and (max-width:1600px){.campaignContactStyle_textareaStyle__pjnhn{font-size:14px!important}}.campaignContactStyle_truncateProductImageUrl__EggQ8{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-all}@media screen and (max-width:1000px){.campaignContactStyle_importCSVTitle__EU9il{font-size:14px!important}.campaignContactStyle_importCSVLimit__\+sW6e{font-size:12px!important}.campaignContactStyle_downloadSampleCSVTemplateText__5D2Rw{font-size:13px!important}.campaignContactStyle_contactsTitleTypography__\+CVxS,.campaignContactStyle_noContactsFoundTypography__Zv0ce{font-size:14px!important}.campaignContactStyle_headerEditIcon__qO-XN{height:18px!important;margin-left:0!important;width:18px!important}}@media screen and (max-width:768px){.campaignContactStyle_totalContactCountTitleTypography__vaf\+Y,.campaignContactStyle_totalContactCountTypography__5To2h{font-size:14px!important}}@media screen and (max-width:600px){.campaignContactStyle_popupTitleDivider__lJX0m{margin:10px 20px 0!important}.campaignContactStyle_popupBodyGridContainer__v6F67{padding:20px!important}.campaignContactStyle_filterPopupBodyContainer__js8Cv{padding:10px 20px!important}.campaignContactStyle_countOfContactGrid__dLUPW{padding:10px 13px!important}}.campaignContactStyle_contactPageBody__7h\+lF{padding:0 25px 0 27px!important}.campaignContactStyle_contactCardPageBody__rQuet{overflow:auto!important;padding:15px 0 5px 5px!important}.campaignContactStyle_editFieldPopupActionBtnsContainer__802\+y{padding:20px 0!important}.campaignContactStyle_contactPageHeaderContainerEmpty__dJPuk,.campaignContactStyle_contactPageHeaderContainer__BF1cp{padding:15px 0!important}@media screen and (min-width:600px){.campaignContactStyle_contactPageHeaderContainer__BF1cp{padding:18px 0!important}.campaignContactStyle_contactPageHeaderContainerEmpty__dJPuk{padding:23px 0!important}}.campaignContactStyle_contactPageHeaderInner__pEHog{margin-bottom:10px!important;padding:0 25px 0 27px!important}.campaignContactStyle_contactPageHeaderInnerEmpty__GZ4Qr{margin-bottom:10px!important;padding:5px 25px 0 27px!important}@media screen and (max-width:600px){.campaignContactStyle_contactPageHeaderInnerEmpty__GZ4Qr,.campaignContactStyle_contactPageHeaderInner__pEHog{margin-bottom:0!important;padding:0 20px!important}}.campaignContactStyle_newOptionListItem__uMrYn{align-items:center!important;box-sizing:border-box!important;color:#6a097d!important;cursor:pointer!important;display:flex!important;gap:5px!important;min-height:auto!important;outline:none!important;padding:10px 16px!important}.callAnalysisDashboard_averageCallComponent__I7g3U{background-color:#fbf4ff!important;border-radius:10px!important;height:100%!important;padding:32px 24px!important}.callAnalysisDashboard_averageHeadingName__-r5bq{color:#1c1c1c!important;font-size:15px!important;font-weight:600!important}.callAnalysisDashboard_averageHeadingValue__oCQ25{color:#1c1c1c!important;font-size:24px!important;font-weight:700!important}.callAnalysisDashboard_pieChartContainer__TlKP0{background-color:#f7f9fb!important;border-radius:10px!important;height:100%!important;padding:20px!important}.callAnalysisDashboard_pieChartHeadingName__5DD2Q{color:#1c1c1c!important;font-size:16px!important;font-weight:600!important}.callAnalysisDashboard_pieChartsStyle__qRiQ2 .MuiChartsLegend-mark{y:-4!important;rx:50%!important;height:10px!important;width:10px!important}.callAnalysisDashboard_pieChartsStyle__qRiQ2{height:190px!important;overflow:visible;width:200px!important}.callAnalysisDashboard_pieChartsStyle__qRiQ2 text{color:#1c1c1c!important;font-size:14px!important;font-weight:600!important;transform:translateX(5px)}.callAnalysisDashboard_customBarChart__pIErK .MuiBarElement-root{width:25px!important}.callAnalysisDashboard_customBarChart__pIErK svg{height:570px!important;overflow:visible!important}.callAnalysisDashboard_customBarChart__pIErK .MuiChartsXAxis-root text{font-size:8px!important}.callAnalysisDashboard_customBarChart__pIErK{height:600px!important;margin-top:-150px!important;overflow:visible!important}.callAnalysisDashboard_agentGraphStyle__cCabi{height:650px!important}.callAnalysisDashboard_customBarChart__pIErK .MuiChartsAxis-bottom text{max-width:20px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;word-break:break-all!important}.callAnalysisDashboard_customBarChart__pIErK .MuiChartsGrid-line{stroke:#1c1c1c0d!important}.callAnalysisDashboard_customBarChart__pIErK .MuiChartsGrid-line:first-child{stroke:#1c1c1c33!important}.callAnalysisDashboard_tableBodyHeadingFontStyle__VZ9l4{background-color:#fbf4ff!important;color:#000!important;font-size:14px!important;font-weight:600!important;padding:14px 12px!important;white-space:nowrap!important}.callAnalysisDashboard_tableBodySubHeadingFontStyle__Jw0do{color:#373737!important;font-size:14px!important;font-weight:500!important;padding:12px!important;white-space:nowrap!important}.callAnalysisDashboard_cellRow__xlzq1:last-child td{border-bottom:none!important}.callAnalysisDashboard_cellRow__xlzq1:hover{background-color:#f7f9fb!important}.callAnalysisDashboard_viewButtonStyle__yHXU9{background-color:#f7e9ff!important;border-radius:5px!important;box-shadow:inset 0 0 2px #6a097d4d!important;color:#6a097d!important;cursor:pointer!important;font-size:14px!important;font-weight:500!important;padding:5px 20px!important}.callAnalysisDashboard_viewButtonStyleNew__DUNvn{text-align:end!important;width:110px!important}.callAnalysisDashboard_labelHeading__OLWL6{color:#1c1c1c!important;font-size:14px!important;font-weight:600!important}.callAnalysisDashboard_labelCircle__f3oIp{border-radius:50%!important;height:10px!important;min-width:10px!important}.callAnalysisDashboard_viewButtonColumnStyle__MbltZ{background-color:#fff;position:-webkit-sticky!important;position:sticky!important;right:0!important}.callAnalysisDashboard_viewButtonColumnHeadingStyle__f\+2tQ{background-color:#fbf4ff!important;position:-webkit-sticky!important;position:sticky!important;right:0!important}.callAnalysisDashboard_actionIconSmall__TUw\+0{font-size:18px!important;margin:0 2px!important;padding:0!important;vertical-align:middle}@media screen and (max-width:1600px){.callAnalysisDashboard_labelHeading__OLWL6{color:#1c1c1c!important;font-size:13px!important;font-weight:600!important}.callAnalysisDashboard_tableBodyHeadingFontStyle__VZ9l4,.callAnalysisDashboard_tableBodySubHeadingFontStyle__Jw0do{font-size:13px!important}}@media screen and (max-width:1000px){.callAnalysisDashboard_pieChartContainer__TlKP0{padding:0!important}.callAnalysisDashboard_pieContainer__ouA\+5{padding:15px 0 15px 15px!important}.callAnalysisDashboard_barContainer__hxVlp{padding:15px 0 0 15px!important}.callAnalysisDashboard_pieLabelContainer__gGack{padding:15px 15px 15px 0!important}.callAnalysisDashboard_tableBodySubHeadingFontStyle__Jw0do{font-size:13px!important}.callAnalysisDashboard_agentGraphStyle__cCabi{width:1500px!important}.callAnalysisDashboard_cellRow__xlzq1:hover{background-color:#0000!important}.callAnalysisDashboard_viewButtonColumnStyle__MbltZ{background-color:#fff!important;position:-webkit-sticky!important;position:sticky!important;right:0!important}.callAnalysisDashboard_viewButtonColumnHeadingStyle__f\+2tQ{background-color:#fbf4ff!important;position:-webkit-sticky!important;position:sticky!important;right:0!important}}@media screen and (max-width:1600px){.callAnalysisDashboard_pieChartHeadingName__5DD2Q{font-size:15px!important}}@media screen and (max-width:900px){.callAnalysisDashboard_pieChartHeadingName__5DD2Q{font-size:14px!important}}.button_authButtonStyle__\+RSfA{background:#6a097d!important;border-radius:3px!important;color:#fff!important;font-size:15px!important;font-weight:600!important;height:56px}.button_primaryButtonStyle__rrX\+5{background:#6a097d!important;box-shadow:0 0 2px 0 #6a097d!important}.button_primaryButtonStyle__rrX\+5,.button_whatsappButtonStyle__vyAFG{border-radius:5px!important;color:#fff!important;padding:6px 10px!important}.button_whatsappButtonStyle__vyAFG{background-color:#54bb7e!important;box-shadow:0 0 2px 0 #54bb7e!important}.button_blackShadowedButton__NeRZG{background:#fff!important;border-radius:10px;box-shadow:0 0 12px 0 #00000014!important;color:#000!important;font-weight:500;padding:20px 22px!important}.button_primaryTextButtonStyle__gXsns{color:#6a097d!important}.button_LogoutButtonStyle__SKZSf{background:#0000!important;border-bottom:1px solid #e9e9e9!important;border-top:1px solid #e9e9e9!important;color:#6a097d!important;font-size:13px!important;font-weight:500!important;padding-bottom:9px!important;padding-top:9px!important}.button_primaryButtonStyleIcon__nXaCQ{padding:5px!important}.button_primaryButtonStyleIcon__nXaCQ,.button_primaryButtonStylePersona__m96ws{background:#6a097d!important;border-radius:5px!important;color:#fff!important;font-size:13px!important;font-weight:600!important}.button_primaryButtonStylePersona__m96ws{margin-left:5px!important;min-width:43px!important;padding:6px 10px!important}.button_individualButton__LIMQt{background:#fbf4ff!important;border-radius:5px!important;color:#6a097d!important;font-size:13px!important;font-size:15px;font-weight:600!important;padding:6px 10px!important}.button_primaryButtonStylePersona__m96ws:hover,.button_primaryButtonStyle__rrX\+5:hover{background:#6a097d}.button_secondaryButtonStyle__5qrd8{background:#f7e9ff!important;box-shadow:none!important;color:#6a097d!important;padding:6px 10px!important}.button_borderedButtonStyle__P1a6f{background:#fff!important;box-shadow:0 0 2px 0 #6a097d!important;color:#6a097d!important;padding:5.8px 10px!important}.button_transparentBorderedButtonStyle__\+9sun{background:#0000!important;box-shadow:0 0 2px 0 #6a097d!important;color:#6a097d!important;font-size:15px;font-weight:600!important;padding:6px 10px!important}.button_borderedButtonStyle__P1a6f:hover{box-shadow:0 0 4px 0 #6a097d}.button_ctaButtonStyle__OFegJ{background:#f7e9ff!important;font-size:14px!important;padding:6px 10px!important;width:170px!important}.button_ctaButtonStyle__OFegJ,.button_linearGredientAnimatedButton__cqcSu{border-radius:5px!important;color:#6a097d!important;font-weight:600!important}.button_linearGredientAnimatedButton__cqcSu{font-size:15px!important;overflow:hidden!important;padding:8px 10px!important;position:relative!important;text-transform:inherit!important;z-index:0!important}.button_linearGredientAnimatedButton__cqcSu:before{animation:button_bgRotate__7WLyS 2.5s linear infinite!important;background-color:#fff!important;background-image:linear-gradient(#6a097d,#2b61a1,#2d64a3,#a2def1,pink)!important;background-position:0 0,50% 50%,0 50%,0 50%!important;background-repeat:no-repeat!important;background-size:100% 100%,50% 50%!important;content:""!important;height:1000%!important;position:absolute!important;width:400%!important;z-index:-2!important}.button_linearGredientAnimatedButton__cqcSu:after{background-color:#fff!important;border-radius:3px!important;content:""!important;height:calc(100% - 4px)!important;position:absolute!important;width:calc(100% - 4px)!important;z-index:-1!important}@keyframes button_bgRotate__7WLyS{to{transform:rotate(1turn)}}.button_secondaryButtonStyle__5qrd8 .button_Mui-disabled__c9M9f{border:1px solid red!important;cursor:not-allowed!important}.button_upgradeButtonStyle__Wflph{background:linear-gradient(270deg,#6a097d 32%,#c985d7);border-radius:5px!important;color:#fff!important;font-size:14px!important;font-weight:600!important;padding:6px 10px!important}.button_cancelButton__CxIjM{background:#fbf4ff!important;border:1px solid #cfcfcf!important;border-radius:5px!important;box-shadow:none!important;color:#767676!important;font-size:13px!important;font-size:15px!important;font-weight:600!important;padding:6px 21px!important}.button_cancelButtonPrimaryBorder__gWVRt{background:#0000!important;border:1px solid #6a097d!important;border-radius:5px!important;color:#6a097d!important;font-size:15px!important;font-size:13px!important;font-weight:600!important;margin-right:10px!important;padding:7px 20px!important}.button_deleteButton__uBGxA{background:#cf2c2c!important;border:1px solid #cf2c2c!important;border-radius:5px!important;box-shadow:none!important;color:#fff!important;font-size:13px!important;font-size:15px!important;font-weight:600!important;padding:6px 20px!important}.button_primaryButtonStylePersonaEdit__5RsCu{font-size:13px!important;padding:8px 27.5px!important}.button_primaryButtonStyleCreatePersona__4E9vl,.button_primaryButtonStylePersonaEdit__5RsCu{background:#6a097d!important;border-radius:5px!important;color:#fff!important;font-weight:600!important}.button_primaryButtonStyleCreatePersona__4E9vl{font-size:15px!important;height:40px!important;padding:8px 20px!important}.button_deleteIntegrationButton__xmGpi{background-color:#fff!important;box-shadow:0 0 2.5px #6a097dcc!important;color:#6a097d!important;padding:6px 20px!important}@media screen and (min-width:0px)and (max-width:600px){.button_cancelButtonPrimaryBorder__gWVRt,.button_primaryButtonStylePersonaEdit__5RsCu{width:97%}}.button_cancelDomainButton__8OIe1{background:#fbf4ff!important;color:#767676!important;padding:5px 20px!important}.button_addButton__\+oOhD,.button_cancelDomainButton__8OIe1{border:1px solid #cfcfcf!important;border-radius:5px!important;box-shadow:none!important;font-size:13px!important;font-size:15px!important;font-weight:600!important}.button_addButton__\+oOhD{background:#6a097d!important;color:#fff!important;padding:5px 30px!important}.button_textVariantStyle__Pzz\+F{color:#6a097d!important;font-size:15px!important;font-weight:600!important;padding:0!important;text-transform:none!important}@media(hover:hover){.button_borderedButtonStyle__P1a6f:hover{background:#f7e9ff!important}}.button_headerUpgradeButton__GegnV{background:linear-gradient(270deg,#0a6add 3%,#6a097d 95%);border-radius:5px;box-shadow:0 0 4px 0 #68297b80;color:#fff;font-size:14px;font-weight:600}.button_boxShadowButtonStyle__72uLS{background:#fff!important;border-radius:5px;box-shadow:0 0 3px 0 #6a097d66;color:#6a097d!important;font-size:13px;font-weight:600;height:29px;width:80px}.button_phoneNumberButtonStyle__vzeHN{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 2px #b4040480!important;font-size:12px!important;font-weight:600!important;padding:3px 8px!important;width:80px!important}.button_delinkChatbotButtonStyle__Us2Bf{background:#f7e9ff!important;border-radius:5px;color:#6a097d!important;font-size:15px;font-weight:600;height:34px;width:115px}.button_linkChatbotButtonStyle__wdQ45{background:#6a097d!important;border-radius:5px;color:#fff!important;font-size:15px;font-weight:600;height:34px;width:100px}.button_channelsThemeBtnStyle__CuNQS{background-color:#f7e9ff!important;box-shadow:0 0 2px #6a097db3!important;color:#6a097d!important;font-size:14px!important;padding:5px 20px!important}.button_whatsappThemeBtnStyle__IXc-c{background:#4ac958!important;color:#fff;font-size:14px!important}.button_facebookThemeBtnStyle__khDwx{background:#3d5b99!important;color:#fff;font-size:14px!important}.button_instaThemeBtnStyle__fONAH{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);border:none}.button_calendlyCancelButtonStyle__5xbsc{background:#fff!important;border-radius:5px!important;box-shadow:0 0 2px 0 #6a097d!important;color:#6a097d!important;padding:6px 10px!important}.button_calendlySelectedEventBtnStyle__OjDFs{background-color:#6a097d!important}@media screen and (max-height:700px){.button_authButtonStyle__\+RSfA{height:50px}}.onboardingEnd_upperGrid__dt-iD{background-image:url(/static/media/wavePopup.9423a8405851cecb25b0.png);background-size:cover;padding:40px}.onboardingEnd_upperLogo__DNN\+r{height:60px;margin-bottom:15px;width:60px}.onboardingEnd_bottomContainer__\+PqiI{border-radius:5px;box-shadow:0 0 4px 0 #6a097d40;padding:25px}.onboardingEnd_confirmationText__LKB2j{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#6a097d 0,#0a6add);-webkit-background-clip:text;font-size:25px;font-weight:600;margin-bottom:40px!important}.onboardingEnd_ppContainer__ygC14{border-radius:50%;height:106px;width:106px}.onboardingEnd_textStyle__1NzlM{color:#000;font-size:16px;font-weight:500}.onboardingEnd_containerStyle__7pti-{gap:35px}@media screen and (max-width:600px){.onboardingEnd_upperGrid__dt-iD{padding:10px 20px 20px}.onboardingEnd_ppContainer__ygC14{height:95px;width:95px}.onboardingEnd_confirmationText__LKB2j{font-size:18px;margin-bottom:20px!important}.onboardingEnd_upperLogo__DNN\+r{height:40px;width:40px}.onboardingEnd_textStyle__1NzlM{font-size:14px}.onboardingEnd_containerStyle__7pti-{gap:15px}}.login_otpInputError__Fyxbx{border-left:0!important;border-right:0!important;border-top:0!important;border:1px solid red}.login_inputOtpStyle__IANAB,.login_otpInputError__Fyxbx{font-size:16px!important;height:40px!important;justify-content:center;margin:4px!important;outline:none;text-align:center;width:60px!important}.login_inputOtpStyle__IANAB{border-left:0!important;border-right:0!important;border-top:0!important}.login_rightBlockWrapper__xT0dL{width:50%}.login_rightBlock__Kgeat{background:url(/static/media/login-page-bg.4e4ef7521858cdbcad0b.png);background-position:0 0;background-repeat:no-repeat;background-size:cover;height:100vh;min-height:550px;overflow:hidden;position:relative!important}.login_leftBlockWrapper__IXY4q{align-self:center!important;display:flex;justify-content:center;max-height:100vh!important;overflow:hidden;padding:0 50px;width:50%!important}.login_leftBlock__J7ayA{align-items:center;flex-wrap:nowrap;height:100vh;justify-content:center;max-width:385px;min-height:550px}.login_whiteLogoStyleItem__MGuVV{left:45px!important;position:absolute!important;text-align:start!important;top:40px!important}.login_whiteLogoStyle__0NkEn{height:auto!important;width:220px!important}.login_bannerContentItem__IWK04{height:100%!important;margin:0 auto!important}.login_bannerContentContainer__T9JSH{align-items:center!important;height:100%!important}.login_bannerTextContainer__BkHIT{margin-bottom:5px!important}.login_bannerText__fMey\+{color:#fff!important;font-size:26px!important;font-weight:600!important}.login_subBannerTextContainer__7W4j-{margin:0 0 30px!important}.login_subBannerText__n42-U{color:#f1f1f1!important;font-size:16px!important;font-weight:500!important}.login_listItemContainer__u3Wpd{margin:11px 0!important}.login_listItemWrapper__SbeIr{justify-content:space-between!important}.login_iconContainer__Zlm4f{max-width:21px!important}.login_listIcon__x\+s4n{height:auto!important;margin-top:3px!important;width:100%!important}.login_textContainer__jWIWU{max-width:calc(100% - 35px)!important;width:calc(100% - 35px)!important}.login_listText__uCSqC{color:#fff!important;font-size:15px!important;font-weight:400!important}.login_metaVerifiedContainer__ijbmp{bottom:30px!important;left:30px!important;position:absolute!important;text-align:start!important}.login_metaVerifiedImage__y\+xPt{height:auto!important;width:140px!important}.login_oppositeToMetaLogo__\+TjQN{bottom:-5px!important;position:absolute!important;right:-90px!important}.login_italicText__GIZV4{color:#fff;font-size:25px;font-style:italic;font-weight:600;max-width:360px!important;text-align:center}.login_loginImage__ZT6tz{height:auto!important;margin:50px 0!important;width:450px!important}@media screen and (max-width:1350px){.login_bannerText__fMey\+{font-size:24px!important}.login_whiteLogoStyleItem__MGuVV{left:35px!important}.login_subBannerTextContainer__7W4j-{margin:0 0 25px!important}.login_listText__uCSqC span{font-size:14.5px!important}.login_listItemContainer__u3Wpd{margin:8px 0!important}}@media screen and (max-width:1100px){.login_bannerText__fMey\+{font-size:23px!important}.login_subBannerText__n42-U{font-size:15px!important}}@media screen and (max-height:700px){.login_loginImage__ZT6tz{height:auto!important;margin:35px 0!important;width:400px!important}.login_italicText__GIZV4{font-size:23px}.login_whiteLogoStyle__0NkEn{height:auto!important;width:220px!important}}@media screen and (max-width:550px){.login_leftBlockWrapper__IXY4q{padding:0 30px!important}}@media screen and (max-width:1000px){.login_rightBlock__Kgeat{display:none!important}.login_chronoxLogoWrapperSecond__ocsxb{display:block!important;margin:30px 0!important}.login_leftBlockWrapper__IXY4q{display:flex;justify-content:center;padding:0 50px;width:100%!important}}@media screen and (max-height:900px){.login_rightPanelImg__I4jmk{bottom:-8%;height:700px;left:-1%;max-width:950px;position:fixed;width:auto}}@media screen and (min-height:900px){.login_rightPanelImg__I4jmk{bottom:-3%;height:700px;left:1%;max-width:950px;position:fixed;width:auto}}.login_recaptchaBlock__a9-C7{margin:30px 0 40px!important;transform:scale(1.25)}.login_mainRecaptchaBlock__qRp-d{display:flex;justify-content:center}.login_whiteWeLogoStyle__rVkj4{margin-bottom:35px}.login_chronoxLogoWrapperSecond__ocsxb{display:none;margin:20px 0}.login_logoStyle__lmHYy{height:auto;width:200px}@media screen and (max-width:1735px)and (min-width:1550px){.login_rightPanelImg__I4jmk{left:-13%}}@media screen and (max-width:1550px)and (min-width:1405px){.login_rightPanelImg__I4jmk{left:-20%}}@media screen and (max-width:1405px)and (min-width:1300px){.login_rightPanelImg__I4jmk{left:-25%}}@media screen and (max-width:450px)and (min-width:390px){.login_recaptchaBlock__a9-C7{margin:30px 0 40px!important;transform:scale(1.15)!important}}@media screen and (max-width:390px){.login_recaptchaBlock__a9-C7{transform:none!important}}.login_editIconStyle__6VV5J{position:absolute!important;right:18px}@media screen and (max-width:600px){.login_leftBlock__J7ayA{align-items:center;height:auto!important;justify-content:start}.login_chronoxLogoWrapperSecond__ocsxb{margin:30px 0 20px!important}}.login_highlightedText__yAGpA{font-weight:700!important}.login_highlightedTextPart__\+PDwZ{color:#fff!important}.login_verificationBlockGrid__NOZuG{margin-bottom:25px!important}.verifyAccount_otpInputError__iNoLR{border-left:0!important;border-right:0!important;border-top:0!important;border:1px solid red;width:56px!important}.verifyAccount_inputOtpStyle__I3yhQ,.verifyAccount_otpInputError__iNoLR{font-size:16px!important;height:40px!important;justify-content:center;margin:4px!important;outline:none;text-align:center}.verifyAccount_inputOtpStyle__I3yhQ{border-left:0!important;border-right:0!important;border-top:0!important;width:88%!important}@media only screen and (max-width:530px){.verifyAccount_g-recaptcha__Awce5{transform:scale(.77);transform-origin:0 0}.verifyAccount_inputOtpStyle__I3yhQ,.verifyAccount_otpInputError__iNoLR{border-radius:0!important;caret-color:blue!important;color:#4c4a4d!important;font-size:16px!important;font-weight:400!important;height:50px!important}.verifyAccount_otpInputError__iNoLR{border:1px solid red;justify-content:center;outline:none;text-align:center;width:50px!important}}@media only screen and (max-width:450px){.verifyAccount_g-recaptcha__Awce5{transform:scale(.77);transform-origin:0 0}.verifyAccount_inputOtpStyle__I3yhQ,.verifyAccount_otpInputError__iNoLR{border-radius:0!important;caret-color:blue!important;color:#4c4a4d!important;font-size:16px!important;font-weight:400!important;height:50px!important}.verifyAccount_otpInputError__iNoLR{border:1px solid red;justify-content:center;outline:none;text-align:center;width:40px!important}}@media only screen and (max-width:400px){.verifyAccount_g-recaptcha__Awce5{transform:scale(.77);transform-origin:0 0}.verifyAccount_inputOtpStyle__I3yhQ,.verifyAccount_otpInputError__iNoLR{border-radius:0!important;caret-color:blue!important;color:#4c4a4d!important;font-size:14px!important;font-weight:400!important;height:50px!important}.verifyAccount_otpInputError__iNoLR{border:1px solid red;justify-content:center;outline:none;text-align:center;width:40px!important}}/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-name:headShake;animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-animation-name:swing;animation-name:swing;-webkit-transform-origin:top center;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}@keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}@keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}@keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}@keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animate__animated.animate__flip{-webkit-animation-name:flip;animation-name:flip;-webkit-backface-visibility:visible;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-animation-name:flipInY;animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}@keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.header_header__tTw9h{background-color:initial!important;box-shadow:0 1px 1px 0 #00000040!important}.header_header__tTw9h .MuiToolbar-root{justify-content:space-between}.header_documentTitleStyle__NrIwc{padding-left:20px}.header_docNameTextfieldStyle__qmUAq,.header_documentTitleStyle__NrIwc{border-left:1px solid #bdbdbd;color:#4c4a4d;font-size:15px!important;font-weight:600!important;margin:0 0 0 20px!important}.header_docNameTextfieldStyle__qmUAq{min-width:100%!important}.header_docNameTextfieldStyle__qmUAq .MuiTextField-root{width:100%}.header_docNameTextfieldStyle__qmUAq .MuiInputBase-root{font-size:15px!important;font-weight:600!important;width:100%}.header_docNameTextfieldStyle__qmUAq .MuiInputBase-input{padding-left:15px;text-align:start;width:100%}.header_docNameTextfieldStyle__qmUAq .MuiInputBase-root:after,.header_docNameTextfieldStyle__qmUAq .MuiInputBase-root:before{border-bottom:0!important}.header_creditWrapper__oMyCN{align-items:center;color:#4c4a4d;display:flex;font-weight:600;margin-right:15px!important}@media screen and (max-width:599px){.header_header__tTw9h{background:#fff!important;box-shadow:none!important}.header_creditWrapper__oMyCN,.header_headerButtonWrapper__OwVY\+{display:none}.header_spaceBetweenCenter__hZnYS{align-items:center!important;display:flex!important;justify-content:space-between!important}.header_headerToolBar__BOtMQ{padding:0!important}.header_docNameTextfieldStyle__qmUAq{border-left:0;margin:0!important}.header_docNameTextfieldStyle__qmUAq .MuiInputBase-input{padding:0!important}}.header_menuItemList__aotrN .MuiListItemText-primary{font-size:14px!important;font-weight:600!important}.header_menuItemList__aotrN{max-width:275px!important;padding:0!important;width:100%!important}.header_subListMenuItem__rOblF{padding-inline:32px!important}.header_menuItemList__aotrN .MuiListItemIcon-root{min-width:40px!important}.header_exploreMenuButton__QQAa1{padding:3px!important}.header_exploreMenuButtonOpen__kzArG,.header_exploreMenuButton__QQAa1{align-items:center!important;border-radius:50%!important;color:#000!important;cursor:pointer!important;display:flex!important;height:27px!important;min-height:27px!important;min-width:27px!important;text-align:start!important;text-transform:capitalize!important}.header_exploreMenuButtonOpen__kzArG{background-color:#00000026!important;color:#0009!important;padding:0 3px!important}.header_exploreMenuButton__QQAa1:hover{background-color:#00000026!important}.header_creditWrapper__oMyCN .MuiPaper-elevation,.header_exploreMenuButtonWidth__dKhSw{min-width:210px!important}.header_listItemButtonComponent__unMrV{border-bottom:1px solid #e9e9e9!important;border-top:1px solid #e9e9e9!important;font-size:13px!important;font-weight:500!important;padding-bottom:9px!important;padding-top:9px!important}.header_emailListComponent__gWUwc{word-wrap:break-word!important}.header_menuItemList__aotrN .MuiListItemText-primary{word-wrap:break-word!important;max-width:275px!important}.header_headerButtonWrapperSM__4iKzK{display:flex!important}.header_exploreMenuGrid__fbZix{align-items:center!important;display:flex!important;margin-inline:16px!important}.header_moreVerticalIcon__V8vxf{align-items:end!important;display:flex!important}.header_moreVerticalIconMenu__E5dsE{display:flex!important;padding-block:0!important}.header_expandMoreGridMobile__MjL0M{align-items:center!important;display:flex!important}.header_breadCrumbWrapper__vy6w\+{cursor:pointer!important;display:block!important;font-size:12px;font-weight:500}@media screen and (min-width:600px){.header_breadCrumbWrapper__vy6w\+{display:none!important}}.header_breadcrumbsStyle__3cJMH{line-height:1!important}.header_cbHeaderBreadCrumbsHeadText__WSXgz{color:#7a7a7a!important;font-size:12px!important;font-weight:600!important;text-decoration:underline!important}.header_cbHeaderBreadCrumbsChatbotLabel__\+ZVbn{color:#1f384c!important;font-size:12px!important;font-weight:600!important}@media screen and (max-width:650px){.header_headerButtonWrapperSM__4iKzK{display:none!important}.header_headerButtonWrapperXS__gqYc-{display:flex!important}}.header_headerButtonWrapperXS__gqYc-{display:none}.header_documentNameAreaContainer__aXPAW{border-left:1px solid #bdbdbd!important;color:#4c4a4d;font-size:15px!important;font-weight:600!important;margin:0 0 0 15px!important;min-width:100%!important}.header_currentActiveMenuContainer__0ICIe{align-items:flex-start;display:flex!important;flex-direction:column!important;gap:4px}.header_currentActiveMenuContainer__0ICIe.header_center__vNr\+x{justify-content:center}.header_currentActiveMenuContainer__0ICIe.header_space-between__hbEXR{justify-content:space-between}.header_currentActiveMenuItem__CNYfC{cursor:pointer!important;display:block!important}@media(min-width:600px){.header_currentActiveMenuItem__CNYfC{display:none!important}}.header_documentNameAreaContainer__aXPAW .MuiTextarea-root{background-color:#fff;border:initial!important}@media screen and (min-width:1450px){.header_documentNameAreaContainer__aXPAW{min-width:1000px!important}}@media screen and (min-width:1000px)and (max-width:1450px){.header_documentNameAreaContainer__aXPAW{min-width:700px!important;min-width:550px!important}}@media screen and (max-width:599px){.header_documentNameAreaContainer__aXPAW{border-left:initial!important;color:#4c4a4d;font-size:15px!important;font-weight:600!important;margin:initial!important;min-width:100%!important}.header_documentNameAreaContainer__aXPAW .MuiTextarea-root{background-color:#fbf4ff!important;border:initial!important;border-left:initial!important}.header_headerWrapper__uGt1G{width:100%}.header_logoContainer__OhoCn{flex-wrap:nowrap!important}}@media screen and (min-width:599px)and (max-width:780px){.header_documentNameAreaContainer__aXPAW{min-width:0!important;min-width:auto!important}}.header_headerAppBar__caA5l{background:#fbf4ff!important;box-shadow:0 1px 1px 0 #00000040!important;padding-left:45px!important}@media(min-width:600px){.header_headerAppBar__caA5l{background:#fff!important;padding-left:0!important;position:static!important}}.header_displayCenter__JyxIw{align-items:center!important;display:flex!important}.header_timeZoneItem__muy-H{position:absolute!important;right:20px!important}.header_timeZoneBox__log2s{align-items:center!important;display:flex!important;height:100%!important;justify-content:center!important}.header_timeZoneImagStyle__2tuf2{height:25px!important;width:25px!important}.header_cmpGlobalMobileAddIconDarkItem__7Emqi{bottom:10px!important;position:absolute!important;right:20px!important}.header_absoluteAlignment__Nn3OI{bottom:11px!important;position:absolute!important;right:20px!important}.header_menuItemPadding__HkUAu{padding-block:8px!important}.header_menuItemPaddingTen__euaj2{padding-block:10px!important}.header_menuItemStyling__rIXnW{font-size:14px!important;font-weight:500!important}.workflowGlobal_workflowHeaderSection__kehIj{border-bottom:1px solid #eaeaea!important;padding:15px 25px!important}.workflowGlobal_cbHeaderBreadCrumbsHeadText__u\+iwI{color:#7a7a7a!important;font-size:15px!important;font-weight:500!important}.workflowGlobal_savingVariable__la3C0{color:#5a677d;font-size:16px;font-weight:600}@media screen and (max-width:600px){.workflowGlobal_savingVariable__la3C0{color:#5a677d;font-size:16px;font-weight:600;margin-bottom:5px!important}}.workflowGlobal_cbHeaderBreadCrumbsChatbotLabel__HjKac{color:#1f384c!important;font-size:15px!important;font-weight:600!important}.workflowGlobal_ellipsisChatbotName__jV7qd{display:block!important;max-width:150px!important;overflow-inline:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}@media screen and (max-width:400px)and (min-width:0px){.workflowGlobal_ellipsisChatbotName__jV7qd{display:block!important;max-width:100px!important;overflow-inline:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}}.workflowGlobal_canvasFlowStyle__irBLM .react-flow__edges{z-index:2001!important}.workflowGlobal_hideArrows__mnSu7 .react-flow__edges{z-index:2000!important}.workflowGlobal_canvasFlowStyle__irBLM .button-edge__label{z-index:2002!important}.workflowGlobal_canvasFlowStyle__irBLM .react-flow__handle{background-color:red!important;border:3px solid red!important}.workflowGlobal_canvasFlowStyle__irBLM .react-flow__handle-right{background-color:green!important;border:3px solid green!important;bottom:18px!important}.workflowGlobal_nodeWrapperTargetHandleDuringConnection__ZsDII{border-radius:initial!important;border-radius:0;height:100%!important;left:50%!important;opacity:0;top:0;transform:none;width:100%!important;z-index:1}.workflowGlobal_nodeWrapperTargetHandle__NtzHh{opacity:0;z-index:1}.workflowGlobal_nodeWrapperSourceHandle__bEL-S .react-flow__handle-right{top:auto!important}.workflowGlobal_templateButton__ohbnG .react-flow__handle-right{position:relative;top:50%!important}.workflowGlobal_canvasFlowStyle__irBLM .selectable{border:none!important;border-radius:10px!important;z-index:2000!important}.workflowGlobal_errorNodeWrapper__6Um2R{box-shadow:0 1px 0 #11111a0d,0 0 8px red!important}.workflowGlobal_nodeWrapperToolbar__r9JV7{opacity:0}.workflowGlobal_nodeWrapper__DJCo1{background:#fff!important;border-radius:10px!important;box-shadow:0 1px 0 #11111a0d,0 0 8px #11111a1a;cursor:pointer!important;min-width:300px!important;padding:25px 22px 20px!important;position:relative;transition:all .25s ease-in!important}.workflowGlobal_nodeWrapper__DJCo1:hover{box-shadow:0 0 10px #ebab34!important}.workflowGlobal_nodeWrapper__DJCo1:hover .nodeWrapperToolbar{opacity:1}.workflowGlobal_hideArrows__mnSu7 .workflowGlobal_nodeWrapper__DJCo1{opacity:.9!important}.workflowGlobal_triggerCardGlobalStyle__r4CuA{background:#fff!important;border-radius:10px!important;box-shadow:0 1px 0 #11111a0d,0 0 8px #11111a1a!important;max-width:425px!important;padding:25px 22px 20px!important;transition:all .25s ease-in!important;width:425px!important;z-index:100!important}.workflowGlobal_triggerCardGlobalStyle__r4CuA:hover{box-shadow:0 0 10px green!important}.workflowGlobal_messageCardGlobalStyle__lBiWy{background:#fff!important;border-radius:10px!important;box-shadow:0 1px 0 #11111a0d,0 0 8px #11111a1a!important;max-width:375px!important;padding:15px 12px!important;transition:all .25s ease-in!important;width:375px!important}.workflowGlobal_triggerCardHeadingStyle__OuK5V{color:#000!important;font-size:16px!important;font-weight:600!important}.workflowGlobal_triggerCardSubHeadingStyle__SCZts{color:#7a7a7a!important;font-size:14px!important;font-weight:500!important}.workflowGlobal_triggerButtonStyle__22Ti6{border:2px dashed #6a097d!important;border-radius:10px!important;color:#6a097d!important;cursor:pointer!important;font-size:15px!important;font-weight:500!important;margin-block:5px!important;padding:12px!important;transition:all .25s ease-in-out!important;z-index:5!important}.workflowGlobal_triggerButtonStyle__22Ti6:hover{background-color:#6a097d1a!important}.workflowGlobal_messageMediaNameStyle__eXAs8{color:#afafaf!important;font-size:14px!important;font-weight:500!important}.workflowGlobal_addTextBlockStyle__n66wb{border:2px dashed #afafaf!important;border-radius:10px!important;color:#afafaf!important;cursor:pointer!important;font-size:15px!important;font-weight:500!important;margin-block:5px!important;padding:20px!important;transition:all .25s ease-in-out!important}.workflowGlobal_addTextBlockStyle__n66wb:hover{background-color:#afafaf1a!important}.workflowGlobal_addTemplateBlockStyle__QTYdH{border:2px dashed #664fe7!important;border-radius:10px!important;color:#664fe7!important;cursor:pointer!important;font-size:15px!important;font-weight:500!important;margin-block:5px!important;padding:20px!important;transition:all .25s ease-in-out!important;z-index:5!important}.workflowGlobal_addTemplateBlockStyle__QTYdH:hover{background-color:#664fe71a!important}.workflowGlobal_floatingIconStyles__\+7Xby{position:absolute!important;right:15px!important;top:15px!important}.workflowGlobal_nodeListContainer__x79OR{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 8px #0000001a!important;transform:scale(0);transition:opacity 1s ease-in,transform 1s ease-in;z-index:15!important}.workflowGlobal_openListContainer__E7H0l{animation:workflowGlobal_fadeListIn__R4oQe .4s ease-in forwards}.workflowGlobal_iconsStyle__hc-ne{background-color:#eaeaea!important;border-radius:8px!important;box-shadow:0 0 4px #00000040!important;cursor:pointer!important;display:flex!important;padding:7px 12px!important;z-index:2000!important}.workflowGlobal_deploymentDataStyles__BlH0-{background-color:#f1f1f1!important;border-radius:8px!important;padding:12px!important;width:100%!important}.workflowGlobal_deploymentKeyStyle__c-Qwa{color:#7a7a7a!important;font-size:14px!important;font-weight:600!important}.workflowGlobal_deploymentValueStyle__75k3u{color:#6a097d!important;font-size:14px!important;font-weight:600!important}.workflowGlobal_triggerValueChip__fFJ4p{border:1px solid #6a097d!important;border-radius:6px!important;padding:6px 8px!important}.workflowGlobal_triggerKeywordChip__lLBsR{border:1px solid #4c4a4d!important;border-radius:6px!important;padding:6px 8px!important}.workflowGlobal_postDeploymentTriggerTypography__iJE-k{font-size:15px!important;font-weight:600!important}.workflowGlobal_postDeploymentTriggerTable__2-YoN{border:1px solid #e9e9e9;border-radius:5px;box-sizing:border-box;max-width:100%;overflow:auto}.workflowGlobal_keywordFreeSolo__89AuB{max-width:250px!important;min-width:250px!important}.workflowGlobal_keywordFreeSolo__89AuB .MuiAutocomplete-clearIndicator{right:0!important}.workflowGlobal_keywordFreeSolo__89AuB .MuiAutocomplete-tag{margin:2px 5px 0 0!important}.workflowGlobal_keywordFreeSolo__89AuB .MuiAutocomplete-inputRoot{padding:5px!important}.workflowGlobal_keywordFreeSolo__89AuB .MuiChip-label{white-space:normal!important}.workflowGlobal_checkBoxStyle__yQzhb span{padding:0!important}.workflowGlobal_flowZoomPercent__HR9xC{border:none!important;bottom:15px!important;color:#000000b3!important;font-size:12px;font-weight:600!important;padding:2px 6px!important;pointer-events:none!important;position:absolute!important;right:42px!important}.workflowGlobal_chatbotNameEditTextField__Bq84P{background-color:#0000!important;border-radius:5px!important;width:100%!important}.workflowGlobal_chatbotNameEditTextField__Bq84P fieldset{border:none!important;outline:none!important}.workflowGlobal_chatbotNameEditTextField__Bq84P .MuiOutlinedInput-input{font-size:15px!important;font-weight:600!important;padding:3px 0 0!important}.workflowGlobal_leftSectionArrowIconForClose__Qf\+27{background-color:#6a097d!important}.workflowGlobal_leftSectionArrowIconForClose__Qf\+27,.workflowGlobal_leftSectionArrowIconForOpen__t4X4w{border-radius:50%!important;color:#fff!important;height:16px!important;padding:6px!important;width:16px!important}.workflowGlobal_leftSectionArrowIconForOpen__t4X4w{background-color:#6f5d72!important}.workflowGlobal_leftSectionArrowIconForOpenGrid__3SSm2{position:absolute!important;right:20px!important;top:18px!important}.workflowGlobal_resetVariableAutoComplete__FJ\+BT{font-size:14px!important;width:100%!important}.workflowGlobal_resetVariableAutoComplete__FJ\+BT .MuiAutocomplete-endAdornment{position:relative!important}.workflowGlobal_resetVariableAutoComplete__FJ\+BT .MuiAutocomplete-clearIndicator{bottom:-14px!important;position:absolute!important;right:18px!important}.workflowGlobal_resetVariableAutoComplete__FJ\+BT .MuiAutocomplete-popupIndicator{bottom:-14px!important;position:absolute!important;right:-6px!important}.workflowGlobal_resetVariableAutoComplete__FJ\+BT .MuiAutocomplete-tag{margin:3px 0!important;max-width:calc(100% - 3px)!important}.workflowGlobal_resetVariableAutoComplete__FJ\+BT .MuiSelect-select{padding:8.5px 14px!important}.workflowGlobal_resetVariableAutoComplete__FJ\+BT .MuiAutocomplete-inputRoot{padding:3px 5px!important}.workflowGlobal_resetVariableAutoComplete__FJ\+BT fieldset{border:none!important;box-shadow:0 0 2px #00000040!important}.workflowGlobal_resetVariableAutoComplete__FJ\+BT{border-radius:5px!important}.workflowGlobal_resetVariableAutoComplete__FJ\+BT .MuiChip-root{background-color:#fff!important;border:1px solid #6a097d4d!important;border-radius:5px!important;font-size:14px!important;margin-left:0!important;margin-right:5px!important}.workflowGlobal_disabledCheckedIcon__1-g1A .MuiSvgIcon-root{fill:#7a7a7a}.workflowGlobal_staticWorkflowHeaderBreadcrumb__LnA3c .MuiBreadcrumbs-separator{margin-left:3px;margin-right:3px}.workflowGlobal_staticWorkflowHeaderBreadcrumb__LnA3c .MuiBreadcrumbs-ol{flex-wrap:nowrap;overflow:auto;text-overflow:ellipsis;white-space:nowrap}.workflowGlobal_staticWorkflowHeaderBreadcrumb__LnA3c .MuiBreadcrumbs-ol::-webkit-scrollbar{height:1px!important;width:1px!important}.workflowGlobal_staticWorkflowHeaderBreadcrumb__LnA3c .MuiBreadcrumbs-ol::-webkit-scrollbar-thumb{background-color:#fff!important}@keyframes workflowGlobal_fadeListIn__R4oQe{0%{opacity:0;transform:scale(0);transform-origin:top right}to{opacity:1;transform:scale(1);transform-origin:top right}}.workflowGlobal_closeListContainer__3R45l{animation:workflowGlobal_fadeListClose__KFFP7 .4s ease-in forwards}@keyframes workflowGlobal_fadeListClose__KFFP7{0%{opacity:1;transform:scale(1);transform-origin:top right}to{opacity:0;transform:scale(0);transform-origin:top right}}.workflowGlobal_toggleIconButtonInIntentDropdown__xvkxU{opacity:1!important;pointer-events:auto!important}.workflowGlobal_toggleIconButtonInIntentDropdown__xvkxU:active,.workflowGlobal_toggleIconButtonInIntentDropdown__xvkxU:focus,.workflowGlobal_toggleIconButtonInIntentDropdown__xvkxU:hover{background:none!important;outline:none!important}.workflowGlobal_intentOptionLowOpacity__dXQBU{opacity:.38!important}.workflowGlobal_intentConfigurationDropdown__h40h5{opacity:1!important}.workflowGlobal_indentIntentDiv__aABkt{width:40px!important}.workflowGlobal_paddingLeftIntentOption__ux5BU{padding-left:8px!important}.globalSearch_globalSearch__Kbjjk .MuiOutlinedInput-input{padding:11.5px 8px!important}.globalSearch_globalSearch__Kbjjk .Mui-focused,.globalSearch_globalSearch__Kbjjk .MuiOutlinedInput-notchedOutline{border:none!important}.globalSearch_globalSearch__Kbjjk{border-radius:5px!important;box-shadow:0 0 2px 0 #5f6368!important}.globalSearch_globalSearch__Kbjjk input[type=search]::-webkit-search-cancel-button{cursor:pointer!important}.chatbot_tabStyle__bSG46{text-transform:capitalize!important}.chatbot_iFrameContainer__xk-EZ{border:1px solid #e9e9e9;border-radius:3px!important}.chatbot_embedHeadItem__falp7{background-color:#fbf4ff!important}.chatbot_embedTitle__mcg3X{color:#6a097d!important;font-size:15px;font-weight:500}.chatbot_embedHeadContainer__JCL-1{padding:20px 10px 20px 20px}.chatbot_embedDescription__-T7Ma{color:#565656!important}.chatbot_embedLinkContainer__JMGAc{padding:20px}.chatbot_domainTable__rddds{margin-top:18px!important;width:100%}.chatbot_tryChatBotStyles__Rxpoc{max-height:calc(100vh - 220px);overflow-y:scroll}.chatbot_exploreAIFontStyle__yrt53{border-left:1px solid #000!important;padding-left:16px!important}.chatbot_fixGridContainer__5mjvV{background-color:#f6f6f6!important;box-sizing:border-box!important;height:65%;position:absolute!important;top:15vh!important;width:100%!important;z-index:-1!important}.chatbot_tryChatbotDesign__3zl-k{width:100%!important}.chatbot_cbViewMainItem__DMl0v{position:relative}.chatbot_cbViewMainMobileItem__t6i\+D{border-top:none}.chatbot_cbPreviewMainItem__poaWk{background-color:#f6f6f6}.chatbot_cbPreviewMainItem__poaWk,.chatbot_cbWPMainItem__1h4Wh{height:calc(100vh - 90px)!important;max-height:calc(100vh - 90px)!important}.chatbot_cbPreviewHeadItem__aFeIE{margin:10px 0!important}.chatbot_cbPreviewHead__rGn6x{color:#1f384c!important;font-size:16px!important;font-weight:500!important}.chatbot_cbDetailsMainItem__zd6pG{position:relative!important}.chatbot_sampleChatbotSettings__moAVF{overflow:auto;padding-right:25px!important}.chatbot_sampleChatbotSettings__moAVF::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_sampleChatbotSettings__moAVF::-webkit-scrollbar{width:5px!important}.chatbot_sampleChatbotEditSettings__\+VtGC{overflow:auto;padding-right:25px!important}.chatbot_sampleChatbotEditSettings__\+VtGC::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_sampleChatbotEditSettings__\+VtGC::-webkit-scrollbar{width:5px!important}.chatbot_sampleChatbotThemeSettings__K\+EtJ{overflow:auto;padding-right:25px!important}.chatbot_sampleChatbotThemeSettings__K\+EtJ::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_sampleChatbotThemeSettings__K\+EtJ::-webkit-scrollbar{width:5px!important}.chatbot_sampleChatbotEditThemeSettings__Ya8DV{overflow:auto;padding-right:25px!important}.chatbot_sampleChatbotEditThemeSettings__Ya8DV::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_sampleChatbotEditThemeSettings__Ya8DV::-webkit-scrollbar{width:5px!important}.chatbot_cbTabsRenderMainItem__-T5RU{overflow:auto;padding-right:25px!important}.chatbot_cbThemeRenderMainItem__8wnht::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_cbThemeRenderMainItem__8wnht::-webkit-scrollbar{width:5px!important}.chatbot_chatbotTabsRenderMainItem__lMuet{overflow:auto;padding-right:25px!important}.chatbot_whatsappTabsRenderMainItem__To3Hi{overflow:auto;padding-right:25px!important;z-index:1}.chatbot_whatsappIntegratedTabsRenderMainItem__uj2ze{display:flex!important;flex-wrap:wrap!important;gap:25px!important;margin-top:10px!important;overflow:auto;padding:5px 25px 5px 5px!important}.chatbot_cbTabsRenderMainItem__-T5RU::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_cbTabsRenderMainItem__-T5RU::-webkit-scrollbar{width:5px!important}.chatbot_chatbotTabsRenderMainItem__lMuet::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_chatbotTabsRenderMainItem__lMuet::-webkit-scrollbar{width:5px!important}.chatbot_cbHeaderMainItem__tRp-h{position:relative!important}.chatbot_cbHeaderBreadCrumbsHeadText__OIyrW{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important}.chatbot_cbHeaderBreadCrumbsChatbotLabel__7pd8U{color:#1f384c!important;font-size:13px!important;font-weight:600!important}.chatbot_cbHeaderBreadCrumbMainItem__sC3tD{margin:2px 0 0!important}.chatbot_cbCancelButton__kO1YN{background-color:#fff!important;border:1px solid #6a097d!important;border-radius:5px!important;color:#6a097d!important}.chatbot_cbCancelButton__kO1YN,.chatbot_cbSaveButton__Wcxkd{font-size:15px!important;font-weight:500!important;max-width:130px!important;text-transform:capitalize!important;width:130px!important}.chatbot_cbSaveButton__Wcxkd{padding:5.7px 16px!important}.chatbot_cbResetButton__zimvc,.chatbot_cbSaveButton__Wcxkd{background-color:#6a097d!important;border-radius:5px!important;color:#fff!important}.chatbot_cbResetButton__zimvc{font-size:15px!important;font-weight:500!important;text-transform:capitalize!important}.chatbot_cbResetButtonStyle__2BJg-{max-width:160px!important;opacity:1;width:160px!important}.chatbot_cbSaveCancelContainerMargin__fOfCZ{margin:10px 0!important}.chatbot_cbSaveCancelContainer__-5Sah{justify-content:start!important}.chatbot_gapEnd__2eCbC{gap:10px!important;justify-content:end!important}.chatbot_cbDetailsPreviewMainItem__iHNpB,.chatbot_cbDetailsSettingsPreviewMainItem__tcxnj{background-color:#fff;position:absolute;right:0;top:16px;z-index:2}.chatbot_marginWrapper__nALSm{margin:0 0 2px!important}.chatbot_cbDetailsTabitem__gv6i5 .chatbot_MuiTabs-root__qKsHv .chatbot_MuiTabs-fixed__ZWMFy{max-width:82%!important;overflow:auto!important;width:82%!important}.chatbot_chatbottabStyle__Bxxst{min-height:auto!important}.chatbot_chatbotTabStyle__CorjA{font-size:15px!important;margin-right:15px!important;padding:12px 0 10px!important}.chatbot_dashboardStyle__TF6CM,.chatbot_trydashboardStyle__noG57{padding:0 0 0 27px!important}.chatbot_themeSettingsStyle__5brlM{margin:5px 35px 10px 0!important}.chatbot_setThemeAutoComplete__ptdoD{background-color:#fff!important;border:#ccc!important;border-radius:4px;box-shadow:0 0 2px #00000080!important;font-family:inherit!important;letter-spacing:.13px!important;min-width:200px!important;outline:none!important}.chatbot_setThemeAutoComplete__ptdoD .MuiOutlinedInput-notchedOutline{border:none!important}.chatbot_setThemeAutoComplete__ptdoD .MuiAutocomplete-input{font-size:14px!important;padding:0 3px!important}.chatbot_chatbotTabStyle__CorjA{font-size:14px!important;font-weight:600!important;min-height:auto!important;padding:12px 0!important}@media screen and (max-width:1200px)and (min-width:0px){.chatbot_cbTabsRenderMainItem__-T5RU{overflow:auto}.chatbot_themeSettingsStyle__5brlM{margin:5px 0 10px!important}}@media screen and (max-width:1200px)and (min-width:600px){.chatbot_cbDetailsPreviewMainItem__iHNpB{padding-block:4px;top:0;width:100%}.chatbot_cbDetailsSettingsPreviewMainItem__tcxnj{padding-block:4px;top:5px}.chatbot_whatsappTabsRenderMainItem__To3Hi{margin-top:5px!important}.chatbot_whatsappIntegratedTabsRenderMainItem__uj2ze{margin-top:35px!important}.chatbot_sampleChatbotEditSettings__\+VtGC,.chatbot_sampleChatbotSettings__moAVF,.chatbot_sampleChatbotThemeSettings__K\+EtJ{overflow:auto;padding-right:0!important}.chatbot_sampleChatbotEditThemeSettings__Ya8DV{overflow:auto;padding-right:5px!important}.chatbot_chatbotTabsRenderMainItem__lMuet{margin-top:30px!important;overflow:auto;padding-right:0!important}}@media screen and (max-width:600px)and (min-width:0px){.chatbot_cbPreviewMainItem__poaWk,.chatbot_cbWPMainItem__1h4Wh{height:calc(100vh - 120px)!important;max-height:calc(100vh - 120px)!important}.chatbot_cbSaveCancelContainer__-5Sah{justify-content:center!important}.chatbot_cbDetailsPreviewMainItem__iHNpB{padding:4px;top:0;width:100%}.chatbot_cbDetailsSettingsPreviewMainItem__tcxnj{padding:4px;top:5px}.chatbot_chatbotTabsRenderMainItem__lMuet{margin-top:30px!important;overflow:auto;padding-right:0!important}.chatbot_chatbotTabStyle__CorjA{font-size:14px!important;font-weight:600!important;min-height:auto!important;padding:12px 0!important}.chatbot_cbDetailsMainItem__zd6pG{padding-right:0;position:relative!important}.chatbot_sampleChatbotEditSettings__\+VtGC,.chatbot_sampleChatbotEditThemeSettings__Ya8DV,.chatbot_sampleChatbotSettings__moAVF,.chatbot_sampleChatbotThemeSettings__K\+EtJ{overflow:auto;padding-right:5px!important}.chatbot_cbTabsRenderMainItem__-T5RU{overflow:auto;padding-right:0!important}.chatbot_dashboardStyle__TF6CM{padding:0 20px!important}.chatbot_trydashboardStyle__noG57{padding:0!important}.chatbot_fixGridContainer__5mjvV{height:67%!important;top:16%!important}}@media screen and (min-width:601px)and (max-width:900px){.chatbot_dashboardStyle__TF6CM{padding:0 25px!important}.chatbot_fixGridContainer__5mjvV{height:67%!important;top:16%!important}}@media screen and (min-width:900px)and (max-width:1200px){.chatbot_fixGridContainer__5mjvV{height:67%!important;top:16%!important}}@media screen and (max-width:900px)and (min-width:0px){.chatbot_cbCancelButton__kO1YN,.chatbot_cbSaveButton__Wcxkd{font-size:13px!important;max-width:100px!important;width:100px!important}.chatbot_cbResetButton__zimvc{font-size:13px!important}.chatbot_setThemeAutoComplete__ptdoD .MuiOutlinedInput-root{font-size:14px!important;padding:7.5px!important}.chatbot_whatsappTabsRenderMainItem__To3Hi{margin-top:5px!important;padding-right:5px!important}.chatbot_whatsappIntegratedTabsRenderMainItem__uj2ze{margin-top:35px!important;padding:5px 10px 5px 5px!important}.chatbot_setThemeAutoComplete__ptdoD{font-size:13px!important;min-width:160px!important}.chatbot_exploreAIFontStyle__yrt53{border-left:none!important;padding-left:16px!important}}@media screen and (max-width:1600px)and (min-width:901px){.chatbot_cbHeaderBreadCrumbsChatbotLabel__7pd8U,.chatbot_cbHeaderBreadCrumbsHeadText__OIyrW{font-size:12px!important}.chatbot_cbCancelButton__kO1YN,.chatbot_cbSaveButton__Wcxkd{font-size:13px!important;max-width:100px!important;width:100px!important}.chatbot_cbResetButton__zimvc{font-size:13px!important}.chatbot_chatbotTabStyle__CorjA{font-size:14px!important;padding:12px 0!important}.chatbot_setThemeAutoComplete__ptdoD .MuiOutlinedInput-root{font-size:14px!important;padding:7.5px!important}}@media screen and (max-width:1200px)and (min-width:901px){.chatbot_cbViewMainItem__DMl0v{padding-right:27px!important}}.chatbot_checkedIcon__F0aeY .MuiSvgIcon-root{fill:#6a097d}.chatbot_checkboxStyle__hu7lh{align-items:center;display:flex;font-size:15px;font-weight:500}.integrations_subHeading__AFHcX{padding:5px 0 15px}.integrations_upperBlock__ri2W\+{padding:0 28px 15px}.integrations_cbHeaderBreadCrumbsHeadText__soO9F{color:#7a7a7a!important;font-size:13px!important;font-weight:600!important}.integrations_cbHeaderBreadCrumbsChatbotLabel__Ci-uM{color:#1f384c!important;font-size:13px!important;font-weight:600!important}.integrations_cbHeaderBreadCrumbMainItem__hLJqd{margin:2px 0 0!important}.integrations_integrateGridStyles__DHuXC{width:100%!important}.integrations_blockMargin__C10Th{margin-block:20px!important}.integrations_integrateButtonGrid__8RgXW{align-items:center!important;display:flex!important;justify-content:center!important;padding-block:20px!important}.integrations_integrationView__z8ca6{padding:20px 30px!important}.integrations_integrationWorking__Stjn\+{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 3px #0000004d!important;padding:20px!important}.integrations_workingIconStyle__4Y54W{border-radius:7px!important;padding:10px 0!important;width:-webkit-fit-content!important;width:fit-content!important}.integrations_integrationContent__8QxP8{display:flex!important;padding-top:4px!important}.integrations_whatsappIntegrationIcon__5EGWC{height:30px!important;width:30px!important}.integrations_integrationView__z8ca6{background-color:#f6f6f6!important;box-shadow:0 0 2px #00000040;padding:20px 25px!important}.integrations_integrationPhoneView__jSlxF,.integrations_integrationView__z8ca6{background-color:#fff!important;border-radius:10px!important;margin-top:15px!important;overflow:scroll!important}.integrations_integrationPhoneView__jSlxF{padding:20px 25px 20px 5px!important}.integrations_customRecipientMainContainer__qFd0T{padding:20px 5px!important}.integrations_integrationDefaultView__Y5ciC{background-color:#f6f6f6!important;height:calc(100vh - 110px)!important;padding:15px 25px!important}.integrations_integrationTable__4Nu\+X{overflow:auto!important;width:100%!important}.integrations_integrationTable__4Nu\+X::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;opacity:.8!important;outline:medium none invert!important;outline:initial!important}.integrations_integrationTable__4Nu\+X::-webkit-scrollbar{height:7px!important}.integrations_organizationStyle__q8N94{background:#fff;border-radius:10px;box-shadow:0 0 3px 0 #dadada;height:200px;margin-bottom:15px!important;margin-right:20px!important;max-width:325px!important;min-width:325px;padding:20px}.integrations_organizationStyle__q8N94:hover{box-shadow:0 0 3px 0 #6a097d}.integrations_workspaceIconstyle__LR3Od{align-items:center!important;background-color:#f7e9ff!important;border-radius:50%!important;box-shadow:0 0 2px #00000040!important;display:flex!important;height:40px!important;justify-content:center!important;width:40px!important}.integrations_cardNameTextStyle__PILRf{color:#000;font-size:15px!important;font-weight:600!important;margin-bottom:10px!important}.integrations_activeStyle__MmIsT{color:#32bb46!important;font-size:15px!important;font-weight:600!important}.integrations_notActiveStyle__J6uKL{color:#bb3232!important;font-size:15px!important;font-weight:600!important}.integrations_fieldName__Hc4JU{color:#949494!important;font-size:13px!important;font-weight:500!important}.integrations_fieldValue__DNqFj{color:#000!important;font-size:15px!important;font-weight:400!important;margin-bottom:10px!important}.integrations_noTicketFieldFound__HWjI3{align-items:center;display:flex;height:calc(100vh - 250px)!important}.integrations_zohoIntegrationGridItem__fkaoP{z-index:2!important}.integrations_zohoInformationCardGridItem__NVdbc{max-height:83vh!important;overflow:auto!important;width:100%!important}.integrations_zohoInformationCardGridContainer__bRQb-{gap:30px!important}.integrations_zohoInformationCardBtnContainer__UXYpW{gap:12px!important;margin-bottom:30px!important}.integrations_showAllZohoAccountGridContainer__6iaXO{flex-direction:column!important;gap:20px!important;padding:30px!important}.integrations_zohoIntegrationGridContainer__CfIEz{flex-wrap:nowrap!important;overflow:auto!important}.integrations_tableHeadingFontStyle__LFozI{background-color:#0000!important;border-color:#0000001a!important;color:#000!important;font-size:15px!important;font-weight:600!important;padding:14px 12px!important;white-space:nowrap!important}.integrations_tableSubHeadingFontStyle__1ZLzs{color:#000!important;font-size:14px!important;font-weight:500!important;padding:12px!important;white-space:nowrap!important}.integrations_ticketFieldTitle__a1Y2R{color:#000!important;font-size:14px!important;font-weight:600!important;white-space:nowrap!important}.integrations_ticketSubjectStaticValueTitle__lAMPx{color:#676767!important;font-size:14px!important;font-weight:500!important;white-space:nowrap!important}.integrations_ticketFieldValues__8xeNy{color:#000!important;font-size:14px!important;font-weight:500!important}.integrations_tableBodyRow__ceI72 td{border:none!important}.integrations_zohoTextField__NA1vy{background-color:#fff!important;border-radius:4px!important;min-width:300px!important;width:100%!important}.integrations_zohoTextField__NA1vy fieldset{border:none!important;box-shadow:0 0 3px #00000040!important}.integrations_zohoTextField__NA1vy .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.integrations_zohoFieldsDropdown__8Ujw0{border-radius:5px!important;font-size:14px!important;max-width:300px!important;max-width:100%!important;width:300px!important;width:100%!important}.integrations_zohoFieldsDropdown__8Ujw0 .MuiAutocomplete-endAdornment{position:relative!important}.integrations_zohoFieldsDropdown__8Ujw0 .MuiAutocomplete-clearIndicator{bottom:-14px!important;position:absolute!important;right:18px!important}.integrations_zohoFieldsDropdown__8Ujw0 .MuiAutocomplete-popupIndicator{bottom:-14px!important;position:absolute!important;right:-6px!important}.integrations_zohoFieldsDropdown__8Ujw0 .MuiAutocomplete-tag{margin:3px 0!important;max-width:calc(100% - 3px)!important}.integrations_zohoFieldsDropdown__8Ujw0 .MuiSelect-select{padding:8.5px 14px!important}.integrations_zohoFieldsDropdown__8Ujw0 .MuiAutocomplete-inputRoot{padding:3px 5px!important}.integrations_zohoFieldsDropdown__8Ujw0 fieldset{border:none!important;box-shadow:0 0 3px #00000040!important}.integrations_zohoFieldsDropdown__8Ujw0 .MuiChip-root{background-color:#fff!important;border:1px solid #6a097d4d!important;border-radius:5px!important;font-size:14px!important;margin-left:0!important;margin-right:5px!important}.integrations_zohoTabsGrid__a0L26{background-color:#fbf4ff!important;border-radius:8px!important;padding:1px!important}.integrations_zohoTabGridStyle__azt81{max-width:45vw!important;min-width:320px!important;overflow:auto!important;padding:5px!important}.integrations_zohoTabGridStyle__azt81::-webkit-scrollbar{height:4px!important;width:1px!important}.integrations_zohoTabSelectStyle__f1kk1{border-radius:5px!important;cursor:pointer!important;min-width:170px!important;padding:8px 20px!important;text-align:center!important;white-space:nowrap!important;width:170px!important}.integrations_zohoTabSelectTextStyle__EkzTv{color:#000!important;font-size:14px!important;font-weight:600!important}.integrations_zohoTabSelectedMobileStyle__aDbzk{border-bottom:3px solid #6a097d!important;color:#6a097d;cursor:pointer!important;padding-bottom:5px!important}.integrations_zohoSelectMobileStyle__JFG1q{color:gray!important;cursor:pointer!important;padding-bottom:5px!important}.integrations_zohoTabSelectTextMobileStyle__9ObRU{font-size:13px!important;font-weight:600!important;white-space:nowrap!important}.integrations_editableWorkspaceName__Sdk6R{background-color:#0000!important;border-radius:5px!important;width:100%!important}.integrations_editableWorkspaceName__Sdk6R fieldset{border:none!important;outline:none!important}.integrations_editableWorkspaceName__Sdk6R .MuiOutlinedInput-input{font-size:17px!important;font-weight:600!important;padding:3px 0 0!important}.integrations_editWorkspaceNameIcon__CJgtJ{color:#4c4a4d!important;cursor:pointer!important;height:16px!important;margin:4px 4px 0!important;width:16px!important}.integrations_viewOrganizationGridPadding__-STK7{padding:20px 0!important}@media screen and (min-width:600px){.integrations_viewOrganizationGridPadding__-STK7{padding:25px 0!important}}.integrations_viewOrganizationHeaderGrid__IN5\+i{margin-bottom:10px!important;padding:0 20px!important}@media screen and (max-width:600px){.integrations_viewOrganizationHeaderGrid__IN5\+i{margin-bottom:0!important}.integrations_editableWorkspaceName__Sdk6R .MuiOutlinedInput-input{font-size:15px!important}}@media screen and (min-width:1200px){.integrations_viewOrganizationHeaderGrid__IN5\+i{padding:0 25px 0 27px!important}.integrations_organizationMembersGrid__9YwIO{padding:0 25px!important}}.integrations_addNewMemberBtn__sqNVL{width:178px!important}.integrations_addNewMemberBtnIcon__zIaPF{height:28px!important;width:auto!important}.integrations_organizationHeaderDivider__7oVly{padding-top:16px!important}.integrations_organizationMembersGrid__9YwIO{box-sizing:border-box!important;overflow:scroll!important;padding:10px 20px!important;width:100%!important}@media screen and (min-width:0px)and (max-width:1400px){.integrations_zohoTextField__NA1vy{min-width:250px!important}}@media screen and (max-width:1600px){.integrations_tableHeadingFontStyle__LFozI{font-size:14px!important}.integrations_tableSubHeadingFontStyle__1ZLzs,.integrations_ticketFieldTitle__a1Y2R,.integrations_ticketFieldValues__8xeNy,.integrations_ticketSubjectStaticValueTitle__lAMPx{font-size:13px!important}}@media screen and (min-width:1200px){.integrations_showAllZohoAccountGridContainer__6iaXO{margin-top:0!important}.integrations_zohoIntegrationGridContainer__CfIEz{margin-top:0!important;padding:15px 15px 15px 5px!important}}@media screen and (min-width:0px)and (max-width:600px){.integrations_showAllZohoAccountGridContainer__6iaXO{margin-top:8px!important}.integrations_zohoIntegrationGridContainer__CfIEz{margin-top:-18px!important;padding:15px 7px!important}.integrations_whatsappIntegrationIcon__5EGWC{height:22px!important;width:22px!important}.integrations_integrationContent__8QxP8{padding-top:2px!important}.integrations_integrationView__z8ca6{overflow-y:scroll!important;padding:15px 10px!important}.integrations_integrationPhoneView__jSlxF{overflow-y:scroll!important;padding:5px!important}.integrations_integrationDefaultView__Y5ciC{height:calc(100vh - 90px)!important;overflow-y:scroll!important;padding:15px!important}.integrations_upperBlock__ri2W\+{padding:0 20px!important}.integrations_dividerStyle__\+Lvxq{margin-top:5px!important}.integrations_subHeading__AFHcX{padding:0 0 15px}}.integrations_whatsappIntegrationFontStyle__ugUj5{font-size:17px!important;font-weight:600!important}.integrations_assignCusonRecippientBtnGrp__rW0Qn{padding:20px 0!important}@media screen and (min-width:600px)and (max-width:900px){.integrations_whatsappIntegrationIcon__5EGWC{height:22px!important;width:22px!important}.integrations_integrationContent__8QxP8{padding-top:2px!important}.integrations_integrationDefaultView__Y5ciC,.integrations_integrationPhoneView__jSlxF,.integrations_integrationView__z8ca6{overflow-y:scroll!important;padding:15px!important}.integrations_integrationDefaultView__Y5ciC{height:calc(100vh - 100px)!important}.integrations_upperBlock__ri2W\+{padding:0 20px!important}}@media screen and (min-width:901px)and (max-width:1600px){.integrations_whatsappIntegrationIcon__5EGWC{height:22px!important;width:22px!important}.integrations_integrationContent__8QxP8{padding-top:2px!important}.integrations_integrationDefaultView__Y5ciC,.integrations_integrationPhoneView__jSlxF,.integrations_integrationView__z8ca6{overflow-y:scroll!important;padding:15px!important}.integrations_integrationDefaultView__Y5ciC{height:calc(100vh - 100px)!important}.integrations_upperBlock__ri2W\+{padding:0 20px 10px!important}}@media screen and (min-width:1200px)and (max-width:1600px){.integrations_upperBlock__ri2W\+{padding:0 30px 15px!important}}.sideNavigationPanel_headerSideItem__x4aVy{margin-bottom:10px!important;margin-left:2px!important;max-width:215px!important}.sideNavigationPanel_headerSideItem__x4aVy,.sideNavigationPanel_headerSideMobileItem__252nh{border-bottom:1px solid #dbdbdb!important;border-radius:0!important;font-size:15px!important;font-weight:600!important}.sideNavigationPanel_headerSideMobileItem__252nh{margin-bottom:20px!important;margin-left:0!important;max-width:183px!important}.sideNavigationPanel_headerSideItem__x4aVy:hover,.sideNavigationPanel_headerSideMobileItem__252nh:hover{background-color:#0000!important;color:#000!important}.sideNavigationPanel_sideBarIcon__a5wat,.sideNavigationPanel_sideNavigationPanelStyle__AGStl .MuiDrawer-paper{transition:all .45s ease-in-out!important}.sideNavigationPanel_sideNavigationPanelStyle__AGStl{transition:all 1s ease!important}.sideNavigationPanel_sideNavigationPanelStyle__AGStl .MuiPaper-root{background:#fff;border-right:initial!important;box-shadow:0 4px 4px #0003!important;padding-top:12px!important;z-index:3!important}.sideNavigationPanel_sideNavigationPanelStyle__AGStl .MuiToolbar-root{cursor:pointer;justify-content:center;min-height:0!important;min-height:auto!important;padding:30px 30px 20px!important}.sideNavigationPanel_sideNavigationPanelStyle__AGStl .sideNavigationPanel_selectedListItemStyle__XBd6l{background:#f7e9ff;color:#6a097d;cursor:pointer;font-size:14px;font-weight:600}.sideNavigationPanel_sideNavigationPanelStyle__AGStl .sideNavigationPanel_selectedListItemStyle__XBd6l:hover{background:#f7e9ff!important;color:#6a097d!important;cursor:pointer;font-size:14px;font-weight:600}.sideNavigationPanel_sideNavigationPanelStyle__AGStl .MuiListItem-root:hover{background:#f7e9ff;color:#000;cursor:pointer}.sideNavigationPanel_sideNavigationPanelStyle__AGStl .MuiListItem-root:hover .sideNavigationPanel_listItemMenuText__yZsBS{padding-left:8px!important;transition:all .35s ease-out!important}.sideNavigationPanel_sideNavigationPanelStyle__AGStl .MuiListItem-root:hover{transition:all .35s ease-out!important}.sideNavigationPanel_sideNavigationPanelStyle__AGStl .MuiListItemText-root{margin-left:-8px!important}.sideNavigationPanel_sideNavigationPanelStyle__AGStl .MuiListItemText-primary{cursor:pointer;font-size:14px;font-weight:600}.sideNavigationPanel_headerSideItem__x4aVy .MuiListItemText-primary{white-space:nowrap!important}.sideNavigationPanel_headerSideItem__x4aVy .MuiListItemText-primary,.sideNavigationPanel_headerSideMobileItem__252nh .MuiListItemText-primary{color:#000!important;font-size:15px!important;font-weight:600!important;overflow:hidden!important;text-overflow:ellipsis!important}.sideNavigationPanel_sideNavigationPanelStyle__AGStl .MuiListItemButton-root{border-radius:7px;cursor:pointer;padding-left:20px!important}.sideNavigationPanel_sideNavigationPanelStyle__AGStl .MuiListItemButton-root:hover{background-color:initial;cursor:pointer}.sideNavigationPanel_sideNavigationPanelStyle__AGStl .MuiListItem-root{border-radius:7px;cursor:pointer;height:42px;margin:8px 0;padding:0}.sideNavigationPanel_sideNavigationPanelStyle__AGStl .MuiListItemIcon-root{align-items:center;cursor:pointer;display:flex;margin-right:20px!important;min-width:0;min-width:auto}.sideNavigationPanel_sideNavigationPanelStyle__AGStl .sideNavigationPanel_listItemStyle__\+LYDP{cursor:pointer;font-size:14px;font-weight:500}.sideNavigationPanel_SelectedListSubItemStyle__UYIFR{background-color:#f7e9ff!important;border-radius:5px!important;color:#6a097d!important}.sideNavigationPanel_SelectedListSubItemStyle__UYIFR,.sideNavigationPanel_listSubItemStyle__OhlFe{font-size:10px!important;margin-bottom:10px!important;padding:2px 20px 2px 0!important}.sideNavigationPanel_listSubItemStyle__OhlFe:hover{background-color:#f7e9ff!important;border-radius:5px!important;color:#000!important}.sideNavigationPanel_listSubItemStyle__OhlFe:hover .sideNavigationPanel_subMenuHoverItems__o4SKY{padding-left:6px!important;transition:all .3s ease-out!important}.sideNavigationPanel_subMenuHoverItems__o4SKY .MuiTypography-root{font-size:12px!important;font-weight:600!important}.sideNavigationPanel_imageSubNavigationMenu__oy\+n\+{height:18px;margin:0 10px 0 15px!important;padding-left:0!important;width:18px}.sideNavigationPanel_creditUsedComponentWrapper__ERQsU{margin-bottom:20px!important}.sideNavigationPanel_downloadExtensionWrapper__4GerK{margin:0 15px 20px!important}.sideNavigationPanel_profileWrapper__3Qy33{margin:0 15px 10px!important}.sideNavigationPanel_AccountDetailsWrapper__Obq5q{margin-bottom:0 15px 10px!important}.sideNavigationPanel_settingsWorkspace__qPte\+{margin:0 15px 10px!important}.sideNavigationPanel_backToHomeButton__eanDD{margin:0 15px 15px!important}.sideNavigationPanel_navigationPanelContentWrapper__52E2G{flex-wrap:nowrap!important;height:100%!important}.sideNavigationPanel_imageNavigationMenu__WLznS{height:18px;margin:0 12px!important;padding-left:0!important;width:18px}.sideNavigationPanel_scaledSmall__Xg2vK{transform:scale(1.1)!important}.sideNavigationPanel_scaledLarge__tM2mY{transform:scale(1.2)!important}.sideNavigationPanel_mobileImageNavigationMenu__CL9TZ{height:18px;margin:0 20px!important;padding-left:0!important;width:18px}.sideNavigationPanel_headerSideItem__x4aVy .sideNavigationPanel_imageNavigationMenu__WLznS{margin:0 20px 0 2px!important;padding-left:0!important}.sideNavigationPanel_headerSideMobileItem__252nh .sideNavigationPanel_imageNavigationMenu__WLznS,.sideNavigationPanel_headerSideMobileItem__252nh .sideNavigationPanel_mobileImageNavigationMenu__CL9TZ{margin:0 20px 0 10px!important;padding-left:0!important}.sideNavigationPanel_writewizLogoStyle__axxPm{display:flex;flex-wrap:nowrap;height:auto;margin-left:22px;transition:all .3s ease-in-out!important;width:160px}.sideNavigationPanel_smallLogoStyle__1iS4U{animation:sideNavigationPanel_opacityAnimation__oh1iL .5s ease-in-out forwards}.sideNavigationPanel_workSpaceAnimationStyle__pANpk{animation:sideNavigationPanel_opacityAnimationWorkspace__wHnnb .7s ease-in forwards}@keyframes sideNavigationPanel_opacityAnimationWorkspace__wHnnb{0%{opacity:0}to{opacity:1}}@keyframes sideNavigationPanel_opacityAnimation__oh1iL{0%{opacity:.2}to{opacity:1}}.sideNavigationPanel_drawerClosed__Rf5fN,.sideNavigationPanel_drawerOpen__4lIPq{transition:width .4s ease-in-out}.sideNavigationPanel_settingsStyleSidePanel__LYvAO{transform:translateX(20px)}.sideNavigationPanel_settingsStyleSidePanel__LYvAO .MuiList-root{padding:0!important}.sideNavigationPanel_activeWorkspaceMenu__ad39J{background-color:#f7e9ff!important;font-weight:600!important}.sideNavigationPanel_activeWorkspaceMenu__ad39J,.sideNavigationPanel_inActiveWorkspaceMenu__uQd4j{border-bottom:1px solid #0000001a!important;color:#000!important;font-size:14px!important;min-height:0!important;padding:12px 20px!important}.sideNavigationPanel_inActiveWorkspaceMenu__uQd4j{background-color:#fff!important;font-weight:500!important}@media screen and (max-height:785px){.sideNavigationPanel_sideNavigationPanelStyle__AGStl .MuiToolbar-root{cursor:pointer;justify-content:center;min-height:0!important;min-height:auto!important;padding:20px 30px 10px!important}.sideNavigationPanel_sideNavigationPanelStyle__AGStl .MuiListItem-root{border-radius:7px;cursor:pointer;height:39px;margin:7px 0;padding:0}.sideNavigationPanel_profileWrapper__3Qy33{margin:0 15px 10px!important}.sideNavigationPanel_AccountDetailsWrapper__Obq5q{margin:0 15px 15px!important}}.sideNavigationPanel_navigationPanelContentWrapper__52E2G .MuiList-root{overflow-x:hidden!important;overflow-y:auto!important;padding-bottom:0!important;padding-top:0!important}.sideNavigationPanel_navigationPanel344MaxHeight__-Exi3 .MuiList-root{max-height:calc(100vh - 344px)!important}.sideNavigationPanel_navigationPanel290MaxHeight__jnnGi .MuiList-root{max-height:calc(100vh - 290px)!important}.sideNavigationPanel_navigationPanel375MaxHeight__\+LOFI .MuiList-root{max-height:calc(100vh - 375px)!important}.sideNavigationPanel_navigationPanel365MaxHeight__Uu6Wk .MuiList-root{max-height:calc(100vh - 365px)!important}.sideNavigationPanel_navigationPanel316MaxHeight__Khgee .MuiList-root{max-height:calc(100vh - 316px)!important}.sideNavigationPanel_navigationPanel373MaxHeight__noZma .MuiList-root{max-height:calc(100vh - 373px)!important}.sideNavigationPanel_navigationPanel363MaxHeight__5G2yz .MuiList-root{max-height:calc(100vh - 363px)!important}.sideNavigationPanel_navigationPanel424MaxHeight__DFMeJ .MuiList-root{max-height:calc(100vh - 424px)!important}.sideNavigationPanel_navigationPanel370MaxHeight__tVmnv .MuiList-root{max-height:calc(100vh - 370px)!important}.sideNavigationPanel_navigationPanel425MaxHeight__JbaXP .MuiList-root{max-height:calc(100vh - 425px)!important}.sideNavigationPanel_navigationPanel415MaxHeight__Z46Jg .MuiList-root{max-height:calc(100vh - 415px)!important}.sideNavigationPanel_navigationPanel400MaxHeight__YIzSS .MuiList-root{max-height:calc(100vh - 400px)!important}.sideNavigationPanel_navigationPanel450MaxHeight__hEsdS .MuiList-root{max-height:calc(100vh - 450px)!important}.sideNavigationPanel_navigationPanel440MaxHeight__ccgIv .MuiList-root{max-height:calc(100vh - 440px)!important}.sideNavigationPanel_navigationPanel420MaxHeight__1Tyy2 .MuiList-root{max-height:calc(100vh - 420px)!important}.sideNavigationPanel_navigationPanel410MaxHeight__X54kQ .MuiList-root{max-height:calc(100vh - 410px)!important}.sideNavigationPanel_navigationPanel475MaxHeight__njVz\+ .MuiList-root{max-height:calc(100vh - 475px)!important}.sideNavigationPanel_navigationPanel465MaxHeight__gu5IB .MuiList-root{max-height:calc(100vh - 465px)!important}.sideNavigationPanel_navigationPanelContentWrapper__52E2G .MuiList-root::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;outline:medium none invert!important;outline:initial!important}.sideNavigationPanel_navigationPanelContentWrapper__52E2G .MuiList-root::-webkit-scrollbar{width:5px!important}@media screen and (max-width:900px)and (min-width:0px){.sideNavigationPanel_sideNavigationPanelStyle__AGStl .MuiListItemText-primary{font-size:13px!important}.sideNavigationPanel_imageNavigationMenu__WLznS,.sideNavigationPanel_mobileImageNavigationMenu__CL9TZ{height:16px!important;width:16px!important}}@media screen and (max-width:599px)and (min-width:0px){.sideNavigationPanel_writewizLogoStyle__axxPm{margin-left:0}.sideNavigationPanel_sideNavigationPanelStyle__AGStl .MuiToolbar-root{padding:15px 30px 30px 0!important}.sideNavigationPanel_headerSideItem__x4aVy{max-width:193px!important}}@media screen and (max-width:1600px)and (min-width:901px){.sideNavigationPanel_sideNavigationPanelStyle__AGStl .MuiListItemText-primary{font-size:13px!important}.sideNavigationPanel_imageNavigationMenu__WLznS,.sideNavigationPanel_mobileImageNavigationMenu__CL9TZ{height:16px!important;width:16px!important}}.sideNavigationPanel_drawerHeaderContainer__l5yEh{justify-content:start!important}.sideNavigationPanel_newCollapsedLogo__YzbXQ{cursor:pointer!important;height:35px!important;margin-left:9px!important;width:35px!important}.sideNavigationPanel_mobiledrawerContainer__UuaYr{flex-direction:column!important;justify-content:space-between!important}.sideNavigationPanel_workspaceWrapper__o1tfK{background-color:#dee8f3!important;border-radius:5px!important;margin:0 15px 10px!important;padding:8px 15px!important}.sideNavigationPanel_workspaceContainer__qxV4D{flex-direction:column!important;gap:8px!important}.sideNavigationPanel_workspaceTextContainer__Bh5ha{align-items:center!important;flex-direction:row!important}.sideNavigationPanel_workspaceTextGap__b7yjp{gap:8px!important}.sideNavigationPanel_getStartedPageBlockWithActivePage__yA18S{background-color:#fbf4ff!important;border-radius:5px!important;box-shadow:0 0 2px 0 #6a097d!important;margin:0 15px!important;padding:12px 15px!important}.sideNavigationPanel_getStartedPageBlockWithoutActive__tkynU{margin:0 15px!important;padding:0 15px!important}.sideNavigationPanel_getStartedPageBlockContainer__hCLnT{align-items:center!important;gap:8px!important}.sideNavigationPanel_getStartedPgaeText__ObSQA{color:#6a097d!important;font-size:14px!important;font-weight:600!important}.sideNavigationPanel_workspaceText__\+hocZ{color:#4c4a4d!important;font-size:12px!important;font-weight:500!important}.sideNavigationPanel_organizationName__O\+ld\+{color:#000!important;font-size:14px!important;font-weight:600!important}.sideNavigationPanel_workspaceDivider__H0GW\+{margin:10px 20px 0!important}.sideNavigationPanel_mobileDrawerPadding__0XhMx{padding:10px!important}.sideNavigationPanel_desktopDrawerDivider__7wIuA{margin:10px 15px 0!important}.sideNavigationPanel_miniDrawerDividerPadding__R-mAy{margin:10px 5px 5px!important}.sideNavigationPanel_drawerItemsPadding__m7Ttn{padding:10px 15px!important}.sideNavigationPanel_drawerTooltipWrapper__3Xa3L{padding-block:5px!important;padding:0 15px 0 10px!important}.sideNavigationPanel_miniDrawerWorkspaceWrapper__jazdv{background-color:#dee8f3!important;border-radius:5px!important;margin:0 10px 15px!important;padding:10px!important}.sideNavigationPanel_miniDrawerGetStartedPageWrapper__jFfl5,.sideNavigationPanel_miniDrawerPadding__LO73r{padding:15px!important}.sideNavigationPanel_miniDrawerPaddingForGetStarted__rdQXv{padding:0 15px!important}.sidePanelAccountDetails_mainBlock__kiZTU{align-items:center;background:#f8f8f8;border-radius:5px;color:#4c4a4d!important;display:flex;font-size:14px!important;font-weight:600!important;justify-content:space-between;padding:15px}.sidePanelAccountDetails_backMobileButton__hEtjZ{background-color:#6a097d!important;margin-bottom:10px!important;padding:6px!important}.sidePanelAccountDetails_settingsMainBlock__zOnVu{align-items:center;background:#fff;color:#4c4a4d!important;display:flex;font-size:14px!important;font-weight:600!important;justify-content:space-between;padding:13px 15px}.sidePanelAccountDetails_settingsMainBlock__zOnVu:hover{background-color:#f7e9ff!important;border:none!important;border-radius:5px!important}.sidePanelAccountDetails_settingsMainBlock__zOnVu:hover .sidePanelAccountDetails_nameStyle__FXv7A{color:#000!important}.sidePanelAccountDetails_mainBlockMobile__BCxej{padding:17px 10px;padding-top:0!important}.sidePanelAccountDetails_mainBlockMobile__BCxej,.sidePanelAccountDetails_settingsBlockMobile__bRrMZ{align-items:center;border-radius:5px;color:#4c4a4d!important;cursor:pointer;display:flex;font-size:14px!important;font-weight:500!important;justify-content:center}.sidePanelAccountDetails_settingsBlockMobile__bRrMZ{margin-bottom:10px!important;padding:10px}.sidePanelAccountDetails_settingsBlockMobile__bRrMZ:hover{background-color:#f7e9ff!important}.sidePanelAccountDetails_nameStyle__FXv7A{color:#4c4a4d!important;font-size:14px!important;font-weight:600!important;margin-left:8px!important}.sidePanelAccountDetails_menuLogout__RJPxT{color:#6a097d!important;font-size:16px!important;font-weight:500!important;margin:2px 4px!important;min-height:48px}.sidePanelAccountDetails_menuLogout__RJPxT,.sidePanelAccountDetails_settingsMenu__6bhyX{background:#fff!important;border-radius:7px!important;box-sizing:border-box!important;display:flex!important;line-height:1.5;padding:6px 16px!important;white-space:nowrap!important}.sidePanelAccountDetails_settingsMenu__6bhyX{color:#4c4a4d!important;font-size:14px!important;font-weight:600!important;margin:4px!important;min-height:0!important;min-width:180px!important}.sidePanelAccountDetails_menuLogout__RJPxT .MuiListItemIcon-root{color:#6a097d}.sidePanelAccountDetails_settingsMenu__6bhyX .MuiListItemIcon-root{color:#4c4a4d}.sidePanelAccountDetails_menuLogout__RJPxT:hover{background:#fbf4ff!important;color:#000!important}.sidePanelAccountDetails_settingsMenu__6bhyX:hover{background:#f7e9ff!important;color:#000!important}.sidePanelAccountDetails_profilestyles__\+6JO0{height:auto!important;width:23px!important}.sidePanelAccountDetails_menuStyleSidePanel__ivfqv,.sidePanelAccountDetails_settingsStyleSidePanel__YQw-0{box-shadow:0 0 4px 0 #6a097d}@media screen and (max-height:745px){.sidePanelAccountDetails_mainBlock__kiZTU,.sidePanelAccountDetails_settingsMainBlock__zOnVu{align-items:center;background:#f8f8f8;border-radius:5px;color:#4c4a4d!important;display:flex;font-size:14px!important;font-weight:500!important;justify-content:space-between;padding:8px 15px!important}}.sidePanelAccountDetails_menuStyleSidePanel__ivfqv .MuiList-root,.sidePanelAccountDetails_settingsStyleSidePanel__YQw-0 .MuiList-root{padding:4px!important}@media screen and (max-width:1600px){.sidePanelAccountDetails_nameStyle__FXv7A{font-size:13px!important}.sidePanelAccountDetails_mainBlock__kiZTU,.sidePanelAccountDetails_settingsMainBlock__zOnVu{padding:12px 15px!important}}@media screen and (min-width:901px)and (max-width:1600px){.sidePanelAccountDetails_menuStyleSidePanel__ivfqv .MuiList-root,.sidePanelAccountDetails_settingsStyleSidePanel__YQw-0 .MuiList-root{padding:4px!important}.sidePanelAccountDetails_menuLogout__RJPxT,.sidePanelAccountDetails_settingsMenu__6bhyX{border-radius:7px!important;font-size:14px!important;font-weight:500!important;line-height:1.4!important;margin:4px!important;min-height:28px;padding:4px 16px 4px 12px!important}.sidePanelAccountDetails_profilestyles__\+6JO0{height:auto!important;width:20px!important}}@media screen and (min-width:601px)and (max-width:900px){.sidePanelAccountDetails_menuStyleSidePanel__ivfqv .MuiList-root,.sidePanelAccountDetails_settingsStyleSidePanel__YQw-0 .MuiList-root{padding:4px!important}.sidePanelAccountDetails_menuLogout__RJPxT,.sidePanelAccountDetails_settingsMenu__6bhyX{border-radius:7px!important;font-size:14px!important;font-weight:500!important;line-height:1.4!important;margin:4px!important;min-height:28px!important;padding:4px 16px 4px 12px!important}.sidePanelAccountDetails_profilestyles__\+6JO0{height:auto!important;width:20px!important}}@media screen and (max-width:600px){.sidePanelAccountDetails_menuStyleSidePanel__ivfqv .MuiList-root,.sidePanelAccountDetails_settingsStyleSidePanel__YQw-0 .MuiList-root{padding:4px!important}.sidePanelAccountDetails_menuLogout__RJPxT,.sidePanelAccountDetails_settingsMenu__6bhyX{border-radius:7px!important;font-size:14px!important;font-weight:500!important;line-height:1.4!important;margin:0!important;min-height:28px!important;padding:6px 16px 6px 12px!important}.sidePanelAccountDetails_profilestyles__\+6JO0{height:auto!important;width:18px!important}}.sidePanelAccountDetails_AccountDetailsWrapper__7Tj1D{margin-bottom:15px!important}.sidePanelAccountDetails_menuPaperSidePanel__lHSPl{filter:drop-shadow(0 2px 8px rgba(0,0,0,.32));margin-top:12px!important;overflow:visible!important}.sidePanelAccountDetails_menuPaperSidePanel__lHSPl .MuiAvatar-root{height:32px!important;margin-left:-4px!important;margin-right:8px!important;width:32px!important}.sidePanelAccountDetails_menuNameEllipsis__UejlT{max-width:125px!important;overflow:hidden!important;text-overflow:ellipsis!important}.sidePanelAccountDetails_menuArrowIcon__1TooH{color:#7a7a7a!important;cursor:pointer!important;font-size:medium!important}.sidePanelAccountDetails_menuProfileIcon__nAvuD{height:auto!important;width:23px!important}.consultation_mainBlock__lqT94{padding:14px}.consultation_mainBlock__lqT94,.consultation_mainPageDesign__nxpoK{align-items:center;background:#fbf4ff;border-radius:10px;box-shadow:0 0 2px 0 #6a097d;color:#4c4a4d!important;cursor:pointer;display:flex;font-size:14px!important;font-weight:500!important;justify-content:space-between;justify-content:center}.consultation_mainPageDesign__nxpoK{box-shadow:0 0 5px #6a097d4d;margin-bottom:15px;padding:15px;position:relative}.consultation_logoContainer__nJu2A{align-items:center;background-color:#fff;border-radius:7px;box-shadow:0 0 2px 0 #00000040;display:flex;justify-self:center;padding:10px}.consultation_mainBlockChild__a9UWK{align-items:center;display:flex;gap:10px}.consultation_mainBlockMobile__9S4Y-{align-items:center;border-radius:5px;color:#4c4a4d!important;cursor:pointer;display:flex;font-size:14px!important;font-weight:500!important;justify-content:center;padding:8px 10px;padding-top:5px!important}.consultation_nameStyle__RcQoN{color:#6a097d!important;font-size:15px!important;font-weight:500!important}.consultation_menuLogout__hNXH9{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;-moz-appearance:none;-webkit-appearance:none;background:#fff;background-color:initial!important;border:0;border-radius:7px!important;border-radius:0;box-sizing:border-box;box-sizing:border-box!important;color:#6a097d!important;color:inherit;cursor:pointer;display:flex!important;display:flex;font-size:16px!important;font-weight:500!important;justify-content:center;justify-content:flex-start;letter-spacing:.00938em;line-height:1.5;margin:2px 4px!important;margin:0;min-height:48px;outline:0;padding:6px 16px!important;position:relative;-webkit-text-decoration:none;text-decoration:none;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap!important}.consultation_menuLogout__hNXH9 .MuiListItemIcon-root{color:#6a097d}.consultation_menuLogout__hNXH9:hover{background:#fbf4ff!important;color:#6a097d}.consultation_profilestyles__-I1gu{height:auto!important;width:23px!important}.consultation_menuStyleSidePanel__LVoT4{box-shadow:0 0 4px 0 #6a097d}.consultation_heading__WMnJj{color:#333;font-size:13px!important;font-weight:400!important}.consultation_subHeading__wdOCB{align-items:center;color:#6a097d;display:flex;font-size:13px!important;font-weight:600!important;gap:5px}.consultation_closeIconContainer__t-sJV{align-items:center;background-color:#6a097d;border-radius:5px;box-shadow:0 0 5px #6a097d4d;cursor:pointer;display:flex;height:20px;justify-content:center;position:absolute;right:-10px;top:-11px;width:20px}@media screen and (max-height:745px){.consultation_mainBlock__lqT94{align-items:center;background:#f8f8f8;border-radius:5px;color:#4c4a4d!important;display:flex;font-size:14px!important;font-weight:500!important;justify-content:space-between;padding:8px 15px!important}}.consultation_menuStyleSidePanel__LVoT4 .MuiList-root{padding:4px!important}@media screen and (min-width:901px)and (max-width:1600px){.consultation_menuStyleSidePanel__LVoT4 .MuiList-root{padding:4px!important}.consultation_menuLogout__hNXH9{border-radius:7px!important;font-size:14px!important;font-weight:500!important;line-height:1.4!important;margin:4px!important;min-height:28px;padding:4px 16px 4px 12px!important}.consultation_profilestyles__-I1gu{height:auto!important;width:20px!important}}@media screen and (min-width:601px)and (max-width:900px){.consultation_menuStyleSidePanel__LVoT4 .MuiList-root{padding:4px!important}.consultation_menuLogout__hNXH9{border-radius:7px!important;font-size:14px!important;font-weight:500!important;line-height:1.4!important;margin:4px!important;min-height:28px!important;padding:4px 16px 4px 12px!important}.consultation_profilestyles__-I1gu{height:auto!important;width:20px!important}}@media screen and (max-width:600px){.consultation_menuStyleSidePanel__LVoT4 .MuiList-root{padding:4px!important}.consultation_menuLogout__hNXH9{border-radius:7px!important;font-size:14px!important;font-weight:500!important;line-height:1.4!important;margin:0!important;min-height:28px!important;padding:6px 16px 6px 12px!important}.consultation_profilestyles__-I1gu{height:auto!important;width:18px!important}}@media screen and (max-width:1600px){.consultation_mainBlock__lqT94{padding:10px}.consultation_nameStyle__RcQoN{font-size:13px!important}}.phoneComponent_phoneInputWrapper__lVz8w{border-radius:3px;box-shadow:0 0 3px 0 #00000040!important;height:52px}.phoneComponent_phoneInputWrapper__lVz8w .react-tel-input{height:100%}.phoneComponent_phoneInputWrapper__lVz8w .selected-flag{padding:0 0 0 8px!important}.phoneComponent_phoneInputWrapper__lVz8w .form-control{border:initial!important;height:100%!important;width:100%!important}.phoneComponent_phoneInputWrapperForRequestACallback__c\+oYc{border-radius:3px;box-shadow:0 0 3px 0 #00000040!important;height:40px!important}.phoneComponent_phoneInputWrapperForRequestACallback__c\+oYc .selected-flag{box-shadow:0 0 2px 0 #00000040!important;padding:0 0 0 8px!important}.phoneComponent_phoneInputWrapperForRequestACallback__c\+oYc .react-tel-input{height:100%}.phoneComponent_phoneInputWrapperForRequestACallback__c\+oYc .form-control{border:initial!important;height:100%!important;width:100%!important}.interactionAndCampaigns_parentGrid__oCegL{padding:16px}.interactionAndCampaigns_headerRow__\+bfcb{align-items:start;display:flex;justify-content:space-between}.interactionAndCampaigns_analyticsMainContainer__ltKVH{padding:15px 0!important}.interactionAndCampaigns_analyticsPageHeader__MRx8K{margin-bottom:10px!important;padding:0 20px!important}.interactionAndCampaigns_analyticsPageHeaderDivider__n9dt8{padding-top:16px!important}.interactionAndCampaigns_analyticsPageContentGrid__SECZH{padding:5px 23px!important}.interactionAndCampaigns_comparisonHeaderContainer__AVsOP{align-items:center!important;flex-direction:row!important;gap:0!important}.interactionAndCampaigns_dashboardContainer__mN0UP{gap:12px!important}.interactionAndCampaigns_interactionsAndCampaignMainContainer__bC\+f1{border-radius:10px!important;box-shadow:0 0 3px 0 #dadada!important;gap:24px!important}.interactionAndCampaigns_interactionsAndCampaignGridItem__wdXso{padding:20px!important}.interactionAndCampaigns_interactionsAndCampaignGridContainer__e5nXU{display:flex!important;flex-direction:column!important;gap:32px!important}.interactionAndCampaigns_uniqueInteractionsPieChartGridItem__UP7zQ{margin-top:10px!important;padding:20px!important}.interactionAndCampaigns_userComparisonGridItem__qnIqU{padding:20px!important}.interactionAndCampaigns_userComparisonOuterGridContainer__Ped95{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;gap:24px!important}.interactionAndCampaigns_userComparisonInnerGridContainer__NpSuP{flex-wrap:nowrap!important;gap:20px!important}.interactionAndCampaigns_personIcon__gdabt{color:purple!important}.interactionAndCampaigns_barChartContainer__PxObt{gap:24px!important}.interactionAndCampaigns_barChartInfoColorBox__yUhdl{border-radius:50%!important;height:12px!important;margin-right:8px!important;width:12px!important}.interactionAndCampaigns_barChartInfoKeyTypography__UTe-Q{color:#1c1c1c!important;font-size:14px!important}.interactionAndCampaigns_dataCardImg__0cecg{height:24px!important;width:24px!important}.interactionAndCampaigns_pieChartMainContainer__pFmh5{gap:32px!important}.interactionAndCampaigns_responsiveContainer__0YIS\+{height:200px!important;width:200px!important}.interactionAndCampaigns_viewInbox__saRwg{border-color:#6a097d!important;color:#6a097d!important;font-size:14px!important;font-weight:600!important;text-transform:none!important;white-space:nowrap!important}.interactionAndCampaigns_title__tp7-H{font-size:16px!important;font-weight:600!important}.interactionAndCampaigns_comparisonTitle__BgONe{font-size:17px!important;font-weight:600!important}.interactionAndCampaigns_contentContainer__xvqLG{display:flex!important;flex-wrap:nowrap!important}.interactionAndCampaigns_chartContainer__X0BSf,.interactionAndCampaigns_stackChartContainer__2Jo6i{align-items:center;display:flex;flex-direction:column}.interactionAndCampaigns_stackChartContainer__2Jo6i{height:300px;position:relative;width:100%}.interactionAndCampaigns_detailsContainer__6zaiP{display:flex!important;flex-direction:column!important;gap:10px!important;justify-content:center!important}.interactionAndCampaigns_detailRow__7cdGL{align-items:center!important;display:flex!important;gap:5px!important;margin-bottom:6px!important;width:100%!important}.interactionAndCampaigns_colorIndicator__CD66N{border-radius:50%!important;display:inline-block!important;height:12px!important;margin-right:8px!important;width:12px!important}.interactionAndCampaigns_interactionName__Qo9zW{color:#767676!important;font-size:14px!important;font-weight:600!important}.interactionAndCampaigns_boldValue__UGePK{color:#404040!important;font-size:14px!important;font-weight:800!important}.interactionAndCampaigns_centerContent__XsGZq{align-items:center;display:flex;flex-direction:column;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:-1!important}.interactionAndCampaigns_profileIcon__c1beL{align-items:center!important;background-color:#eceaf8!important;border-radius:50%!important;color:#6a097d!important;display:flex!important;height:24px!important;justify-content:center!important;margin-bottom:15px;overflow:visible!important;padding:8px;width:24px!important}.interactionAndCampaigns_chartLabel__JrB71{font-size:24px!important;margin-top:7px!important}.interactionAndCampaigns_verticalDivider__rJ6Hg{border-color:#d9dadb!important;border-width:1px!important;width:-webkit-fit-content!important;width:fit-content!important}.interactionAndCampaigns_header__YMQRR{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px!important;padding-top:20px!important}.interactionAndCampaigns_chartWrapper__WNCU4{align-items:center!important;display:flex!important}.interactionAndCampaigns_pieChartWrapper__L4a4e{position:relative!important;width:100%!important}.interactionAndCampaigns_pieChart__DkejM{width:100%!important}.interactionAndCampaigns_chartLabel__JrB71{font-size:18px!important;font-weight:600!important;margin-top:5px!important}.interactionAndCampaigns_pieChartWithEmptyData__T9cpP .recharts-tooltip-wrapper{display:none!important}.interactionAndCampaigns_customTooltip__61geR{background-color:#fff!important;border:none!important;border-radius:5px!important;box-shadow:0 0 3px 0 #d3d3d3!important;display:flex!important;flex-direction:column!important;gap:8px!important;margin:0!important;padding:10px 15px!important;white-space:nowrap!important}.interactionAndCampaigns_customTooltipInfo__APlW8{display:flex!important;flex-direction:column!important;gap:6px!important}.interactionAndCampaigns_formattedDateForCustomTooltip__DXqYC{font-size:15px!important;font-weight:600!important}.interactionAndCampaigns_customTooltipInfo__APlW8{font-size:14px!important;font-weight:500!important}.interactionAndCampaigns_barChart__R-ytE .recharts-cartesian-axis-ticks{font-size:13px!important;font-weight:500!important}.interactionAndCampaigns_barChart__R-ytE .recharts-label{font-size:14px!important;font-weight:600!important}.interactionAndCampaigns_barChart__R-ytE .recharts-tooltip-label{font-size:15px!important;font-weight:600!important}.interactionAndCampaigns_barChart__R-ytE .recharts-tooltip-item-list li{font-size:14px!important;font-weight:500!important}.interactionAndCampaigns_dateRangePickerClass__rtuhn .DateRangePicker_picker{left:-388px!important;top:52px!important}.interactionAndCampaigns_dateRangePickerClass__rtuhn .DateInput_input{font-size:14px!important;font-weight:500!important;max-width:90px!important;padding:8px 8px 5px!important}.interactionAndCampaigns_dateRangePickerClass__rtuhn .DateRangePickerInput_arrow{font-size:14px!important;font-weight:500!important}.interactionAndCampaigns_dateRangePickerGridContainer__kTN6t{align-items:center!important;display:flex!important;gap:10px!important}.interactionAndCampaigns_EChartPieChart__gqtKt{display:flex!important;flex:1 1!important;min-height:300px!important;width:300px!important}.interactionAndCampaigns_chartGridContainer__sLjAF{display:flex!important;flex-direction:column!important}.interactionAndCampaigns_dashboardAnalyticsMainGrid__wID5u{padding:0!important}.interactionAndCampaigns_filterAutoCompletes__kQ1Vl{min-width:200px!important}.interactionAndCampaigns_filterByChatbotStartAdornment__WKXNS{max-height:79px!important;overflow-x:hidden!important;overflow-y:auto!important}.interactionAndCampaigns_filterByChatbotStartAdornment__WKXNS .interactionAndCampaigns_MuiChip-root__XRVOh{max-width:100%!important;white-space:normal!important}.interactionAndCampaigns_filterByChatbotStartAdornment__WKXNS .interactionAndCampaigns_MuiChip-label__K3NPn{display:block!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important}@media screen and (min-width:600px)and (max-width:768px){.interactionAndCampaigns_dateRangePickerClass__rtuhn .DateRangePicker_picker{left:-87px!important;top:52px!important}}@media screen and (min-width:0px)and (max-width:600px){.interactionAndCampaigns_dateRangePickerClass__rtuhn .DateRangePicker_picker{left:-2px!important;top:52px!important}}@media screen and (max-width:799px){.interactionAndCampaigns_detailRow__7cdGL{justify-content:space-between!important}.interactionAndCampaigns_pieChartWrapper__L4a4e .recharts-surface{height:200px!important;width:165px!important}.interactionAndCampaigns_centerContent__XsGZq{left:42%;top:50%;transform:translate(-48%,-50%)}.interactionAndCampaigns_contentContainer__xvqLG{gap:8px!important;justify-content:space-between!important}.interactionAndCampaigns_boldValue__UGePK,.interactionAndCampaigns_interactionName__Qo9zW{font-size:13px!important}.interactionAndCampaigns_interactionsAndCampaignGridItem__wdXso{padding:15px!important}.interactionAndCampaigns_interactionsAndCampaignGridContainer__e5nXU{display:flex!important;flex-direction:column!important;gap:16px!important}.interactionAndCampaigns_uniqueInteractionsPieChartGridItem__UP7zQ{padding:0!important}}@media screen and (min-width:600px){.interactionAndCampaigns_analyticsMainContainer__ltKVH{padding:23px 0!important}}@media screen and (max-width:600px){.interactionAndCampaigns_analyticsPageHeader__MRx8K{margin-bottom:0!important}.interactionAndCampaigns_comparisonHeaderContainer__AVsOP{align-items:start!important;flex-direction:column!important;gap:10px!important}}@media screen and (min-width:1200px){.interactionAndCampaigns_analyticsPageHeader__MRx8K{padding:0 25px 0 27px!important}.interactionAndCampaigns_interactionsAndCampaignGridContainer__e5nXU{display:flex!important;flex-direction:row!important;gap:32px!important}.interactionAndCampaigns_userComparisonOuterGridContainer__Ped95{flex-direction:row!important}}@media screen and (max-width:1000px){.interactionAndCampaigns_analyticsPageContentGrid__SECZH{padding:5px 20px!important}}@media screen and (max-width:900px){.interactionAndCampaigns_userComparisonInnerGridContainer__NpSuP{flex-wrap:wrap!important}}@media screen and (min-width:900px){.interactionAndCampaigns_userComparisonInnerGridContainer__NpSuP{gap:24px!important}}@media screen and (min-width:1536px){.interactionAndCampaigns_userComparisonInnerGridContainer__NpSuP{gap:32px!important}}.dashboardAnalyticsStyles_userCardMainGrid__0R4dW{background:#f1e6f6!important;border-radius:10px!important;max-width:450px!important;min-width:300px!important;padding:18px 20px!important}.dashboardAnalyticsStyles_totalUserTitle__7yZPc{color:#555!important;font-size:17px!important;font-weight:600!important}.dashboardAnalyticsStyles_totalUserCountTypo__gz6uc{color:#000!important;font-size:18px!important;font-weight:500!important}.dashboardAnalyticsStyles_userCardImageGrid__YAoWf{align-items:center!important;background-color:#fff!important;border-radius:50%!important;display:flex!important;height:40px!important;justify-content:center!important;width:40px!important}.dashboardAnalyticsStyles_renderLegendTagUl__qGtDN{display:flex!important;flex-wrap:wrap!important;gap:12px!important;justify-content:flex-end!important;list-style:none!important;margin:0!important;padding:0!important}.dashboardAnalyticsStyles_renderLegendTagLi__hYiyz{align-items:center!important;display:flex!important;gap:6px!important}.dashboardAnalyticsStyles_renderLegendTagSpanDot__OQm0L{border-radius:50%!important;display:inline-block!important;height:10px!important;width:10px!important}.dashboardAnalyticsStyles_renderLegendTagSpan__Zts8E{color:#767676!important;font-size:14px!important;font-weight:600!important}.dashboardAnalyticsStyles_chatbotFilterAutoCompleteBoxShadow__TuwS1 fieldset{box-shadow:0 0 2px 0 #0009!important}@media screen and (min-width:0px)and (max-width:600px){.dashboardAnalyticsStyles_totalUserCountTypo__gz6uc,.dashboardAnalyticsStyles_totalUserTitle__7yZPc{font-size:15px!important}}@media screen and (min-width:600px)and (max-width:1000px){.dashboardAnalyticsStyles_totalUserCountTypo__gz6uc,.dashboardAnalyticsStyles_totalUserTitle__7yZPc{font-size:16px!important}}.feedbackStyle_headerComponentTitle__BbKoI{color:#000;font-size:15px!important;font-weight:500!important}.feedbackStyle_fetchFeedbackDataFields__t6SZE{max-width:220px!important;width:100%!important}.feedbackStyle_fetchFeedbackFetchBtn__kKYri{max-width:150px;width:100%!important}.feedbackStyle_feedbackTableBodyHeadingFontStyle__tVhos{background-color:#fbf4ff!important;color:#000!important;font-size:14px!important;font-weight:600!important;padding:14px 12px!important;white-space:nowrap!important}.feedbackStyle_methodAutoComplete__D2jVk{box-shadow:0 0 3px #00000040!important;font-weight:500!important}.feedbackStyle_methodAutoComplete__D2jVk .MuiOutlinedInput-root{padding:2px 4px!important}.feedbackStyle_methodAutoComplete__D2jVk .MuiInputBase-input{font-weight:500!important}.feedbackStyle_methodAutoComplete__D2jVk .MuiAutocomplete-input{font-size:15px!important}.feedbackStyle_feedbackTableAutoComplete__zLoXV{background:#f4f4f4;border-radius:2px;min-width:170px}.feedbackStyle_feedbackAssignMemberAutoComplete__AGVvQ{min-width:200px}.feedbackStyle_feedbackTableAutoComplete__zLoXV fieldset{border:none;box-shadow:none}.feedbackStyle_feedbackTableAutoComplete__zLoXV .MuiInputBase-root{padding:0 0 0 7px!important}.feedbackStyle_feedbackTableAutoComplete__zLoXV .MuiAutocomplete-input{font-size:14px!important}.feedbackStyle_feedbackTableAutoComplete__zLoXV .MuiInputBase-input{font-weight:500!important}.feedbackStyle_feedbackTableTextField__6VW-y{background:#f4f4f4;border-radius:2px;min-width:250px!important}.feedbackStyle_feedbackTableTextField__6VW-y fieldset{border:none;box-shadow:none}.feedbackStyle_feedbackTableTextField__6VW-y .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:8px 14px!important}.feedbackStyle_feedbackPopupTextField__82Oi6 fieldset{border:none!important;box-shadow:0 0 3px #00000040!important}.feedbackStyle_feedbackPopupTextField__82Oi6 .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.feedbackStyle_feedbackTablePaginationStyle__thPPn .MuiTablePagination-toolbar{min-height:30px!important;padding-inline:15px!important}.feedbackStyle_feedbackTablePaginationStyle__thPPn .MuiTablePagination-selectLabel{font-size:14px!important;font-weight:500!important}.feedbackStyle_feedbackTablePaginationStyle__thPPn .MuiInputBase-root{border-radius:5px!important;box-shadow:0 0 2px #00000040!important;font-size:14px!important;font-weight:500!important;margin-right:16px!important;padding-right:2px!important}.feedbackStyle_feedbackTablePaginationStyle__thPPn .MuiTablePagination-select{padding-top:5px!important}.feedbackStyle_feedbackTablePaginationStyle__thPPn .MuiTablePagination-displayedRows{font-size:14px!important;font-weight:500!important;margin-left:15px!important}.feedbackStyle_feedbackTablePaginationStyle__thPPn .MuiTablePagination-actions{margin-left:10px!important}.feedbackStyle_feedbackTablePaginationStyle__thPPn .MuiButtonBase-root{padding:4px 0!important}.feedbackStyle_methodAutoCompletePopup__sQf-i{box-shadow:0 0 3px #00000040!important;font-weight:500!important}.feedbackStyle_methodAutoCompletePopup__sQf-i .MuiOutlinedInput-root{padding:2px 4px!important}.feedbackStyle_methodAutoCompletePopup__sQf-i .MuiInputBase-input{font-weight:500!important}.feedbackStyle_methodAutoCompletePopup__sQf-i .MuiAutocomplete-input{font-size:14px!important}.feedbackStyle_methodAutoCompletePopup__sQf-i ::placeholder{font-weight:500!important}.feedbackStyle_dateRangePickerInPopup__2AkjB .DateRangePicker_picker{box-shadow:0 0 3px #00000040!important;margin-left:-3px!important;margin-top:-5px!important;max-height:232px!important;max-width:595px!important;overflow:auto!important}.feedbackStyle_dateRangePickerClass__44Up4 .DateInput_fang{z-index:0!important}@media screen and (max-width:1000px){.feedbackStyle_methodAutoComplete__D2jVk .MuiAutocomplete-input{font-size:14px!important}.feedbackStyle_methodAutoCompletePopup__sQf-i .MuiAutocomplete-input{font-size:13px!important}.feedbackStyle_dateRangePickerInPopup__2AkjB .DateRangePicker_picker{max-height:232px!important;max-width:455px!important;overflow:auto!important}}@media screen and (max-width:1600px){.feedbackStyle_feedbackTablePaginationStyle__thPPn .MuiTablePagination-displayedRows,.feedbackStyle_feedbackTablePaginationStyle__thPPn .MuiTablePagination-selectLabel{margin-block:10px!important}.feedbackStyle_headerComponentTitle__BbKoI,.feedbackStyle_methodAutoCompletePopup__sQf-i .MuiAutocomplete-input,.feedbackStyle_methodAutoComplete__D2jVk .MuiAutocomplete-input{font-size:14px!important}.feedbackStyle_feedbackTableAutoComplete__zLoXV .MuiAutocomplete-input,.feedbackStyle_feedbackTableTextField__6VW-y .MuiInputBase-input{font-size:13px!important}.feedbackStyle_dateRangePickerClass__44Up4 .DateInput_input{border-radius:5px!important;font-size:14px!important;font-weight:500!important;max-width:80px!important;padding:8px 11px 5px!important;text-align:center!important;width:auto!important}}@media screen and (max-width:700px){.feedbackStyle_feedbackTablePaginationStyle__thPPn .MuiTablePagination-toolbar{padding:0!important}.feedbackStyle_feedbackTablePaginationStyle__thPPn .MuiTablePagination-selectLabel{font-size:12px!important}.feedbackStyle_feedbackTablePaginationStyle__thPPn .MuiInputBase-root{font-size:12px!important;margin-right:0!important}.feedbackStyle_feedbackTablePaginationStyle__thPPn .MuiTablePagination-displayedRows{font-size:12px!important;margin-left:5px!important}.feedbackStyle_feedbackTablePaginationStyle__thPPn .MuiTablePagination-actions{margin-left:1px!important}.feedbackStyle_feedbackTablePaginationStyle__thPPn .MuiSvgIcon-root{height:20px!important;width:20px!important}}.feedbackStyle_mainFeedback__1HY-N{height:100%!important;padding:17px 25px 0 27px!important}.feedbackStyle_marginHeader__VSZ5n{margin-bottom:10px!important}.feedbackStyle_dividerFeedbackComp__9OBAy{padding-top:4px!important}.feedbackStyle_fetchFeedbackDataContainer__YeVew{flex-direction:column!important;gap:12px!important}.feedbackStyle_feedbackRowDataText__c29J8{color:#6a097d!important;font-size:16px!important;font-weight:600!important;margin-top:25px!important}.feedbackStyle_updateFeedbackPopupDivider__JIopJ{margin:10px 30px 0!important;padding:4px 0!important}.feedbackStyle_updateFeedbackPopupPadding__MEszH{padding:10px 30px!important}.feedbackStyle_updateFeedbackPopupField__oFnlU{color:#707070!important;font-size:14px!important;font-weight:500!important}.feedbackStyle_updateFeedbackPopupFieldMargin__TXjmS{margin-top:10px!important}.feedbackStyle_approvalStatusWrapper__1Tyq9{gap:24px!important;justify-content:space-between!important;padding:10px 30px 30px!important}.feedbackStyle_feedbackZindex__LWQxO{z-index:5!important}.feedbackStyle_resetFetchDataWrapper__KxXhe{align-items:center!important;gap:12px!important;justify-content:center!important;padding:20px 0!important}.feedbackStyle_fetchFeedbackDataPadding__9Llnz{padding:12px 3px 0!important}.feedbackStyle_fetchFeedbackMaxWidth__p2zNJ{max-width:228px!important}.feedbackStyle_feedbackTableContainer__OfwMz{border:1px solid #e9e9e9;border-radius:5px;box-sizing:border-box;max-width:100%;overflow:auto}.feedbackStyle_moreDetailListStyle__AkChf{-webkit-padding-start:18px!important;list-style-position:inherit!important;list-style-type:disc!important;margin:0!important;padding:0!important;padding-inline-start:18px!important}.feedbackStyle_moreDetailListItem__I\+ioq{display:list-item!important;padding:0!important}.feedbackStyle_feedbackValueColor__pAEHp{color:#373737!important}.datePickerStyles_presetsButtonItem__RLPmH{margin-left:20px!important;padding-bottom:15px!important}.datePickerStyles_presetsButtonContainer__NIiXY{display:flex!important;justify-content:space-between!important}.datePickerStyles_presetsButtonGap__lIO30{gap:12px!important}.datePickerStyles_chosenButton__9IK6r{background-color:#6a097d!important;color:#fff!important;padding:4px 15px!important;text-transform:capitalize!important}.datePickerStyles_chosenButton__9IK6r:hover{background-color:#f7e9ff!important;box-shadow:0 0 4px #6a091980!important;color:#6a097d!important}.datePickerStyles_defaultButton__HZtMf{background-color:#000!important;color:#fff!important;padding:4px 15px!important;text-transform:capitalize!important}.datePickerStyles_defaultButton__HZtMf:hover{background-color:#f7e9ff!important;box-shadow:0 0 4px #6a091980!important;color:#6a097d!important}.datePickerStyles_closeBtnMargin__g5iWg{margin-right:20px!important}.getStartedStyles_getStartedPageTitle__Pf1K6{color:#000!important;font-size:16px!important;font-weight:700!important}.getStartedStyles_getStartedCardGrid__r\+DHf{max-width:410px!important;min-width:300px!important}.getStartedStyles_getStartedCardGridContainer__GzR6A{border-radius:10px!important;box-shadow:0 0 3px 0 #dadada!important;padding:16px 20px!important}.getStartedStyles_getStartedCardTitle__4NF79{color:#000!important;font-size:16px!important;font-weight:600!important}.getStartedStyles_getStartedCardDescription__76PvL{color:#7a7a7a!important;font-size:15px!important;font-weight:500!important}.getStartedStyles_getStartedPage__\+ELAa{display:flex!important;flex-direction:column!important;overflow-y:scroll!important;width:100%!important}.getStartedStyles_getStartedContentWrapepr__xMtw8{border:1px solid #ededed;border-radius:10px;margin:15px!important;padding:20px}.getStartedStyles_getStartedHeaderTextWrapper__cYOfa{align-items:center;display:flex;flex-direction:column;font-size:25px;justify-content:center;margin:10px 0;padding:0 10px;text-align:center}.getStartedStyles_getStartedHeaderText__aq1ps{padding:10px}.getStartedStyles_getStartedStatCardWrapper__YtAlC{align-items:center!important;border-radius:5px!important;box-shadow:0 0 4px 0 #0003!important;display:flex!important;flex-direction:column!important;flex-grow:1!important;justify-content:center!important;min-height:100px!important;padding:5px 0!important;text-align:center!important}@media(max-width:600px){.getStartedStyles_getStartedStatCardWrapper__YtAlC{padding:10px!important}}.getStartedStyles_getStartedFeatureCardWrapper__wrLcX{align-items:center!important;border-radius:8px!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;max-height:600px!important;max-width:400px!important;padding:16px!important;width:100%!important}.getStartedStyles_getStartedFeatureCardBox__BVHLP{align-items:center!important;display:flex!important;flex-direction:column!important;flex-grow:1!important;gap:8px!important;justify-content:center!important;padding:8px!important;text-align:center!important}.getStartedStyles_title__xzM0N{font-size:20px!important;font-weight:600!important}.getStartedStyles_description__OFUlt{color:#555!important;font-size:14px!important}.getStartedStyles_featureCardFeatures__qdFoc{align-items:center!important;display:flex!important;text-align:left!important}.getStartedStyles_featuresListItem__DeV33{align-items:center!important;display:flex!important;gap:6px!important;padding:3px 0!important}.getStartedStyles_featureList__ewEXJ{font-size:13px;list-style:none;padding:0}.getStartedStyles_button__aLQES{font-weight:600;max-width:250px;text-transform:none;text-transform:none!important}.getStartedStyles_greenCard__DzYY\+{background-color:#f5fcf7!important;border:1px solid #c0edcd}.getStartedStyles_purpleCard__5k2HD{background-color:#faf7fb!important;border:1px solid #f0e7f3}.getStartedStyles_blueCard__OnzB0{background-color:#f2f7fd!important;border:1px solid #dce9fa}.getStartedStyles_greenCard__DzYY\+ .getStartedStyles_button__aLQES{background-color:#28a745}.getStartedStyles_greenCard__DzYY\+ .getStartedStyles_button__aLQES:hover{background-color:#218838!important}.getStartedStyles_purpleCard__5k2HD .getStartedStyles_button__aLQES{background-color:#6a097d}.getStartedStyles_purpleCard__5k2HD .getStartedStyles_button__aLQES:hover{background-color:#6a097d!important}.getStartedStyles_blueCard__OnzB0 .getStartedStyles_button__aLQES{background-color:#007bff}.getStartedStyles_blueCard__OnzB0 .getStartedStyles_button__aLQES:hover{background-color:#0069d9!important}.getStartedStyles_footerContainer__fuqE3{align-items:center;background:linear-gradient(90deg,#f7e9ff80,#a6c8ff80);border-radius:16px;display:flex;flex-direction:column;height:-webkit-max-content;height:max-content;justify-content:center;min-height:150px;padding:10px 0;text-align:center;width:100%}.getStartedStyles_footerTitle__eSkud{font-size:20px;font-weight:600;margin:16px 20px 8px!important}.getStartedStyles_footerSubtitle__mGLIJ{color:#3f3f3f;font-size:15px!important;margin:0 20px!important}.getStartedStyles_footerButton__KnYCT{background-color:#fff!important;border:1px solid #d3d3f2!important;border-radius:16px;border-radius:5px!important;color:#6a097d!important;cursor:pointer;font-weight:600;height:50px;margin:20px 10px 0!important;text-transform:none!important;width:220px!important;width:auto}.getStartedStyles_footerButton__KnYCT:hover{background-color:#8a2be214;border-color:#8a2be2}.getStartedStyles_oneStopSolutionTitle__7vsbV{font-size:24px!important;font-weight:600!important}.getStartedStyles_geStartedPageDescription__Uf-uW{font-size:16px!important}.getStartedStyles_stateCardValue__yLR3R{font-size:22px!important;font-weight:600!important}.getStartedStyles_stateCardLabel__h9r46{color:#818181!important;font-size:14px!important}.getStartedStyles_emptyPageTitleText__Bq0QD{color:#000!important;font-size:17px!important;max-width:450px!important}.getStartedStyles_emptyPageDescriptionText__5u8ia,.getStartedStyles_emptyPageTitleText__Bq0QD{word-wrap:break-word!important;font-weight:500!important;text-align:center!important;white-space:normal!important}.getStartedStyles_emptyPageDescriptionText__5u8ia{color:#7a7a7a!important;font-size:15px!important}.customApiStyle_customAptTitle__7Hp25{height:100%!important;padding:20px 25px 0 27px!important}.customApiStyle_marginHeader__ijD8l{margin-bottom:15px!important}.customApiStyle_dividerCustomApiComp__5V0Ov{padding-top:4px!important}.customApiStyle_mainCustomAPIGridItem__6Aw4K{padding:5px 10px 5px 5px!important}.customApiStyle_emptyCustomAPIImage__L-0ka{height:auto!important;width:165px!important}.customApiStyle_customAPIPageDivider__SitUf{padding-top:10px!important}.customApiStyle_customAPIPageDividerWebhook__umuXn{padding-top:16px!important}.customApiStyle_webhookContainerStyles__sz0cA{padding:5px 25px 0 27px!important}.customApiStyle_webhookItemStyles__PpiyE{overflow:auto!important;padding:18px 25px 0 27px!important}.customApiStyle_customAPITableContainer__65obv{border:1px solid #e9e9e9!important;border-radius:5px!important;box-sizing:border-box!important;max-width:100%!important;overflow:auto!important}.customApiStyle_assignedChatbotTableContainer__wxIfg{max-height:200px!important}.customApiStyle_tableHeaderMorevertCell__R\+S7T{background:#fbf4ff!important}.customApiStyle_tableCell__QJe96{min-width:400px!important;overflow-wrap:anywhere!important;white-space:normal!important;width:100%!important;word-break:break-word!important}.customApiStyle_chatbotNameChip__RAVvo{padding:4px 10px!important}.customApiStyle_chatbotNameChipNew__6tVHs,.customApiStyle_chatbotNameChip__RAVvo{border-radius:5px!important;box-shadow:0 0 2px 0 #6a097d!important;color:#6a097d;width:-webkit-fit-content!important;width:fit-content!important}.customApiStyle_chatbotNameChipNew__6tVHs{font-size:13px!important;font-weight:500!important;padding:3px 8px!important}.customApiStyle_assignedChatbotText__j4uRW{color:#000!important;font-size:15px!important;font-weight:600!important}.customApiStyle_lastColumnSticky__\+1xD-{position:-webkit-sticky!important;position:sticky!important;right:0!important}.customApiStyle_moreVertIcon__6qaDW{background-color:#fff!important;cursor:default!important;text-align:end!important}.customApiStyle_tableGridItem__MPoIS{padding:15px 15px 0 22px}@media screen and (min-width:0px)and (max-width:600px){.customApiStyle_tableGridItem__MPoIS{padding:10px 0 0 10px}}@media screen and (max-width:1200px){.customApiStyle_webhookContainerStyles__sz0cA{padding:0 20px!important}}.templateCard_templateTileStyle__nWVS4{background:#fff;border-radius:10px;box-shadow:0 0 3px 0 #dadada;height:212px;margin-bottom:15px!important;margin-right:20px!important;max-width:330px!important;min-width:330px;padding:20px}.templateCard_templateTileStyle__nWVS4:hover{box-shadow:0 0 3px 0 #6a097d}.templateCard_templateTitleTextstyle__2XY0a{color:#000;font-size:17px;font-weight:500;margin-bottom:10px!important}.templateCard_templateDescriptionTextStyle__Zn0PN{color:#7a7a7a;font-size:13.4px;font-weight:400}.templateCard_templateIconStyle__jdcx4{margin-bottom:10px!important}.templateCard_templateDescOverflowStyle__ApeF\+{-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important;text-overflow:ellipsis!important}.templateCard_activityGrid__wjSh5{position:absolute!important;right:20px!important;top:15px!important}.templateCard_badgeStyle__e6DIZ{background:#6a097d;border-radius:3px;color:#fff;display:flex;font-size:11px;font-weight:500;height:auto;justify-content:center;min-width:15px;padding:3px;position:absolute;right:7px;top:7px}@media screen and (min-width:320px)and (max-width:600px){.templateCard_templateTileStyle__nWVS4{border-radius:10px;box-shadow:0 0 15px 0 #00000014;height:212px;margin-bottom:15px!important;margin-right:0!important;max-width:300px!important;min-width:300px;padding:20px}}@media screen and (min-width:0px)and (max-width:600px){.templateCard_templateTitleTextstyle__2XY0a{font-size:15px}}@media screen and (min-width:601px)and (max-width:900px){.templateCard_templateTitleTextstyle__2XY0a{font-size:15px}}@media screen and (min-width:901px)and (max-width:1600px){.templateCard_templateTitleTextstyle__2XY0a{font-size:15px}.templateCard_templateTileStyle__nWVS4{max-width:325px!important;min-width:325px}}.templateCard_fieldName__Z\+QdD{color:#949494!important;font-size:13px!important;font-weight:500!important}.templateCard_fieldValue__lc5BP{color:#000!important;font-size:15px!important;font-weight:400!important;margin-bottom:10px!important}.templateCard_fieldCountStyle__AG1Iw{align-items:center;background-color:#fff;border-radius:20px;box-shadow:0 0 2px 0 #6a097d4d;display:flex;font-size:13px;font-weight:500;height:30px;justify-content:center;text-align:center;width:70px}.feedbackDialog_chat_feedback_btn__q71BT{background-color:#fff!important;border:1px solid #acacac!important;border-radius:5px!important;color:gray!important;font-size:13px!important;font-weight:400!important;padding:5px 6px!important;text-transform:none!important}.feedbackDialog_chat_feedback_btn__q71BT:hover{background-color:gray;color:#000!important}.feedbackDialog_chatbot_submit_btn_hover__WefGe:hover{background-color:#ececec!important;color:#000!important}.feedbackDialog_chat_feedback_selected_btn__OOiUV{background-color:#000!important;border:1px solid #000!important;border-radius:5px!important;color:#fff!important;font-size:13px!important;font-weight:400!important;padding:5px 6px!important;text-transform:none!important}.feedbackDialog_chat_feedback_btn_item__jq2\+V{margin:5px 8px 5px 0!important}.feedbackDialog_chat_feedback_textfield__0UPgs{background-color:#e4e4e4!important;background-color:#0000!important;border-radius:5px;box-shadow:0 0 2px #00000040!important}.feedbackDialog_chat_feedback_textfield__0UPgs,.feedbackDialog_chat_feedback_textfield__0UPgs input{font-size:14px!important;font-weight:500!important}.feedbackDialog_chat_feedback_textfield__0UPgs fieldset{border:none!important;outline:none!important}.feedbackDialog_chat_feedback_textfield__0UPgs .MuiOutlinedInput-input{padding:12px 10px!important}.feedbackDialog_chat_feedback_textfield__0UPgs .MuiInputBase-multiline{padding:0!important}.feedbackDialog_chat_feedback_textfield__0UPgs .MuiOutlinedInput_notchedOutline{border:none!important}.feedbackDialog_feedback_submit_btn__4C4sZ{background-color:#000!important;border-radius:5px!important;color:#fff!important;font-size:13px!important;font-weight:500!important;margin-top:5px!important;padding:7px 15px!important;text-transform:none!important}.feedbackDialog_feedback_submit_btn__4C4sZ:disabled{opacity:.5}.feedbackDialog_feedback_reset_btn__ntQwX{background-color:#fff!important;border-color:#000!important;border-radius:5px!important;color:#000!important;font-size:13px!important;font-weight:500!important;padding:7px 15px!important;text-transform:none!important}.feedbackDialog_feedback_reset_btn__ntQwX:disabled{opacity:.5}.feedbackDialog_longTextFeedbackInputField__q3EeX::placeholder{color:#0000005e!important;font-weight:500!important}.feedbackDialog_chat_feedback_textfield__0UPgs::placeholder{color:#0000005e!important;font-size:14px!important}.feedbackDialog_chat_feedback_textfield__0UPgs .feedbackDialog_MuiInputBase-root__Z\+6Wg{font-size:14px!important}.feedbackDialog_provideFeedbackTitleGrid__9EJ-m{padding:15px 20px!important}.feedbackDialog_closeFeedbackPopupIcon__NFDMq{cursor:pointer!important;display:flex!important;font-size:20px!important;justify-content:end!important}.feedbackDialog_provideFeedbackPopupBody__kRZzP{max-height:705px!important;overflow-y:auto!important;padding:10px 20px 15px!important}.feedbackDialog_categoryOfIssueText__I5r4P{color:#000!important;font-size:14px!important;font-weight:500!important;margin-bottom:2px!important}.feedbackDialog_feedbackOptionFieldGrid__2zIxK{margin:10px 0!important}.feedbackDialog_textAreaFeedbackOptionField__YvT0N{background:#0000!important;border:none!important;border-radius:5px!important;box-shadow:0 0 2px #00000040!important;box-sizing:border-box!important;font-size:14px!important;max-height:8em!important;min-height:4em!important;outline:none!important;padding:10px!important;position:relative!important;resize:vertical!important;width:100%!important}.feedbackDialog_provideFeedbackButtonBox__rOp0F{align-items:center!important;display:flex!important;gap:10px!important}.tab_outlineChildFullHeight__wRULR{background-color:#fff;border-radius:10px;box-shadow:0 0 2px 0 rgba(0,0,0,.063);box-shadow:0 0 2px 0 #00000040;height:100%;overflow:auto}.tab_tabFormWrapper__KjetL{height:100%}.tab_tabAIOutputWrapper__w\+7Er{background:#fff;border-radius:10px;display:flex;flex-direction:column!important;height:100%;max-height:calc(100vh - 245px);overflow:auto}.tab_outlineChildPartialHeight__G6sTS{background-color:#fff;border-radius:10px;box-shadow:0 0 2px 0 rgba(0,0,0,.063);box-shadow:0 0 2px 0 #00000040;height:100%;overflow:auto}.tab_outlineChild__6cj-j ::-webkit-scrollbar-track{max-height:none}.tab_outlineChildTabHeader__Zy3zD{margin-bottom:15px!important}.tab_outlineChildTabHeader__Zy3zD .MuiTabs-indicator{background-color:#4c4a4d!important}.tab_outlineChildTabHeader__Zy3zD .MuiTabs-flexContainer{height:42px}.tab_outlineChildTabHeader__Zy3zD .Mui-selected{color:#4c4a4d!important}.tab_outlineChildTabHeader__Zy3zD .MuiTab-root{font-size:15px;font-weight:600;margin-right:15px!important;min-height:30px;min-width:0;min-width:auto;padding:0;text-transform:inherit}.tab_settingsTabStyle__3mJH1 .MuiTabs-indicator{background-color:#6a097d;border-top-left-radius:15px;border-top-right-radius:15px;height:5px}.tab_settingsTabStyle__3mJH1 .Mui-selected{color:#4c4a4d;font-size:15px;font-weight:600;text-transform:inherit}.tab_settingsTabStyle__3mJH1 .MuiTab-root{border-bottom:2px solid #d6d6d6;font-size:14px;font-weight:600;padding:9px!important;text-transform:inherit}.tab_settingsTabStyle__3mJH1 .Mui-selected{color:#4c4a4d!important}.tab_settingsTabStyle__3mJH1{margin-bottom:15px}@media only screen and (max-width:1000px){.tab_settingsTabStyle__3mJH1 .MuiTab-root{border-bottom:2px solid #d6d6d6;font-size:14px;font-weight:600;min-width:-webkit-max-content!important;min-width:max-content!important;padding:9px!important;text-transform:inherit}.tab_settingsTabStyle__3mJH1 .MuiTabs-root{margin-left:20px!important}.tab_settingsTabStyle__3mJH1{margin-inline:20px!important}}@media only screen and (min-width:600px)and (max-width:860px){.tab_tabAIOutputWrapper__w\+7Er{height:calc(100vh - 280px)}}@media only screen and (min-width:320px)and (max-width:599px){.tab_tabAIOutputWrapper__w\+7Er{background:#fff;border-radius:10px;box-shadow:0 0 2px 0 #00000040;display:flex;flex-direction:column!important;height:calc(100vh - 275px);overflow:auto;padding:20px 10px}}@media only screen and (max-width:860px){.tab_outlineChildPartialHeight__G6sTS{height:calc(100% - 130px)}}.smartAssist_toolsAvailableDescription__Ef8hO{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important;margin-left:2px!important}.smartAssist_functionCallingResponseSearchBar__BnyIH{margin:0 0 7px 2px!important}.smartAssist_smartAssistListContainer__Q5Q1b{box-sizing:border-box!important;display:flex!important;flex-direction:column!important;gap:11px!important;margin-right:-4px!important;max-width:100%!important;overflow-x:hidden!important;overflow-y:auto!important;padding:0 4px 60px 2px!important;width:100%!important}.smartAssist_smartAssistSkeletonCard__exKR4{border:1px solid #eaecf0;border-radius:8px;padding:16px}.smartAssist_smartAssistSkeletonHeader__zxTiH{margin-bottom:8px!important}.smartAssist_skeletonRectRadius4__20qVh{border-radius:4px!important}.smartAssist_skeletonTextMarginBottom__zPJbc{margin-bottom:16px!important}.smartAssist_skeletonRectRadius8__qaXHG{border-radius:8px!important}.smartAssist_smartAssistCard__FRpsS{border-radius:8px;box-shadow:0 0 2px 0 #7a7a7a!important;box-sizing:border-box!important;margin:1px 0 0!important;max-width:100%;min-width:0;padding:14px;transition:all .2s ease-in-out;width:100%}.smartAssist_smartAssistCard__FRpsS:hover{box-shadow:0 0 2px 0 #6a097d!important}.smartAssist_smartAssistCardHeader__DqxYl{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px;min-width:0}.smartAssist_smartAssistCardTitle__yvew0{color:#000;flex:1 1;font-size:14px;font-weight:600;max-width:70%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smartAssist_smartAssistMethodBadge__tnhkU{border-radius:5px;font-size:11px;font-weight:500;min-width:40px;padding:2px 8px;text-align:center;text-transform:uppercase}.smartAssist_smartAssistCardDescription__-hmL1{word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#7a7a7a;display:-webkit-box;font-size:13px;font-weight:500;margin-bottom:8px;min-height:40px;overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis}.smartAssist_smartAssistRunToolPopupBodyGrid__ltj2z{flex:1 1!important;overflow-x:hidden!important;overflow-y:auto!important;padding:12px 0!important}.smartAssist_smartAssistUrlTextField__sppAp{background-color:#fff!important;min-width:200px!important;width:100%!important}.smartAssist_smartAssistRequestParamsGrid__SVNv\+{background-color:#f4f4f4!important;border-radius:5px!important;padding:0 10px!important}.smartAssist_functionCallingResponseTable__fk2sF{overflow-x:hidden!important}.smartAssist_functionCallingResponseTable__fk2sF table{max-width:100%!important;table-layout:fixed!important;width:100%!important}.smartAssist_functionCallingResponseTable__fk2sF table td table{display:block!important;overflow-x:auto!important;table-layout:auto!important;width:100%!important}.smartAssist_functionCallingResponseTable__fk2sF table td table::-webkit-scrollbar{height:5px}.smartAssist_smartAssistRequestParamsTableMaxHeight__JXhs\+{max-height:305px!important}.smartAssist_smartAssistRequestParamsType__bNhVu{color:#4c4a4d!important}.smartAssist_smartAssistRequestParamsValueTextField__GDkA9{background-color:#fff!important}.smartAssist_tableHeadingFontStyle__ku-Lx{color:#000!important;font-size:15px!important;font-weight:600!important;padding:14px 12px!important;white-space:nowrap!important}@media screen and (max-width:1600px){.smartAssist_tableHeadingFontStyle__ku-Lx{font-size:14px!important}}.json-to-table td,.json-to-table th{border:1px solid #bebebe;padding:5px}.json-to-table td{text-align:left}.json-to-table tr:nth-child(2n){background-color:#eee}.json-to-table th[scope=col]{background-color:#696969;color:#fff}.json-to-table th[scope=row]{background-color:#d7d9f2}.json-to-table caption{caption-side:bottom}.json-to-table table{border-collapse:collapse;font-family:sans-serif;font-size:.8rem;width:100%}.botmessage_botMessageBlock__kir\+R{border-radius:10px 10px 0 10px;box-shadow:0 0 2px 0 #00000026;font-size:13px;font-weight:400;margin-right:10px;max-width:calc(100% - 80px)!important;padding:10px;position:relative}.botmessage_botMessageBlock__kir\+R:hover .botmessage_botCopyIcon__CznIB{opacity:1}.botmessage_botCopyIcon__CznIB{bottom:0;cursor:pointer;left:-25px;opacity:0;position:absolute}.botmessage_feedbackMenuItem__fV2BY .MuiMenuItem-root{padding:3px 10px!important}.botmessage_botMessageBlockItem__AJzpU{margin:10px 0!important;max-width:calc(100% - 10px)!important;text-align:start;width:auto}.botmessage_botMessageBlockContainer__DYA-V{align-items:end;flex-wrap:nowrap;justify-content:end}.botmessage_feedbackTooltipStyles__mAKQj{left:-30px;margin-top:0;position:absolute;top:0}.botmessage_messageFormatComponents__kF8pv{align-items:end!important;flex-wrap:nowrap!important;justify-content:end!important;margin-left:30px!important;max-width:calc(100% - 85px)!important}.botmessage_messageFormatComponentsForMultipleImages__LwVRV{align-items:end!important;flex-direction:column!important;flex-wrap:wrap!important;justify-content:end!important;margin:5px 0 0 40px!important;max-width:calc(100% - 85px)!important}.botmessage_multipleImagesMessageFormat__VyhBf{border-radius:8px!important;max-width:300px!important;object-fit:contain!important;width:100%!important}.botmessage_botMessageDownArrowIconBtn__4D9qr{position:absolute!important;right:-5px!important;top:-10px!important}.botmessage_botMessageDownArrow__ABQJK{font-size:large!important;height:auto!important;width:20px!important}.botmessage_botMessageTypography__KVhn-{font-size:13px!important;white-space:pre-line!important;word-break:break-word!important}.botmessage_responseTimeIconGrid__K2cRW{margin-right:12px!important}.botmessage_responseTimeIcon__Fu1nE{cursor:pointer!important;font-size:20px!important}.botmessage_botMessageQuoteReplyData__VZRXP{background-color:#e0e0e0!important;border-left:5px solid #6a097d!important;border-radius:10px!important;margin-bottom:10px!important;padding:10px!important;position:relative!important}.botmessage_botMessageIcon__R3dne{aspect-ratio:1!important;border-radius:50%!important;cursor:pointer!important;height:26px!important;margin-right:12px!important;object-fit:fill!important;width:30px!important}.ratingCardStyles_cr_main_item__ceFuI{margin:10px 0 10px 6px!important;max-width:430px!important;width:auto!important}.ratingCardStyles_cr_sub_item__gSHYi{border-radius:5px;box-shadow:0 0 3px 0 #00000026!important;padding:10px 10px 10px 0!important}.ratingCardStyles_cr_star__cNEPy{font-size:40px!important;width:100%!important}.ratingCardStyles_cr_star__cNEPy label{min-width:20%!important;width:20%!important}.ratingCardStyles_cr_star__cNEPy .MuiRating_icon{justify-content:center}.ratingCardStyles_cr_rating_labes__5pYJk{font-size:13px!important;font-weight:500!important}.ratingCardStyles_ratings__OLYyj .rr--box{height:40px!important}.ratingCardStyles_rating_submit_btn__7iB5E{font-size:14px!important;font-weight:500!important;margin-left:23px!important}@media only screen and (max-width:530px)and (min-width:400px){.ratingCardStyles_cr_rating_labes__5pYJk{font-size:11px!important;font-weight:500!important}.ratingCardStyles_ratings__OLYyj .rr--box{height:30px!important}.ratingCardStyles_rating_labels__bzGPW{font-size:12px!important;font-weight:500!important}.ratingCardStyles_cr_star__cNEPy{font-size:20px!important;width:100%!important}}@media only screen and (max-width:430px)and (min-width:400px){.ratingCardStyles_rating_submit_btn__7iB5E{font-size:12px!important;font-weight:500!important;margin-left:18px!important}}@media only screen and (max-width:399px)and (min-width:0px){.ratingCardStyles_ratings__OLYyj .rr--box{height:25px!important}.ratingCardStyles_rating_labels__bzGPW{font-size:10px!important;font-weight:500!important}.ratingCardStyles_rating_submit_btn__7iB5E{font-size:12px!important;font-weight:500!important;margin-left:15px!important}}@media screen and (max-width:410px){.ratingCardStyles_cr_rating_labes__5pYJk{font-size:11px!important;font-weight:500!important}.ratingCardStyles_cr_star__cNEPy{font-size:25px!important;width:100%!important}}@media only screen and (max-width:500px)and (min-width:440px){.ratingCardStyles_cr_main_item__ceFuI{max-width:95%!important;width:auto!important}}@media only screen and (max-width:439px)and (min-width:0px){.ratingCardStyles_cr_main_item__ceFuI{max-width:100%!important;width:auto!important}}.rr--group{display:flex;position:relative;width:100%}.rr--box{-webkit-tap-highlight-color:rgba(0,0,0,0)}.rr--box,.rr--svg{display:flex;flex-grow:1;width:100%}.rr--svg{aspect-ratio:1;overflow:clip;pointer-events:none}@supports not (overflow:clip){.rr--svg{overflow:auto}}.rr--box:focus,.rr--box:focus-visible,.rr-reset:focus,.rr-reset:focus-visible{box-shadow:none;outline:none}.rr--focus-reset{outline:6px double #0079ff}.rr--box:focus-visible .rr--svg{isolation:isolate;outline:6px double #0079ff}.rr--reset{clip:rect(0,0,0,0);border:0;bottom:50%;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;right:0;white-space:nowrap;width:1px}[dir=rtl] .rr--reset{left:0;right:auto}.rr--dir-y .rr--reset{bottom:0;right:50%}.rr--disabled{cursor:not-allowed;opacity:.5}.rr--disabled .rr--svg{pointer-events:none}.rr--pointer .rr--box{cursor:pointer}.rr--dir-x{flex-direction:row}.rr--dir-y{flex-direction:column}.rr--space-sm .rr--svg{padding:8%}.rr--space-md .rr--svg{padding:12.5%}.rr--space-lg .rr--svg{padding:17.5%}.rr--dir-x.rr--gap-sm .rr--svg{margin:0 6.25%}.rr--dir-x.rr--gap-sm .rr--box:focus-visible:after{left:6.25%;width:87.5%}.rr--dir-x.rr--gap-md .rr--svg{margin:0 12.5%}.rr--dir-x.rr--gap-md .rr--box:focus-visible:after{left:12.5%;width:75%}.rr--dir-x.rr--gap-lg .rr--svg{margin:0 25%}.rr--dir-x.rr--gap-lg .rr--box:focus-visible:after{left:25%;width:50%}.rr--dir-y.rr--gap-sm .rr--svg{margin:6.25% 0}.rr--dir-y.rr--gap-md .rr--svg{margin:12.5% 0}.rr--dir-y.rr--gap-lg .rr--svg{margin:25% 0}.rr--rx-sm .rr--svg{border-radius:5%}.rr--rx-md .rr--svg{border-radius:15%}.rr--rx-lg .rr--svg{border-radius:20%}.rr--rx-full .rr--svg{border-radius:100%}.rr--has-stroke .rr--svg{stroke-linecap:round;stroke-linejoin:round}.rr--has-border .rr--svg{border-style:solid;border-width:var(--rr--border-width)}.rr--on .rr--svg{fill:none;fill:var(--rr--fill-on-color,none)}.rr--off .rr--svg{fill:none;fill:var(--rr--fill-off-color,none)}.rr--has-stroke .rr--on .rr--svg{stroke:currentColor;stroke:var(--rr--stroke-on-color,currentColor)}.rr--has-stroke .rr--off .rr--svg{stroke:currentColor;stroke:var(--rr--stroke-off-color,currentColor)}.rr--on .rr--svg{background-color:none;background-color:var(--rr--box-on-color,none)}.rr--off .rr--svg{background-color:none;background-color:var(--rr--box-off-color,none)}.rr--has-border .rr--off .rr--svg{border-color:currentColor;border-color:var(--rr--border-off-color,currentColor)}.rr--has-border .rr--on .rr--svg{border-color:currentColor;border-color:var(--rr--border-on-color,currentColor)}.rr--fx-colors{--rr--easing:.2s cubic-bezier(.61,1,.88,1)}.rr--fx-colors .rr--svg{transition-duration:.2s;transition-property:background-color,border-color,fill,stroke;transition-timing-function:var(--rr--easing)}.rr--fx-opacity .rr--off{opacity:.35;transition:opacity var(--rr--easing)}.rr--fx-opacity .rr--on{opacity:1}@media (hover:hover){.rr--fx-opacity .rr--box:hover{opacity:1}.rr--fx-zoom .rr--box{transform:scale(1);transition:transform var(--rr--easing)}.rr--fx-zoom .rr--box:hover{transform:scale(1.2)}}@media (hover:hover){@media (prefers-reduced-motion){.rr--fx-zoom .rr--box:hover{transform:scale(1)}}}@media (hover:hover){.rr--fx-position .rr--box{transform:translateY(0);transition:transform var(--rr--easing)}.rr--fx-position .rr--box:hover{transform:translateY(-15%)}@media (prefers-reduced-motion){.rr--fx-position .rr--box:hover{transform:translateY(0)}}}.rr--svg-stop-1{stop-color:#0000;stop-color:var(--rr--fill-on-color,#0000)}.rr--svg-stop-2,[dir=rtl] .rr--svg-stop-1{stop-color:#0000;stop-color:var(--rr--fill-off-color,#0000)}[dir=rtl] .rr--svg-stop-2{stop-color:#0000;stop-color:var(--rr--fill-on-color,#0000)}.rr--hf-svg-on{fill:none;fill:var(--rr--fill-on-color,none)}.rr--hf-svg-off{fill:none;fill:var(--rr--fill-off-color,none)}.rr--has-stroke .rr--hf-svg-on{stroke:currentColor;stroke:var(--rr--stroke-on-color,currentColor)}.rr--has-stroke .rr--hf-svg-off{stroke:currentColor;stroke:var(--rr--stroke-off-color,currentColor)}.rr--hf-svg-off .rr--svg,.rr--hf-svg-on .rr--svg{background-color:none;background-color:var(--rr--box-off-color,none)}.rr--has-border .rr--hf-svg-on .rr--svg{border-color:currentColor;border-color:var(--rr--border-on-color,currentColor)}.rr--has-border .rr--hf-svg-off .rr--svg{border-color:currentColor;border-color:var(--rr--border-off-color,currentColor)}.rr--dir-x .rr--hf-box-int .rr--svg{background:linear-gradient(90deg,none 50%,none 0);background:linear-gradient(to right,var(--rr--box-on-color,none) 50%,var(--rr--box-off-color,none) 50%)}[dir=rtl] .rr--dir-x .rr--hf-box-int .rr--svg{background:linear-gradient(270deg,none 50%,none 0);background:linear-gradient(to left,var(--rr--box-on-color,none) 50%,var(--rr--box-off-color,none) 50%)}.rr--dir-y .rr--hf-box-int .rr--svg{background:linear-gradient(180deg,none 50%,none 0);background:linear-gradient(to bottom,var(--rr--box-on-color,none) 50%,var(--rr--box-off-color,none) 50%)}.rr--hf-box-on .rr--svg{background-color:none;background-color:var(--rr--box-on-color,none)}.rr--hf-box-off .rr--svg{background-color:none;background-color:var(--rr--box-off-color,none)}.rr--hf-box-int .rr--svg,.rr--hf-box-off .rr--svg,.rr--hf-box-on .rr--svg{fill:none;fill:var(--rr--fill-off-color,none)}.rr--has-stroke .rr--hf-box-int .rr--svg,.rr--has-stroke .rr--hf-box-off .rr--svg,.rr--has-stroke .rr--hf-box-on .rr--svg{stroke:currentColor;stroke:var(--rr--stroke-off-color,currentColor)}.rr--has-border .rr--hf-box-int .rr--svg,.rr--has-border .rr--hf-box-on .rr--svg{border-color:currentColor;border-color:var(--rr--border-on-color,currentColor)}.rr--has-border .rr--hf-box-off .rr--svg{border-color:currentColor;border-color:var(--rr--border-off-color,currentColor)}.mobileDropdownDrawer_listItemStyle__sumyk span{font-size:15px;font-weight:500}.mobileDropdownDrawer_dropdownTitleStyle__kXAJW{padding:0!important}.customForm_custom_form_grid_style__dauaI{padding:20px!important}.customForm_custom_form_title_text_style__xk3CK{font-size:15px!important;font-weight:600!important}.customForm_custom_form_field_heading_style__mzp82{font-size:14px!important;font-weight:500!important}.customForm_custom_form_field_textfield__75n\+Q{border:none!important;border-radius:5px!important;box-shadow:0 0 2px #00000040!important;width:100%!important}.customForm_custom_form_field_textfield__75n\+Q fieldset{border:none!important}.customForm_custom_form_field_textfield__75n\+Q .MuiOutlinedInput-input{font-size:14px!important;font-weight:500!important;padding:11.5px 14px!important}.customForm_custom_form_field_textarea__PJ860{border:none!important;border-radius:5px!important;box-shadow:0 0 2px #00000040!important;box-sizing:border-box!important;font-size:14px!important;outline:none!important;padding:12px 14px!important;resize:vertical!important;width:100%!important}.customForm_custom_field_button_style__shMcT{font-size:14px!important;opacity:.5!important;padding:6px 20px!important;text-transform:none!important}.customForm_methodAutoComplete__RLKz9{box-shadow:0 0 3px #00000040!important;font-weight:500!important}.customForm_methodAutoComplete__RLKz9 .MuiOutlinedInput-root{padding:0 4px!important}.customForm_methodAutoComplete__RLKz9 .MuiInputBase-input{font-weight:500!important}.customForm_methodAutoComplete__RLKz9 .MuiAutocomplete-input{font-size:14px!important}.cartForm_cart_form_container_style__bbXTb{height:100%!important;max-height:100%!important;padding:15px 0!important;position:relative!important}.cartForm_cart_form_heading_text_style__l-axD{color:#000!important;font-size:15px!important;font-weight:600!important}.cartForm_cart_details_item_style__XvBAt{height:100%!important;max-height:calc(100% - 160px)!important;overflow:auto!important;padding:0 5px 5px!important}.cartForm_cart_details_item_style__XvBAt::-webkit-scrollbar{width:4px!important}.cartForm_cart_form_cta_button_style__x7x\+e,.cartForm_cart_form_product_total_price_style__gR3n-{font-size:14px!important;font-weight:600!important}.cartForm_cart_form_cta_button_style__x7x\+e{border-radius:5px!important;box-shadow:0 0 2px #00000040!important;opacity:.5!important;padding:6px 20px!important;text-transform:none!important}.cartForm_cart_form_details_card__xIXjB{background-color:#fff!important;border-bottom:1px solid #0000001a!important;border-radius:5px!important;padding:13px 10px!important}.cartForm_cart_form_product_name_style__rI0WU{color:#000!important;font-size:13px!important;font-weight:600!important}.cartForm_cart_form_product_price_style__L9tXD{color:#000!important;font-size:14px!important;font-weight:600!important}.cartForm_cart_form_product_initial_price_sytle__ukB-n{-webkit-line-clamp:3!important;color:#40b87b!important;display:-webkit-box!important;font-size:11px!important;font-weight:500!important;letter-spacing:.3px!important;overflow:hidden!important;text-align:end!important;text-overflow:ellipsis!important}.cartForm_cart_form_product_unit_style__DlTJb{color:#7a7a7a!important;font-size:10px!important;font-weight:500!important;overflow:hidden!important;text-align:end!important}.cartForm_cart_form_add_remove_button__PXOBs{min-width:0!important;padding:0 3px 2px!important;text-align:center!important}.cartForm_cart_add_remove_icons__danII{color:#40b87b!important;font-size:20px!important}.cartForm_cart_count_text_style__wjBkG{color:#40b87b!important;font-size:14px!important;font-weight:600!important}.cartForm_cart_add_remove_item_style__9cByx,.cartForm_cart_count_item_style__-6HJ4{border:1px solid #40b87b!important;border-radius:5px!important}.cartForm_cart_count_item_style__-6HJ4{min-width:0!important;min-width:40px!important;padding:1.5px 0!important;text-align:center!important}.cartForm_metadataStylesVariants__FqAua{color:#000!important;font-size:12px!important;font-weight:500!important}.cartForm_cart_product_variant_list__fjN6Y{-webkit-margin-before:0!important;-webkit-margin-after:0!important;-webkit-padding-start:25px!important;margin-block-end:0!important;margin-block-start:0!important;padding-inline-start:25px!important}.variantMenuCarousel_globalVariantTextField__p5Ohr{-webkit-line-clamp:3!important;display:-webkit-box!important;letter-spacing:"0.3px"!important;overflow:hidden!important;text-align:left;text-overflow:ellipsis!important}.variantMenuCarousel_productNameStyles__W\+odP{color:#000!important;font-size:14px!important;font-weight:600!important}.variantMenuCarousel_productCountryStyle__Cc1Ep{color:#7a7a7a!important;font-size:12px!important;font-weight:500!important}.variantMenuCarousel_primaryVariantFontStyle__eM6XY{font-size:14px!important;font-weight:600!important}.variantMenuCarousel_secondaryVariantFontStyle__SywS-{font-size:13px!important;font-weight:600!important}.variantMenuCarousel_productCategoryStyles__Ncv6Z{border-radius:5px!important;padding:4px 8px!important;white-space:nowrap!important}.variantMenuCarousel_ctaButtonStyles__ocR5F{border-radius:5px!important;font-size:14px!important;font-weight:500!important;margin-top:5px!important;opacity:.5!important;text-transform:none!important;width:100%!important}.variantMenuCarousel_addRemoveVarientsButton__amseK{min-width:0!important;padding:5px 18px!important;text-align:center}.extensionDrawer_extension_drawer_popup_style__vpAOR{border-radius:8px!important;box-shadow:0 0 3px #00000040!important;margin-left:6px!important;margin-top:-57px!important;padding:8px 15px!important}.extensionDrawer_extension_title_style__ABDhI{cursor:pointer!important;font-size:13px!important;font-style:italic!important;font-weight:500!important}.extensionDrawer_extension_form_grid_style__AblGI{height:100%!important;max-height:calc(100% - 10px)!important;padding:10px 5px!important;position:relative!important}.extensionDrawer_extensions_sub_fields_grid_style__A7xln{height:100%!important;max-height:350px!important;overflow:auto!important;padding:5px!important}.extensionDrawer_extensions_sub_fields_grid_style__A7xln::-webkit-scrollbar{width:4px!important}.extensionDrawer_extension_name_heading_style__\+klU1{color:#000!important;font-size:14px!important;font-weight:600!important}.extensionDrawer_extension_name_item_style__VGh0t,.extensionDrawer_selected_extension_item_style__trnTs{cursor:pointer!important;padding-bottom:10px!important}.extensionDrawer_extension_name_style__mBS4h,.extensionDrawer_selected_extension_name_style__JToAe{font-size:13px!important;font-weight:600!important}.extensionDrawer_extension_name_style__mBS4h{color:#000!important}.extensionDrawer_extension_name_heading_text_style__5kwcy{font-size:13px!important;font-weight:600!important}.extensionDrawer_extension_table_body_style__T\+suZ tr:nth-child(odd){background-color:#f7e9ff66!important}.extensionDrawer_extension_table_body_style__T\+suZ tr:nth-child(odd):hover{background-color:#fafafa!important}.extensionDrawer_extension_table_row_style__vgMBe:last-child td{border-bottom:none!important}.extensionDrawer_extension_table_row_style__vgMBe:hover{background-color:#fafafa!important}.extensionDrawer_extension_number_text_style__QIBtl{font-size:13px!important;font-weight:600!important}.extensionDrawer_extension_name_text_style__Fwkqs{color:#000!important}.extensionDrawer_extension_name_text_style__Fwkqs,.extensionDrawer_variant_name_text_style__OFnQe{font-size:13px!important;font-weight:500!important}.extensionDrawer_accordion_item_container__P8lId{height:100%!important;overflow:auto!important}.extensionDrawer_agentAccordion__M3JO7{margin:0!important}.extensionDrawer_accordion_global__O9tke{border:none!important;border-radius:10px!important;bottom:0!important;height:auto!important;max-width:100%!important;position:relative!important}.extensionDrawer_accordion_global__O9tke:before{background-color:#0000!important}.extensionDrawer_accordion_section_title__vlqtl{font-size:14px!important;font-weight:500!important}.extensionDrawer_accordion_question_style__vbh01{font-size:14px!important;font-weight:600!important}.extensionDrawer_accordion_answer_style__fpsex{font-size:14px!important}@media screen and (max-width:1220px){.extensionDrawer_extension_drawer_popup_style__vpAOR{padding:8px!important}}.tableFormat_table_name_heading_style__dq2Gv{color:#000!important;font-size:15px!important;font-weight:600!important}.tableFormat_table_format_popup_style__S5u5G{border-radius:8px!important;box-shadow:0 0 3px #00000040!important;gap:15px!important;margin-left:15px!important;padding:15px 20px!important}.tableFormat_table_sub_fields_grid_style__Ge\+If{height:100%!important;max-height:calc(100% - 100px)!important;overflow:auto!important;padding:5px!important}.tableFormat_table_sub_fields_grid_style__Ge\+If::-webkit-scrollbar{width:4px!important}.tableFormat_table_format_row_style__x4O2h:last-child td{border-bottom:none!important}.tableFormat_table_format_row_style__x4O2h:hover{background-color:#fafafa!important}.tableFormat_table_format_number_text_style__32DHv{font-size:14px!important;font-weight:600!important}.tableFormat_table_format_name_text_style__b2Ml6{color:#000!important;font-size:14px!important;font-weight:500!important}.tableFormat_table_format_container_style__hZ1RK{border:1px solid #e9e9e9!important;border-radius:5px!important;overflow:auto!important}.tableFormat_table_format_container_style__hZ1RK::-webkit-scrollbar{height:4px!important;width:4px!important}.tableFormat_table_format_container_style__hZ1RK .tableFormat_dt-layout-row__\+xjvv{display:none!important}.tableFormat_table_format_container_style__hZ1RK .tableFormat_dt-layout-table__fuHT0{display:block!important}.tableFormat_table_format_heading_cell_style__zLwo8{border-bottom:1px solid #e9e9e9!important;font-size:13.5px!important;font-weight:600!important;padding:10px 14px!important}.tableFormat_table_format_column_sticky_style__XTIbT{left:0!important;position:-webkit-sticky!important;position:sticky!important;z-index:2!important}.tableFormat_table_format_heading_style__XEIQC{z-index:5!important}.tableFormat_table_format_cell_style__dt\+Cd{border-bottom:1px solid #e9e9e9!important;font-size:13.5px!important;font-weight:500!important;padding:12px 14px!important}.emptyState_pageIconStyle__IRwMp{margin-bottom:15px!important}.emptyState_primaryActionBtnSpacing__iXJkS{margin:25px 0 15px!important}.fileUpload_fileUploadIconBtn__80E-n{color:#fff!important}.fileUpload_uploadFileBtn__fAaRm{color:#4c4a4d!important}.fileUpload_uploadFileIconGrid__DFZkC{display:flex!important;margin-right:7px!important}.fileUpload_browseFiletext__\+HBcq{padding-left:4px!important}.fileUpload_fileSizeLimitText__o3Qak{color:#7a7a7a!important;opacity:.8!important}.fileUpload_viewUploadedFileGrid__mMSrd{align-self:start!important;display:flex!important;margin-top:10px!important;width:100%!important}.fileUpload_uploadedFileAnchorTag__9oA99{color:inherit!important;text-decoration:none!important;text-decoration:initial!important;width:90%!important}.fileUpload_uploadedFileAnchorDiv__\+lnen{flex-wrap:wrap!important;white-space:nowrap!important;word-break:break-all!important}.fileUpload_uploadedFilePreviewImg__UuSaO{height:32px!important;margin-right:8px!important;width:32px!important}.fileUpload_uploadedFileNameText__6kWNL{white-space:pre-wrap!important}.fileUpload_fileErrorGridForIcon__1AJE\+{padding-top:3px!important;text-align:center!important}.fileUpload_fileErrorDivForIcon__Cu5kT{display:inline-block!important}.fileUpload_fileErrorMessageGrid__h1KfH{color:#c60000!important;padding-top:3px!important}.voiceagent_createVoiceAgentContainer__s7mgv{background-color:#fafafa!important;border-radius:10px!important}.voiceagent_voiceFormStyle__cGFeI{height:calc(100% - 70px)!important;overflow:auto!important;padding:12px!important}.voiceagent_voiceListStyle__aX2uZ{height:100%!important;overflow:auto!important;padding:3px 12px!important}.voiceagent_voiceFormButtonStyle__3s0km{padding:12px!important}.voiceagent_formHeadingStyle__k4X7N{color:#000!important;font-size:15px!important;font-weight:600!important}.voiceagent_templateGlobalDropdown__m0sBz{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 2px #00000080!important;font-size:15px!important}.voiceagent_templateGlobalDropdown__m0sBz .MuiSelect-select{font-weight:500!important;padding:12px 14px!important}.voiceagent_templateGlobalDropdown__m0sBz .MuiOutlinedInput-notchedOutline{border:none!important}.voiceagent_languageMenuStyle__8mDxs{font-weight:500!important}.voiceagent_agentTextAreaStyle__Lq5\+R{max-height:470px!important;min-height:130px!important;overflow:auto!important;resize:vertical!important}.voiceagent_agentTextAreaStyle__Lq5\+R .MuiOutlinedInput-notchedOutline,.voiceagent_agentTextFieldStyle__RdM\+O .MuiOutlinedInput-notchedOutline{border:none!important}.voiceagent_checkedIcon__lpYFC{padding:0 9px!important}.voiceagent_checkedIcon__lpYFC .MuiSvgIcon-root{fill:#6a097d}.voiceagent_autoComplete__Tb4Vy .MuiAutocomplete-input{font-size:15px!important;font-weight:500!important}.voiceagent_autoComplete__Tb4Vy{border-radius:10px!important;box-shadow:0 0 3px #00000040;box-sizing:border-box!important}.voiceagent_voiceAgentCardStyles__1wtyN{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 8px 0 #00000014!important;cursor:pointer!important;padding:15px!important;position:relative!important;width:300px!important}.voiceagent_voiceAgentNameStyle__I-FO9{-webkit-line-clamp:1!important;font-size:15px!important;font-weight:600!important}.voiceagent_voiceAgentDescStyle__TgzzN,.voiceagent_voiceAgentNameStyle__I-FO9{-webkit-box-orient:vertical!important;color:#000!important;display:-webkit-box!important;overflow:hidden!important;text-overflow:ellipsis!important}.voiceagent_voiceAgentDescStyle__TgzzN{-webkit-line-clamp:2!important;font-size:14px!important;font-weight:500!important}.voiceagent_voiceAgentTimeStyle__3m0QF{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important}.voiceagent_voiceAIIconStyle__9PFmf{align-items:center!important;background-color:#f7e9ff!important;border-radius:50%!important;display:flex!important;height:44px!important;justify-content:center!important;width:44px!important}.voiceagent_voiceMenuItemStyle__HigdA{font-size:14px!important;font-weight:600!important}.voiceagent_voiceCallPopupStyle__DlFxX{background:#fff!important}.voiceagent_notAllowedIconStyle__au4Cg{color:red!important;height:60px!important;width:60px!important}.voiceagent_voiceCallAllowedPopupStyle__ZhktH{background:#fafafa;min-height:230px!important;padding:20px 0!important}.voiceagent_voiceCallCallingPopupStyle__zzFvs{background:#fafafa;height:500px!important}.voiceagent_voiceAIPopupContentStyle__UI-c7{color:#000!important;font-size:16px!important;font-weight:500!important}.voiceagent_wpInitiatedCallStyle__eHaKT{background:#a7e3b0!important;border-radius:20px!important;box-shadow:0 0 2px #0003!important;left:20px!important;padding:6px 14px!important;position:absolute!important;top:20px!important}.voiceagent_wpCallStyle__D8wB5{color:green!important;font-size:14px!important;font-weight:500!important}.voiceagent_wpDurationStyle__CzB0u{color:#6a097d!important;font-size:14px!important;font-weight:500!important}.voiceagent_wpCallDurationStyle__jkURP{background:#fff!important;border-radius:20px!important;box-shadow:0 0 2px #0003!important;padding:4px 14px!important;position:absolute!important;right:20px!important;top:20px!important}.voiceagent_wpCallWabaName__CI-eb{color:#000!important;font-size:18px!important;font-weight:500!important}.voiceagent_wpCallWabaNumber__V\+b3E{color:#7a7a7a!important;font-size:14px!important;font-weight:500!important}.voiceagent_wpEndCallStyle__VkmbZ{bottom:20px!important;position:absolute!important;width:100%!important}.voiceagent_endCallIconStyle__F0EUk{align-items:center!important;background-color:red!important;border-radius:50%!important;cursor:pointer!important;display:flex!important;height:50px!important;justify-content:center!important;width:50px!important}.voiceagent_accountDPStyle__O0nA6{color:#54bb7e!important;height:120px!important;width:120px!important}.voiceagent_microPhoneIconStyle__yUgfD{align-items:center!important;background-color:#54bb7e!important;border-radius:50%!important;display:flex!important;height:60px!important;justify-content:center!important;width:60px!important}.voiceagent_allowMicrophoneStyle__9Ifl5{color:#000!important;font-size:16px!important;font-weight:600!important;text-align:center!important}.voiceagent_permissionErrorText__1QmRV{color:#c60000!important}.voiceagent_permissionGrantText__Sd3Yx{color:rgba(0,128,0,.584)!important}.voiceagent_permissionAccessText__MoYAR{color:#333!important}.voiceagent_permissionText__ymYSP{font-size:15px!important;font-weight:500!important;text-align:center!important}.voiceagent_micAccessFontStyle__TrGuA{color:#333!important;font-size:14px!important;font-weight:500!important}.voiceagent_micPermissionGlobalStyle__x\+Lfe{align-items:center!important;border-radius:8px!important;gap:12px!important;padding:16px!important}.voiceagent_permissionDeniedStyles__nh95q{background-color:#ffebee!important;border:2px solid #f44336!important}.voiceagent_permissionGrantStyles__njvmQ{background-color:#e3f2fd!important;border:2px solid #2196f3!important}.voiceagent_permissionGrantedStyles__Q9LKN{background-color:rgba(84,187,126,.188)!important;border:2px solid #69d898!important}.voiceagent_closeIconStyle__GV0k4{cursor:pointer!important;position:absolute!important;right:12px!important;top:-2px!important}@media screen and (min-width:0px)and (max-width:900px){.voiceagent_formHeadingStyle__k4X7N,.voiceagent_templateGlobalDropdown__m0sBz{font-size:14px!important}}@media screen and (max-width:1600px){.voiceagent_autoComplete__Tb4Vy .MuiAutocomplete-input{font-size:14px!important}}.threadViewSkeleton_skeletonContainer__hj9wY{background-color:#fff;display:flex;flex-direction:column;height:100%;overflow:hidden;width:100%}.threadViewSkeleton_header__SUUuY{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #e0e0e0;display:flex;flex-shrink:0;gap:12px;padding:15px}.threadViewSkeleton_headerInfo__eZHRA{display:flex;flex:1 1;flex-direction:column;gap:4px}.threadViewSkeleton_headerActions__szay9{align-items:center;display:flex;gap:8px}.threadViewSkeleton_messagesArea__xRguE{background-color:#ece5dd;flex:1 1;overflow:hidden;position:relative}.threadViewSkeleton_messagesContainer__w3ISD{display:flex;flex-direction:column;gap:16px;height:100%;overflow-y:auto;padding:16px}.threadViewSkeleton_messageRow__XXoLz{display:flex;gap:8px}.threadViewSkeleton_messageRowBot__Ch7Bk{justify-content:flex-start}.threadViewSkeleton_messageRowUser__ftdTX{justify-content:flex-end}.threadViewSkeleton_avatarSkeleton__ksDBG{flex-shrink:0;margin-top:auto}.threadViewSkeleton_inputArea__GINgz{align-items:center;background-color:#f0f2f5;border-top:1px solid #e0e0e0;display:flex;flex-shrink:0;gap:8px;padding:12px}.threadViewSkeleton_inputField__NtpbY{flex:1 1}.workflowCreate_popupTitleStyle__sov8k{color:#6a097d!important;font-size:17px!important;font-weight:600!important}.workflowCreate_popupDividerStyle__a8xSA{border:.2px solid #9d9d9d!important;color:#9d9d9d!important;opacity:.3!important}.workflowCreate_createWorkflowLabelStyle__Z5a99{color:#000!important;font-size:15px!important;font-weight:500!important}.workflowCreate_createGlobalTextField__w3cNn{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 3px #00000040!important;width:100%!important}.workflowCreate_createGlobalTextField__w3cNn fieldset{border:none!important;outline:none!important}.workflowCreate_createGlobalTextField__w3cNn .MuiOutlinedInput-input{font-size:15px!important;font-weight:500!important;padding:12.5px 14px!important}.workflowCreate_payloadTextField__eQxt7{border-radius:5px!important;box-shadow:0 0 2px #00000040!important;width:100%!important}.workflowCreate_payloadTextField__eQxt7 fieldset{border:none!important;outline:none!important}.workflowCreate_payloadTextField__eQxt7 .MuiOutlinedInput-input{font-size:15px!important;font-weight:400!important;padding:10.5px 14px!important}.workflowCreate_autoComplete__ewKyP .MuiAutocomplete-input{font-size:15px!important}.workflowCreate_autoComplete__ewKyP{box-shadow:0 0 3px #00000040;box-sizing:border-box!important}.workflowCreate_nodesListsItems__C53FN{min-width:350px!important}.workflowCreate_nodesListHeadingStyle__UTALO{color:#000!important;font-size:15px!important;font-weight:600!important}.workflowCreate_nodesGlobalItem__9lCN9{border-radius:10px!important;cursor:pointer!important;max-width:170px!important;min-width:150px!important;padding:15px!important}.workflowCreate_triggerNodeStyle__Ew7Gk{border:2px dashed #6a097d40!important}.workflowCreate_triggerNodeStyle__Ew7Gk:hover{background-color:#6a097d1a!important}.workflowCreate_nodeNameStyle__MO-KZ{color:#000!important;font-size:14px!important;font-weight:500!important}.workflowCreate_previewSectionStyle__nIsvO{background-color:#efefef!important;padding:25px 20px!important;transition:transform .4s ease-in-out!important;z-index:2!important}.workflowCreate_resetThreadTimerTextField__ofy1L{background-color:#fff!important;border-radius:4px!important;width:100px!important}.workflowCreate_resetThreadTimerTextField__ofy1L .MuiOutlinedInput-root{font-weight:500!important;letter-spacing:.13px!important;padding:0!important}.workflowCreate_resetThreadTimerTextField__ofy1L .MuiInputLabel-root{background-color:#fff!important;color:#0009!important;padding:0 4px!important}.workflowCreate_resetThreadTimerTextField__ofy1L .workflowCreate_MuiInputLabel-shrink__ggCL3{transform:translate(14px,-6px) scale(.75)!important}@keyframes workflowCreate_slideIn__AbzPR{0%{opacity:0;transform:translate(325px,-100px)}to{opacity:1;transform:translateY(-100px)}}@keyframes workflowCreate_slideOut__P9U4c{0%{opacity:1;transform:translateY(-100px)}to{opacity:0;transform:translate(325px,-100px)}}.workflowCreate_previewSectionHidden__Xe7xe{animation:workflowCreate_slideOut__P9U4c .6s ease-in-out forwards;display:none!important}.workflowCreate_previewSectionVisible__tguS3{animation:workflowCreate_slideIn__AbzPR .6s ease-in-out forwards;transform:translate(325px,-100px)}.workflowCreate_dividerStyle__IGKzc{border-style:initial;color:#b1b1b1;font-size:12px;font-weight:600;margin-top:9px!important}.workflowCreate_testResponseTextArea__091xH{font-size:14px!important}@media screen and (max-width:600px){.workflowCreate_nodesListsItems__C53FN{max-width:200px!important;min-width:170px!important}}@media screen and (max-width:1600px){.workflowCreate_autoComplete__ewKyP .MuiAutocomplete-input,.workflowCreate_createGlobalTextField__w3cNn .MuiOutlinedInput-input,.workflowCreate_payloadTextField__eQxt7 .MuiOutlinedInput-input{font-size:14px!important}}@media screen and (max-width:1000px){.workflowCreate_autoComplete__ewKyP .MuiAutocomplete-input,.workflowCreate_createGlobalTextField__w3cNn .MuiOutlinedInput-input,.workflowCreate_payloadTextField__eQxt7 .MuiOutlinedInput-input{font-size:14px!important}}@media screen and (max-width:900px){.workflowCreate_previewSectionStyle__nIsvO{background-color:#efefef!important;border-radius:10px 0 0 10px!important;box-shadow:0 6px 18px #0000001a!important;max-width:325px!important;min-height:50vh!important;padding:25px 20px!important;position:absolute!important;right:0!important;transition:transform .4s ease-in-out!important;z-index:2!important}}.workflowCreate_publishedStatus__oN5wf{color:#008069}.workflowCreate_draftStatus__WsRc6{color:orange}.workflowCreate_responseVariablePathText__Kg16X{font-size:13px!important}.workflowCreate_responseVariablePathEditIconGrid__SMpXL{opacity:0!important}.workflowCreate_responseVarEditPathContainer__QxWJG:hover .workflowCreate_responseVariablePathEditIconGrid__SMpXL{opacity:1!important}.workflowCreate_responseVariablePathEditIcon__7R5cj{color:#4c4a4d!important;cursor:pointer!important;height:16px!important;width:16px!important}.workflowCreate_responseVariablePathGrid__MOaEd{border:none!important;border-radius:5px!important;box-shadow:0 0 3px #00000040!important;font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.workflowCreate_editResVarIndexAutoComplete__aDT4F{display:inline!important}.workflowCreate_editResVarIndexAutoComplete__aDT4F .MuiAutocomplete-input{color:#298000!important;font-weight:500!important}.workflowCreate_editResVarIndexAutoComplete__aDT4F .MuiOutlinedInput-root{padding-right:25px!important;padding-block:0 2px!important}.workflowCreate_editResVarIndexAutoComplete__aDT4F .MuiTextField-root{margin:0 5px!important;width:90px!important}.workflowCreate_autocompleteBracket__ck-\+T{display:inline-block!important}.workflowCreate_stringSegmentTypography__jeE0i{white-space:pre!important}.workflowCreate_editResponseVarPathPopupBtnContainer__NV\+dE{padding:20px 0!important}.workflowCreate_iButton__20x25{height:20px!important;width:20px!important}.workflowCreate_assignVariableTableMaxHeight__gXXwJ{max-height:305px!important}.workflowCreate_triggerValueFreeSolo__joKlM{max-width:none!important;min-width:none!important}.workflowCreate_triggerValueFreeSolo__joKlM .MuiAutocomplete-clearIndicator{right:0!important}.workflowCreate_triggerValueFreeSolo__joKlM .MuiAutocomplete-tag{margin:2px 5px 0 0!important}.workflowCreate_triggerValueFreeSolo__joKlM .MuiAutocomplete-inputRoot{padding:5px!important}.workflowCreate_triggerValueFreeSolo__joKlM .MuiChip-label{white-space:normal!important}.workflowCreate_pressEnterTypography__X1xEZ{font-size:13px!important;font-weight:400!important}.workflowCreate_whatsappflowIFrame__UUpXl iframe{border:none!important;height:98%!important}.workflowCreate_conditionValueTextArea__aJ19x{border-radius:5px!important;font-weight:400!important;max-height:350px!important;min-height:50px!important}.workflowCreate_conditionValueFreeSolo__I1-Oh .MuiAutocomplete-input{padding:5.5px 4px 5.5px 5px!important}.workflowCreate_conditionValueTextForIntent__dVwCp{white-space:wrap!important;width:210px!important}.workflowCreate_conditionValueEmptyTextForIntent__xF7U4{color:#7a7a7a!important}.workflowCreate_editConditionIcon__oFbK-{display:flex!important;height:16px!important;width:16px!important}.workflowCreate_customConditionPopover__zZYjS{border:1px solid #e0e0e0!important;box-shadow:none!important}.workflowCreate_containsInArrayFieldChip__gvZmA{height:auto!important;margin-bottom:3px!important;padding:4px 0!important;white-space:normal!important;word-break:break-word!important}.workflowCreate_saveAdditionInfoAutoComplete__ZEBvX{min-width:150px!important}.workflowCreate_sameIntentExistTypography__eNtTA{color:#c60000!important;font-size:15px!important;font-weight:500!important}.workflowCreate_intentConditionSwitch__qhy4j{margin:8px!important}.workflowCreate_allowedFileTypeText__9F57n{color:#7a7a7a!important}.workflowCreate_removeEdgeWarningGrid__jrfWM{align-items:center!important;background-color:#fef2f2!important;border-radius:10px!important;flex-wrap:nowrap!important;padding:10px!important}.workflowCreate_removeEdgeWarningTypography__ZXBXo{color:#c60000!important}.dataconnector_templateSearchbarStyle__og1HI{background:#fff;position:-webkit-sticky;position:sticky;top:0}.dataconnector_docTitleTextStyle__IPMQ4{color:#4c4a4d;font-size:18px!important;font-weight:600}.dataconnector_featuredTemplateTileStyle__7D\+ES{align-items:center;border-radius:5px;box-shadow:0 0 4px 0 #d9d9d9;display:flex;height:54px;margin-right:10px!important;max-width:220px;width:100%}.dataconnector_newDocText__v98NQ{font-size:15px;font-weight:600}.dataconnector_docDescription__Hql-W{color:#7a7a7a;font-size:12px;font-weight:400}.dataconnector_docSectionTextStyle__iOHGH{color:#1f384c;font-size:15px;font-weight:600;margin-bottom:18px!important;margin-top:10px!important}.dataconnector_featureIconStyle__ilb2A{margin:15px!important}.dataconnector_categoryTileStyle__Tp2r0{border:1px solid #d9d9d9;border-radius:5px;color:#a5a5a5;font-size:15px;font-weight:400;margin-right:10px!important;padding:11px 18px}.dataconnector_categoryNameStyle__2ncWs{color:#4c4a4d!important;font-size:15px!important;font-weight:600!important;margin-top:20px!important}.dataconnector_categoryDescriptionStyle__ZTAVp{color:#7a7a7a;font-size:13px;font-weight:400;margin:10px 0 20px!important}.dataconnector_templateTileStyle__dG1Rg{border-radius:10px;box-shadow:0 0 15px 0 #00000014;margin-right:20px!important;max-width:299px!important;padding:25px}.dataconnector_templateTitleTextstyle__MEo1g{color:#4c4a4d;font-size:15px;font-weight:500;margin-bottom:10px!important}.dataconnector_templateDescriptionTextStyle__eBIv1{color:#7a7a7a;font-size:13px;font-weight:400}.dataconnector_templateIconStyle__9utfQ{margin-bottom:21px!important}.dataconnector_featuredTilesWrapper__yw7oW{margin-bottom:25px!important;margin-top:25px!important}.dataconnector_categoryListWrapper__mG6pn{background:#fff;position:-webkit-sticky;position:sticky;top:0}.dataconnector_newDocHeadTextItem__F84lx{color:#7a7a7a!important;margin:30px 0 10px!important}.dataconnector_newDocHeadText__YlfRx{font-size:16px!important;font-weight:600!important}.dataconnector_documentsTableItem__cu0v-{height:calc(100vh - 190px)!important}.dataconnector_dataConnectorDashboard__XA2Vm{padding:18px 25px 0 27px!important}.dataconnector_chatbotTitleSelect__yFSTl .MuiOutlinedInput-input{font-weight:600!important;width:100%!important}.dataconnector_chatbotTitleSelect__yFSTl .MuiOutlinedInput-root{padding:0!important}.dataconnector_chatbotTitleSelect__yFSTl .MuiAutocomplete-input{padding-bottom:0!important;padding-left:0!important}.dataconnector_chatbotTitleSelect__yFSTl .MuiAutocomplete-inputRoot{max-width:300px!important;padding:0 60px 0 0!important;width:100%!important}.dataconnector_chatbotTitleSelect__yFSTl fieldset{border:none!important}.dataconnector_globalAddConnectorButton__Nd4-N{margin:0!important;width:100%!important}.dataconnector_newConnectorBtn__ncpfR{align-items:center!important;background-color:#6a097d!important;border:none!important;border-radius:5px!important;box-shadow:0 0 4px 0 #00000040!important;color:#fff!important;padding:8px 10px!important;text-transform:capitalize!important}.dataconnector_methodAutoComplete__N6t9d{box-shadow:0 0 3px #00000040!important}.dataconnector_methodAutoComplete__N6t9d .MuiOutlinedInput-root{padding:5px!important}.dataconnector_methodAutoComplete__N6t9d .MuiAutocomplete-input{font-size:15px!important}.dataconnector_cmpCreateFormHeight__FSRhD{overflow:auto!important}.dataconnector_createDataConnectorBlock__P0ZaD{flex-wrap:nowrap!important;padding:27px!important}.dataconnector_dataConnectorLowerBlock__8jDvx{border-radius:10px!important;box-shadow:0 0 3px 0 #0003!important;max-height:calc(100vh - 140px)!important;overflow-y:scroll!important;padding:10px 15px 70px!important}.dataconnector_dataConnectorLowerBlock__8jDvx::-webkit-scrollbar{width:5px!important}.dataconnector_dataConnectorLowerBlock__8jDvx::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;outline:medium none invert!important;outline:initial!important}.dataconnector_cmpGlobalComponentBorderItem__Gk4f0{background:#fff!important;border-radius:10px!important;padding:0!important}.dataconnector_cbHeaderBreadCrumbsHeadText__WMKKe{color:#7a7a7a!important;font-size:13px!important;font-weight:600!important}.dataconnector_cbHeaderBreadCrumbsChatbotLabel__Gf6Jq{color:#1f384c!important;font-size:13px!important;font-weight:600!important}.dataconnector_cbHeaderBreadCrumbMainItem__EODes{margin:2px 0 0!important}.dataconnector_cbCancelButton__a1URL{background-color:#fff!important;border:1px solid #6a097d!important;border-radius:5px!important;color:#6a097d!important}.dataconnector_cbCancelButton__a1URL,.dataconnector_cbSaveButton__FwHYD{font-size:15px!important;font-weight:500!important;max-width:130px!important;text-transform:capitalize!important;width:130px!important}.dataconnector_cbSaveButton__FwHYD{background-color:#6a097d!important;border-radius:5px!important;color:#fff!important}.dataconnector_reqSectionTextStyle__gCQRP{color:#0a6add;font-size:15px;font-weight:600;margin-bottom:18px!important;margin-top:10px!important}.dataconnector_globalHeadRightSubItem__7Uiwb{margin:0!important}.dataconnector_createFormField__m9ZYH .MuiInputLabel-root{display:inline!important}.dataconnector_formFieldTitle__W-Zog{color:#000!important;font-size:16px!important;font-weight:500!important}.dataconnector_formFieldMethod__vy2Py .MuiOutlinedInput-root{padding:5px!important}.dataconnector_selectOptionTextStyle__F7Pq1{color:#000;font-size:15px;font-weight:500;margin-bottom:18px!important;margin-top:10px!important}.dataconnector_selectedOption__kt5ii{background-color:#fbf3ff!important;box-shadow:0 0 2px #6a097d!important;color:#6a097d!important}.dataconnector_nonSelectedOption__iiix-,.dataconnector_selectedOption__kt5ii{border-radius:4px!important;font-size:14px!important;font-weight:500!important;padding:8px 25px!important}.dataconnector_nonSelectedOption__iiix-{box-shadow:0 0 2px #0006!important;color:#000!important}.dataconnector_validationText__LsDbc{color:red!important;font-size:14px!important;font-weight:400!important;padding:5px 3px!important}.dataconnector_dataConnectorDescription__B\+eIN{border:none!important;border-radius:3px!important;box-shadow:0 0 3px 0 #00000040!important;box-sizing:border-box!important;outline:none!important;resize:vertical!important;width:100%}.dataconnector_text_area_style__N4T1g{color:rgba(0,0,0,.871)!important;font-size:16px!important;font-weight:400;height:auto;min-height:40px;overflow-y:scroll;padding:10px!important}.dataconnector_minHeight300__pdnhX{min-height:100px!important}.dataconnector_text_area_style__N4T1g::placeholder{font-family:inherit!important;min-height:40px!important;opacity:.5}@media screen and (min-width:600px)and (max-width:919px){.dataconnector_cmpCreateFormHeight__FSRhD{overflow:auto!important}.dataconnector_cmpGlobalComponentBorderItem__Gk4f0{padding:0!important}}@media screen and (min-width:320px)and (max-width:599px){.dataconnector_cmpGlobalComponentBorderItem__Gk4f0{max-height:calc(100vh - 160px)!important;overflow:auto!important;padding:0!important}}@media screen and (min-width:890px)and (max-width:900px){.dataconnector_cmpCreateFormHeight__FSRhD{overflow:auto!important}}@media screen and (max-width:900px)and (min-width:0px){.dataconnector_cbHeaderBreadCrumbsChatbotLabel__Gf6Jq,.dataconnector_cbHeaderBreadCrumbsHeadText__WMKKe{font-size:12px!important}.dataconnector_dataConnectorDashboard__XA2Vm{padding:20px 25px 0!important}.dataconnector_cbCancelButton__a1URL,.dataconnector_cbSaveButton__FwHYD{font-size:13px!important;max-width:100px!important;width:100px!important}.dataconnector_newConnectorBtn__ncpfR{padding:6px 10px!important}}@media screen and (min-width:0px)and (max-width:600px){.dataconnector_dataConnectorDashboard__XA2Vm{padding:5px 20px 0!important}.dataconnector_createDataConnectorBlock__P0ZaD{padding:20px!important}.dataconnector_dataConnectorLowerBlock__8jDvx{max-height:calc(100vh - 100px)!important}}@media screen and (max-width:1600px)and (min-width:901px){.dataconnector_cbHeaderBreadCrumbsChatbotLabel__Gf6Jq,.dataconnector_cbHeaderBreadCrumbsHeadText__WMKKe{font-size:12px!important}.dataconnector_cbCancelButton__a1URL,.dataconnector_cbSaveButton__FwHYD{font-size:13px!important;max-width:100px!important;width:100px!important}.dataconnector_newConnectorBtn__ncpfR{padding:6px 10px!important}}@media screen and (max-width:1600px){.dataconnector_formFieldTitle__W-Zog{font-size:15px!important}.dataconnector_methodAutoComplete__N6t9d .MuiAutocomplete-input,.dataconnector_text_area_style__N4T1g{font-size:14px!important}}.dataconnector_gapAlignment__NVSgv{gap:15px!important}.dataconnector_primaryColor__BP3fx{color:#6a097d!important}@media screen and (max-width:420px){.dataconnector_createFormField__m9ZYH{padding:3px!important}}.dataconnector_flagAdminOnlySwitch__t6332{margin:0 0 4px 4px!important}.renderCustomOption_newTagNameUlElement__eJe7S{background:#fff;border-radius:0 0 5px 5px;bottom:-44px;box-shadow:0 2px 1px -1px #0003,0 1px 1px 0 #00000024,0 1px 3px 0 #0000001f;margin:0;padding:0;position:fixed;width:100%;z-index:2}.renderCustomOption_addTagListItem__dg19-{align-items:center!important;box-sizing:border-box!important;color:#6a097d!important;cursor:pointer!important;display:flex!important;gap:5px!important;max-height:auto!important;outline:none!important;padding:10px 16px!important}.dataconnectorform_globalHeadMainItemRightContainer__OU5pf{margin-bottom:0!important}.dataconnectorform_dataConnectorHeaderText__NeFDK{color:#6a097d!important;font-size:17px!important;font-weight:600!important}.dataconnectorform_dataconnectorHeaderDivider__CxOXV{color:#b3b3b3!important;margin-top:20px!important;opacity:.6!important}.dataconnectorform_dataConnectorPopupSpacing__el6DE{max-width:600px!important;padding:25px!important}.dataconnectorform_dataConnectorFormPopup__\+6SJd{overflow:auto!important}.dataconnectorform_dataConnectorPopupBorderItem__a0SGU{background:#fff!important;border-radius:10px!important}.dataconnectorform_autoComplete__ecrmL .MuiAutocomplete-input{font-size:15px!important}.dataconnectorform_autoComplete__ecrmL{box-shadow:0 0 3px #00000040;box-sizing:border-box!important}.dataconnectorform_checkBox__YoG\+V .Mui-checked{color:#6a097d!important}.dataconnectorform_checkBox__YoG\+V{align-items:center!important;display:flex!important}.dataconnectorform_ctTextarea__q32RK{border:1px solid #d9d9d9!important;border-radius:5px!important;box-shadow:0 0 5px 0 #0000000d!important;box-sizing:border-box!important;color:#4c4a4d!important;font-size:15px!important;font-weight:500!important;outline:none!important;padding:14px!important;width:100%!important}.dataconnectorform_ctTextarea__q32RK::placeholder{color:#0006!important;opacity:.9!important}.dataconnectorform_autocompleteValues__-uNWA{background-color:#fff!important;border:#ccc!important;border-radius:4px;box-shadow:0 0 3px 0 #00000040;box-sizing:border-box!important;font-weight:500;letter-spacing:.13px!important;min-height:52px!important;outline:none!important;padding:0 4px!important;width:100%!important}.dataconnectorform_autocompleteValues__-uNWA::placeholder{font-size:15px!important;font-weight:500!important}.dataconnectorform_autocompleteValues__-uNWA .MuiChip-deleteIcon{color:#010101!important;font-size:16px!important}.dataconnectorform_autocompleteValues__-uNWA .MuiFormControl-root{background:#fff;border:none!important;border-radius:4px;min-height:52px}.dataconnectorform_autocompleteValues__-uNWA .MuiAutocomplete-tag{margin:6px!important}.dataconnectorform_autocompleteValues__-uNWA .MuiAutocomplete-inputRoot{padding:0!important}.dataconnectorform_autocompleteValues__-uNWA input{border:none!important;color:rgba(0,0,0,.871)!important}.dataconnectorform_autocompleteValues__-uNWA .MuiOutlinedInput-notchedOutline{border:none!important}.dataconnectorform_autocompleteValues__-uNWA .MuiInputBase-input{font-family:inherit!important;font-size:15px!important;font-weight:500;min-height:52px!important;padding:0 10px!important}.dataconnectorform_autocompleteValues__-uNWA .MuiOutlinedInput-root{background:#fff;min-height:52px!important}.dataconnectorform_autocompleteValues__-uNWA .MuiChip-root{background-color:#fff!important;border:1px solid #e1cee5!important;border-radius:6px!important;font-size:15px!important;font-weight:500}.dataconnectorform_autocompleteValues__-uNWA .dataconnectorform_MuiListSubheader-sticky__dmVUL{padding-left:12px!important}.dataconnectorform_text_area_style__lzg4O{height:auto;overflow-y:scroll}@media screen and (max-width:420px){.dataconnectorform_dataConnectorPopupSpacing__el6DE{padding:20px 12px!important}}.dataconnectorform_saveAddMemberBtnLowOpacity__Z6RQI{opacity:.5!important}.template_templateWrapper__9zPee{overflow:scroll}.template_templateSearchbarStyle__mABDP{background:#fff}.template_featuredTemplateTileStyle__rRUn5{border-radius:5px;box-shadow:0 0 4px 0 #d9d9d9;color:#4c4a4d;font-size:15px;font-weight:600;margin-bottom:10px!important;margin-right:15px!important;padding:15px!important}.template_featuredTemplateTileStyle__rRUn5:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.251)}.template_featureIconStyle__ZG8Yc{height:18px;width:18px}.template_categoryTileStyle__zkjlm{border:1px solid #d9d9d9;border-radius:5px;color:#4c4a4d;font-size:15px;font-weight:400;margin-bottom:20px!important;margin-right:10px!important;padding:11px 18px}.template_categoryTileStyle__zkjlm:hover,.template_selectedCategoryTileStyle__toc0k{background:#6a097d;border:1px solid #d9d9d9;border-radius:5px;color:#fff;font-size:15px;font-weight:400;margin-bottom:20px!important;margin-right:10px!important;padding:11px 18px}.template_categoryNameStyle__8O49f{color:#000!important;font-size:15px!important;font-weight:600!important;margin:0 0 1px!important}.template_categoryDescriptionStyle__4zN8p{color:#7a7a7a;font-size:13px;font-weight:500;margin:1px 0 20px!important}.template_templateTileStyle__SX3yt{border-radius:10px;box-shadow:0 0 7px 0 rgba(0,0,0,.078);height:190px;margin-bottom:15px!important;margin-right:20px!important;padding:20px 25px}.template_templateTileStyle__SX3yt:hover{box-shadow:0 0 3px 0 #6a097d}.template_templateTitleTextstyle__-PKbY{color:#4c4a4d;font-size:15px;font-weight:500;margin-bottom:10px!important}.template_templateDescriptionTextStyle__dr9fz{color:#7a7a7a;font-size:14px;font-weight:400}.template_templateIconStyle__eMA1r{margin-bottom:10px!important}.template_featuredTilesWrapper__pjys\+{margin-bottom:5px!important}.template_categoryListWrapper__pl57n{background:#fff}.template_hideFeatureBtnItem__JEmJp{margin:0 0 10px!important;text-align:end!important}.template_hideFeatureUpIconBtn__6J1uM{color:#6a097d!important;font-size:13px!important;font-weight:600!important;justify-content:end;text-transform:none!important}.template_categoryListDropDown__y949O{background:#fff;border-radius:5px;box-shadow:0 0 2px 0 #00000040}.template_categodydropdowntextfield__N9EKq .template_MuiIconButton-root__BMwC5{padding:0!important}.template_tempSearchbarItemPersonaList__iyvsD,.template_tempSearchbarItem__GGnVl{text-align:end!important}.template_titleSticky__fTT7F{background-color:#fff!important;top:40px!important;z-index:10!important}.template_stickyCategory__zkuk\+{position:-webkit-sticky!important;position:sticky!important;top:150px!important}.template_templateMainItem__iW7N8{background-color:#fff!important;height:calc(100vh - 300px)!important;z-index:1!important}.template_featuredTemplateViewAllStyle__PqqDl{background:#f6f2f9;box-shadow:0 0 2px 0 #6a097d}.template_bannerImgDesktop__G4BMP{border-radius:10px;object-fit:fill;width:inherit}.template_bannerImgMobile__dJOQv{display:none}.template_headerToolbar__IecEL{margin:0 auto!important;width:95%!important}.template_featuredTemplateImgItem__e5t4U{display:flex}.template_templateDescOverflowStyle__ldiYp{-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important;text-overflow:ellipsis!important}.template_cbtMainHead__FKitg{color:#4c4a4d;font-size:18px;font-weight:600;margin-bottom:8px!important}.template_noDataFoundItem__\+5Pqa{align-items:center;display:flex;height:calc(100vh - 250px)!important}.template_tempCardsMainItem__AwYbP{margin:0 0 5px!important}.template_templatCategoryMainHeadingItem__gm50N{margin:10px 0 15px!important}.template_templatCardMainHeadingItem__uvtve{margin:10px 0!important}.template_templatCardMainHeading__v3yMh{color:#1f384c!important;font-size:15px!important;font-weight:600!important}.template_homeTableSubHeading__hRR8E{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important}.template_HomeTableHeadingMainItem__VN91z{margin:0 0 15px!important}.template_homeWelcomeText__atT5n{color:#1f384c!important;font-size:14px!important;font-weight:600!important}.template_homeWelcomeHighlightedText__KCITD{color:#6a097d!important;font-size:14px!important;font-weight:600!important}.template_HomeBannerBgDesktopItem__8gTGy{background-image:url(/static/media/HomeDesktopBanner.a3f6d7bb3677bb46b41f.png);height:auto!important}.template_HomeBannerBgDesktopItem__8gTGy,.template_HomeBannerBgHomeItem__cSq1L{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;border-radius:10px!important;object-fit:fill!important;width:100%!important}.template_HomeBannerBgHomeItem__cSq1L{background-image:url(/static/media/HomeMobileBanner.9de087bac25bb38c8a3f.png);display:none!important;height:auto}.template_HomeBannerMainText__zxUIx{color:#fff!important;font-size:16px!important;font-weight:600!important}.template_HomeBannerSubText__6Hooz{color:#fff!important;font-size:14px!important;font-weight:400!important}.template_HomeBannerBtn__MGQQT{background:#f7e9ff!important;border-radius:5px!important;color:#6a097d!important;font-size:14px!important;font-weight:600!important;text-transform:none!important}.template_cfcMainItem__dxvVW{background-color:#fbf4ff!important;cursor:pointer}.template_cfcMainText__8hWiG{color:#000!important;font-size:15px!important;font-weight:500!important}.template_cfcSubtext__qPIBT{-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;color:#7a7a7a!important;display:-webkit-box!important;font-size:14px!important;font-weight:400!important;overflow:hidden!important;text-overflow:ellipsis!important}.template_cfcItemSpacing__OdkN2{margin-bottom:10px!important}.template_newDocumentPopup__JBEn3 .MuiPaper-elevation{margin:30px 100px!important;max-width:100%!important;min-height:20%!important;min-width:20%!important}.template_newDocumentPopup__JBEn3 .MuiPaper-root::-webkit-scrollbar{width:4px}.template_newDocumentPopup__JBEn3 .MuiPaper-root::-webkit-scrollbar-track{background:#f3f5f9}.template_newDocumentPopup__JBEn3 .MuiPaper-root::-webkit-scrollbar-thumb{background-color:#6a097d;border-radius:20px}.template_addChatbotIcon__zDZfT{display:none!important}.template_sampleChatbotsGrid__wtGjS{padding:20px 10px!important;width:100%!important}.template_listsMainContainer__3jInj{max-height:calc(100vh - 190px)!important;overflow:auto!important;padding:10px 5px!important;width:100%!important}.template_mainScreenPadding__oi\+oy{padding:18px 22px 25px 27px!important}.template_sampleChatbotPadding__kNEtp{padding:0 0 0 30px}@media screen and (min-width:950px)and (max-width:1200px){.template_listsMainContainer__3jInj{max-height:calc(100vh - 210px)!important}}@media screen and (min-width:0px)and (max-width:950px){.template_newDocumentPopup__JBEn3 .MuiPaper-elevation{margin:30px 10px!important}.template_sampleChatbotsGrid__wtGjS{padding:0!important}.template_chatbotGrid__H46Fm{padding:20px 20px 10px!important}}@media screen and (min-width:0px)and (max-width:900px){.template_addChatbotBtn__0Qbu8{display:none!important}.template_addChatbotIcon__zDZfT{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 4px 0 #00000040!important;color:#6a097d!important;display:flex!important;padding:4.5px 8px!important}}@media screen and (min-width:599px)and (max-width:899px){.template_headRightSubItem__NUJ-Q{max-width:250px!important}}@media screen and (min-width:320px)and (max-width:600px){.template_headRightSubItem__NUJ-Q{max-width:225px!important}.template_chatbotGrid__H46Fm{padding:20px!important}.template_templateSearchbarStyle__mABDP{margin:0 0 10px!important}.template_featureItem__fqjze{margin-top:15px!important}.template_HomeBannerBgHomeItem__cSq1L{display:block!important}.template_HomeBannerBgDesktopItem__8gTGy{display:none!important}.template_listsMainContainer__3jInj{max-height:calc(100vh - 210px)!important}}@media screen and (min-width:0px)and (max-width:369px){.template_dashboardChildSectionTextStyle__\+xk6Y{font-size:14px}.template_hideFeatureBtnItem__JEmJp{max-width:38%!important}}@media screen and (min-width:900px)and (max-width:1200px){.template_tempBlogCards__Jfl\+v{flex-wrap:wrap!important}}@media screen and (min-width:320px)and (max-width:900px){.template_templateTileStyle__SX3yt{border-radius:10px;box-shadow:0 0 15px 0 #00000014;height:190px;margin-bottom:15px!important;margin-right:0!important;padding:20px}.template_featuredTilesWrapper__pjys\+{margin-bottom:5px!important}}@media screen and (min-width:320px)and (max-width:600px){.template_featuredTemplateImgItem__e5t4U{width:100%!important}.template_featuredTemplateTileStyle__rRUn5{margin:10px 0!important;padding:15px!important}.template_featureTemplateAlignment__wehGt{justify-content:space-between}.template_fetureTempleLength__KY41w{max-width:47%!important;min-width:47%!important}.template_bannerImgDesktop__G4BMP{display:none}.template_bannerImgMobile__dJOQv{border-radius:10px;display:flex!important;object-fit:fill;width:inherit}}@media screen and (min-width:600px)and (max-width:1200px){.template_bannerImgDesktop__G4BMP{display:none}.template_bannerImgMobile__dJOQv{border-radius:10px;display:flex!important;object-fit:fill;width:inherit}}.template_menuStyleSidePanel__sPOY8{box-shadow:0 0 4px 0 #6a097d}.whatsappCampaignAnalysisStyle_campaignNameStyles__Bi-3\+{font-size:17px!important;font-weight:500!important}.whatsappCampaignAnalysisStyle_campaignStatusStyle__xfWco{border-radius:200px!important;padding:2px 8px 4px!important}.whatsappCampaignAnalysisStyle_campaignStatusTextStyle__g5NnV{font-size:13px!important;font-weight:500!important}.whatsappCampaignAnalysisStyle_commonCardStyles__zbFqe{background-color:#fff!important;border-radius:10px!important;cursor:pointer!important;max-width:200px!important;min-width:200px!important;padding:25px!important;position:relative!important}.whatsappCampaignAnalysisStyle_cardHeadingTextStyle__Vgl53{color:#1c1c1c!important;font-size:14px!important;font-weight:500!important}.whatsappCampaignAnalysisStyle_cardValueTextStyle__1mTAa{color:#1c1c1c!important;font-size:24px!important;font-weight:600!important}.whatsappCampaignAnalysisStyle_headingDetailsStyle__EI5vk{color:#000!important;font-size:16px!important;font-weight:600!important}.whatsappCampaignAnalysisStyle_campaginDetailsContainer__INuiq{border-right:1px solid #b8b8b880!important}.whatsappCampaignAnalysisStyle_campaignDetailStyle__iAPPW{border:1px solid #e9e9e9!important;border-bottom:none!important;border-radius:5px!important}.whatsappCampaignAnalysisStyle_detailsKeyContainer__CDIxp{background-color:#f8f8f8!important;border-bottom:1px solid #e9e9e9!important;border-right:1px solid #e9e9e9!important;padding:14px!important}.whatsappCampaignAnalysisStyle_detailsKeyTextStyle__EOi7R{color:#000!important;font-size:15px!important;font-weight:500!important;word-break:break-word!important}.whatsappCampaignAnalysisStyle_detailsValueContainer__1taO6{border-bottom:1px solid #e9e9e9!important;padding:14px!important}.whatsappCampaignAnalysisStyle_statusKeyStyle__Ouyi1{color:#6a097d!important;font-size:15px!important;font-weight:500!important}.whatsappCampaignAnalysisStyle_statusValueStyle__6D-n-{color:#000!important;font-size:15px!important;font-weight:500!important}.whatsappCampaignAnalysisStyle_cardComponentSectionStyle__QIO9s{background-color:#f7e9ff40!important;border-radius:10px!important;padding:25px!important}.whatsappCampaignAnalysisStyle_filterStatusCheckBox__YZ-zE{padding:0!important}.whatsappCampaignAnalysisStyle_redirectingText__HSvGD{font-style:italic}.whatsappCampaignAnalysisStyle_pieChartContainer__y2MOE{background-color:#f7f9fb!important;border-radius:10px!important;height:100%!important;padding:20px!important}@media screen and (max-width:1000px){.whatsappCampaignAnalysisStyle_pieContainer__de7JK,.whatsappCampaignAnalysisStyle_pieLabelContainer__Elqn4{padding:15px 0!important}}@media screen and (max-width:1600px){.whatsappCampaignAnalysisStyle_campaignNameStyles__Bi-3\+{font-size:16px!important}.whatsappCampaignAnalysisStyle_headingDetailsStyle__EI5vk{font-size:15px!important}.whatsappCampaignAnalysisStyle_detailsKeyTextStyle__EOi7R{font-size:14px!important}.whatsappCampaignAnalysisStyle_detailsKeyContainer__CDIxp,.whatsappCampaignAnalysisStyle_detailsValueContainer__1taO6{padding:12px 14px!important}}@media screen and (max-width:1200px){.whatsappCampaignAnalysisStyle_campaginDetailsContainer__INuiq{border-right:none!important}.whatsappCampaignAnalysisStyle_campaignNameStyles__Bi-3\+{font-size:16px!important}}@media screen and (max-width:900px){.whatsappCampaignAnalysisStyle_campaignNameStyles__Bi-3\+{font-size:15px!important}.whatsappCampaignAnalysisStyle_headingDetailsStyle__EI5vk{font-size:14px!important}.whatsappCampaignAnalysisStyle_detailsKeyTextStyle__EOi7R{font-size:13px!important}.whatsappCampaignAnalysisStyle_detailsKeyContainer__CDIxp,.whatsappCampaignAnalysisStyle_detailsValueContainer__1taO6{padding:10px 14px!important}}@media screen and (max-width:768px){.whatsappCampaignAnalysisStyle_commonCardStyles__zbFqe{min-width:150px!important;padding:20px!important}.whatsappCampaignAnalysisStyle_cardValueTextStyle__1mTAa{font-size:22px!important}.whatsappCampaignAnalysisStyle_cardComponentSectionStyle__QIO9s{padding:15px!important}}@media screen and (max-width:400px){.whatsappCampaignAnalysisStyle_commonCardStyles__zbFqe{max-width:140px!important;min-width:140px!important}}.whatsappCampaignAnalysisStyle_dateRangePickerClass__rju0c .DateRangePicker_picker{left:-388px!important;top:52px!important;z-index:100!important}.whatsappCampaignAnalysisStyle_dateRangePickerClass__rju0c .DateInput_input{font-size:14px!important;font-weight:500!important;max-width:90px!important;padding:8px 8px 5px!important}.whatsappCampaignAnalysisStyle_dateRangePickerClass__rju0c .DateRangePickerInput_arrow{font-size:14px!important;font-weight:500!important}@media screen and (min-width:600px)and (max-width:1000px){.whatsappCampaignAnalysisStyle_dateRangePickerClass__rju0c .DateRangePicker_picker{left:-90px!important}}@media screen and (min-width:600px)and (max-width:768px){.whatsappCampaignAnalysisStyle_dateRangePickerClass__rju0c .DateRangePicker_picker{left:-87px!important;top:52px!important}}@media screen and (min-width:0px)and (max-width:600px){.whatsappCampaignAnalysisStyle_dateRangePickerClass__rju0c .DateRangePicker_picker{left:-2px!important;top:52px!important}}.webhookStyle_configuredWebhookTitle__ZtRql{font-size:15px!important;font-weight:600!important}.webhookStyle_webhookTableContainer__72gsH{border:1px solid #e9e9e9!important;border-radius:5px!important;box-sizing:border-box!important;max-width:100%!important;overflow:auto!important}.webhookStyle_alreadyConfiguredChip__ez3K1{border:1px solid #0fb915!important;border-radius:6px!important;color:#0fb915!important;padding:6px 10px!important}.webhookStyle_validJsonTypography__GYit2{color:#c60000!important;font-size:13px!important;font-weight:500!important}.webhookStyle_sampleResponseJsonTextArea__ThSR2{max-height:none!important}.react-flow{--xy-edge-stroke-default:#b1b1b7;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#555;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#ffffff80;--xy-minimap-background-color-default:#fff;--xy-minimap-mask-background-color-default:#f0f0f099;--xy-minimap-mask-stroke-color-default:#0000;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#e2e2e2;--xy-minimap-node-stroke-color-default:#0000;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#0000;--xy-background-pattern-dots-color-default:#91919a;--xy-background-pattern-lines-color-default:#eee;--xy-background-pattern-cross-color-default:#e2e2e2;--xy-node-color-default:inherit;--xy-node-border-default:1px solid #1a192b;--xy-node-background-color-default:#fff;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #00000014;--xy-node-boxshadow-selected-default:0 0 0 0.5px #1a192b;--xy-node-border-radius-default:3px;--xy-handle-background-color-default:#1a192b;--xy-handle-border-color-default:#fff;--xy-selection-background-color-default:#0059dc14;--xy-selection-border-default:1px dotted #0059dccc;--xy-controls-button-background-color-default:#fefefe;--xy-controls-button-background-color-hover-default:#f4f4f4;--xy-controls-button-color-default:inherit;--xy-controls-button-color-hover-default:inherit;--xy-controls-button-border-color-default:#eee;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#fff;--xy-edge-label-color-default:inherit;--xy-resize-background-color-default:#3367d9;background-color:var(--xy-background-color-default);background-color:var(--xy-background-color,var(--xy-background-color-default));direction:ltr}.react-flow.dark{--xy-edge-stroke-default:#3e3e3e;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#727272;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#96969640;--xy-minimap-background-color-default:#141414;--xy-minimap-mask-background-color-default:#3c3c3c99;--xy-minimap-mask-stroke-color-default:#0000;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#2b2b2b;--xy-minimap-node-stroke-color-default:#0000;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#141414;--xy-background-pattern-dots-color-default:#777;--xy-background-pattern-lines-color-default:#777;--xy-background-pattern-cross-color-default:#777;--xy-node-color-default:#f8f8f8;--xy-node-border-default:1px solid #3c3c3c;--xy-node-background-color-default:#1e1e1e;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #ffffff14;--xy-node-boxshadow-selected-default:0 0 0 0.5px #999;--xy-handle-background-color-default:#bebebe;--xy-handle-border-color-default:#1e1e1e;--xy-selection-background-color-default:#c8c8dc14;--xy-selection-border-default:1px dotted #c8c8dccc;--xy-controls-button-background-color-default:#2b2b2b;--xy-controls-button-background-color-hover-default:#3e3e3e;--xy-controls-button-color-default:#f8f8f8;--xy-controls-button-color-hover-default:#fff;--xy-controls-button-border-color-default:#5b5b5b;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#141414;--xy-edge-label-color-default:#f8f8f8}.react-flow__background{background-color:var(--xy-background-color-default);background-color:var(--xy-background-color-props,var(--xy-background-color,var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{height:100%;left:0;position:absolute;top:0;width:100%}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{pointer-events:none;transform-origin:0 0;z-index:2}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke-default);stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width-default);stroke-width:var(--xy-edge-stroke-width,var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke-default);stroke:var(--xy-connectionline-stroke,var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width-default);stroke-width:var(--xy-connectionline-stroke-width,var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;pointer-events:none;position:absolute}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path,.react-flow__edge.selected .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected-default);stroke:var(--xy-edge-stroke-selected,var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke-default);stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke-default);fill:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{overflow:visible;position:absolute;z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{box-sizing:border-box;cursor:default;pointer-events:all;position:absolute;transform-origin:0 0;-webkit-user-select:none;user-select:none}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{pointer-events:none;transform-origin:left top;z-index:3}.react-flow__nodesselection-rect{cursor:grab;pointer-events:all;position:absolute}.react-flow__handle{background-color:var(--xy-handle-background-color-default);background-color:var(--xy-handle-background-color,var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color,var(--xy-handle-border-color-default));border-radius:100%;height:6px;min-height:5px;min-width:5px;pointer-events:none;position:absolute;width:6px}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{cursor:crosshair;pointer-events:all}.react-flow__handle-bottom{bottom:0;left:50%;top:auto;transform:translate(-50%,50%)}.react-flow__handle-top{left:50%;top:0;transform:translate(-50%,-50%)}.react-flow__handle-left{left:0;top:50%;transform:translate(-50%,-50%)}.react-flow__handle-right{right:0;top:50%;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{margin:15px;position:absolute;z-index:5}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.bottom.center,.react-flow__panel.top.center{left:50%;transform:translateX(-15px) translateX(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{background:var(--xy-attribution-background-color-default);background:var(--xy-attribution-background-color,var(--xy-attribution-background-color-default));font-size:10px;margin:0;padding:2px 3px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{pointer-events:none}.react-flow__edgelabel-renderer,.react-flow__viewport-portal{height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;user-select:none;width:100%}.react-flow__minimap{background:var(--xy-minimap-background-color-default);background:var(
    --xy-minimap-background-color-props,var(--xy-minimap-background-color,var(--xy-minimap-background-color-default))
  )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var(--xy-minimap-mask-background-color-default);fill:var(
      --xy-minimap-mask-background-color-props,var(--xy-minimap-mask-background-color,var(--xy-minimap-mask-background-color-default))
    );stroke:var(--xy-minimap-mask-stroke-color-default);stroke:var(
      --xy-minimap-mask-stroke-color-props,var(--xy-minimap-mask-stroke-color,var(--xy-minimap-mask-stroke-color-default))
    );stroke-width:var(--xy-minimap-mask-stroke-width-default);stroke-width:var(
      --xy-minimap-mask-stroke-width-props,var(--xy-minimap-mask-stroke-width,var(--xy-minimap-mask-stroke-width-default))
    )}.react-flow__minimap-node{fill:var(--xy-minimap-node-background-color-default);fill:var(
      --xy-minimap-node-background-color-props,var(--xy-minimap-node-background-color,var(--xy-minimap-node-background-color-default))
    );stroke:var(--xy-minimap-node-stroke-color-default);stroke:var(
      --xy-minimap-node-stroke-color-props,var(--xy-minimap-node-stroke-color,var(--xy-minimap-node-stroke-color-default))
    );stroke-width:var(--xy-minimap-node-stroke-width-default);stroke-width:var(
      --xy-minimap-node-stroke-width-props,var(--xy-minimap-node-stroke-width,var(--xy-minimap-node-stroke-width-default))
    )}.react-flow__background-pattern.dots{fill:var(--xy-background-pattern-dots-color-default);fill:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-dots-color-default))
    )}.react-flow__background-pattern.lines{stroke:var(--xy-background-pattern-lines-color-default);stroke:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-lines-color-default))
    )}.react-flow__background-pattern.cross{stroke:var(--xy-background-pattern-cross-color-default);stroke:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-cross-color-default))
    )}.react-flow__controls{box-shadow:var(--xy-controls-box-shadow-default);box-shadow:var(--xy-controls-box-shadow,var(--xy-controls-box-shadow-default));display:flex;flex-direction:column}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{align-items:center;background:var(--xy-controls-button-background-color-default);background:var(--xy-controls-button-background-color,var(--xy-controls-button-background-color-default));border:none;border-bottom:1px solid var(
        --xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default))
      );color:var(--xy-controls-button-color-default);color:var(
      --xy-controls-button-color-props,var(--xy-controls-button-color,var(--xy-controls-button-color-default))
    );cursor:pointer;display:flex;height:26px;justify-content:center;padding:4px;-webkit-user-select:none;user-select:none;width:26px}.react-flow__controls-button svg{fill:currentColor;max-height:12px;max-width:12px;width:100%}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-group,.react-flow__node-input,.react-flow__node-output{background-color:var(--xy-node-background-color-default);background-color:var(--xy-node-background-color,var(--xy-node-background-color-default));border:var(--xy-node-border,var(--xy-node-border-default));border-radius:var(--xy-node-border-radius-default);border-radius:var(--xy-node-border-radius,var(--xy-node-border-radius-default));color:var(--xy-node-color-default);color:var(--xy-node-color,var(--xy-node-color-default));font-size:12px;padding:10px;text-align:center;width:150px}.react-flow__node-default.selectable:hover,.react-flow__node-group.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover-default);box-shadow:var(--xy-node-boxshadow-hover,var(--xy-node-boxshadow-hover-default))}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected-default);box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color-default);background-color:var(--xy-node-group-background-color,var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color-default);background:var(--xy-selection-background-color,var(--xy-selection-background-color-default));border:var(--xy-selection-border,var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var(--xy-controls-button-background-color-hover-default);background:var(
        --xy-controls-button-background-color-hover-props,var(--xy-controls-button-background-color-hover,var(--xy-controls-button-background-color-hover-default))
      );color:var(--xy-controls-button-color-hover-default);color:var(
        --xy-controls-button-color-hover-props,var(--xy-controls-button-color-hover,var(--xy-controls-button-color-hover-default))
      )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var(
        --xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default))
      )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.bottom,.react-flow__resize-control.top{cursor:ns-resize}.react-flow__resize-control.bottom.right,.react-flow__resize-control.top.left{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:var(--xy-resize-background-color-default);background-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border:1px solid #fff;border-radius:1px;height:5px;translate:-50% -50%;width:5px}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.bottom.left,.react-flow__resize-control.handle.top.left{left:0}.react-flow__resize-control.handle.bottom.right,.react-flow__resize-control.handle.top.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border-style:solid;border-width:0}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{height:100%;top:0;transform:translate(-50%);width:1px}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.bottom,.react-flow__resize-control.line.top{height:1px;left:0;transform:translateY(-50%);width:100%}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color-default);fill:var(--xy-edge-label-background-color,var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color-default);fill:var(--xy-edge-label-color,var(--xy-edge-label-color-default))}body,html{box-sizing:border-box;font-family:sans-serif;margin:0}#app{height:100vh;width:100vw}.button-edge__label{pointer-events:all;position:absolute;transform-origin:center}.button-edge__label-visible{opacity:1}.button-edge__label-not-visible{opacity:0}.button-edge__button{align-items:center;background-color:#f3f3f4;border:5px solid #f7f9fb;border-radius:50%;cursor:pointer;display:flex;font-size:20px;height:35px;justify-content:center;padding-top:0;width:35px}.button-edge__button:hover{color:#000}.react-flow__edge.selectable.selected .react-flow__edge-path,.react-flow__edge.selectable:hover .react-flow__edge-path{stroke:red}.leftSectionComponent_instaGlobalSectionLeftItem__y74aY{background-color:#fdfdfd!important;box-shadow:20px 10px 20px #0000001a!important;height:100%!important;max-height:100vh!important;overflow-y:hidden!important;transition:all .4s ease-in-out!important;z-index:3!important}.leftSectionComponent_absoultePositioningStyle__Sc-xn{position:absolute}.leftSectionComponent_absoultePositioningStyle__Sc-xn.leftSectionComponent_openPositioningStyle__76t4s{left:100%!important}.leftSectionComponent_absoultePositioningStyle__Sc-xn.leftSectionComponent_closePositioningStyle__O0GM4{left:0!important}.leftSectionComponent_instaGlobalSectionLeftItem__y74aY.leftSectionComponent_open__ReG2n{max-width:467px!important;width:467px!important}.leftSectionComponent_instaGlobalSectionLeftItem__y74aY.leftSectionComponent_close__Vf0Te{max-width:0!important;width:0!important}.leftSectionComponent_noEventsTextStyle__xXW-J{color:#000!important;font-size:16px!important;font-weight:500!important;white-space:nowrap!important}@media screen and (max-width:1200px)and (min-width:900px){.leftSectionComponent_instaGlobalSectionLeftItem__y74aY.leftSectionComponent_open__ReG2n{max-width:325px!important;width:325px!important}}@media screen and (max-width:600px){.leftSectionComponent_instaGlobalSectionLeftItem__y74aY.leftSectionComponent_open__ReG2n{max-width:300px!important;width:300px!important}}.workflowForm_headerFormItemStyle__dK74h{padding:20px!important}.workflowForm_headerFormTextStyle__MAlWy{font-size:17px!important;font-weight:600!important;word-break:break-all!important}.workflowForm_bodyFormHeadingStyle__iMdg8{line-height:24px!important}.workflowForm_configuredIntentTitle__m5uU6{font-size:15px!important;font-weight:700!important;line-height:24px!important}.workflowForm_fieldHeadingStyle__RiqLz{color:#7a7a7a!important;font-size:15px!important;font-weight:600!important;line-height:24px!important}.workflowForm_bodyFormComponents__HxA8\+{height:100%!important;overflow-y:auto!important;padding:10px 20px!important}.workflowForm_contentBlockGlobalStyle__6dKP9{border:2px dashed #afafaf80!important;border-radius:10px!important;cursor:pointer!important;padding:15px 20px!important}.workflowForm_contentBlockHeadingStyle__ILcoT{color:#000!important;font-size:15px!important;font-weight:600!important}.workflowForm_contentBlockSubHeadingStyle__jrtiZ{color:#7a7a7a!important;font-size:14px!important;font-weight:500!important}.workflowForm_editActionIcon__7Y3PK{cursor:pointer!important;display:flex!important;height:16px!important;width:16px!important}.workflowForm_resetVariableTitle__Mg6yD{color:#4c4a4d!important}.workflowForm_resetVariableDivider__nWVQp{border:.1px solid #9d9d9d!important;color:#9d9d9d!important;opacity:.2!important}.workflowForm_contentBlockGlobalStyle__6dKP9:hover{background-color:#0000000d!important}.workflowForm_listItemsStyle__nlsFn .MuiListItemText-primary{flex-wrap:nowrap!important;font-size:14px!important;font-weight:600!important;width:100%!important;word-break:break-word!important}.workflowForm_mainBlock__ZpVxM .MuiPaper-root{box-shadow:0 0 4px 0 #00000040;left:50%!important;margin-top:0;max-width:400px;overflow:visible;position:relative;top:50%!important}.workflowForm_stepsTextStyle__3IiNi{color:#000!important;font-size:16px!important;font-weight:600!important}.workflowForm_dataSavedTextStyle__QYaQg{color:#7a7a7a!important;display:flex;flex-wrap:nowrap;font-size:15px!important;font-weight:600!important;gap:4px}.workflowForm_dataSavedValueStyle__w910A{color:#3d5b99!important;font-size:15px!important;font-weight:600!important}.workflowForm_stepEditIcon__FFbFg{color:#000!important;cursor:pointer!important;height:18px!important;width:18px!important}.workflowForm_stepNameTextfield__XjBBP{border:none!important;width:100%!important}.workflowForm_stepNameTextfield__XjBBP fieldset{border:none!important;padding:0!important}.workflowForm_stepNameTextfield__XjBBP .MuiInputBase-root{min-width:0!important;width:auto!important}.workflowForm_stepNameTextfield__XjBBP .MuiOutlinedInput-input{background-color:#fafafa!important;border:none!important;border-radius:5px!important;box-shadow:0 0 2px #00000040;color:#000!important;font-size:17px!important;font-weight:600!important;outline:none!important;padding:4px 8px!important}.workflowForm_deploymentInfoFields__FjQ71{padding:2px 4px!important}.workflowForm_webhookPathTypography__jXxco{max-width:370px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.workflowForm_editIcon__CjZi8{cursor:pointer!important;display:flex!important;height:16px!important;width:16px!important}.workflowForm_exceptionTitle__Z1Zyl{font-size:15px!important;font-weight:500!important;line-height:20px!important}.workflowForm_handleErrorTitle__YtOmW{font-size:15px!important;font-weight:600!important}.workflowForm_nodeIsUsedInExceptionTypography__fAGf-{font-size:15px!important;font-weight:500!important}.workflowForm_addIntentText__ok6DO{color:blue!important;font-size:15px!important;font-weight:600!important}@media screen and (max-width:900px){.workflowForm_mainBlock__ZpVxM .MuiPaper-root{left:10vw!important;top:30vh!important}}.workflowForm_editIntentIcon__X1hJX{cursor:pointer!important;display:flex!important;height:16px!important;width:16px!important}.workflowForm_actionDivider__GjeyW{margin-block:18px!important;opacity:.7!important}.workflowForm_intentContentBlock__75X2v{padding:2px 4px!important}.workflowForm_intentContentBlock__75X2v:hover{background-color:#00000005!important}.workflowForm_delayTimerField__9pkRK{background:#fff!important;display:flex;justify-content:space-around;width:100%}.workflowForm_delayTimerField__9pkRK fieldset{border-color:initial!important;border-width:0!important}.workflowForm_delayTimerField__9pkRK .MuiFormHelperText-root{font-size:13px;margin-left:0!important}.workflowForm_delayTimerField__9pkRK .MuiInputBase-input{border-radius:3px;box-shadow:0 0 2px 0 #0009;padding:8px!important}@media screen and (max-width:1600px){.workflowForm_delayTimerField__9pkRK .MuiInputBase-input{font-size:14px!important;padding:11px!important}.workflowForm_smartDelayTableBodyCell__HLxr3{font-size:13px!important}}.workflowForm_smartDelayTableBodyCell__HLxr3{color:#373737!important;font-size:14px!important;font-weight:500!important;padding:12px!important;white-space:wrap!important}@media screen and (max-width:1000px){.workflowForm_smartDelayTableBodyCell__HLxr3{font-size:13px!important}}.workflowForm_smartDelayTableHead__xLwL-{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:2!important}.workflowForm_memoizedSMartDelayTableRow__395qG{display:flex!important;position:absolute!important;width:100%!important}.workflowForm_refreshContactListIcon__Igh-B{color:#7a7a7a!important;cursor:pointer!important;display:flex!important;height:20px!important;width:20px!important}.workflowForm_contactListAnchorTag__TmB5B{color:blue!important}.instagramStepComponent_stepComponentsHeadingStyle__-o3P8{font-size:18px!important;font-weight:700!important;line-height:24px!important}.instagramStepComponent_stepComponentsSubHeadingStyle__9-DRa{font-size:14px!important;font-weight:500!important;line-height:22px!important}.instagramStepComponent_optionsContainer__lkhLf{background-color:#f1f1f1!important;border-radius:6px!important;padding:12px!important}.instagramStepComponent_templatesContainer__ayxfi{background-color:#fff!important;border-radius:6px!important;box-shadow:0 0 3px #00000026!important;padding:12px!important}.instagramStepComponent_optionNameTextStyle__iZIHr{font-size:15px!important;font-weight:500!important;line-height:20px!important}.instagramStepComponent_selectedPostContainerStyle__cUdT0{border-radius:6px!important;cursor:pointer!important;outline:2px solid #0084ff!important}.instagramStepComponent_postContainerStyle__xW755{border-radius:6px!important;cursor:pointer!important}.instagramStepComponent_optionNameTextStyle__iZIHr .MuiFormControlLabel-label{font-size:15px!important;font-weight:500!important;line-height:20px!important}.instagramStepComponent_optionNameCheckBoxStyle__uj2zf .MuiFormControlLabel-label{font-size:14px!important;font-weight:500!important;line-height:20px!important}.instagramStepComponent_optionNameCheckBoxStyle__uj2zf .MuiCheckbox-root{padding:0 7px!important;vertical-align:middle!important}.instagramStepComponent_optionNameTextStyle__iZIHr .MuiRadio-root{padding:2px 7px 0!important;vertical-align:middle!important}.instagramStepComponent_optionNameTextStyle__iZIHr svg{color:#6a097d!important;height:20px!important;width:20px!important}.instagramStepComponent_enterWordTextField__LkYtV{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 2px #00000040!important;width:100%!important}.instagramStepComponent_enterWordTextField__LkYtV fieldset{border:none!important;outline:none!important}.instagramStepComponent_enterWordTextField__LkYtV .MuiOutlinedInput-input{font-size:14px!important;font-weight:500!important}.instagramStepComponent_enterWordTextAreaField__xf9JV{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 2px #00000040!important;width:100%!important}.instagramStepComponent_enterWordTextAreaField__xf9JV fieldset{border:none!important;outline:none!important}.instagramStepComponent_enterWordTextAreaField__xf9JV .MuiInputBase-multiline{align-items:start!important;display:flex!important;font-size:14px!important;font-weight:500!important;min-height:80px!important;padding:10.5px 14px!important}.instagramStepComponent_replySectionTextStyle__vCv6E{color:#7a7a7a!important;font-size:13px!important;font-weight:400!important;line-height:16px!important}.instagramStepComponent_exampleWordsTextStyle__8-nRM{color:#7a7a7a!important;font-size:15px!important;font-weight:500!important;line-height:20px!important}.instagramStepComponent_exampleWordsChips__5Q0U4{background-color:#f7e9ff!important;border-radius:12px!important;box-shadow:0 0 2px #6a097d80!important;color:#6a097d!important;cursor:pointer!important;font-size:14px!important;margin-right:6px!important;padding:3px 10px!important}.instagramStepComponent_initialMessageTextFieldStyle__rvQe8{background:#f1f1f1!important;border-radius:6px!important;width:100%!important}.instagramStepComponent_initialMessageTextFieldStyle__rvQe8 fieldset{border:none!important;outline:none!important}.instagramStepComponent_initialMessageTextFieldStyle__rvQe8 .MuiOutlinedInput-input{font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.instagramStepComponent_initialMessageTextAreaStyle__ZB2-F{background:#f1f1f1!important;border-radius:6px!important;min-height:80px!important;width:100%!important}.instagramStepComponent_initialMessageTextAreaStyle__ZB2-F fieldset{border:none!important;outline:none!important}.instagramStepComponent_initialMessageTextAreaStyle__ZB2-F .MuiInputBase-multiline{align-items:start!important;box-sizing:border-box!important;display:flex!important;font-size:14px!important;font-weight:500!important;min-height:80px!important;padding:10.5px 14px!important}.instagramStepComponent_customMessageTextAreaStyle__HNCr0{background:#f1f1f1!important;border-radius:6px!important;box-shadow:0 0 2px #00000026!important;min-height:80px!important;width:100%!important}.instagramStepComponent_customMessageTextAreaStyle__HNCr0 fieldset{border:none!important;outline:none!important}.instagramStepComponent_customMessageTextAreaStyle__HNCr0 .MuiInputBase-multiline{align-items:start!important;box-sizing:border-box!important;display:flex!important;font-size:14px!important;font-weight:500!important;min-height:80px!important;padding:10.5px 14px!important}.instagramStepComponent_customMessageTextAreaStyle__HNCr0 .Mui-disabled{-webkit-text-fill-color:#000!important;color:#000!important}.instagramStepComponent_otherSubHeadingTextStyle__aDSBy{color:#666!important;display:flex!important;font-size:13px!important;font-weight:500!important;margin-top:2px!important}.instagramStepComponent_templatePreviewComponentStyle__wC7re{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 2px #00000040!important;cursor:pointer!important;padding:5px 0!important}.instagramStepComponent_templateButtonPosition__Klblt{position:absolute!important;right:0!important;top:42px!important}.templates_templateDropdownItem__9tYSH{margin:0 auto!important}.templates_templateSubHeadtext__vHX6c{color:#938f8e!important;font-size:14px!important;font-weight:500!important}.templates_templateLink__gS0a\+{color:#1976d2!important;text-decoration:none!important}.templates_templateLink__gS0a\+:hover{text-decoration:underline!important}.templates_templateHeadtext__LBXI3{color:#000!important;font-size:16px!important;font-weight:500!important}.templates_templateDropdown__fFZpo .templates_MuiOutlinedInput-notchedOutline__ynks2{border:none!important;outline:none!important}.templates_templateFieldBetweenSpacing__C8Enc{margin:2px 0!important}.templates_templateGlobalDropdown__KFe63{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 2px #00000080!important;font-size:15px!important}.templates_templateGlobalDropdown__KFe63 .templates_MuiSelect-select__zjUYJ{padding:12px 14px!important}.templates_templateGlobalTextfield__YtsXG{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 2px #00000080!important}.templates_templateGlobalTextfield__YtsXG input{padding:12px 14px!important}.templates_templateGlobalTextarea__qmr5o,.templates_templateGlobalTextfield__YtsXG input,.templates_templateGlobalTextfield__YtsXG textarea{font-size:15px!important;font-weight:500!important}.templates_templateGlobalTextarea__qmr5o{background-color:#fff!important;border:none!important;border-radius:10px!important;box-shadow:0 0 2px #00000080!important;box-sizing:border-box!important;outline:none!important;padding:15px!important;resize:vertical!important;width:100%!important}.templates_templateGlobalTextarea__qmr5o::placeholder{opacity:.6!important}.templates_callToActionButton__R0nIJ{border:1px solid #000!important;border-radius:5px!important;color:#000!important;font-size:15px!important;font-weight:500!important;text-transform:none!important}.templates_tempContactItem__O1Wm4{border-radius:3px;box-shadow:0 0 3px 0 #00000040!important}.templates_templateSubmitBtnGrid__nhRfF{bottom:20px!important;position:fixed!important}.templates_templateSubmitBtn__m1-22{background-color:#6a097d!important;border-radius:5px!important;color:#fff!important;font-size:15px!important;font-weight:500!important;max-width:auto!important;text-align:center!important;text-transform:none!important}.templates_leftBlock__iOuhW{overflow-y:scroll!important;padding-right:20px!important;padding-top:12px!important}.templates_leftBlock__iOuhW::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.templates_leftBlock__iOuhW::-webkit-scrollbar{width:5px!important}.templates_cbDetailsPreviewMainItem__NgV3e{background-color:#fff;position:absolute;right:0;top:16px;z-index:2}.templates_categoryFields__eSl7u{border-radius:5px!important;box-shadow:0 0 2px #00000080!important;color:#6a097d!important;font-size:15px!important;padding:8px 20px!important}.templates_variableDisclaimerText__JH1l9{font-size:14px!important}.templates_variableInfoIcon__dH\+OO{cursor:pointer!important;font-size:17px!important;margin-left:7px!important}.templates_variableDisclaimerIcon__4CMi5{color:#d69d00!important;display:flex!important;font-size:22px!important}.templates_addButtonStyles__ctN8y{background-color:#fff!important;border:1px solid #6a097d!important;color:#6a097d!important;font-weight:600!important;text-transform:inherit!important}.templates_tipButtonStle__f0Qtw{color:#7a7a7a!important;font-size:15px!important;font-weight:500!important}.templates_callToActionGridStyle__RN8iE{border-radius:5px!important;box-shadow:0 0 3px #0003!important;margin:15px 0!important;padding:20px!important;position:relative!important}.templates_callToActionGridStyleCarousel__q1Seu{border-radius:5px!important;box-shadow:0 0 3px #0003!important;margin:10px 0!important;padding:20px!important}.templates_callToActionTextStyle__sHnkt{font-size:16px!important;font-weight:500!important;margin:10px 0 25px!important}.templates_callToActionTrackingStyle__DqidB{font-size:16px!important;font-weight:500!important;position:absolute!important;right:20px!important;top:35px!important}.templates_switchStyles__EyB9D .MuiSwitch-thumb,.templates_switchStyles__EyB9D .MuiSwitch-track{background-color:#7a7a7a!important}.templates_newSwitchStyles__yIbT6 .Mui-checked .MuiSwitch-thumb{background-color:#6a097d!important}.templates_callToActionTextStyleCarousel__ZochT{font-size:16px!important;font-weight:500!important}.templates_closeActionButton__MlLmh{background-color:#f0f0f0!important;border-radius:50%!important;cursor:pointer!important;padding:7px!important;transform:translateY(45%)!important}.templates_closeActionButtonMobile__d6CtJ{display:none!important}.templates_cbPreviewMainItem__xsUti{background-color:#f6f6f6;padding:15px 0!important}.templates_callToActionAutocomplete__5oW1o{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 2px #00000080!important}.templates_callToActionAutocomplete__5oW1o fieldset{border:none!important;outline:none!important}.templates_callToActionAutocomplete__5oW1o input{font-weight:15px!important;font-weight:500!important}.templates_interactiveMessageFontStyle__JKmmB .MuiFormControlLabel-label{font-size:16px!important;font-weight:500!important}.templates_visitWebsiteVariableText__2BpT-{align-items:center!important;display:flex!important;font-size:15px!important;gap:2px!important;margin-top:33px!important}@media screen and (max-width:1200px)and (min-width:600px){.templates_cbDetailsPreviewMainItem__NgV3e{top:0}}@media screen and (min-width:901px)and (max-width:1600px){.templates_leftBlock__iOuhW{padding:5px 15px 0 5px!important}.templates_templateHeadtext__LBXI3{font-size:15px!important;font-weight:600!important}.templates_templateSubHeadtext__vHX6c{font-size:13px!important}.templates_categoryFields__eSl7u{font-size:14px!important;padding:6px 10px!important}.templates_templateGlobalTextfield__YtsXG input,.templates_templateGlobalTextfield__YtsXG textarea{font-size:14px!important;font-weight:500!important}.templates_templateGlobalDropdown__KFe63{font-size:14px!important}.templates_templateGlobalTextarea__qmr5o{font-size:14px!important;font-weight:500!important}.templates_callToActionButton__R0nIJ,.templates_variableDisclaimerText__JH1l9{font-size:13px!important}.templates_variableDisclaimerIcon__4CMi5{font-size:20px!important;margin-top:3px!important}.templates_addButtonStyles__ctN8y{font-size:13px}.templates_tipButtonStle__f0Qtw{font-size:14px!important}.templates_mobileViewActions__F5Ziv{border-radius:5px!important;box-shadow:0 0 3px #0003!important;margin-bottom:20px!important;padding:20px!important;position:relative!important}.templates_callToActionGridStyleCarousel__q1Seu,.templates_callToActionGridStyle__RN8iE{border-radius:5px!important;box-shadow:none!important;margin:5px 0!important;padding:10px 0!important}.templates_callToActionTextStyle__sHnkt{margin:0 0 20px!important}.templates_callToActionTextStyleCarousel__ZochT,.templates_callToActionTextStyle__sHnkt{font-size:14px!important;font-weight:600!important}.templates_closeActionButton__MlLmh{display:none!important}.templates_closeActionButtonMobile__d6CtJ{background-color:#f0f0f0!important;border-radius:50%!important;cursor:pointer!important;display:flex!important;padding:3px!important;position:absolute!important;right:15px!important;top:10px!important;z-index:1!important}.templates_templateSubmitBtn__m1-22{font-size:13px!important;font-weight:500!important}.templates_callToActionAutocomplete__5oW1o{font-size:14px!important}}@media screen and (min-width:601px)and (max-width:900px){.templates_leftBlock__iOuhW{padding:5px 20px 0 5px!important}.templates_templateHeadtext__LBXI3{font-size:15px!important;font-weight:600!important}.templates_templateSubHeadtext__vHX6c{font-size:13px!important}.templates_categoryFields__eSl7u{font-size:14px!important;padding:6px 10px!important}.templates_templateGlobalTextfield__YtsXG input,.templates_templateGlobalTextfield__YtsXG textarea{font-size:14px!important;font-weight:500!important}.templates_templateGlobalDropdown__KFe63{font-size:14px!important}.templates_templateGlobalTextarea__qmr5o{font-size:14px!important;font-weight:500!important}.templates_callToActionButton__R0nIJ,.templates_variableDisclaimerText__JH1l9{font-size:13px!important}.templates_variableDisclaimerIcon__4CMi5{font-size:20px!important;margin-top:3px!important}.templates_addButtonStyles__ctN8y{font-size:13px}.templates_tipButtonStle__f0Qtw{font-size:14px!important}.templates_mobileViewActions__F5Ziv{border-radius:5px!important;box-shadow:0 0 3px #0003!important;margin-bottom:20px!important;padding:20px!important;position:relative!important}.templates_callToActionGridStyleCarousel__q1Seu,.templates_callToActionGridStyle__RN8iE{border-radius:5px!important;box-shadow:none!important;margin:5px 0!important;padding:10px 0!important}.templates_callToActionTextStyle__sHnkt{margin:0 0 20px!important}.templates_callToActionTextStyleCarousel__ZochT,.templates_callToActionTextStyle__sHnkt{font-size:14px!important;font-weight:600!important}.templates_closeActionButton__MlLmh{display:none!important}.templates_closeActionButtonMobile__d6CtJ{background-color:#f0f0f0!important;border-radius:50%!important;cursor:pointer!important;display:flex!important;padding:3px!important;position:absolute!important;right:15px!important;top:10px!important;z-index:1!important}.templates_templateSubmitBtn__m1-22{font-size:13px!important;font-weight:500!important}.templates_callToActionAutocomplete__5oW1o{font-size:14px!important}}@media screen and (min-width:0px)and (max-width:600px){.templates_leftBlock__iOuhW{padding:5px 20px 5px 5px!important}.templates_templateHeadtext__LBXI3{font-size:14px!important;font-weight:600!important}.templates_templateSubHeadtext__vHX6c{font-size:13px!important}.templates_categoryFields__eSl7u{font-size:14px!important;padding:6px 10px!important}.templates_templateGlobalTextfield__YtsXG input,.templates_templateGlobalTextfield__YtsXG textarea{font-size:13px!important;font-weight:500!important}.templates_templateGlobalDropdown__KFe63{font-size:13px!important}.templates_templateGlobalTextarea__qmr5o{font-size:13px!important;font-weight:500!important}.templates_callToActionButton__R0nIJ,.templates_variableDisclaimerText__JH1l9{font-size:13px!important}.templates_variableDisclaimerIcon__4CMi5{font-size:20px!important;margin-top:3px!important}.templates_addButtonStyles__ctN8y{font-size:13px}.templates_tipButtonStle__f0Qtw{font-size:14px!important}.templates_mobileViewActions__F5Ziv{border-radius:5px!important;box-shadow:0 0 3px #0003!important;margin-bottom:20px!important;padding:20px!important;position:relative!important}.templates_callToActionGridStyleCarousel__q1Seu,.templates_callToActionGridStyle__RN8iE{border-radius:5px!important;box-shadow:none!important;margin:5px 0!important;padding:10px 0!important}.templates_callToActionTextStyle__sHnkt{margin:0 0 20px!important}.templates_callToActionTextStyleCarousel__ZochT,.templates_callToActionTextStyle__sHnkt{font-size:14px!important;font-weight:600!important}.templates_closeActionButton__MlLmh{display:none!important}.templates_closeActionButtonMobile__d6CtJ{background-color:#f0f0f0!important;border-radius:50%!important;cursor:pointer!important;display:flex!important;padding:3px!important;position:absolute!important;right:15px!important;top:10px!important;z-index:1!important}.templates_templateSubmitBtn__m1-22{font-size:13px!important;font-weight:500!important}.templates_callToActionAutocomplete__5oW1o{font-size:13px!important}.templates_cbDetailsPreviewMainItem__NgV3e{top:0}}@media screen and (max-width:900px){.templates_templatePayloadGridMobileStyle__Iu5dA{background-color:#f7e9ff26!important;border-radius:5px!important;padding:25px 10px 10px!important;position:relative!important}.templates_closePayloadStyle__l2ejL{position:absolute!important;right:5px!important;top:5px!important}}.chatbotWhatsAppIntegrationSetup_setUpTitle__-W1ER{font-size:16px!important;font-weight:600!important}.chatbotWhatsAppIntegrationSetup_setUpValue__DB\+a\+{font-size:14px!important;font-weight:500!important}.chatbotWhatsAppIntegrationSetup_setUpContent__Htxnd{color:#026666!important;font-size:13px!important;font-weight:400!important}.chatbotWhatsAppIntegrationSetup_integrateButtonGrid__P\+RKK{align-items:center!important;border-top:1px solid #e1dcdc;display:flex!important;justify-content:center!important;padding-block:20px!important}.chatbotWhatsAppIntegrationSetup_viewIntegrationButtonGrid__k\+JZZ{align-items:center!important;color:#6a097d!important;display:flex!important;font-weight:600!important;justify-content:end!important;padding-block:20px!important}.chatbotWhatsAppIntegrationSetup_integrateGridStyles__XwMHS{width:100%!important}.chatbotWhatsAppIntegrationSetup_integrateSkipButtonGrid__ad8z0{align-items:center!important;display:flex!important;justify-content:space-between!important;padding-block:10px 20px!important}.chatbotWhatsAppIntegrationSetup_setUpIndex__pChso{color:#16097d!important;font-size:16px!important;font-weight:600!important}.chatbotWhatsAppIntegrationSetup_setUpIndexGrid__6nfLv{background-color:#dfecff!important;border-radius:50%!important;padding:4px 12px!important}.chatbotWhatsAppIntegrationSetup_tipStyle__vr1Im{color:#026666!important;font-size:14px!important;font-weight:600!important}.chatbotWhatsAppIntegrationSetup_listSteps__D4zo6{color:#026666!important;list-style:inside!important;list-style-type:disc!important}.chatbotWhatsAppIntegrationSetup_stepsValue__MHrSc{color:#026666!important}.chatbotWhatsAppIntegrationSetup_listSteps__D4zo6 li{margin-block:10px!important}.chatbotWhatsAppIntegrationSetup_linkItems__MmvAj{text-decoration:none!important}@media screen and (min-width:901px)and (max-width:1200px){.chatbotWhatsAppIntegrationSetup_setUpValue__DB\+a\+{font-size:13px!important}.chatbotWhatsAppIntegrationSetup_setUpTitle__-W1ER{font-size:15px!important}.chatbotWhatsAppIntegrationSetup_setUpIndex__pChso{font-size:14px!important}.chatbotWhatsAppIntegrationSetup_setUpIndexGrid__6nfLv{padding:2px 10px!important}.chatbotWhatsAppIntegrationSetup_listSteps__D4zo6,.chatbotWhatsAppIntegrationSetup_stepsValue__MHrSc{font-size:14px!important;font-weight:400!important}}@media screen and (min-width:601px)and (max-width:900px){.chatbotWhatsAppIntegrationSetup_setUpValue__DB\+a\+{font-size:13px!important}.chatbotWhatsAppIntegrationSetup_setUpTitle__-W1ER{font-size:15px!important}.chatbotWhatsAppIntegrationSetup_setUpIndex__pChso{font-size:14px!important}.chatbotWhatsAppIntegrationSetup_setUpIndexGrid__6nfLv{padding:2px 10px!important}.chatbotWhatsAppIntegrationSetup_listSteps__D4zo6,.chatbotWhatsAppIntegrationSetup_stepsValue__MHrSc{font-size:14px!important;font-weight:400!important}}@media screen and (min-width:0px)and (max-width:600px){.chatbotWhatsAppIntegrationSetup_setUpValue__DB\+a\+{font-size:13px!important}.chatbotWhatsAppIntegrationSetup_setUpTitle__-W1ER{font-size:15px!important}.chatbotWhatsAppIntegrationSetup_setUpIndex__pChso{font-size:14px!important}.chatbotWhatsAppIntegrationSetup_setUpIndexGrid__6nfLv{padding:2px 10px!important}.chatbotWhatsAppIntegrationSetup_listSteps__D4zo6,.chatbotWhatsAppIntegrationSetup_stepsValue__MHrSc{font-size:14px!important;font-weight:400!important}}.accountInformationCard_header__BJr9K{margin-bottom:1px solid #e9e9e9!important;padding:0 0 15px!important}.accountInformationCard_headerText__WwLiV{color:#1f384c;font-size:18px!important;font-weight:600!important}.accountInformationCard_objectKeyStyle__NfCwa{color:#949494!important;font-size:16px;font-weight:600}.accountInformationCard_objectValueStyle__tjsII{color:#1f384c;font-size:15px;font-weight:600}.accountInformationCard_bottomContainer__1pA0Z{background:#fff;padding:0 15px!important}.accountInformationCard_genericValueStyle__VxOfg{font-size:16px!important;font-weight:500!important;margin:2px 0!important}.accountInformationCard_metaIconStyle__qXM03{height:auto;margin-right:5px!important;width:18px}.accountInformationCard_qrpopupCardDesign__XEhGT{padding-bottom:35px!important;padding-top:0!important;width:380px!important}.accountInformationCard_qrCodeItem__lpu93{margin-bottom:25px!important}.accountInformationCard_qrcodeTitleDesign__TGLCk{color:#000!important;font-size:20px!important;font-weight:600!important}.accountInformationCard_copyToClipboardWrapper__WSDVZ{margin-bottom:7px!important;max-width:256px!important}.accountInformationCard_tooltopZindex__GlRhn{z-index:1300!important}.accountInformationCard_qrZindex__8DJ5n{z-index:1!important}.accountInformationCard_rightMargin__8Kk4p{margin-right:5px!important}.accountInformationCard_slackZohoAccSetUpDivider__mj47R{opacity:.8!important}.accountInformationCard_facebookIntegrationCard__kVGPO{max-width:335px!important;min-width:335px!important}.accountInformationCard_facebookIntegrationCard__kVGPO,.accountInformationCard_integrationDetailsCard__UkX1K{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 3px #00000040!important;padding-bottom:15px!important;position:relative!important}.accountInformationCard_integrationDetailsCard__UkX1K{max-width:300px!important;min-width:300px!important}.accountInformationCard_integrationHeader__0aERz{border-radius:10px 10px 0 0!important;height:50px!important;margin-bottom:30px!important}.accountInformationCard_globalIntegrationIcon__GqnZW{border-radius:50%!important;box-shadow:0 0 2px #00000040!important;margin-left:15px!important;padding:7px 7px 2px!important;position:absolute!important;top:27px!important;width:auto!important}.accountInformationCard_integrationPageID__UjpDB{background-color:#d9eaff!important;border-radius:5px 5px 0 0!important;padding:15px!important;text-align:right!important}.accountInformationCard_instagramPageID__vJhnM{background:linear-gradient(90deg,#833ab4,#fd1d1d,#fcb045)!important}.accountInformationCard_instagramPageID__vJhnM,.accountInformationCard_slackPage__yJLZM{border-radius:5px 5px 0 0!important;color:#fff!important;padding:15px!important;text-align:right!important}.accountInformationCard_slackPage__yJLZM{background:linear-gradient(90deg,#411041,#592c5a)!important}.accountInformationCard_zohoPage__vlg0V{background:#2c334d!important;border-radius:5px 5px 0 0!important;color:#fff!important;padding:15px!important;text-align:right!important}.accountInformationCard_instagramIDStyle__T1h7L,.accountInformationCard_slackIDStyle__WjM7k{color:#fff!important;font-size:12px!important;font-weight:500!important}.accountInformationCard_integrationWabaID__yzHRY{background-color:#d7f2db!important;border-radius:5px 5px 0 0!important;padding:15px!important;text-align:right!important}.accountInformationCard_pageIDStyle__bau5D{color:#8e8e8e!important;font-size:12px!important;font-weight:500!important}.accountInformationCard_instagramIcon__c7qQ\+{background-color:#c2f1ff!important}.accountInformationCard_instagramIcon__c7qQ\+,.accountInformationCard_integrationIcon__oDRGL{border-radius:50%!important;box-shadow:0 0 2px #00000040!important;left:0!important;margin-left:15px!important;padding:7px 7px 2px!important;position:absolute!important;top:25px!important;width:auto!important}.accountInformationCard_integrationIcon__oDRGL{background-color:#cce5ff!important}.accountInformationCard_slackIcon__96tUx{background-color:#ebeafe!important}.accountInformationCard_slackIcon__96tUx,.accountInformationCard_wpintegrationIcon__z3sGa{border-radius:50%!important;box-shadow:0 0 2px #00000040!important;left:0!important;margin-left:15px!important;padding:7px 7px 2px!important;position:absolute!important;top:25px!important;width:auto!important}.accountInformationCard_wpintegrationBackColor__ozase{background-color:#a7e3b0}.accountInformationCard_connectionStyle__Cqbgf{margin:5px 15px 10px!important}.accountInformationCard_connectionButtonStyle__ND6-\+{margin:10px 15px 5px!important}.accountInformationCard_connectionTextStyle__3jtv4,.accountInformationCard_wpconnectionTextStyle__qrKdh{font-size:12px!important;font-weight:600!important}.accountInformationCard_wpintegrationTextStyle__S-YVL{font-size:13px!important;font-weight:600!important}.accountInformationCard_businessName__M8XQ5{margin:5px 15px 0!important}.accountInformationCard_integrationPageName__sNuDR{margin-inline:15px!important}.accountInformationCard_chatbotNameLink__fQ2Xx{color:#6a097d!important;font-size:15px!important;font-weight:500!important}.accountInformationCard_pageNameStyle__skOR3{color:#000!important;font-size:15px!important;font-weight:600!important}.accountInformationCard_phoneNumberStyle__K5d3E{color:#6a097d!important;cursor:pointer!important;font-size:15px!important;font-weight:600!important}.accountInformationCard_phoneNumberDefaultStyle__4V\+pd{color:#000!important;font-size:15px!important;font-weight:600!important}.accountInformationCard_integrationPageCategory__PV6IM{padding:10px 15px 0!important}.accountInformationCard_infoTooltipIcon__LWSfj{cursor:pointer!important;height:20px!important;width:20px!important}.accountInformationCard_assignCustomRecipientTypography__M69IT{color:blue!important;cursor:pointer!important;font-size:14px!important;font-weight:500!important;text-decoration:underline!important}.accountInformationCard_pageCategoryStyle__dG0IB{color:#949494!important;font-size:12px!important;font-weight:500!important}.accountInformationCard_pageCategoryTextStyle__72Qyu{color:#000!important;font-size:15px!important;font-weight:400!important;height:25px!important}.accountInformationCard_slackDescriptionTextStyle__kZLbR{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.accountInformationCard_chatbotNameStyle__tNqOf{color:#000!important;font-size:15px!important;font-weight:400!important}.accountInformationCard_qualityRatingTextStyle__8WDbq{font-size:15px!important;font-weight:500!important}.accountInformationCard_selectedChatbotstyle__ddK-P{height:18px!important;margin-right:10px!important;width:18px!important}@media screen and (min-width:901px)and (max-width:1600px){.accountInformationCard_headerText__WwLiV{font-size:17px!important}.accountInformationCard_genericValueStyle__VxOfg,.accountInformationCard_objectKeyStyle__NfCwa{font-size:14px!important}.accountInformationCard_bottomContainer__1pA0Z{padding:0 10px!important}.accountInformationCard_qrpopupCardDesign__XEhGT{width:380px!important}}@media screen and (min-width:601px)and (max-width:900px){.accountInformationCard_headerText__WwLiV{font-size:17px!important}.accountInformationCard_genericValueStyle__VxOfg,.accountInformationCard_objectKeyStyle__NfCwa{font-size:14px!important}.accountInformationCard_bottomContainer__1pA0Z{padding:0 10px!important}.accountInformationCard_qrpopupCardDesign__XEhGT{width:420px!important}}@media screen and (min-width:0px)and (max-width:600px){.accountInformationCard_headerText__WwLiV{font-size:16px!important}.accountInformationCard_genericValueStyle__VxOfg,.accountInformationCard_objectKeyStyle__NfCwa{font-size:13px!important}.accountInformationCard_bottomContainer__1pA0Z{padding:0 10px!important}.accountInformationCard_qrpopupCardDesign__XEhGT{padding-bottom:30px!important;padding-top:30px!important;width:300px!important}.accountInformationCard_qrcodeTitleDesign__TGLCk{font-size:16px!important}.accountInformationCard_facebookIntegrationCard__kVGPO{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 3px #00000040!important;max-width:300px!important;min-width:300px!important;padding-bottom:15px!important}}@media screen and (min-width:601px)and (max-width:900px){.accountInformationCard_facebookIntegrationCard__kVGPO{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 3px #00000040!important;max-width:300px!important;min-width:300px!important;padding-bottom:15px!important}}.accountInformationCard_pageCategoryTooltip__2rn52{padding:0 5px 0 0;padding-block:0}.chatbotList_personaNameSubHeading__6usDU{color:#7a7a7a;font-size:12px;font-weight:500;margin-bottom:30px!important}.chatbotList_global_searchBar__yMHEb__cDGQr{border-radius:5px;box-shadow:0 0 2px 0 #7a7a7a;max-width:344px;width:100%}.chatbotList_global_searchBar__yMHEb__cDGQr .chatbotList_MuiInputBase-root__VF5Ci{border:initial;border-radius:5px;justify-content:space-between;width:100%}.chatbotList_searchBarPerosonaList__iZ7fk{display:flex;height:33px;justify-content:end}.chatbotList_personaCreatedList__HXjLr{border-radius:10px;box-shadow:0 0 15px 0 #00000014!important;cursor:pointer!important;height:174px;margin-bottom:30px!important;margin-right:20px!important;max-width:300px!important;min-width:300px!important;padding:15px!important;position:relative!important}.chatbotList_personaListSpacingContainer__Qn\+5\+{margin:25px 20px 20px!important}.chatbotList_personaCreatedListDefault__u2iUF{background:#fff!important;background-clip:padding-box!important;border:2px solid #0000;border-radius:10px;box-shadow:0 0 15px 0 rgba(0,0,0,.078);color:#000;cursor:pointer;height:192px;margin-bottom:30px!important;margin-right:30px!important;max-width:325px!important;min-width:325px!important;padding:25px 20px 20px;position:relative}.chatbotList_personaCreatedListDefault__u2iUF:before{background:linear-gradient(111.63deg,#6a097d,#0a6add);border-radius:inherit;bottom:0;content:"";left:0;margin:-4px;position:absolute;right:0;top:0;z-index:-1}.chatbotList_personaCreatedList__HXjLr:hover{height:174px;margin-right:20px!important;max-width:300px!important;min-width:300px!important}.chatbotList_personaCreatedListDefault__u2iUF:hover,.chatbotList_personaCreatedList__HXjLr:hover{border-radius:10px;box-shadow:0 0 8px 0 #6a097d;cursor:pointer;margin-bottom:30px!important;padding:25px 20px 20px;position:relative}.chatbotList_personaCreatedListDefault__u2iUF:hover{height:192px;margin-right:30px!important;max-width:325px!important;min-width:325px!important}.chatbotList_avatarImage__Zqp5P{height:50px!important;margin-right:12px!important;object-fit:fill!important;width:auto!important}.chatbotList_personaIndividualTypeName__QQ7Ar{background:#fbf4ff;color:#6a097d;right:12px}.chatbotList_personaBrandTypeName__WTmAv,.chatbotList_personaIndividualTypeName__QQ7Ar{border-radius:0 0 5px 5px;font-size:10px;font-weight:500;padding:5px 9px;position:absolute;top:0}.chatbotList_personaBrandTypeName__WTmAv{background:#e7f1fc;color:#0a6add;right:30px}.chatbotList_crownPersona__YnKlb{position:absolute;right:86px;top:3px}.chatbotList_createdPersonaTypeText__7V2fw{color:#7a7a7a;font-size:15px;font-weight:500;width:100%}.chatbotList_personaToneCard__FpdlX{border-radius:5px;box-shadow:0 0 1.5px 0 #6a097d;color:#575757;font-size:12px;font-weight:500;margin-right:8px!important;max-width:105px;overflow:hidden;padding:6px 8px;text-overflow:ellipsis;white-space:nowrap}.chatbotList_aboutPersona__qdK3b{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#7a7a7a;display:-webkit-box;font-size:13px;font-weight:400;max-width:265px!important;min-width:265px!important;overflow:hidden;position:absolute;text-overflow:ellipsis;top:93px}.chatbotList_personaconcise__U-mHE{bottom:20px;max-width:280px!important;min-width:280px!important;position:absolute}.chatbotList_personaOccupation__zj5H6{font-size:13px;margin-top:2px!important;white-space:nowrap}.chatbotList_personaName__ouXHU,.chatbotList_personaOccupation__zj5H6{max-width:265px!important;min-width:265px!important;overflow:hidden;text-overflow:ellipsis}.chatbotList_personaName__ouXHU{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:15px;font-weight:500}.chatbotList_personaListNoData__URvkJ{font-size:15px;font-weight:500;padding:20px 0;width:100%}.chatbotList_featuredPersonaTileStyle__ouxEK{border-radius:5px;box-shadow:0 0 4px 0 #d9d9d9;font-size:15px;font-weight:600;margin-left:20px!important;padding:15px!important}.chatbotList_featuredPersonaTileStyle__ouxEK:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.251)}.chatbotList_personaHeaderContainer__2CCkO{flex-direction:row}.chatbotList_personaListCreateNew__k8b\+m{display:flex}.chatbotList_personaFeatureIconStyle__phdiO{height:18px;margin-right:15px!important;width:18px}.chatbotList_personaSearchBarContainer__uvI7S{justify-content:end}.chatbotList_personaNameStyle__rJqBf{color:#4c4a4d;font-size:15px;font-weight:600}.chatbotList_PersonaDisplayNameStyle__ZQxyq{color:#7a7a7a;font-size:13px;padding:2px 0 7px}.chatbotList_PersonaDescpTooltip__fPapM{background-color:initial!important}.chatbotList_PersonaDescpTooltip__fPapM .MuiTooltip-popper{background:#fff!important;background-color:initial!important;padding:0!important}.chatbotList_personaMenuContainer__Yi1ri{background-color:#fff;border-radius:5px;box-shadow:0 0 15px 0 #00000014;flex-wrap:nowrap!important;max-width:289px;padding:15px}.chatbotList_personaAvatarStyle__WEuDw{border-radius:50%;height:60px;width:60px}.chatbotList_leftBlock__5essP{padding-left:10px}.chatbotList_personaSummaryStyle__ouK6G{color:#4c4a4d;font-size:12px}.chatbotList_personacontainerToneCard__1n2wI{flex-wrap:nowrap!important;overflow:hidden;padding:1px}.chatbotList_upgradePopupItemStyle__3K3s\+{background:#fbf4ff;padding:40px}.chatbotList_upgradePopupContainerStyle__oP11G{align-items:center;justify-content:center}.chatbotList_upgradePersonaText1__z-6l6{font-size:18px;font-weight:600;padding-bottom:20px}.chatbotList_upgradePersonaText2__6-zwW{font-size:15px;font-weight:500;padding-bottom:40px}.chatbotList_upgradePersonaText3__x4vk4{font-size:18px;font-weight:600}.chatbotList_crownUpgradePersonaImage__5W7Pk{width:98px}.chatbotList_headingNamePersona__Dx40I{display:flex}.chatbotList_personaListSearchBar__ESXmN .MuiOutlinedInput-input{padding:15.5px 8px!important}.chatbotList_personaListSearchBar__ESXmN .chatbotList_jss1__lf6NI{background-color:#0000!important}.chatbotList_chatbotProfileAvtarContainer__ygEFf{align-items:start;justify-content:space-between!important}.chatbotList_chatbotProfileAvtarItem__hDCIO{align-items:center!important;border-radius:50%!important;box-shadow:0 0 10px #0000001a!important;display:flex!important;height:44px!important;justify-content:center!important;margin-bottom:10px!important;object-fit:cover!important;object-position:center!important;width:44px!important}.chatbotList_transparentBackground__K33Nj{background:#0000!important}.chatbotList_defaultBackground__jkt0T{background:#faf0ff!important}.chatbotList_sampleChatbot__ge\+a7{background:#0a6add1a;border-radius:5px;box-shadow:0 0 2px 0 #0a6add80;color:#0a6add;font-size:13px;font-weight:500;padding:7px 10px}.chatbotList_gapAlignment__cwh5v{align-items:center!important;gap:5px!important;height:24px!important}.chatbotList_chatbot_icon__X3EX3{border-radius:50%!important;height:44px!important;width:44px!important}.chatbotList_default_icon__GGE9p{border-radius:50%!important;height:50px!important;width:50px!important}.chatbotList_chatbotNameItem__Mts8F{margin:5px 0!important;overflow:hidden!important;text-overflow:ellipsis!important}.chatbotList_chatbotDescItem__-A2U8{margin:0!important;overflow:hidden!important;text-overflow:ellipsis!important}.chatbotList_chatbotDescText__wobC\+,.chatbotList_chatbotHeadText__JRKx5{color:#000!important;font-weight:500!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatbotList_messageBox__U5oOj{border-radius:5px!important;box-shadow:0 0 2px #6a097d4d!important;margin-top:16px!important;padding:7px 10px!important}.chatbotList_conversationBox__\+UYZt{border-radius:5px!important;box-shadow:0 0 2px #6a097d4d!important;padding:10px!important}.chatbotList_conversationBoxContainer__BDtwp{align-items:center!important;display:flex!important;flex-wrap:nowrap!important;gap:8px!important}.chatbotList_conversationBoxItem__hbgBW{display:flex!important;margin-top:2px!important}.chatbotList_conversationFontStyle__q-tuy{font-size:14px!important;font-weight:500!important}@media screen and (min-width:901px)and (max-width:1600px){.chatbotList_personaCreatedList__HXjLr,.chatbotList_personaCreatedList__HXjLr:hover{height:175px!important;margin-right:20px!important;max-width:285px!important;min-width:285px!important}.chatbotList_chatbotProfileAvtarItem__hDCIO{box-shadow:0 0 5px #0000001a!important;height:36px!important;width:36px!important}.chatbotList_chatbot_icon__X3EX3{height:32px!important;width:32px!important}.chatbotList_default_icon__GGE9p{height:36px!important;width:36px!important}}@media screen and (min-width:0px)and (max-width:900px){.chatbotList_personaCreatedList__HXjLr{height:175px!important}.chatbotList_personaCreatedList__HXjLr:hover{height:175px!important;max-width:300px!important;min-width:300px!important}.chatbotList_chatbotProfileAvtarItem__hDCIO{box-shadow:0 0 5px #0000001a!important;height:36px!important;width:36px!important}.chatbotList_chatbot_icon__X3EX3{height:32px!important;width:32px!important}.chatbotList_default_icon__GGE9p{height:36px!important;width:36px!important}.chatbotList_personaCreatedList__HXjLr{border-radius:10px;box-shadow:0 0 15px 0 rgba(0,0,0,.078);cursor:pointer;height:187px;margin-bottom:30px!important;margin-right:10px!important;max-width:300px!important;min-width:300px!important;padding:27px 20px 20px;position:relative;width:100%}.chatbotList_aboutPersona__qdK3b,.chatbotList_personaName__ouXHU,.chatbotList_personaOccupation__zj5H6,.chatbotList_personaconcise__U-mHE{max-width:90%!important;min-width:90%!important}.chatbotList_personaHeaderContainer__2CCkO{flex-direction:column}.chatbotList_personaListCreateNew__k8b\+m{display:none}.chatbotList_personaFeatureIconStyle__phdiO{margin-right:0!important}.chatbotList_featuredPersonaTileStyle__ouxEK{padding:5px!important}.chatbotList_personaSearchBarContainer__uvI7S{justify-content:start;margin-bottom:20px!important}}@media screen and (min-width:0px)and (max-width:599px){.chatbotList_headingNamePersona__Dx40I{display:none}.chatbotList_personaListSearchBar__ESXmN .MuiOutlinedInput-input{padding:5.5px 8px!important}}.confirmationPopover_mainBlock__80qNT .MuiPaper-root{box-shadow:0 0 4px 0 #00000040;margin-top:30px;max-width:400px;overflow:visible;padding:20px;position:relative}.confirmationPopover_mainBlock__80qNT .MuiPaper-root:after{border-bottom:15px solid #fff;border-left:15px solid #0000;border-right:15px solid #0000;content:"";height:0;left:40px;position:absolute;top:-15px;width:0}.confirmationPopover_mainBlock__80qNT .MuiPaper-root:before{border-bottom:15px solid #00000040;border-left:15px solid #0000;border-right:15px solid #0000;content:"";height:0;left:40px;position:absolute;top:-16px;width:0;z-index:-1}.confirmationPopover_dividerStyle__07ktw{margin:10px 0!important}.confirmationPopover_descStyle__mlpi4{color:#000;font-size:13px;font-weight:500}.confirmationPopover_buttonWrapper__jCQh4{margin-top:15px!important}.confirmationPopover_buttonWrapperGrid__ICSMV{width:100px}.requisites_mainBlock__2U1Qa{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 3px #0000004d!important;padding:20px!important}.requisites_workingIconStyle__RKUTE{border-radius:7px!important;padding:10px 0!important;width:-webkit-fit-content!important;width:fit-content!important}.requisites_setUpTitle__tCIyA{font-size:16px!important;font-weight:600!important}.requisites_setUpValue__Bw-h-{font-size:14px!important;font-weight:500!important}.requisites_setUpIndex__1w0Zc{color:#16097d!important;font-size:16px!important;font-weight:600!important}.requisites_setUpIndexGrid__6i5Ne{background-color:#dfecff!important;border-radius:50%!important;padding:4px 12px!important}@media screen and (min-width:901px)and (max-width:1200px){.requisites_setUpValue__Bw-h-{font-size:13px!important}.requisites_setUpTitle__tCIyA{font-size:15px!important}.requisites_setUpIndex__1w0Zc{font-size:14px!important}.requisites_setUpIndexGrid__6i5Ne{padding:2px 10px!important}.requisites_listSteps__19RqK,.requisites_stepsValue__w3k7j{font-size:14px!important;font-weight:400!important}}@media screen and (min-width:601px)and (max-width:900px){.requisites_setUpValue__Bw-h-{font-size:13px!important}.requisites_setUpTitle__tCIyA{font-size:15px!important}.requisites_setUpIndex__1w0Zc{font-size:14px!important}.requisites_setUpIndexGrid__6i5Ne{padding:2px 10px!important}.requisites_listSteps__19RqK,.requisites_stepsValue__w3k7j{font-size:14px!important;font-weight:400!important}}@media screen and (min-width:0px)and (max-width:600px){.requisites_setUpValue__Bw-h-{font-size:13px!important}.requisites_setUpTitle__tCIyA{font-size:15px!important}.requisites_setUpIndex__1w0Zc{font-size:14px!important}.requisites_setUpIndexGrid__6i5Ne{padding:2px 10px!important}.requisites_listSteps__19RqK,.requisites_stepsValue__w3k7j{font-size:14px!important;font-weight:400!important}}.requisites_setUpContent__nxKsQ{color:#026666!important;font-size:13px!important;font-weight:400!important}.integrationSetupHeader_integrationIcon__RLrvU{height:30px!important;width:30px!important}.integrationSetupHeader_integrationContent__PxsNm{display:flex!important;padding-top:4px!important}@media screen and (min-width:0px)and (max-width:600px){.integrationSetupHeader_integrationIcon__RLrvU{height:22px!important;width:22px!important}.integrationSetupHeader_integrationContent__PxsNm{padding-top:2px!important}}@media screen and (min-width:600px)and (max-width:900px){.integrationSetupHeader_integrationIcon__RLrvU{height:22px!important;width:22px!important}.integrationSetupHeader_integrationContent__PxsNm{padding-top:2px!important}}@media screen and (min-width:901px)and (max-width:1600px){.integrationSetupHeader_integrationIcon__RLrvU{height:22px!important;width:22px!important}.integrationSetupHeader_integrationContent__PxsNm{padding-top:2px!important}}.scheduleMeetingStyle_outerContainer__fEECC{display:flex;flex-direction:column;justify-content:center;padding:15px 15px 0}.scheduleMeetingStyle_outerContainer__fEECC .scheduleMeetingStyle_titleText__78LCY{color:#1f384c;font-size:18px;font-weight:600}.featureSectionStyle_outerContainer__gZdDx{background:linear-gradient(90deg,#f7e9ff80,#a6c8ff80);border-radius:10px;padding:30px;width:100%}.featureSectionStyle_outerContainer__gZdDx .featureSectionStyle_innerContainer__9jSpg{align-items:center;display:flex;flex-direction:column;gap:15px;justify-content:center}.featureSectionStyle_outerContainer__gZdDx .featureSectionStyle_innerContainer__9jSpg .featureSectionStyle_badgeContainer__cZdIg{align-items:center;background:#faf5fd;border-radius:20px;box-shadow:0 0 2px 0 rgba(0,0,0,.251);display:flex;gap:5px;justify-content:center;padding:10px;width:-webkit-fit-content;width:fit-content}.featureSectionStyle_outerContainer__gZdDx .featureSectionStyle_innerContainer__9jSpg .featureSectionStyle_badgeContainer__cZdIg img{height:12px;width:12px}.featureSectionStyle_outerContainer__gZdDx .featureSectionStyle_innerContainer__9jSpg .featureSectionStyle_badgeContainer__cZdIg .featureSectionStyle_badgeText__2jhsF{color:#6a097d;font-size:13px;font-weight:400}.featureSectionStyle_outerContainer__gZdDx .featureSectionStyle_innerContainer__9jSpg .featureSectionStyle_titleText__AzDET{font-size:20px;font-weight:500;text-align:center}.featureSectionStyle_outerContainer__gZdDx .featureSectionStyle_innerContainer__9jSpg .featureSectionStyle_descText__ni5Jn{color:#3f3f3f;font-size:15px;font-weight:400;text-align:center}.reachOutStyle_container__0wLSw{align-items:center!important;background:rgba(10,106,221,.078)!important;border-radius:5px!important;box-shadow:0 0 1px 0 rgba(10,106,221,.078)!important;direction:column!important;display:flex!important;gap:25px!important;justify-content:center!important;padding:30px!important;width:100%!important}.reachOutStyle_container__0wLSw .reachOutStyle_reachoutText__iAtkA{color:#0a6add;font-size:15px;text-align:center}.reachOutStyle_container__0wLSw .reachOutStyle_cardItem__daZXs{background:#fff!important;border-radius:5px;box-shadow:0 0 2px 0 rgba(0,0,0,.251);padding:30px}@media(min-width:1000px){.reachOutStyle_container__0wLSw .reachOutStyle_cardItem__daZXs{flex:1 1 45%}}@media(max-width:768px){.reachOutStyle_container__0wLSw .reachOutStyle_cardItem__daZXs{padding:20px;width:90%}}@media(max-width:465px){.reachOutStyle_container__0wLSw .reachOutStyle_cardItem__daZXs{width:100%}}.channelsStyles_outerContainer__RIlw3{display:flex;gap:30px;justify-content:center}@media(max-width:465px){.channelsStyles_outerContainer__RIlw3{align-items:center;flex-direction:column}}.channelsStyles_outerContainer__RIlw3 .channelsStyles_cardItem__rsvXV{background:#fafafa!important;border-radius:5px;box-shadow:0 0 2px 0 rgba(0,0,0,.251);padding:30px}@media(min-width:1000px){.channelsStyles_outerContainer__RIlw3 .channelsStyles_cardItem__rsvXV{flex:1 1 45%}}@media(max-width:768px){.channelsStyles_outerContainer__RIlw3 .channelsStyles_cardItem__rsvXV{padding:20px;width:90%}}@media(max-width:465px){.channelsStyles_outerContainer__RIlw3 .channelsStyles_cardItem__rsvXV{width:100%}}.channelsStyles_outerContainer__RIlw3 .channelsStyles_cardItem__rsvXV .channelsStyles_titleContainer__TJCJu{align-items:center;display:flex;gap:5px}.channelsStyles_outerContainer__RIlw3 .channelsStyles_cardItem__rsvXV .channelsStyles_titleContainer__TJCJu img{height:15px;width:15px}.channelsStyles_outerContainer__RIlw3 .channelsStyles_cardItem__rsvXV .channelsStyles_titleText__XCBv4{font-size:18px;font-weight:500}.channelsStyles_outerContainer__RIlw3 .channelsStyles_cardItem__rsvXV .channelsStyles_itemContainer__SKIPj{grid-row-gap:15px;grid-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:1fr 1fr;row-gap:15px}@media(max-width:850px){.channelsStyles_outerContainer__RIlw3 .channelsStyles_cardItem__rsvXV .channelsStyles_itemContainer__SKIPj{grid-template-columns:1fr}}.channelsStyles_outerContainer__RIlw3 .channelsStyles_cardItem__rsvXV .channelsStyles_itemContainer__SKIPj .channelsStyles_item__49zrs{align-items:flex-start;display:flex;gap:10px}.channelsStyles_outerContainer__RIlw3 .channelsStyles_cardItem__rsvXV .channelsStyles_itemContainer__SKIPj .channelsStyles_item__49zrs .channelsStyles_itemContent__8ef0G{display:flex;flex-direction:column;gap:5px}.channelsStyles_outerContainer__RIlw3 .channelsStyles_cardItem__rsvXV .channelsStyles_itemContainer__SKIPj .channelsStyles_item__49zrs .channelsStyles_itemContent__8ef0G .channelsStyles_usageTitle__qTpZL{color:#252525;font-size:15px}.channelsStyles_outerContainer__RIlw3 .channelsStyles_cardItem__rsvXV .channelsStyles_itemContainer__SKIPj .channelsStyles_item__49zrs .channelsStyles_itemContent__8ef0G .channelsStyles_usageDesc__DxTGO{color:#797979;font-size:13px}.channelsItem_item__xhPz3{align-items:center;background-color:#f9f9f9;border-radius:5px;display:flex;justify-content:center;padding-bottom:25px;padding-top:25px}.channelsItem_item__xhPz3.channelsItem_whatsapp__-fCH7{background-color:rgba(37,211,102,.102);box-shadow:0 0 1px 0 #31d66f}.channelsItem_item__xhPz3.channelsItem_instagram__WtbMP{background-color:rgba(194,35,108,.051);box-shadow:0 0 1px 0 #c4256f}.channelsItem_item__xhPz3.channelsItem_facebook__KM8Pd{background-color:rgba(24,119,242,.051);box-shadow:0 0 1px 0 #1877f2}.channelsItem_item__xhPz3.channelsItem_website__bqxyg{background-color:rgba(106,9,125,.051);box-shadow:0 0 1px 0 #6a097d}.channelsItem_item__xhPz3 .channelsItem_mainContent__Gsm\+\+{align-items:center;display:flex;gap:10px;justify-content:center}.channelsItem_item__xhPz3 .channelsItem_labelText__cmYba{font-size:15px;font-weight:500}.channelsItem_channelItemLableText__lIKFv{font-size:15px!important;font-weight:500!important}.channelsItem_channelItemLableDescription__zASz7{color:#7a7a7a!important;font-size:14px!important;font-weight:400!important}.cardStyles_cardContainer__VBQqy{display:flex!important;flex-direction:column!important;gap:20px!important;height:100%!important;justify-content:center!important}.contactItem_container__ApaZ3{align-items:center;display:flex;flex-direction:column;gap:15px;height:100%;justify-content:space-between}.contactItem_container__ApaZ3 .contactItem_titleText__uex-R{font-size:18px;font-weight:500;text-align:center}.contactItem_container__ApaZ3 .contactItem_descText__Jrpeq{color:#3f3f3f;font-size:15px}.contactItem_container__ApaZ3 .contactItem_btnContainer__fRC2Z{align-items:center;background:#fbf4ff;border-radius:5px;box-shadow:0 0 1px 0 #6a097d;cursor:pointer;display:flex;gap:10px;justify-content:center;margin-top:10px;padding:15px}.contactItem_container__ApaZ3 .contactItem_btnContainer__fRC2Z .contactItem_btnText__6vkLA{color:#6a097d;font-weight:500}.contactItem_container__ApaZ3 .contactItem_btnContainer__fRC2Z:hover{background:#f3e1fb;box-shadow:0 1px 5px #67087a33}.PresetDateRangePicker_panel{padding:0 22px 11px}.PresetDateRangePicker_button{background:0 0;border:2px solid #00a699;box-sizing:border-box;color:#00a699;cursor:pointer;font:inherit;font-weight:700;height:100%;line-height:normal;margin-right:8px;overflow:visible;padding:4px 12px;position:relative;text-align:center}.PresetDateRangePicker_button:active{outline:0}.PresetDateRangePicker_button__selected{background:#00a699;color:#fff}.SingleDatePickerInput{background-color:#fff;display:inline-block}.SingleDatePickerInput__withBorder{border:1px solid #dbdbdb;border-radius:2px}.SingleDatePickerInput__rtl{direction:rtl}.SingleDatePickerInput__disabled{background-color:#f2f2f2}.SingleDatePickerInput__block{display:block}.SingleDatePickerInput__showClearDate{padding-right:30px}.SingleDatePickerInput_clearDate{background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;line-height:normal;margin:0 10px 0 5px;overflow:visible;padding:10px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.SingleDatePickerInput_clearDate__default:focus,.SingleDatePickerInput_clearDate__default:hover{background:#dbdbdb;border-radius:50%}.SingleDatePickerInput_clearDate__small{padding:6px}.SingleDatePickerInput_clearDate__hide{visibility:hidden}.SingleDatePickerInput_clearDate_svg{fill:#82888a;height:12px;vertical-align:middle;width:15px}.SingleDatePickerInput_clearDate_svg__small{height:9px}.SingleDatePickerInput_calendarIcon{background:0 0;border:0;color:inherit;cursor:pointer;display:inline-block;font:inherit;line-height:normal;margin:0 5px 0 10px;overflow:visible;padding:10px;vertical-align:middle}.SingleDatePickerInput_calendarIcon_svg{fill:#82888a;height:15px;vertical-align:middle;width:14px}.SingleDatePicker{display:inline-block;position:relative}.SingleDatePicker__block{display:block}.SingleDatePicker_picker{background-color:#fff;position:absolute;z-index:1}.SingleDatePicker_picker__rtl{direction:rtl}.SingleDatePicker_picker__directionLeft{left:0}.SingleDatePicker_picker__directionRight{right:0}.SingleDatePicker_picker__portal{background-color:#0000004d;height:100%;left:0;position:fixed;top:0;width:100%}.SingleDatePicker_picker__fullScreenPortal{background-color:#fff}.SingleDatePicker_closeButton{background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;line-height:normal;overflow:visible;padding:15px;position:absolute;right:0;top:0;z-index:2}.SingleDatePicker_closeButton:focus,.SingleDatePicker_closeButton:hover{color:darken(#cacccd,10%);text-decoration:none}.SingleDatePicker_closeButton_svg{fill:#cacccd;height:15px;width:15px}.DayPickerKeyboardShortcuts_buttonReset{background:0 0;border:0;border-radius:0;color:inherit;cursor:pointer;font:inherit;font-size:14px;line-height:normal;overflow:visible;padding:0}.DayPickerKeyboardShortcuts_buttonReset:active{outline:0}.DayPickerKeyboardShortcuts_show{height:26px;position:absolute;width:33px;z-index:2}.DayPickerKeyboardShortcuts_show:before{content:"";display:block;position:absolute}.DayPickerKeyboardShortcuts_show__bottomRight{bottom:0;right:0}.DayPickerKeyboardShortcuts_show__bottomRight:before{border-right:33px solid #00a699;border-top:26px solid #0000;bottom:0;right:0}.DayPickerKeyboardShortcuts_show__bottomRight:hover:before{border-right:33px solid #008489}.DayPickerKeyboardShortcuts_show__topRight{right:0;top:0}.DayPickerKeyboardShortcuts_show__topRight:before{border-bottom:26px solid #0000;border-right:33px solid #00a699;right:0;top:0}.DayPickerKeyboardShortcuts_show__topRight:hover:before{border-right:33px solid #008489}.DayPickerKeyboardShortcuts_show__topLeft{left:0;top:0}.DayPickerKeyboardShortcuts_show__topLeft:before{border-bottom:26px solid #0000;border-left:33px solid #00a699;left:0;top:0}.DayPickerKeyboardShortcuts_show__topLeft:hover:before{border-left:33px solid #008489}.DayPickerKeyboardShortcuts_showSpan{color:#fff;position:absolute}.DayPickerKeyboardShortcuts_showSpan__bottomRight{bottom:0;right:5px}.DayPickerKeyboardShortcuts_showSpan__topRight{right:5px;top:1px}.DayPickerKeyboardShortcuts_showSpan__topLeft{left:5px;top:1px}.DayPickerKeyboardShortcuts_panel{background:#fff;border:1px solid #dbdbdb;border-radius:2px;bottom:0;left:0;margin:33px;overflow:auto;padding:22px;position:absolute;right:0;text-align:left;top:0;z-index:2}.DayPickerKeyboardShortcuts_title{font-size:16px;font-weight:700;margin:0}.DayPickerKeyboardShortcuts_list{font-size:14px;list-style:none;padding:0}.DayPickerKeyboardShortcuts_close{position:absolute;right:22px;top:22px;z-index:2}.DayPickerKeyboardShortcuts_close:active{outline:0}.DayPickerKeyboardShortcuts_closeSvg{fill:#cacccd;height:15px;width:15px}.DayPickerKeyboardShortcuts_closeSvg:focus,.DayPickerKeyboardShortcuts_closeSvg:hover{fill:#82888a}.CalendarDay{box-sizing:border-box;cursor:pointer;font-size:14px;text-align:center}.CalendarDay:active{outline:0}.CalendarDay__defaultCursor{cursor:default}.CalendarDay__default{background:#fff;border:1px solid #e4e7e7;color:#484848}.CalendarDay__default:hover{background:#e4e7e7;border:1px solid #e4e7e7;color:inherit}.CalendarDay__hovered_offset{background:#f4f5f5;border:1px double #e4e7e7;color:inherit}.CalendarDay__outside{background:#fff;border:0;color:#484848}.CalendarDay__outside:hover{border:0}.CalendarDay__blocked_minimum_nights{background:#fff;border:1px solid #eceeee;color:#cacccd}.CalendarDay__blocked_minimum_nights:active,.CalendarDay__blocked_minimum_nights:hover{background:#fff;color:#cacccd}.CalendarDay__highlighted_calendar{background:#ffe8bc;color:#484848}.CalendarDay__highlighted_calendar:active,.CalendarDay__highlighted_calendar:hover{background:#ffce71;color:#484848}.CalendarDay__selected_span{background:#66e2da;border:1px double #33dacd;color:#fff}.CalendarDay__selected_span:active,.CalendarDay__selected_span:hover{background:#33dacd;border:1px double #33dacd;color:#fff}.CalendarDay__selected,.CalendarDay__selected:active,.CalendarDay__selected:hover{background:#00a699;border:1px double #00a699;color:#fff}.CalendarDay__hovered_span,.CalendarDay__hovered_span:hover{background:#b2f1ec;border:1px double #80e8e0;color:#007a87}.CalendarDay__hovered_span:active{background:#80e8e0;border:1px double #80e8e0;color:#007a87}.CalendarDay__blocked_calendar,.CalendarDay__blocked_calendar:active,.CalendarDay__blocked_calendar:hover{background:#cacccd;border:1px solid #cacccd;color:#82888a}.CalendarDay__blocked_out_of_range,.CalendarDay__blocked_out_of_range:active,.CalendarDay__blocked_out_of_range:hover{background:#fff;border:1px solid #e4e7e7;color:#cacccd}.CalendarDay__hovered_start_first_possible_end{background:#eceeee;border:1px double #eceeee}.CalendarDay__hovered_start_blocked_min_nights{background:#eceeee;border:1px double #e4e7e7}.CalendarMonth{background:#fff;text-align:center;-webkit-user-select:none;user-select:none;vertical-align:top}.CalendarMonth_table{border-collapse:collapse;border-spacing:0}.CalendarMonth_verticalSpacing{border-collapse:initial}.CalendarMonth_caption{caption-side:top;color:#484848;font-size:18px;padding-bottom:37px;padding-top:22px;text-align:center}.CalendarMonth_caption__verticalScrollable{padding-bottom:7px;padding-top:12px}.CalendarMonthGrid{background:#fff;text-align:left;z-index:0}.CalendarMonthGrid__animating{z-index:1}.CalendarMonthGrid__horizontal{left:9px;position:absolute}.CalendarMonthGrid__vertical,.CalendarMonthGrid__vertical_scrollable{margin:0 auto}.CalendarMonthGrid_month__horizontal{display:inline-block;min-height:100%;vertical-align:top}.CalendarMonthGrid_month__hideForAnimation{opacity:0;pointer-events:none;position:absolute;z-index:-1}.CalendarMonthGrid_month__hidden{visibility:hidden}.DayPickerNavigation{position:relative;z-index:2}.DayPickerNavigation__horizontal{height:0}.DayPickerNavigation__verticalScrollable_prevNav{z-index:1}.DayPickerNavigation__verticalDefault{bottom:0;height:52px;left:0;position:absolute;width:100%}.DayPickerNavigation__verticalScrollableDefault{position:relative}.DayPickerNavigation__bottom{height:auto}.DayPickerNavigation__bottomDefault{-webkit-box-pack:justify;-ms-flex-pack:justify;display:flex;justify-content:space-between}.DayPickerNavigation_button{border:0;cursor:pointer;margin:0;padding:0;-webkit-user-select:none;user-select:none}.DayPickerNavigation_button__default{background-color:#fff;border:1px solid #e4e7e7;color:#757575}.DayPickerNavigation_button__default:focus,.DayPickerNavigation_button__default:hover{border:1px solid #c4c4c4}.DayPickerNavigation_button__default:active{background:#f2f2f2}.DayPickerNavigation_button__disabled{border:1px solid #f2f2f2;cursor:default}.DayPickerNavigation_button__disabled:focus,.DayPickerNavigation_button__disabled:hover{border:1px solid #f2f2f2}.DayPickerNavigation_button__disabled:active{background:0 0}.DayPickerNavigation_button__horizontalDefault{border-radius:3px;line-height:.78;padding:6px 9px;position:absolute;top:18px}.DayPickerNavigation_bottomButton__horizontalDefault{margin:-10px 22px 30px;position:static}.DayPickerNavigation_leftButton__horizontalDefault{left:22px}.DayPickerNavigation_rightButton__horizontalDefault{right:22px}.DayPickerNavigation_button__verticalDefault{background:#fff;box-shadow:0 0 5px 2px #0000001a;display:inline-block;height:100%;padding:5px;position:relative;text-align:center;width:50%}.DayPickerNavigation_nextButton__verticalDefault{border-left:0}.DayPickerNavigation_nextButton__verticalScrollableDefault,.DayPickerNavigation_prevButton__verticalScrollableDefault{width:100%}.DayPickerNavigation_svg__horizontal{fill:#82888a;display:block;height:19px;width:19px}.DayPickerNavigation_svg__vertical{fill:#484848;height:42px;width:42px}.DayPickerNavigation_svg__disabled{fill:#f2f2f2}.DayPicker{position:relative;text-align:left}.DayPicker,.DayPicker__horizontal{background:#fff}.DayPicker__verticalScrollable{height:100%}.DayPicker__hidden{visibility:hidden}.DayPicker__withBorder{border-radius:3px;box-shadow:0 2px 6px #0000000d,0 0 0 1px #00000012}.DayPicker_portal__horizontal{box-shadow:none;left:50%;position:absolute;top:50%}.DayPicker_portal__vertical{position:static}.DayPicker_focusRegion{outline:0}.DayPicker_calendarInfo__horizontal,.DayPicker_wrapper__horizontal{display:inline-block;vertical-align:top}.DayPicker_weekHeaders{position:relative}.DayPicker_weekHeaders__horizontal{margin-left:9px}.DayPicker_weekHeader{color:#757575;position:absolute;text-align:left;top:62px;z-index:2}.DayPicker_weekHeader__vertical{left:50%}.DayPicker_weekHeader__verticalScrollable{background:#fff;border-bottom:1px solid #dbdbdb;display:table-row;left:0;margin-left:0;text-align:center;top:0;width:100%}.DayPicker_weekHeader_ul{font-size:14px;list-style:none;margin:1px 0;padding-left:0;padding-right:0}.DayPicker_weekHeader_li{display:inline-block;text-align:center}.DayPicker_transitionContainer{border-radius:3px;overflow:hidden;position:relative}.DayPicker_transitionContainer__horizontal{transition:height .2s ease-in-out}.DayPicker_transitionContainer__vertical{width:100%}.DayPicker_transitionContainer__verticalScrollable{bottom:0;height:100%;left:0;overflow-y:scroll;padding-top:20px;position:absolute;right:0;top:0}.DateInput{background:#fff;display:inline-block;margin:0;padding:0;position:relative;vertical-align:middle;width:130px}.DateInput__small{width:97px}.DateInput__block{width:100%}.DateInput__disabled{background:#f2f2f2;color:#dbdbdb}.DateInput_input{background-color:#fff;border:0;border-bottom:2px solid #0000;border-radius:0;color:#484848;font-size:19px;font-weight:200;line-height:24px;padding:11px 11px 9px;width:100%}.DateInput_input__small{font-size:15px;letter-spacing:.2px;line-height:18px;padding:7px 7px 5px}.DateInput_input__regular{font-weight:auto}.DateInput_input__readOnly{-webkit-user-select:none;user-select:none}.DateInput_input__focused{background:#fff;border:0;border-bottom:2px solid #008489;outline:0}.DateInput_input__disabled{background:#f2f2f2;font-style:italic}.DateInput_screenReaderMessage{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.DateInput_fang{height:10px;left:22px;position:absolute;width:20px;z-index:2}.DateInput_fangShape{fill:#fff}.DateInput_fangStroke{stroke:#dbdbdb;fill:#0000}.DateRangePickerInput{background-color:#fff;display:inline-block}.DateRangePickerInput__disabled{background:#f2f2f2}.DateRangePickerInput__withBorder{border:1px solid #dbdbdb;border-radius:2px}.DateRangePickerInput__rtl{direction:rtl}.DateRangePickerInput__block{display:block}.DateRangePickerInput__showClearDates{padding-right:30px}.DateRangePickerInput_arrow{color:#484848;display:inline-block;vertical-align:middle}.DateRangePickerInput_arrow_svg{fill:#484848;height:24px;vertical-align:middle;width:24px}.DateRangePickerInput_clearDates{background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;line-height:normal;margin:0 10px 0 5px;overflow:visible;padding:10px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.DateRangePickerInput_clearDates__small{padding:6px}.DateRangePickerInput_clearDates_default:focus,.DateRangePickerInput_clearDates_default:hover{background:#dbdbdb;border-radius:50%}.DateRangePickerInput_clearDates__hide{visibility:hidden}.DateRangePickerInput_clearDates_svg{fill:#82888a;height:12px;vertical-align:middle;width:15px}.DateRangePickerInput_clearDates_svg__small{height:9px}.DateRangePickerInput_calendarIcon{background:0 0;border:0;color:inherit;cursor:pointer;display:inline-block;font:inherit;line-height:normal;margin:0 5px 0 10px;overflow:visible;padding:10px;vertical-align:middle}.DateRangePickerInput_calendarIcon_svg{fill:#82888a;height:15px;vertical-align:middle;width:14px}.DateRangePicker{display:inline-block;position:relative}.DateRangePicker__block{display:block}.DateRangePicker_picker{background-color:#fff;position:absolute;z-index:1}.DateRangePicker_picker__rtl{direction:rtl}.DateRangePicker_picker__directionLeft{left:0}.DateRangePicker_picker__directionRight{right:0}.DateRangePicker_picker__portal{background-color:#0000004d;height:100%;left:0;position:fixed;top:0;width:100%}.DateRangePicker_picker__fullScreenPortal{background-color:#fff}.DateRangePicker_closeButton{background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;line-height:normal;overflow:visible;padding:15px;position:absolute;right:0;top:0;z-index:2}.DateRangePicker_closeButton:focus,.DateRangePicker_closeButton:hover{color:darken(#cacccd,10%);text-decoration:none}.DateRangePicker_closeButton_svg{fill:#cacccd;height:15px;width:15px}.callAnalysisCard_callAnalysisCardStyle__KyYly{border-radius:10px!important;box-shadow:0 0 2px #00000080!important;box-sizing:border-box!important;cursor:pointer!important;max-width:330px!important;padding:12px!important;position:relative!important;width:330px!important}.callAnalysisCard_card__V0f8c{word-break:break-all!important}.callAnalysisCard_audioIconPosition__mBYN9{bottom:7px!important;position:absolute!important;right:8px!important}.callAnalysisCard_audioPlayIconStyle__ZRV5z{border-radius:50%!important;box-shadow:0 0 3px #0000004d!important;padding:4px 4px 0!important}.callAnalysisCard_fullWidth__ZmJqL{width:100%!important}.callAnalysisCard_evaluationRatingGrid__hD3Mc .MuiAvatar-root{font-size:13px!important;height:36px!important;width:36px!important}.callAnalysisCard_timerIconStyle__4tZkl{font-size:14px!important;vertical-align:middle!important}.callAnalysisCard_reportProblemIconStyle__Ojud4{color:red!important;font-size:18px!important}.callAnalysisCard_durationFieldValue__mXYIX{color:#000!important;font-size:13px!important;font-weight:400!important;margin:0 0 0 2px!important}.callAnalysisCard_audioFileNameStyle__dNjh\+{color:#000!important;font-size:14px!important;font-weight:500!important}.callAnalysisCard_cardFieldLabel__soP7X{color:#747474!important;font-size:14px!important;font-weight:500!important}.callAnalysisCard_cardFieldValue__2ZHFI{color:#000!important;font-size:14px!important;font-weight:400!important}@media screen and (max-width:1600px){.callAnalysisCard_callAnalysisCardStyle__KyYly{max-width:315px!important;width:315px!important}.callAnalysisCard_evaluationRatingGrid__hD3Mc .MuiAvatar-root{font-size:12px!important;height:32px!important;width:32px!important}.callAnalysisCard_durationFieldValue__mXYIX{font-size:12px!important}.callAnalysisCard_audioFileNameStyle__dNjh\+,.callAnalysisCard_cardFieldLabel__soP7X,.callAnalysisCard_cardFieldValue__2ZHFI{font-size:13px!important}}@media screen and (max-width:1000px){.callAnalysisCard_callAnalysisCardStyle__KyYly{max-width:calc(100% - 5px)!important;min-width:320px!important;width:100%!important}}@media screen and (max-width:450px){.callAnalysisCard_evaluationRatingGrid__hD3Mc .MuiAvatar-root{font-size:12px!important}.callAnalysisCard_audioFileNameStyle__dNjh\+{color:#000!important;font-size:13px!important;font-weight:500!important}.callAnalysisCard_cardFieldLabel__soP7X{color:#747474!important;font-size:13px!important;font-weight:500!important}.callAnalysisCard_cardFieldValue__2ZHFI{color:#000!important;font-size:13px!important;font-weight:400!important}}.react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{background-image:url(data:image/png;base64,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);height:11px;width:16px}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .bl,.react-tel-input .fr,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .bq,.react-tel-input .nl{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{background:#fff;border:1px solid #cacaca;border-radius:5px;font-size:14px;height:35px;letter-spacing:.01rem;line-height:25px;margin-bottom:0!important;margin-left:0;margin-top:0!important;outline:none;padding-left:48px;position:relative;width:300px}.react-tel-input .form-control.invalid-number,.react-tel-input .form-control.invalid-number:focus{background-color:#faf0f0;border:1px solid #d79f9f;border-left-color:#cacaca}.react-tel-input .flag-dropdown{background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px;bottom:0;padding:0;position:absolute;top:0}.react-tel-input .flag-dropdown:focus,.react-tel-input .flag-dropdown:hover{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2}.react-tel-input .flag-dropdown.open,.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:initial}.react-tel-input .selected-flag{border-radius:3px 0 0 3px;height:100%;outline:none;padding:0 0 0 8px;position:relative;width:38px}.react-tel-input .selected-flag:focus,.react-tel-input .selected-flag:hover{background-color:#fff}.react-tel-input .selected-flag .flag{margin-top:-5px;position:absolute;top:50%}.react-tel-input .selected-flag .arrow{border-left:3px solid #0000;border-right:3px solid #0000;border-top:4px solid #555;height:0;left:20px;margin-top:-2px;position:relative;top:50%;width:0}.react-tel-input .selected-flag .arrow.up{border-bottom:4px solid #555;border-top:none}.react-tel-input .country-list{background-color:#fff;border-radius:0 0 3px 3px;box-shadow:1px 2px 10px #00000059;list-style:none;margin:10px 0 10px -1px;max-height:200px;outline:none;overflow-y:scroll;padding:0;position:absolute;width:300px;z-index:1}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{border-bottom:1px solid #ccc;margin-bottom:5px;padding-bottom:5px}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country.highlight,.react-tel-input .country-list .country:hover{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{background-color:#fff;padding:10px 0 6px 10px;position:-webkit-sticky;position:sticky;top:0}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;outline:none;padding:3px 8px 5px}.react-tel-input .country-list .no-entries-message{opacity:.7;padding:7px 10px 11px}.react-tel-input .invalid-number-message{color:#de0000}.react-tel-input .invalid-number-message,.react-tel-input .special-label{background:#fff;font-size:13px;left:46px;padding:0 2px;position:absolute;top:-8px;z-index:1}.react-tel-input .special-label{display:none;white-space:nowrap}:root{--formWiz-border:1px solid #b00;--formWiz-outline:none;--formWiz-box-shadow:none;--formWiz-font-weight:none;--formWiz-letter-spacing:none;--formWiz-line-height:none;--formWiz-line-height:#fff;--formWiz-widget_theme_color:#000}.text_area_style{color:#000000de!important;font-size:14px!important;font-weight:500;height:auto;padding:10px!important}.minHeight300{min-height:100px!important}.minHeight400{min-height:250px}.text_area_style::placeholder{font-family:inherit!important;min-height:40px!important;opacity:.35}.formWiz-fullform .Mui-checked{color:#000!important;color:var(--formWiz-widget_theme_color)!important}.formWiz-tooltipLabel{font-size:inherit!important}.circle{align-items:center;border:1px solid #000!important;border:1px solid var(--formWiz-widget_theme_color)!important;border-radius:50%;display:flex;margin-left:8px;width:30px}.Loadercircle,.circle{cursor:pointer;float:right}.flashLoader{position:relative}.flashLoader:before{animation:rotate 20s linear infinite;border-radius:50%;content:"";height:27px;left:49%;position:absolute;top:47%;transform:translate(-50%,-50%);width:29px}.flashIcon:before{border:3px dashed #6a097d}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(1turn)}to{transform:translate(-50%,-50%) rotate(-1turn)}}.-lS-461{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.--Ef-462{animation:css-98 1s linear 0s infinite normal none running;background:conic-gradient(from 180deg at 50% 50%,#a6e7b3,#cd92fd,#9febed,#a6e7b3);display:block;height:300%;left:-100%;position:absolute;top:-100%;transform-origin:50% 50%;width:300%}.--sg-668{background:linear-gradient(#f0f9fa,#f0f9fa,#f5f5f5);border-radius:3px;height:calc(100% - 4px);left:2px;position:absolute;top:2px;width:calc(100% - 4px)}@keyframes css-98{0%{transform:translate(-50%,-50%) rotate(1turn)}to{transform:translate(-50%,-50%) rotate(-1turn)}}.formWiz-input-field input{color:#000000de!important}.formWiz-input-field{background-color:#fff!important;border:#ccc!important;border-radius:4px;box-shadow:0 0 2px 0 #0009!important;font-weight:500;letter-spacing:.13px!important;outline:none!important;width:100%!important}.formWiz-smallWidthParent{align-items:center;background-position:50%;background-repeat:no-repeat!important;background-size:cover!important;display:flex!important;height:100vh;justify-content:flex-start}.FormWith-backgroundImage{background-repeat:no-repeat;background-size:cover;width:100%}.formWiz-fullWidth{overflow:visible!important;overflow:initial!important;width:100%}.formWiz-smallWidth{margin:0 auto!important;width:50%}.mainContainerTest{background-color:initial;margin:0 auto}.mainContainerTestForm{background:#fff;border-radius:0 0 5px 5px;height:100%;opacity:.96}.formWiz-fullformChildDiv{height:100%!important}.mainContainerTestFormwithPadding{background:#fff;border-radius:0 0 5px 5px;height:100%;max-height:77vh;opacity:.96;overflow:auto}.formWiz-input-field .select__control{min-height:50px!important}.formWiz-input-field.input_class_widget_preview{padding:0!important;width:100%}.formWiz-input-field .MuiOutlinedInput-notchedOutline{border:none!important}.formWiz-input-field .MuiInputBase-input{font-family:inherit!important;font-size:14px!important;font-weight:500;min-height:40px!important;padding:0 10px!important}.formWiz-input-field .MuiOutlinedInput-root{background:#fff;min-height:34px!important}.formWiz-input-field .select__control{border:none;border-radius:4px;box-shadow:none;outline:none!important;padding-left:4px}.formWiz-input-field .select__placeholder{color:#989fa5;font-weight:400;opacity:1}.MuiAutocomplete-input::placeholder{color:#84878b;font-weight:400;opacity:1}.formWiz-input-field .select__multi-value{background-color:#fff!important;border:1px solid #c4c4c4!important;border-radius:6px!important;margin:3px!important;padding:3px!important}.select__multi-value .MuiSvgIcon-root{font-size:15px}.formWiz-input-field .select__multi-value__label{color:#000000de!important;font-size:14px!important}.formWiz-input-field .select__multi-value__remove{color:#000000de!important;cursor:pointer;font-size:20px;line-height:20px}.formWiz-input-field .select__multi-value__remove:hover{color:#010101}.select__multi-value__remove:hover{background-color:inherit!important;color:inherit!important}.formWiz-input-field .select__value-container{padding:2px!important}.widget_preview_form{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.MuiChip-label,.MuiChip-root,.MuiFormControl-root,.MuiInputBase-input,.MuiInputBase-root,.MuiTextarea-root,select{font-family:inherit!important;font-size:inherit!important}.MuiFormLabel-root{font-family:inherit!important;text-transform:inherit!important}.react-tel-input .form-control{background:#fff!important;border:none!important;width:100%!important}.react-tel-input .flag-dropdown{background:#fff;border:none}.chips_created{background:#fff;border:1px solid grey;border-radius:15px;display:flex;height:24px;margin:0 4px!important;padding:0 8px}.stack_inside_chip{border:none!important;border-radius:5px!important;box-shadow:0 0 2.5px 0 #6a097d}.stack_inside_chip .MuiChip-label{color:#6a097d!important}.stack_inside_chip.AddAll,.stack_inside_chip:hover{background-color:#f7e9ff!important}.multiple_chips__autocomplete .MuiChip-deleteIcon{color:#010101!important}.multiple_chips__autocomplete .MuiFormControl-root{background:#fff;border:none!important;border-radius:4px;min-height:50px}.multiple_chips__autocomplete .MuiAutocomplete-tag{margin:6px!important}.formWiz-input-field .MuiChip-filled{color:#010101!important;font-family:inherit!important;font-weight:500}.multiple_chips__autocomplete,.multiple_chips_item{width:100%}.multiple_chips__autocomplete .MuiAutocomplete-inputRoot{padding:0!important}.multiple_chips__autocomplete input{border:none!important}.formWiz-input-field .MuiChip-root,.formWiz-input-field .select__multi-value{background-color:#fff!important;border:1px solid #000!important;border:1px solid var(--formWiz-widget_theme_color)!important;border-radius:6px!important}.avatar_file_upload{position:relative}.close-btn{align-items:center;border-radius:50%;color:#fff;cursor:pointer;height:16px;justify-content:center;left:32px;position:absolute;top:-1px;transition:all .3s}.show_error_in_form{color:red!important}.input_label{color:#4c4a4d!important;font-weight:600!important;margin:6px 0!important}.label_class_widget_preview{color:#4c4a4d!important;display:block!important;font-weight:700!important;white-space:pre-wrap!important;width:100%}.long_text_input .MuiOutlinedInput-notchedOutline{border:none!important}.MuiTextarea-root{--Textarea-focusedHighlight:#0000!important;padding:10px 0 10px 10px!important}.long_text_input textarea{resize:vertical!important}.file_preview_input{margin:5px 0 0!important;width:100%}.radio_option_label_widget_preview{display:flex;margin:0!important}.radio_option_label_widget_preview .MuiButtonBase-root{padding:0 5px 0 0!important}.radio_option_label_widget_preview .MuiSvgIcon-root{height:20px!important;width:20px!important}.radio_option_input_widget_preview{margin:3px 8px 3px 4px!important}.radio_option_label{margin-right:20px!important}.radiogroupColumn_class{flex-direction:column!important}.radiogroupColumn_class label{padding-bottom:7px!important}.radiogroupRow_class{flex-direction:row!important}.dropdown_label_widget_preview{background:#fff;border:none;border-radius:4px;color:currentColor;height:34px;margin:5px 0 0!important;padding:0!important;width:100%}.dropdown_label_widget_preview .MuiOutlinedInput-notchedOutline{border:none!important}.dropdown_label_widget_preview .MuiInputBase-input{align-items:center;display:flex;height:100%!important;padding:0 10px!important}.dropdown_option_placeholder{color:#bababa!important}.date_picker_class_preview{background:#f3f5f9;border-radius:4px;margin:5px 0 0!important;width:99.9%}.date_picker_class_preview .MuiOutlinedInput-notchedOutline{border:none;width:100%}.date_picker_class_preview .MuiInputBase-root{background:#fff;height:34px;padding-right:4px!important}.date_picker_class_preview .MuiInputBase-input{padding:0 0 0 10px!important}.date_picker_container_class_preview{width:100%}.date_picker_item_class_preview>.css-1xhypcz-MuiStack-root{overflow:visible!important;padding-top:0!important}.option_margin_class{margin:5px 0 0!important}.option_space_class{margin-right:20px!important}.check{background-color:#d3d3d3;border-radius:50%;height:30px;left:0;position:absolute;top:0;width:30px}.show_file_data_container{align-items:center;background:#f3f5f9;border-bottom:4px;display:flex;height:34px;justify-content:space-between;margin:5px 0 18px!important;padding:0!important}.reset_all_fields_input{background:none;border:none;cursor:pointer;display:flex;text-decoration:underline;width:100%}.widget_preview_form_save_button{background:#d9a22e!important;color:#fff!important;height:38px;text-transform:none!important;width:160px}.widget_preview_form_save_item{display:flex;justify-content:left;padding:0!important}.multiselect_class{padding:10px 0 0;width:100%}.multiselect_class .css-1o500h{background-color:#fff;border-radius:4px!important;box-shadow:none!important;height:34px;padding:0!important;width:100%}.multiselect_class .css-1dj9hp6{background-color:#fff;z-index:9999}.multiselect_class .css-autkim{display:flex;padding-right:7px}.multiselect_class .css-imhb7i{padding-left:10px}.multiselect_class .css-1nq0kav{background-color:#fff;width:99%!important;z-index:9999}.multiselect_class .css-1dkeni9{background:#e8f7f6;border-radius:4px;margin:4px;padding:1px}.helper_text_input{font-size:10px!important;padding-left:5px!important}.css-671{border:.125rem solid #0000;border-radius:.25rem;color:#fff;cursor:pointer;font-family:inherit!important;font-weight:600;outline-style:none;padding:.625rem 1.25rem;-webkit-text-decoration-line:none;text-decoration-line:none;width:-moz-fit-content}.widget_preview_text{color:#2765ff;display:flex;font-weight:545;justify-content:center;margin:20px 10px 0!important}.db_widget_preview_full_container{background:#fff;flex-direction:column!important;height:100%}.company_logo_{display:flex}.company_logo_image{height:auto;max-height:86px;max-width:200px;object-fit:contain;padding:10px;width:auto}.company_logo_image,.company_logo_text{align-items:center;display:flex;justify-content:center}.company_logo_text{background:#f3f5f9;border-radius:30px;color:#8a8a8a;font-weight:500;height:39px;width:157px}.preview_switch{position:absolute}.widget_preview_top_text_item{display:flex}.widget_preview_form_view_item{background:#fff;margin:20px!important;overflow-y:auto}.widget_title_text{align-items:center;font-size:16px;font-weight:600;padding:5px 0}.widget_subtitle_text,.widget_title_text{color:#000;display:flex;justify-content:left;width:100%}.widget_subtitle_text{font-size:14px;font-weight:500;padding:0 0 7px 1px}.widget_preview_middle_text{height:500px;justify-content:center;padding:0 25px 25px}.widget_preview_middle_form,.widget_preview_middle_text{align-items:center;color:#8a8a8a;display:flex;flex-direction:column!important;font-weight:500;line-height:20px;min-height:53vh}.widget_preview_middle_form{justify-content:start}.new_fields_btn_widget_preview{align-items:center;background:#2765ff;border-radius:5px;color:#fff;display:flex;flex-direction:row;justify-content:center;left:640px;margin:10px!important;padding:10px;top:503px;width:160px}.widget_logo_widget_preview_item_full{display:flex;justify-content:flex-end;margin-bottom:20px!important;width:100%}.widget_logo_widget_preview_container{align-items:center;background:linear-gradient(96.43deg,#aa2eff,#4e61ff);border-radius:10px 0 0 10px;color:#fff;display:flex;flex-direction:row;padding:12px 15px;width:217px!important}.widget_logo_class_widget_preview{align-items:center;background:#fff;border-radius:50%;display:flex;height:26px;justify-content:cenn;justify-content:center;left:15px;margin-right:16px!important;object-fit:contain;top:8px;width:26px}.widget_preview_header_container{background:#d9a22e;border-radius:18px 18px 0 0}.np-slide-container{margin:0 auto;width:300px}.np-img-container{margin:0 auto;max-width:600px}.np-slider{-webkit-appearance:none;background:#131313;border-radius:20px;height:20px;margin:10px 0;opacity:.7;outline:none;transition:opacity .2s;width:100%}.np-slider:hover{opacity:1}.np-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#acacac;border-radius:20px;cursor:pointer;height:20px;width:35px}.np-slider::-moz-range-thumb{background:#acacac;border-radius:20px;cursor:pointer;height:20px;width:35px}.loader{animation:animate 1s linear infinite;background:linear-gradient(#eb31b0,#e4c352,#7df8d6);box-shadow:0 0 100px -50px #000;height:200px;position:relative;width:200px}.loader,.loader:before{border:3px solid #fff;border-radius:10rem}.loader:before{background:#fff;box-shadow:inset 0 0 100px -70px #111;content:"";height:80%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80%}@keyframes animate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.circle .border{-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-name:Rotate;-moz-animation-name:Rotate;-ms-animation-name:Rotate;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;-ms-animation-timing-function:linear;background:#0000;border:2px dashed #000;border-radius:50%}@keyframes Rotate{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@media screen and (max-width:992px){.formWiz-smallWidth{width:100%!important}}.formWiz-fullform .scaleRatingClass{align-items:center;background-color:#fff;border:1px solid #dcd0d0;cursor:pointer;display:flex;font-size:15px;height:34px;justify-content:center;width:100%}.formWiz-fullform .MuiFormControlLabel-label{font-size:inherit!important}.formWiz-fullform .selectedScaleRatingClass{border:1px solid #000!important;border:1px solid var(--formWiz-widget_theme_color)!important;color:#000!important;color:var(--formWiz-widget_theme_color)!important}.scaleRatingClass:first-child{border-radius:5px 0 0 5px!important}.scaleRatingClass:last-child{border-radius:0 5px 5px 0!important}.formWiz-fullform .scaleRatingClass:hover{border:1px solid #000;border:1px solid var(--formWiz-widget_theme_color)}.formWiz-fullform .MuiRating-iconFilled,.formWiz-fullform .MuiRating-iconHover{color:#000!important;color:var(--formWiz-widget_theme_color)!important}.globalTextfieldStyle{background:#fff;border:none!important;border-color:initial!important;box-shadow:0 0 3px 0 #00000040!important;display:flex;justify-content:space-around;width:100%}.globalTextfieldStyle fieldset{border-color:initial!important;border-width:0!important}.globalTextfieldStyle .MuiInputBase-input{border-radius:3px;min-height:50px!important}.globalPhoneStyle{box-shadow:0 0 3px 0 #00000040!important;padding:7.5px!important}.recaptchaBlock{align-items:center;display:flex;display:flex!important;flex-direction:column!important;flex-wrap:nowrap;justify-content:center;margin-top:12px!important;transform:scale(1.25)}@media screen and (max-width:450px) and (min-width:390px){.recaptchaBlock{transform:scale(1.05)!important}}@media screen and (max-width:390px){.recaptchaBlock{transform:none!important}}.formWiz-input-field .select__multi-value__label
.formWiz-input-field .select__multi-value__label{font-size:13px!important}.select__menu{margin-bottom:0!important;position:static!important}.modifiedAutocompleteStyle fieldset{border:initial;box-shadow:0 0 2px 0 #0009}.modifiedAutocompleteStyle .MuiChip-root{background-color:#fff!important;border:1px solid #e1cee5!important;border-radius:6px!important;font-size:14px!important;font-weight:400}.modifiedAutocompleteStyle .MuiChip-deleteIcon{color:#010101!important;font-size:15px!important}.modifiedAutocompleteStyle .MuiInputBase-root{min-height:50px;padding:8px!important}.modifiedAutocompleteStyle textarea{padding:0!important}.modifiedAutocompleteStyle .MuiChip-label{color:#000000de;font-size:14px!important;font-weight:500;padding:3px 12px 3px 7px}.test textarea::placeholder{color:#969a9d;font-style:bold;opacity:1;z-index:1}.sampleChatbotFormField{box-shadow:0 0 3px 0 #00000026!important;padding:10px!important}.formWiz-input-field textarea{font-size:14px!important}.formWiz-input-field::placeholder{color:#000!important}@media screen and (max-width:1600px) and (min-width:901px){.formWiz-input-field .MuiInputBase-input,.formWiz-input-field textarea,.text_area_style{font-size:13px!important}.modifiedAutocompleteStyle .MuiInputBase-root{font-size:14px!important;min-height:40px!important}}@media screen and (max-width:900px) and (min-width:0px){.formWiz-input-field .MuiInputBase-input,.formWiz-input-field textarea,.text_area_style{font-size:13px!important}.modifiedAutocompleteStyle .MuiInputBase-root{font-size:14px!important;min-height:40px!important}}.file-inputs{align-items:center;background:linear-gradient(180deg,#fff,#f4f7ff);border:2px dashed #83838333;border-radius:5px;display:flex;flex-direction:column;justify-content:center;min-height:45px;position:relative;width:100%}.file-inputs input{border:0;cursor:pointer;opacity:0;padding:0;position:relative;text-align:right;z-index:2}.file-inputs button{border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.1rem;height:100%;left:0;outline:none;padding:0;position:absolute;top:0;transition:background-color .4s;width:100%;z-index:1}.file-inputs button,.file-inputs button i{align-items:center;display:flex;justify-content:center}.file-inputs button i{background-color:#fff;border-radius:50%;font-size:.8em;height:1.5em;margin-right:.8em;padding:.4em;width:1.5em}.justShowIcon-input{align-items:center;background-color:#6a097d;border:none;border-radius:4px;box-shadow:0 0 4px 0 #00000040;cursor:pointer;display:flex;height:41px;justify-content:center;position:relative;width:41px}.justShowIcon-input input{cursor:pointer;height:100%;opacity:0;position:absolute;width:100%;z-index:2}.justShowIcon-input input:disabled{cursor:default}.justShowIcon-input .MuiIconButton-root{align-items:center;background-color:#6a097d;color:#fff;display:flex;height:100%;justify-content:center;width:100%;z-index:1}.main{font-size:16px;font-weight:700}.info{font-size:.8rem}.file-card{display:flex;width:100%}.file_background_design{border:1px solid #0000000d;border-radius:3px;box-shadow:0 0 3px 0 #0000000d;padding:10px!important}.file_background_design_after{background:#fff;border-radius:4px;display:flex;justify-content:space-between;padding:0 8px}.file_type_uploaded{height:20px;object-fit:contain;width:20px}.file_background_design_item{display:flex;height:34px;justify-content:center}.delete_container{display:flex;justify-content:space-between;width:100%}.delete_icon{display:flex;justify-content:flex-end}.file_item{height:44px;margin:4px!important;padding:3px}.file_item_after_uploaded{margin-top:4px!important}.file_name{align-items:end;display:flex;font-size:15px;padding:3px}.delete_onclick{cursor:pointer;font-size:20px!important}.file_size{color:#a6a6a6;font-size:13px}.file-inputs-avatar{align-items:center;background-color:#fff;border:none!important;border-radius:6px;box-shadow:0 0 2px 0 #00000038!important;font-weight:500;height:35px;justify-content:center;min-height:37px;position:relative}.file-inputs-avatar input{border:0;cursor:pointer;opacity:0;padding:0;position:relative;text-align:right;z-index:2}.file-inputs-avatar button{align-items:center;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:14px;height:100%;justify-content:center;left:0;outline:none;padding:0;position:absolute;top:0;transition:background-color .4s;width:100%;z-index:1}.file-inputs-avatar button i{background-color:#fff;border-radius:50%;font-weight:500;height:1.5em;margin-right:.8em;padding:.4em;width:1.5em}.file-inputs-avatar button i,.uploadFileInput{align-items:center;display:flex;justify-content:center}.uploadFileInput{background:#fff;border:1px solid #0000000d;border-radius:3px;box-shadow:0 0 3px 0 #0000000d;min-height:63px}.chatbotFormField{border:1px solid #00000026;box-shadow:0 0 3px 0 #00000026}.uploadFileInput{position:relative;width:100%}.uploadFileInput input{border:0;cursor:pointer;opacity:0;padding:0;position:relative;text-align:right;z-index:2}.uploadFileInput button{align-items:center;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;height:100%;justify-content:center;left:0;outline:none;padding:0;position:absolute;top:0;width:100%;z-index:1}.colorpickerTestDemo{border:1px solid #0000000f;box-shadow:0 0 3px 0 #0000000f}.colorpickerTestDemo .MuiInputBase-root,.colorpickerTestDemo .MuiTextField-root{height:100%}.colorpickerTestDemo button{margin:10px 10px 10px 15px!important}.colorpickerTestDemo .ColorPicker-MuiInputBase-input{font-size:15px!important;padding:14px 0 10px 10px}.colorpickerTestDemo .ColorPicker-MuiInput-underline:after,.colorpickerTestDemo .ColorPicker-MuiInput-underline:before,.colorpickerTestDemo .ColorPicker-MuiInput-underline:hover:not(.Mui-disabled):before{border:none}.fileUploadedGrid{border:1px solid #0000000d;border-radius:3px;box-shadow:0 0 3px 0 #0000000d;padding:5px!important}.chatbotFieldLabel{color:#4c4a4d!important;display:block!important;white-space:pre-wrap!important;width:100%}.chatbotSettings_chatbotSettingsForm__fmcYe{width:100%}.chatbotEmbedLinkAndDomains_cbEmbedIframeItem__MqvW0{border:1px solid #e9e9e9;border-radius:5px;margin:0 auto 15px!important}.chatbotEmbedLinkAndDomains_cbEmbedIframeHeadMainItem__1cr\+D{background-color:#f5f5f5;padding:10px 15px}.chatbotEmbedLinkAndDomains_cbEmbedCopyFrameHead__ErNm-{color:#000!important;font-size:15px!important;font-weight:600!important}.chatbotEmbedLinkAndDomains_cbEmbedCopyFrameSubHead__BtEBJ{color:#565656!important;font-size:13px!important;font-weight:600!important}.chatbotEmbedLinkAndDomains_cbFrameMainItem__R1VO0{padding:10px 15px!important}.chatbotEmbedLinkAndDomains_cbEmbedFrameCopyItem__iJIKA{margin:10px 0 0}.chatbotEmbedLinkAndDomains_cbEmbedFrameText__NA-Uh{word-wrap:break-word!important;font-size:14px!important;font-weight:500!important;word-break:break-all!important}.chatbotEmbedLinkAndDomains_cbEmbedWidgetItem__WtbG-{border:1px solid #e9e9e9;border-radius:5px;margin:10px 0 0!important}.chatbotEmbedLinkAndDomains_cbWidgetMainItem__e\+roh{padding:15px!important}.chatbotEmbedLinkAndDomains_cbDividerStyle__WJqaW{background-color:#6a097d;border:none!important;color:#6a097d;height:2px!important;opacity:1!important;padding:2px 0 0!important;width:100%}.chatbotEmbedLinkAndDomains_cbAddDomainItem__nQIyd{cursor:pointer;margin:10px 0 0!important}.chatbotEmbedLinkAndDomains_cbNewDomainText__KJ0aC{color:#6a097d!important;font-size:15px!important;font-weight:600!important}.staticChatbotPreview_chatbotChatMainSectionItem__VslXD{padding:20px!important}.staticChatbotPreview_chatbotChatIconDiv__fguXN{align-self:self-start;border-radius:50%;box-shadow:0 0 2px 0 #00000026;display:flex;object-fit:cover;object-position:center}.staticChatbotPreview_botMsgBoxStyle__H3DMP{border-radius:0 8px 8px 8px!important;font-size:14px!important;font-weight:500!important;line-height:inherit!important;margin:0!important;max-width:calc(100% - 32px);padding:initial!important}.staticChatbotPreview_parentbotMsgBoxStyle__6VoBi .staticChatbotPreview_botMsgBoxStyle__H3DMP{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll!important;background:initial!important;max-height:none!important}.staticChatbotPreview_prtbotMsgBoxStyle__FkERN{box-shadow:0 0 2px 0 #00000040!important;direction:ltr!important;font-size:15px!important;font-weight:500!important;margin-left:6px!important;padding:10px!important;width:100%!important}.staticChatbotPreview_btMsgBoxStyle__FekPJ{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll!important;background:initial!important;max-width:none!important;overflow:visible!important;overflow:initial!important;white-space:normal!important;width:100%!important;word-break:break-word!important}.staticChatbotPreview_userMsgBoxStyle__GsBdq{font-size:14px!important;word-break:break-all!important}.staticChatbotPreview_typeMessageItem__u4get{padding:0 10px!important}.staticChatbotPreview_typeMessageContainer__XL5n-{align-items:center!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:10px!important;justify-content:center!important}.staticChatbotPreview_inputAdornment__nIxz4{background-color:#f7e9ff80!important}.staticChatbotPreview_poweredByItem__uHT5d{margin:10px!important;padding:0 10px!important}.staticChatbotPreview_chat_poweredby_text__4sQ26{color:#989696!important;display:flex!important;font-size:13px!important;font-weight:500!important;margin:2px 10px 0!important}.staticChatbotPreview_chat_powered_logo__HYW4Y{height:auto;object-fit:fill;vertical-align:sub;width:100px}.staticChatbotPreview_chatbotPreviewMessageboxMainItem__D7nu2{margin:0!important}.staticChatbotPreview_chatbotPreviewMessageboxMainContainer__FiE0e{border-radius:8px!important;box-shadow:1px 1px 5px -2px #f7e9ff!important}.staticChatbotPreview_sendMsgTextField__ENWZA .MuiInputBase-input{color:#000;font-size:15px!important;font-weight:500!important;padding:11px 15px!important}.staticChatbotPreview_chatbotNavbarMainItem__XNBt9{border-bottom:1px solid #dedede;border-radius:15px 15px 0 0!important;box-shadow:0 0 2px 0 #00000026}.staticChatbotPreview_header__4Y6uK{align-self:start;display:flex;width:100%}.staticChatbotPreview_headerMobile__cMHme{align-self:start;display:flex;padding:10px 30px 0;width:100%}.staticChatbotPreview_svgStyle__6bbZ6{display:flex;padding:0 7px}.staticChatbotPreview_sourceStyle__1HXTy{font-size:13px;font-weight:600}.staticChatbotPreview_parentbotMsgBoxStyle__6VoBi,.staticChatbotPreview_userMessageContainer__fuhpG{position:relative}.staticChatbotPreview_userReactionStyle__34Tws{right:9px}.staticChatbotPreview_botReactionStyle__eThnP,.staticChatbotPreview_userReactionStyle__34Tws{background:#fff;border:1px solid #e7dbdb;border-radius:50%;bottom:-17px;cursor:pointer;padding:1px;position:absolute}.staticChatbotPreview_botReactionStyle__eThnP{left:9px}.staticChatbotPreview_scrollAnimation__JMLmb{background-color:gray;transition:background-color .5s ease}.staticChatbotPreview_chatbot_preview_arrow_item__dbC47{border-radius:10px!important;height:45px!important;max-height:45px!important;max-width:45px!important;width:45px!important}.staticChatbotPreview_icon_normal__OnwyB{border-radius:8px!important;height:100%!important;padding:5px!important;transition:transform .3s ease-in-out;width:100%!important}.staticChatbotPreview_iconGlobalStyle__7D5le{cursor:pointer!important;height:22px!important;width:22px!important}@media screen and (max-width:600px){.staticChatbotPreview_headerMobile__cMHme{padding:10px 20px 0}}.staticChatbotPreview_cbNamePreviewSmall__yYAI\+{display:flex!important;font-size:15px!important;font-weight:600!important}.staticChatbotPreview_cbIconStyle__WiKzr{border-radius:50%!important;height:30px!important;object-fit:fill!important;width:30px!important}.staticChatbotPreview_cbIconStyleScreen__wXv8U{border-radius:50%!important;height:24px!important;object-fit:fill!important;width:24px!important}.staticChatbotPreview_fieldOptionWrapper__6NWya{gap:10px!important;margin-left:8px!important;margin-top:8px!important}.staticChatbotPreview_maxWidthInherit__KVuA1{max-width:calc(100% - 80px)!important;width:inherit!important}.chatbotPreview_cbPreviewMainItem__\+XyTN{padding:15px 0!important}.chatbotPreview_cbPreviewMainConatiner__6ATB-{flex-direction:column!important;position:relative!important}.chatbotPreview_cbPreviewTryItem__ck-6o{background-color:#0000!important;height:100%;padding:0!important}.chatbotPreview_mbStaticPreviewWrapper__VijI1{align-items:center!important;flex-wrap:nowrap!important;justify-content:space-between!important}.chatbotPreview_cbMarginTop__BCb60{margin-top:5px!important}.chatbotPreview_cbPreviewHeadItem__Yy4ha{text-align:center}.chatbotPreview_cbPreviewHead__QyaPk{color:#1f384c!important;font-size:16px!important;font-weight:600!important}.chatbotPreview_previewIconWrapper__RmES6{position:absolute!important;right:10px!important;text-align:end!important;top:12px!important;z-index:10000!important}.chatbotPreview_previewIconImg__Kt\+iw{height:auto!important;object-fit:fill!important;transform:rotate(180deg)!important;vertical-align:middle!important;width:23px!important}.chatbotPreview_cbPreviewResetBtn__0dmMU{background-color:#fff!important;border:1px solid #f7e9ff!important;box-shadow:0 0 4px 0 #00000040!important;color:#6a097d!important;font-size:15px!important;font-weight:600!important;padding:2px 10px!important;text-transform:capitalize!important}.chatbotPreview_cbPreviewHeadMainItem__AhGty,.chatbotPreview_tryPreviewHeadMainItem__JqXtq{margin:10px auto!important}.chatbotPreview_cbChatBtnIconItem__AQQrc{margin:0 auto!important}.chatbotPreview_cbChatBtnIconContainer__1i2uS{justify-content:center}.chatbotPreview_cbChatIconsitem__rxrQM{border-radius:50%!important;box-shadow:0 5px 15px #00000059!important;cursor:pointer!important;height:auto;width:45px}.chatbotPreview_cbPreviewIframeItem__lhAui{margin:0 auto!important;max-width:485px!important;width:80%!important}.chatbotPreview_tryPreviewIframeItem__ilAxp{margin:10px auto!important;max-width:460px!important;width:80%!important}.chatbotPreview_chatbotSwipeableDrawer__xQdlu{border-bottom-left-radius:10px;border-top-left-radius:10px;height:calc(100vh - 120px)!important;max-height:650px!important;overflow:auto;top:10%!important;width:480px!important}.chatbotPreview_scrollable-div__fmeiq::-webkit-scrollbar{display:none}.chatbotPreview_chatbotPreviewMainContainer__T\+1az,.chatbotPreview_chatbotPreviewMainItem__NdKKg,.chatbotPreview_chatbotPreviewSubContainer__ioMEC{height:100%}.chatbotPreview_cbPreviewIframeParentDiv__nHkwN{height:100%;padding:5px!important}.chatbotPreview_tryPreviewIframeParentDiv__wiATE{align-items:center;box-sizing:border-box!important;display:flex;height:100%;justify-content:center;padding:5px!important}.chatbotPreview_tryKnowPreviewIframeParentDiv__R9znY{height:100%;padding:5px!important}.chatbotPreview_cbPreviewIframeParentDiv__nHkwN iframe{border-radius:18px!important;border-radius:20px 20px 0 0!important;height:100%!important;max-height:100%!important;min-height:calc(100vh - 155px)!important}.chatbotPreview_tryPreviewIframeParentDiv__wiATE iframe{border-radius:15px!important;height:calc(100vh - 160px)!important;min-height:300px!important}.chatbotPreview_tryKnowPreviewIframeParentDiv__R9znY iframe{border-radius:18px!important;border-radius:20px 20px 0 0!important;height:calc(100vh - 252px)!important;min-height:300px!important}@media screen and (max-height:750px)and (min-width:1201px)and (max-width:1700px){.chatbotPreview_cbPreviewIframeItem__lhAui{max-width:400px!important}}@media screen and (max-height:750px){.chatbotPreview_chatbotSwipeableDrawer__xQdlu{max-height:600px!important;top:10%!important}.chatbotPreview_cbPreviewIframeParentDiv__nHkwN iframe{height:525px!important}}@media screen and (max-width:1200px)and (min-width:0px){.chatbotPreview_cbPreviewHeadItem__Yy4ha{margin-block:13px!important}.chatbotPreview_cbChatBtnIconItem__AQQrc{margin:0 auto!important}.chatbotPreview_cbPreviewIframeParentDiv__nHkwN iframe{height:565px!important;min-height:auto!important}.chatbotPreview_tryPreviewIframeParentDiv__wiATE iframe{height:calc(100vh - 160px)!important;min-height:300px!important}.chatbotPreview_tryKnowPreviewIframeParentDiv__R9znY iframe{height:calc(100vh - 245px)!important;min-height:300px!important}.chatbotPreview_cbPreviewHeadMainItem__AhGty{background:#fff;height:0!important;margin:5px auto!important;max-height:55px!important;top:0}.chatbotPreview_tryPreviewHeadMainItem__JqXtq{height:85px!important;margin:0 auto!important;max-height:85px!important;top:0}.chatbotPreview_cbPreviewIframeItem__lhAui{height:calc(100% - 110px)!important;min-height:410px!important;width:90%!important}.chatbotPreview_tryPreviewIframeItem__ilAxp{margin:0 auto!important;width:90%!important}.chatbotPreview_cbChatIconsitem__rxrQM{height:auto;width:35px}}@media screen and (max-width:900px)and (min-width:601px){.chatbotPreview_tryPreviewIframeParentDiv__wiATE iframe{height:calc(100vh - 170px)!important}}@media screen and (max-width:600px)and (min-width:0px){.chatbotPreview_chatbotSwipeableDrawer__xQdlu{width:95%!important}.chatbotPreview_cbPreviewIframeParentDiv__nHkwN iframe{height:100%!important;max-height:100%!important;min-height:300px!important}.chatbotPreview_tryPreviewIframeParentDiv__wiATE iframe{height:calc(100vh - 160px)!important;max-height:100%!important;min-height:540px!important}.chatbotPreview_tryKnowPreviewIframeParentDiv__R9znY iframe{height:calc(100vh - 275px)!important;margin-top:0!important;max-height:100%!important;min-height:300px!important}.chatbotPreview_cbPreviewHeadMainItem__AhGty{background:#fff;height:0!important;margin:5px auto 0!important;max-height:55px!important;top:0}.chatbotPreview_tryPreviewHeadMainItem__JqXtq{height:auto!important;margin:0 auto!important;max-height:auto!important;top:0}.chatbotPreview_tryPreviewIframeItem__ilAxp{width:90%!important}}.chatbotPreview_fsStaticPreviewWrapper__evpBL{align-items:center!important;justify-content:space-between!important;position:relative!important}.chatbotPreview_fsPreviewHeadItem__BTmUu{align-items:center;display:flex;justify-content:center;margin-bottom:8px;width:100%}.chatbotPreview_fsPreviewHeadContainer__PQx4N{gap:10px;justify-content:space-between}.chatbotPreview_addPhoneNumberIcon__LiObK{color:#4c4a4d!important;font-weight:700!important;height:24px!important;width:24px!important}.chatbotPreview_deletePhoneNumberIcon__JSbb7{color:#d90303!important;font-weight:700!important;height:24px!important;width:24px!important}.chatbotTabsComponentStyle{max-height:auto!important;min-height:auto!important}.chatbotTabsComponentStyle .Mui-selected{color:#6a097d!important;min-width:0!important}.chatbotTabsComponentStyle .MuiTab-root{margin-left:3px!important;min-width:0!important}@media screen and (max-width:871px) and (min-width:0px){.chatbotTabsComponentStyle .MuiTabs-scroller{max-width:77%!important;overflow:auto!important;scrollbar-width:none!important;width:77%!important}.chatbotTabsComponentStyle::-webkit-scrollbar{display:none!important;height:0!important}}@media screen and (max-width:600px) and (min-width:0px){.chatbotTabsComponentStyle .MuiTabs-scroller{max-width:71%!important;overflow:auto!important;scrollbar-width:none!important;width:71%!important}}.planHasExhausted_upperGrid__3Cvwe{background:linear-gradient(180deg,#fff 0,#efd7fe);border-radius:0 0 12px 12px;padding:30px 70px 35px!important;width:100%}.planHasExhausted_meterWrapper__PU8e9{padding:30px 0 20px}.planHasExhausted_heading__k5Oy3{color:#6a097d;font-size:18px;font-weight:600;margin-bottom:10px!important;text-align:center}.planHasExhausted_subHeading__AaLAy{color:#1f384c!important;font-size:14px!important;font-weight:500!important}.planHasExhausted_coloredSubheading__2ys9y{color:#6a097d!important;font-size:14px!important;font-weight:500!important}.planHasExhausted_creditText__6GaHJ{color:#4c4a4d!important;font-size:13px!important;font-weight:500!important}.planHasExhausted_textAlignCenter__UH-L1{text-align:center}.planHasExhausted_signUpBtnWrapper__nOdOD{font-size:15px!important;margin:25px 0 5px!important;min-width:161px}.planHasExhausted_secondGrid__VMyGS{padding:9px 0!important}.planHasExhausted_bottomText__8pkRj{color:#4c4a4d!important;font-size:12px!important;font-weight:500!important}.planHasExhausted_bottomColoredText__ZvCV\+{color:#6a097d!important;cursor:pointer;font-size:12px!important;font-weight:600!important;padding-left:3px}.planHasExhausted_confirmationText__Dfgaw{color:#1f384c;font-size:18px;font-weight:600;margin:23px 0 7px!important}.planHasExhausted_subText__DnUV4{font-size:15px!important;font-weight:400!important;margin-bottom:20px!important;max-width:264px!important;text-align:center!important}.planHasExhausted_buttonWrapper__3Rv8j{margin:0 10px!important;width:100px}.calendly_setupDiv__Zubgq{background-color:#f7e9ff80;border-radius:5px;padding:30px;width:auto}.calendly_setupDivText__HGXuv{font-size:15px;font-weight:600}.calendly_stepContainer__fINin{align-items:center;cursor:pointer;display:flex}.calendly_circle__cz3wO{background-color:#dedede;border-radius:50%;color:#fff;display:inline-block;font-size:14px;height:20px;line-height:20px;margin-right:5px;text-align:center;width:20px}.calendly_stepText__tKffO{font-size:15px}.calendly_onCLickBgColor__UI4YK{background-color:#6a097d}.calendly_onCLickColor__3fBgF{color:#6a097d;font-weight:600}.calendly_selectedCardStyle__b-ieZ{background-color:#fbf4ff}.calendly_selectedCardBtnStyle__4TrbL{background-color:#6a097d;color:#fff}.calendly_calendlySelectedEventCardStyle__tkMDW{background-color:#fbf4ff!important}.calendly_templateCardStyle__tbI23{height:auto!important;width:auto}.fieldSetup_fieldGrid__wBywl{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 4fr}.fieldSetup_fieldItem__NMWLB,.fieldSetup_fieldName__XUB\+\+{font-weight:600;margin-bottom:15px}.fieldSetup_fieldItem__NMWLB{background-color:#f9f9f9;border-radius:5px;box-shadow:0 0 3px #0000004d;box-sizing:border-box;font-size:13px;height:auto;padding:12px;width:100%}.fieldSetup_descriptionColumn__J\+p7P{gap:20px}.fieldSetup_descriptionItem__xYHUB{border:none;border-radius:5px;box-shadow:0 0 3px #0000004d;box-sizing:border-box;font-size:13px;font-weight:600;height:auto;margin-bottom:15px;padding:12px;width:100%}.fieldSetup_setupText__ZMfqG{align-items:center;display:flex;flex-direction:row;justify-content:center}.fieldSetup_headerContainer__Xgtmr{align-items:center;display:flex;gap:10px}.fieldSetup_headerText__vflIw{font-size:15px;font-weight:500}.fieldSetup_headerIcon__lItJk{font-size:20px}.fieldSetup_setupDiv__vlly5{background-color:#f7e9ff80;border-radius:5px;padding:30px;width:auto}.fieldSetup_setupDivText__7p-BK{font-size:16px;font-weight:500}.messageFormats_messageFormatHeadingStyle__UDlOS{color:#000!important;font-size:17px!important;font-weight:600!important}.messageFormats_messageFormatSubHeadingStyle__Lu-gQ{color:#858585!important;font-size:13px!important;font-weight:500!important}.messageFormats_messageFormatImageStyle__3LuO2{background-color:#fff!important;border:1px solid #f5f5f5!important;border-radius:5px!important;box-shadow:0 0 4px #dadadacc!important;height:270px!important;margin-block:10px!important;padding:13px!important;width:250px!important}.messageFormats_messageFormatImageInsideStyle__-Z1ZI{background-color:#f4f4f4!important;border-radius:3px!important;box-shadow:0 0 2px #00000040!important;height:100%!important;width:100%!important}.messageFormats_useThisCardButton__qbhfq{background-color:#fbf4ff!important;margin-bottom:5px!important}.messageFormats_useThisCardButton__qbhfq,.messageFormats_viewExamplesButton__\+nE8Q{border-radius:5px!important;box-shadow:0 0 2px #6a097db3!important;color:#6a097d!important;cursor:pointer!important;font-size:14px!important;font-weight:600!important;padding:6px!important;text-transform:capitalize!important;width:250px!important}.messageFormats_viewExamplesButton__\+nE8Q{background-color:#fff!important}.messageFormats_popupTitleStyle__9MLN4{color:#6a097d!important;font-size:16px!important;font-weight:600!important}.messageFormats_popupCardHeadingStyle__fZHSg{color:#000!important;font-size:15px!important;font-weight:500!important}.leadGenerationCard_leadGenerCardStyle__AwlMk{border-radius:10px!important;box-shadow:0 0 4px #0000001f!important;cursor:pointer;max-width:350px!important;padding:15px!important;width:350px!important}.leadGenerationCard_cardFieldStyle__-DUkI{color:#949494!important;font-size:13px!important}.leadGenerationCard_leadGenerationCardIcon__EiXUk{background-color:#f7e9ff!important;border-radius:50%!important;box-shadow:0 0 2px #00000040!important;height:44px!important;padding:6px 5px!important;width:44px!important}.leadGenerationCard_connectedFontStyle__H9gS3{font-size:13px!important;font-weight:600!important}.leadGenerationCard_exploreMenuButton__S3eAS{padding:3px!important}.leadGenerationCard_exploreMenuButtonOpen__A\+bmh,.leadGenerationCard_exploreMenuButton__S3eAS{align-items:center!important;border-radius:50%!important;color:#7a7a7a!important;cursor:pointer!important;display:flex!important;height:20px!important;min-height:27px!important;min-width:27px!important;text-align:start!important;text-transform:capitalize!important}.leadGenerationCard_exploreMenuButtonOpen__A\+bmh{padding:0 3px!important}.leadGenerationCard_selectedLeadIntegration__ASb-L{background-color:#fbf4ff!important}.leadGenerationCard_nonSelectedLeadIntegration__YIpgW{background-color:#fff!important}.staticMessageFormatForm_createStaticMessageFormatFormGrid__S4NW-{padding:25px 25px 0!important}.staticMessageFormatForm_createFormatTextStyle__gdjEp{font-size:17px!important;font-weight:600!important}.staticMessageFormatForm_messageFormatFormGrid__0jZVf{overflow:auto!important;padding:3px!important}.staticMessageFormatForm_messageFormatFormFieldLabel__j3UiH{font-size:15px!important;font-weight:600!important}.staticMessageFormatForm_messageFormatGridStyle__tT3Qa{background-color:#f5f5f5!important;border-radius:3px!important;box-shadow:0 0 2px #00000040!important;padding:11.5px 14px!important;text-align:center!important}.staticMessageFormatForm_messageFormatIDTextStyle__qe3Sv{font-size:14px!important;font-weight:600!important}.staticMessageFormatForm_messageFormatTextFieldStyle__NGZsV{border:none!important;border-radius:5px!important;box-shadow:0 0 2px #00000040!important;width:100%!important}.staticMessageFormatForm_messageFormatTextFieldStyle__NGZsV fieldset{border:none!important}.staticMessageFormatForm_messageFormatTextFieldStyle__NGZsV .MuiOutlinedInput-input{font-size:15px!important;font-weight:500!important;padding:11.5px 14px!important}.staticMessageFormatForm_messageFormatRadioStyle__Se\+Re .MuiRadio-root{padding:5px!important}.staticMessageFormatForm_messageFormatRadioStyle__Se\+Re .MuiTypography-root{font-size:14px!important;font-weight:600!important}.staticMessageFormatForm_messageFormatRadioStyle__Se\+Re .MuiFormControlLabel-root{margin-left:-5px!important}.staticMessageFormatForm_newObjectColor__eTHMM{color:#6a097d!important}.staticMessageFormatForm_noValidJSONColor__MEPq2{color:red!important}.staticMessageFormatForm_messageObjectGridStyle__7pZl3{border-radius:3px!important;box-shadow:0 0 3px #00000040!important;box-sizing:border-box!important;padding:20px!important}.staticMessageFormatForm_fullScreenIconStyle__GRBMC{cursor:pointer!important;font-size:18px!important}.staticMessageFormatForm_viewMessageObjectGridStyle__5hhgs{border-radius:10px!important;box-shadow:0 0 3px #00000040!important;padding:15px!important}.staticMessageFormatForm_closeIconStyle__H--xN{cursor:pointer!important;font-size:22px!important}.staticMessageFormatForm_messageFormatJSONViewStyle__4eHgv{white-space:break-spaces!important}.subChatbot_purposeTextArea__bLkVB{border:none!important;border-radius:5px!important;box-shadow:0 0 3px #00000040!important;box-sizing:border-box!important;font-size:15px!important;max-height:350px!important;min-height:200px!important;outline:none!important;padding:10px 14px!important;position:relative!important;resize:vertical!important;width:100%!important}.subChatbot_purposeTextArea__bLkVB::placeholder{color:#ababab!important}.subChatbot_lastColumnSticky__yq28J{position:-webkit-sticky!important;position:sticky!important;right:-1px!important}.subChatbot_subAiChatbotDataGridItem__j2Mxb{padding:20px 22px 20px 20px!important;width:100%!important}.subChatbot_subAiChatbotDataGridContainer__QD-H8{flex-direction:column!important;gap:24px!important}.subChatbot_emptySubAIChatbotIcon__tFeKh{height:auto!important;width:165px!important}.subChatbot_addSubChatbotBtnContainer__DVyVs{justify-content:flex-end!important}.subChatbot_inputFieldContainer__RNIad{gap:12px!important}.subChatbot_requiredColor__\+dwVu{color:#c60000!important}.subChatbot_subChatbotAutoComplete__9MQQx{background-color:#fff!important;width:100%!important}.subChatbot_popupBtnsContainer__LUBWY{align-items:center!important;gap:12px!important;justify-content:center!important;padding:20px 0!important}.subChatbot_tableContainer__sxvuY{border:1px solid #e9e9e9!important;border-radius:5px!important;box-sizing:border-box!important;max-width:100%!important;overflow:auto!important;width:100%!important}.subChatbot_consultationBGColor__NvNQq{background-color:#fbf4ff!important}.subChatbot_cursorPointer__saeqE{cursor:pointer!important}.subChatbot_menuItem__Vj9BN{font-size:14px!important}.subChatbot_textAlignCenter__Hk8qU{text-align:center!important}.subChatbot_purposeMappingStyle__XOKAc{-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;display:-webkit-box!important;max-height:50px!important;overflow:hidden!important;text-overflow:ellipsis!important}.subChatbot_subChatbotCellStyle__w3Wvu{min-height:26px!important}.subChatbot_campaignContactStyle__HBr\+q{white-space:normal!important}.subChatbot_toolTipStyle__5ajgS .MuiTooltip-popper{background:#fff!important;background-color:initial!important;padding:0!important}@media screen and (max-width:1600px){.subChatbot_purposeTextArea__bLkVB{font-size:14px!important}}.persistent_textTextArea__WJUAa{border:none;border-radius:5px;box-shadow:0 0 3px 0 #00000040;box-sizing:border-box;font-size:15px;max-height:8em;min-height:4em;outline:none;padding:10px 14px;position:relative;resize:vertical;width:100%}.persistent_textTextArea__WJUAa::placeholder{color:#ababab!important}.persistent_actionTypeRadioButton__luWS3 .MuiFormControlLabel-label{font-size:15px;font-weight:500}.persistent_actionTypeRadioButton__luWS3{display:flex!important;flex-direction:row!important}.persistent_persistentMenuNameTextField__0yqB8 fieldset{border:none!important;box-shadow:0 0 2px 0 #00000040!important;width:100%!important}.persistent_persistentMenuNameTextField__0yqB8 .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.persistent_autoComplete__fWzZl .MuiAutocomplete-input{font-weight:500!important}.persistent_autoComplete__fWzZl{background-color:#fff!important;width:100%!important}.persistent_popupFieldTypography__K38vr{color:#000!important;font-size:15px!important;font-weight:500!important}.persistent_popupBtnsContainer__IcWll{align-items:center!important;gap:12px!important;justify-content:center!important;padding:20px 0!important}.persistent_mainContainer__oeKSG{align-items:center!important;justify-content:flex-end!important}.persistent_innerGridContainer__AsCpZ{align-items:center!important;flex-wrap:nowrap!important;gap:10px!important}.persistent_textAlignEnd__XcDIE{text-align:end!important}.persistent_menuItemBtn__q0vPR{width:150px!important}.persistent_marginTop__PhHRu{margin-top:16px!important}.persistent_popUpContainer__sfwvl{flex-direction:column!important;justify-content:center!important}.persistent_textAlignCenter__x8Ftj{text-align:center!important}.persistent_inputField__\+4R73{flex-direction:column!important;gap:8px!important}@media screen and (max-width:1600px){.persistent_actionTypeRadioButton__luWS3 .MuiFormControlLabel-label,.persistent_textTextArea__WJUAa{font-size:14px}.persistent_persistentMenuNameTextField__0yqB8 .MuiInputBase-input{font-size:13px!important}}.leadGenerationGlobal_popupTitleStyle__dSrIc{color:#6a097d!important;font-size:16px!important;font-weight:600!important}.leadGenerationGlobal_popupGlobalPadding__yqtDA{padding:0 30px 30px!important}.leadGenerationGlobal_newLeadStyleGlobal__4wSUt{box-sizing:border-box!important;overflow:auto!important;position:relative!important}.leadGenerationGlobal_popupDividerStyle__VJg19{border:.2px solid #9d9d9d!important;color:#9d9d9d!important;opacity:.2!important}.leadGenerationGlobal_formHeadingFontStyle__joceR{font-size:15px!important;font-weight:600!important}.leadGenerationGlobal_newLeadDetailsStyle__BC5-y{border-radius:5px!important;padding:4px!important;width:100%!important}.leadGenerationGlobal_leadGenerationDescription__h0qN1{background-color:#fff!important;border:none!important;border-radius:5px!important;box-shadow:0 0 3px 0 #00000040!important;box-sizing:border-box!important;outline:none!important;resize:vertical!important;width:100%}.leadGenerationGlobal_text_area_style__NOTXz{color:rgba(0,0,0,.871)!important;font-size:15px!important;font-weight:500;height:auto;min-height:40px;overflow-y:scroll;padding:12px 14px!important}.leadGenerationGlobal_minHeight300__zYYUW{min-height:80px!important}.leadGenerationGlobal_text_area_style__NOTXz::placeholder{font-family:inherit!important;min-height:40px!important;opacity:.5}.leadGenerationGlobal_newFieldTextStyle__qa79R{color:#6a097d!important;font-size:15px!important;font-weight:500!important}.leadGenerationGlobal_buttonPositionStyle__usg0e{bottom:10px!important;left:0!important;padding-left:4px!important;position:absolute!important;width:100%!important;z-index:3!important}.leadGenerationGlobal_methodAutoComplete__06jF5{box-shadow:0 0 3px #00000040!important;font-weight:500!important}.leadGenerationGlobal_methodAutoComplete__06jF5 .MuiOutlinedInput-root{padding:3px 4px!important}.leadGenerationGlobal_methodAutoComplete__06jF5 .MuiInputBase-input{font-weight:500!important}.leadGenerationGlobal_methodAutoComplete__06jF5 .MuiAutocomplete-input{font-size:15px!important}.leadGenerationGlobal_enumChipStyle__rThG-,.leadGenerationGlobal_enumChipStyle__rThG- .MuiFormControl-root,.leadGenerationGlobal_enumChipStyle__rThG- .MuiInputBase-input,.leadGenerationGlobal_enumChipStyle__rThG- .MuiOutlinedInput-root{min-height:45px!important}.leadGenerationGlobal_selectFieldCardStyle__E-Vbh{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 3px #00000040!important;padding:20px!important}.leadGenerationGlobal_selectFieldHeadingTextStyle__WKAt7{color:#6a097d!important;font-size:15px!important;font-weight:600!important}.leadGenerationGlobal_checkBoxStyle__egYhl{margin-right:50px!important}.leadGenerationGlobal_checkBoxStyle__egYhl path{fill:#6a097d!important}.leadGenerationGlobal_checkBoxStyle__egYhl path:disabled{fill:#7a7a7a!important}.leadGenerationGlobal_checkBoxStyle__egYhl svg{height:24px!important;width:24px!important}.leadGenerationGlobal_checkBoxStyle__egYhl .MuiPaper-root{padding:5px 9px!important}.leadGenerationGlobal_checkBoxStyle__egYhl .MuiTypography-root{font-size:15px!important;font-weight:500!important;line-height:1!important}.leadGenerationGlobal_emailContentLabelSpacing__rYdvX{margin:5px 0!important}.leadGenerationGlobal_templatePromp__HPEMs{color:#000!important}.leadGenerationGlobal_templatePrompDisble__5Ka-Z,.leadGenerationGlobal_templatePromp__HPEMs{background-color:#fff!important;border:none!important;border-radius:5px!important;box-shadow:0 0 3px #00000040!important;box-sizing:border-box!important;font-size:15px!important;font-weight:400!important;min-height:120px!important;outline:none!important;overflow:auto!important;padding:4px 10px!important;width:100%!important;word-break:break-word!important}.leadGenerationGlobal_templatePrompDisble__5Ka-Z{color:#00000061!important}.leadGenerationGlobal_stepContainer__-3ym0{align-items:center!important;display:flex!important;padding:0 8px 6px 0!important}.leadGenerationGlobal_circle__P6\+z9{background-color:#dedede;border-radius:50%;color:#fff;display:inline-block;font-size:13px;height:20px;line-height:20px;margin-right:8px;text-align:center;width:20px}.leadGenerationGlobal_stepText__AbN5n{font-size:15px}.leadGenerationGlobal_selectChannelButtonStyle__lv6ZL{background-color:#6a097d1a!important;box-shadow:0 0 2px #6a097d80!important;color:#6a097d!important;font-weight:600!important;padding-inline:25px!important;text-transform:none!important}.leadGenerationGlobal_selectChannelButtonStyle__lv6ZL:disabled{background-color:#00000026!important;color:#00000073!important}.leadGenerationGlobal_formGroupStyles__OFYY0{display:grid!important}@media screen and (max-width:1000px){.leadGenerationGlobal_checkBoxStyle__egYhl svg{height:18px!important;width:18px!important}.leadGenerationGlobal_checkBoxStyle__egYhl .MuiTypography-root{font-size:14px!important;font-weight:500!important}.leadGenerationGlobal_formHeadingFontStyle__joceR,.leadGenerationGlobal_templatePromp__HPEMs{font-size:14px!important}.leadGenerationGlobal_selectFieldCardStyle__E-Vbh{padding:15px 15px 55px!important}.leadGenerationGlobal_leadGenerationDescription__h0qN1{font-size:14px!important}.leadGenerationGlobal_checkBoxStyle__egYhl .MuiCheckbox-root{padding:7px!important}.leadGenerationGlobal_checkBoxStyle__egYhl{margin-right:25px!important}.leadGenerationGlobal_enumChipStyle__rThG- .MuiChip-root,.leadGenerationGlobal_enumChipStyle__rThG- .MuiInputBase-input,.leadGenerationGlobal_methodAutoComplete__06jF5 .MuiAutocomplete-input{font-size:14px!important}.leadGenerationGlobal_popupGlobalPadding__yqtDA{padding:0 15px 30px!important}}@media screen and (min-width:600px)and (max-width:1000px){.leadGenerationGlobal_buttonPositionStyle__usg0e{bottom:0!important}}@media screen and (max-width:450px){.leadGenerationGlobal_formGroupStyles__OFYY0{grid-template-columns:repeat(2,1fr)!important}.leadGenerationGlobal_selectChannelButtonStyle__lv6ZL{font-size:13px!important;padding-inline:18px!important}}@media screen and (min-width:600px)and (max-width:750px){.leadGenerationGlobal_formGroupStyles__OFYY0{grid-template-columns:repeat(2,1fr)!important}.leadGenerationGlobal_selectChannelButtonStyle__lv6ZL{font-size:13px!important;padding-inline:17px!important}}@media screen and (min-width:450px)and (max-width:600px){.leadGenerationGlobal_formGroupStyles__OFYY0{grid-template-columns:repeat(3,1fr)!important}}@media screen and (min-width:750px)and (max-width:900px){.leadGenerationGlobal_formGroupStyles__OFYY0{grid-template-columns:repeat(3,1fr)!important}}@media screen and (min-width:900px)and (max-width:1300px){.leadGenerationGlobal_formGroupStyles__OFYY0{grid-template-columns:repeat(4,1fr)!important}}@media screen and (min-width:1300px)and (max-width:1450px){.leadGenerationGlobal_formGroupStyles__OFYY0{grid-template-columns:repeat(5,1fr)!important}}@media screen and (min-width:1450px)and (max-width:1600px){.leadGenerationGlobal_formGroupStyles__OFYY0{grid-template-columns:repeat(6,1fr)!important}}@media screen and (min-width:1600px){.leadGenerationGlobal_formGroupStyles__OFYY0{grid-template-columns:repeat(7,1fr)!important}}.leadGenerationDataStyle_fieldLeadData__FehPY{background-color:#fbf4ff!important;border-radius:8px!important;padding:1px!important}.leadGenerationDataStyle_leadDetailSelectStyle__0M8oH{border-radius:5px!important;cursor:pointer!important;min-width:170px!important;padding:8px 20px!important;text-align:center!important;white-space:nowrap!important;width:170px!important}.leadGenerationDataStyle_leadDetailSelectMobileStyle__pmANp{color:gray!important;cursor:pointer!important;padding-bottom:5px!important}.leadGenerationDataStyle_selectedLeadDetailsMobileStyle__eE2Rp{border-bottom:3px solid #6a097d!important;color:#6a097d;cursor:pointer!important;padding-bottom:5px!important}.leadGenerationDataStyle_leadDetailSelectTextStyle__XZ58r{color:#000!important;font-size:14px!important;font-weight:600!important}.leadGenerationDataStyle_configTextStyle__LyM9O{color:#000!important;font-size:16px!important;font-weight:600!important}.leadGenerationDataStyle_leadDetailSelectTextMobileStyle__yaMax{font-size:13px!important;font-weight:600!important;white-space:nowrap!important}.leadGenerationDataStyle_tabGridStyle__8nWRk{max-width:45vw!important;min-width:320px!important;overflow:auto!important;padding:5px!important}.leadGenerationDataStyle_tabGridStyle__8nWRk::-webkit-scrollbar{height:4px!important;width:1px!important}@media screen and (max-width:750px){.leadGenerationDataStyle_editDeleteButtonStyle__pV8yg{background-color:#fff!important;border-radius:10px!important;bottom:10px!important;left:10px!important;padding:10px 0 7px 10px!important;position:absolute!important;width:calc(100% - 25px)!important;z-index:5!important}}@media screen and (max-width:600px){.leadGenerationDataStyle_editDeleteButtonStyle__pV8yg{background-color:#fff!important;border-radius:10px!important;bottom:18px!important;left:10px!important;padding:10px 0 7px 10px!important;position:absolute!important;width:calc(100% - 25px)!important;z-index:5!important}}.leadGenerationTableStyle_tableBodyHeadingFontStyle__\+sD4E{background-color:#fbf4ff!important;color:#000!important;font-size:14px!important;font-weight:600!important;padding:12px!important;white-space:nowrap!important}.leadGenerationTableStyle_viewButtonColumnHeadingStyle__ykXAS{background-color:#fbf4ff!important;position:-webkit-sticky!important;position:sticky!important;right:0!important}.leadGenerationTableStyle_tableBodySubHeadingFontStyle__sjpYF{background-color:#fff!important;color:#141414!important;font-size:14px!important;font-weight:500!important;padding:12px!important;white-space:nowrap!important}.leadGenerationTableStyle_viewButtonColumnStyle__LHX44{background-color:#fff!important;position:-webkit-sticky!important;position:sticky!important;right:0!important}.leadGenerationTableStyle_cellRow__MZceR:last-child td{border-bottom:none!important}@media screen and (max-width:1600px){.leadGenerationTableStyle_tableBodyHeadingFontStyle__\+sD4E,.leadGenerationTableStyle_tableBodySubHeadingFontStyle__sjpYF{font-size:13px!important}}@media screen and (max-width:1000px){.leadGenerationTableStyle_tableBodySubHeadingFontStyle__sjpYF{font-size:13px!important}}.createPersona_maskBox__6yBsI{border-radius:5px;box-shadow:0 0 2px 0 rgba(0,0,0,.251);color:#7a7a7a;position:relative}.createPersona_maskBox__6yBsI .createPersona_mask__YQNdv{border-radius:5px;color:#6a097d!important;height:45px;position:absolute;transition:all .5s ease;width:150px}.createPersona_maskBox__6yBsI .MuiButton-root{color:#7a7a7a;font-size:18px;font-weight:500;text-transform:capitalize;transition:all .2s ease .1s;width:150px}.createPersona_maskBox__6yBsI .createPersona_selectedIndividualButton__ScmMO{border-radius:4px 0 0 4px!important;box-shadow:0 0 2px 0 #6a097d;color:#6a097d;font-size:18px;font-weight:500;text-transform:capitalize;width:150px}.createPersona_maskBox__6yBsI .createPersona_selectedBrandButton__6pjwX{border-radius:0 4px 4px 0!important;box-shadow:0 0 2px 0 #6a097d;color:#6a097d;font-size:18px;font-weight:500;text-transform:capitalize;width:150px}.createPersona_personaDivider__XflR8{margin:0 0 10px!important}.createPersona_personaDivider__XflR8 .MuiDivider-root{border-bottom-width:0!important}.createPersona_personaUpdateDivider__edOTX{margin:24px 0!important}.createPersona_personaUpdateDivider__edOTX .MuiDivider-root{border-bottom-width:0!important}.createPersona_personaEditText__YVqIg{font-size:18px;font-weight:600}.createPersona_personaEditTypeName__MHFzZ{font-size:18px;font-weight:400}.createPersona_personaNameSubHeading__EPmhJ{color:#7a7a7a;font-size:15px;font-weight:400;margin-bottom:20px!important}.createPersona_personaTypeText__JkbuS{font-size:16px;font-weight:700;margin:0 19px 5px!important}.createPersona_editPersonaCancelSaveButtonItem__Ndvcg{display:flex!important}.createPersona_editPersonaCancelSaveButtonItemMobile__eW6tn{display:none!important}.createPersona_personaNameCreatePage__aTqVQ{display:flex!important}.createPersona_personaNameCreatePageMobile__l1\+ta{display:none!important}.createPersona_formUpdatePersonaScroll__7b1or{max-width:100%}.createPersona_chatbotMainContainer__wmmMx{padding:23px 25px 10px!important}.createPersona_chatbotCreateMainItem__oDtiK{background:#fff;border-radius:10px;overflow:auto!important;padding:0!important}.createPersona_dividerStyle__z58j-{color:#b3b3b3!important;margin-top:15px!important;opacity:.6!important}@media screen and (min-width:0px)and (max-width:600px){.createPersona_chatbotMainContainer__wmmMx{padding:18px 20px 15px!important}.createPersona_dividerStyle__z58j-{margin-top:5px!important}.createPersona_editPersonaCancelSaveButtonItem__Ndvcg{display:none!important}.createPersona_editPersonaCancelSaveButtonItemMobile__eW6tn{display:flex!important;padding:0 19px}.createPersona_formUpdatePersonaScroll__7b1or{height:calc(100vh - 270px);overflow:scroll}.createPersona_personaNameCreatePage__aTqVQ{display:none!important}.createPersona_personaNameCreatePageMobile__l1\+ta{display:flex!important}.createPersona_createPersonaFormMobileHeight__yU\+PL{height:calc(100vh - 230px);overflow:scroll}.createPersona_updateFormWrapper__cViTh{max-height:none!important;overflow-y:visible!important;overflow-y:initial!important}}.createPersona_updateFormWrapper__cViTh{max-height:calc(100vh - 260px);overflow-y:scroll}.ww-pnf-main-container{align-items:center;background-color:#fafafa;height:100vh;justify-content:center}.ww-pnf-main-item{background-color:#fff;border-radius:15px!important;box-shadow:2px 4px 6px #00000040!important;padding:50px!important}.ww-pnf-logo-item{margin:auto!important;text-align:center}.ww-pnf-text-item{margin:25px auto 10px!important;text-align:center!important}.ww-pnf-text{color:#000!important;font-size:47px!important;font-weight:700!important}.ww-pnf-subtext-item{margin:0 auto 10px!important;text-align:center!important}.ww-pnf-subtext-text{color:#243b53!important;font-size:18px!important;font-weight:600!important}.ww-pnf-home-page-btn{margin:15px auto!important}@media screen and (max-width:600px){.ww-pnf-main-item{padding:20px!important}.ww-pnf-text{color:#000!important;font-size:36px!important;font-weight:700!important}}.intentStyle_intentTableContainer__icihi{border:1px solid #e9e9e9!important;border-radius:5px!important;box-sizing:border-box!important;max-width:100%!important;overflow:auto!important}.intentStyle_intentColorPicker__xlBpX{border:1px solid #0000000f!important;border-radius:5px!important;box-shadow:0 0 3px 0 #0000000f!important;display:flex!important}.intentStyle_intentColorPicker__xlBpX .MuiInputBase-root,.intentStyle_intentColorPicker__xlBpX .intentStyle_MuiTextField-root__7-Drn{height:100%!important}.intentStyle_intentColorPicker__xlBpX button{margin:10px 10px 10px 15px!important}.intentStyle_intentColorPicker__xlBpX .ColorPicker-MuiInputBase-input{font-size:15px!important;padding:14px 0 10px 10px}.intentStyle_intentColorPicker__xlBpX .ColorPicker-MuiInput-underline:after,.intentStyle_intentColorPicker__xlBpX .ColorPicker-MuiInput-underline:before,.intentStyle_intentColorPicker__xlBpX .ColorPicker-MuiInput-underline:hover:not(.Mui-disabled):before{border:none!important}.intentStyle_intentColorGridBox__QoDW7{border-radius:5px!important;height:18px!important;width:18px!important}.intentStyle_flagRemainingCheckbox__4IjiR .MuiSvgIcon-root{fill:#6a097d}.intentStyle_disableFlagRemainingCheckbox__YD8S2 .MuiSvgIcon-root{fill:#7a7a7a}.intentStyle_checkboxGridItem__zv\+1K span{padding:0!important}.threadList_threadListContainer__e5Req{background-color:#fff;border-right:1px solid #e5e5e5;box-sizing:border-box;display:flex;flex-direction:column;height:100%;max-width:380px;min-width:380px;overflow:hidden;position:relative;width:380px}.threadList_threadListHeader__6OKs0{border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;flex-shrink:0;padding:16px}.threadList_headerTopRow__JuJ0W{align-items:center;display:flex;justify-content:space-between}.threadList_headerTitle__pcWM0{color:#1a1a1a;font-size:18px;font-weight:600}.threadList_filterButton__uyFBF{align-items:center;border-radius:6px;cursor:pointer;display:flex;height:32px;justify-content:center;transition:background-color .2s ease;width:32px}.threadList_filterButton__uyFBF:hover{background-color:#f5f5f5}.threadList_threadListContent__OzC7l{box-sizing:border-box;flex:1 1;max-width:100%;min-width:0;overflow-x:hidden;overflow-y:auto;width:100%}.threadList_threadListContent__OzC7l::-webkit-scrollbar{width:6px}.threadList_threadListContent__OzC7l::-webkit-scrollbar-track{background:#0000}.threadList_threadListContent__OzC7l::-webkit-scrollbar-thumb{background-color:#d0d0d0;border-radius:3px}.threadList_threadListItem__zT3Gg{border-bottom:1px solid #f5f5f5;box-sizing:border-box;cursor:pointer;display:flex;gap:12px;max-width:100%;min-width:0;overflow:hidden;padding:12px 16px;transition:background-color .15s ease;width:100%}.threadList_threadListItem__zT3Gg:hover{background-color:#fafafa}.threadList_threadListItem__zT3Gg.threadList_selected__QvwFh{background-color:#f0f4ff;border-left:3px solid #6a097d;padding-left:13px}.threadList_threadListItem__zT3Gg.threadList_highlighted__tdFZM{animation:threadList_highlightPulse__CwNEw .5s ease-in-out;background-color:#fff9e6}@keyframes threadList_highlightPulse__CwNEw{0%{background-color:#ffe082}to{background-color:#fff9e6}}.threadList_threadNameContainer__AhERh{align-items:center;display:flex;flex:1 1;gap:6px;min-width:0}.threadList_unreadIndicator__5ZV1F{background-color:#1e88e5!important}.threadList_threadAvatar__T6tEY{align-items:flex-start;display:flex;flex-shrink:0;padding-top:2px}.threadList_whatsappIcon__JRztF{height:20px;object-fit:contain;width:20px}.threadList_threadContent__r9mSp{display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:0;overflow:hidden}.threadList_threadTopRow__MZTGA{align-items:flex-start;display:flex;gap:8px;justify-content:space-between;min-width:0}.threadList_threadName__lhfiP{color:#1a1a1a;flex:1 1;font-size:14px;font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.threadList_threadTimeContainer__Mv0gg{align-items:center;display:flex;flex-shrink:0;gap:8px}.threadList_threadTime__CsXtz{color:#757575;font-size:12px;font-weight:400;white-space:nowrap}.threadList_threadPhoneNumberRow__whUT3{align-items:center;color:#757575;display:flex;font-size:12px;font-weight:400;gap:6px;min-width:0;overflow:hidden}.threadList_threadPhoneNumber__TU2O3{flex-shrink:0;white-space:nowrap}.threadList_threadPhoneNumberSeparator__pIbNL{color:#757575;color:#a1a1a1;flex-shrink:0;opacity:.6;transform:scale(1.5)}.threadList_threadBusinessName__1PnPn{color:#a1a1a1;cursor:pointer;flex:1 1;max-width:150px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.threadList_channelIconRow__p1ZF8{align-items:center;display:flex;margin-top:2px}.threadList_channelIconRow__p1ZF8 img{height:16px;width:16px}.threadList_threadLastMessage__xNeGy{color:#616161;font-size:13px;font-weight:400;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.threadList_threadLastMessage__xNeGy .threadList_senderLabel__0Yh43{color:#9e9e9e;font-weight:500}.threadList_threadMetaRow__nCK5v{align-items:center;display:flex;justify-content:space-between;margin-top:4px}.threadList_threadIcons__Nqlrh{align-items:center;display:flex;gap:6px}.threadList_channelIcon__aizCB{align-items:center;display:flex;justify-content:center}.threadList_channelIcon__aizCB img{height:16px;width:16px}.threadList_statusBadge__f5LXd{align-items:center;border-radius:4px;display:inline-flex;font-size:11px;font-weight:500;padding:2px 8px}.threadList_statusBadge__f5LXd.threadList_open__fjueO{background-color:#e8f5e9;color:#2e7d32}.threadList_statusBadge__f5LXd.threadList_resolved__YrSjp{background-color:#e3f2fd;color:#1565c0}.threadList_statusBadge__f5LXd.threadList_noTicket__4-ut6{background-color:#f5f5f5;color:#757575}.threadList_agentAvatar__TfJFd{align-items:center;background-color:#000;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:10px;font-weight:600;height:24px;justify-content:center;width:24px}.threadList_unreadIndicator__5ZV1F{background-color:#6a097d;border-radius:50%;flex-shrink:0;height:8px;width:8px}.threadList_tagIndicator__eZ\+Ko{align-items:center;display:flex;gap:4px}.threadList_tagIndicator__eZ\+Ko .threadList_tagDot__ba-sG{background-color:#9c27b0;border-radius:50%;height:6px;width:6px}.threadList_paginationContainer__bYQMa{background-color:#fafafa;border-top:1px solid #e5e5e5;display:flex;flex-direction:column;gap:8px;padding:12px 16px}.threadList_paginationInfo__Vyfip{align-items:center;display:flex;justify-content:space-between}.threadList_paginationText__s0UVZ{color:#757575;font-size:12px;font-weight:400}.threadList_paginationControls__Xu1uk{align-items:center;display:flex;gap:8px}.threadList_pageInfo__RILzF{color:#424242;font-size:12px;font-weight:500}.threadList_paginationButton__WfY-z{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;display:flex;height:28px;justify-content:center;transition:all .15s ease;width:28px}.threadList_paginationButton__WfY-z:hover:not(:disabled){background-color:#f5f5f5;border-color:#bdbdbd}.threadList_paginationButton__WfY-z:disabled{cursor:not-allowed;opacity:.5}.threadList_emptyState__P8pHP{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:40px 24px;text-align:center}.threadList_emptyStateIcon__rLotR{color:#bdbdbd}.threadList_emptyStateTitle__E75o5{color:#424242;font-size:16px;font-weight:500}.threadList_emptyStateText__\+EqYy{color:#757575;font-size:14px;font-weight:400}.threadList_threadListItemSkeleton__IZECb{border-bottom:1px solid #f5f5f5;box-sizing:border-box;display:flex;gap:12px;max-width:100%;min-width:0;overflow:hidden;padding:12px 16px;width:100%}.threadList_virtualizedList__6GsXe::-webkit-scrollbar{width:6px}.threadList_virtualizedList__6GsXe::-webkit-scrollbar-track{background:#0000}.threadList_virtualizedList__6GsXe::-webkit-scrollbar-thumb{background-color:#d0d0d0;border-radius:3px}@media(max-width:768px){.threadList_threadListContainer__e5Req{max-width:100%;min-width:100%;width:100%}.threadList_threadName__lhfiP{max-width:150px}}@media(max-width:1200px){.threadList_threadListContainer__e5Req{max-width:320px;min-width:320px;width:320px}}.threadList_filterIcon__iDNA5{color:#616161;font-size:20px}.threadList_searchBarContainer__06asY{flex-shrink:0;margin-top:12px;width:100%}.threadList_searchInput__IeAQl{width:100%}.threadList_searchInput__IeAQl .MuiOutlinedInput-root{align-items:center;background-color:#f5f5f5;border-radius:8px;display:flex;font-size:13px!important;height:36px;padding-left:0!important;transition:all .2s ease}.threadList_searchInput__IeAQl .MuiOutlinedInput-root:hover{background-color:#eee}.threadList_searchInput__IeAQl .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#0000001a}.threadList_searchInput__IeAQl .MuiOutlinedInput-root.Mui-focused{background-color:#fff;box-shadow:0 0 0 2px #0000000d}.threadList_searchInput__IeAQl .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#0003;border-width:1px}.threadList_searchInput__IeAQl .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-color:#00000014;border-width:1px}.threadList_searchInput__IeAQl .MuiOutlinedInput-input{color:#333;font-size:13px;font-weight:400;height:auto;line-height:1.5;padding:0!important}.threadList_searchInput__IeAQl .MuiOutlinedInput-input::placeholder{color:#9e9e9e;font-size:13px!important;font-weight:400;opacity:1}.threadList_searchInput__IeAQl .MuiInputAdornment-root{align-items:center;color:#9e9e9e;display:flex;height:auto;justify-content:center;margin-left:10px;margin-right:8px}.threadList_searchInput__IeAQl .MuiInputAdornment-root .MuiSvgIcon-root{align-items:center;display:flex;font-size:18px}.threadList_emptyStateIconSize__WNfCo{font-size:64px}.inboxControls_inboxControlsContainer__mUK8z{background-color:#fff;contain:layout;display:flex;flex-direction:column;height:100%;overflow:hidden}.inboxControls_header__ZUHUc{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;flex-shrink:0;justify-content:space-between;padding:14px 16px}.inboxControls_title__erfOI{color:#212121;font-size:15px;font-weight:600!important}.inboxControls_closeButton__IZt0h{color:#616161;padding:4px}.inboxControls_closeButton__IZt0h:hover{background-color:#0000000a}.inboxControls_closeButton__IZt0h svg{font-size:20px}.inboxControls_content__6Z5ZH{contain:layout style;flex:1 1;overflow-anchor:none;overflow-y:auto;padding:0 16px}.inboxControls_section__kat3Y{border-bottom:1px solid #f0f0f0;margin-top:0;padding-bottom:14px;padding-top:14px}.inboxControls_section__kat3Y:last-child{border-bottom:none}.inboxControls_sectionHeader__weJSr{align-items:center;cursor:pointer;display:flex;gap:6px;margin-bottom:10px}.inboxControls_sectionHeader__weJSr:hover{opacity:.8}.inboxControls_sectionTitle__g4MhQ{color:#212121;font-size:14px;font-weight:600!important}.inboxControls_subSection__dGMB3{border-top:1px solid #f5f5f5!important;margin-left:0!important;margin-top:14px!important;padding-top:12px!important}.inboxControls_subSection__dGMB3:first-child{border-top:none;margin-top:0;padding-top:0}.inboxControls_subSectionTitle__rwZ5X{color:#424242;font-size:13px;font-weight:500!important}.inboxControls_helpIcon__RtmhN{color:#9e9e9e;cursor:help;font-size:14px!important}.inboxControls_expandIcon__wct8J{color:#616161;font-size:18px;margin-left:auto;transition:transform .2s}.inboxControls_radioGroup__8qOi3{margin-top:6px}.inboxControls_radioLabel__GN-s6{height:32px;margin-bottom:2px;margin-left:-4px}.inboxControls_radioLabel__GN-s6 .MuiFormControlLabel-label{color:#424242;font-size:13px}.inboxControls_radioLabel__GN-s6 .MuiRadio-root{padding:6px}.inboxControls_checkboxGroup__GkYJ4{margin-top:6px}.inboxControls_checkboxLabel__LB44w{height:30px;margin-bottom:2px;margin-left:-4px!important}.inboxControls_checkboxLabel__LB44w .MuiFormControlLabel-label{color:#424242;font-size:13px}.inboxControls_checkboxLabel__LB44w .MuiCheckbox-root{padding:5px}.inboxControls_tagsContainer__QG-Xb{margin-top:6px;max-height:180px;overflow-y:auto}.inboxControls_emptyMessage__h6vjQ{color:#9e9e9e;font-size:13px!important}.inboxControls_channelGroup__tWWmz{margin-bottom:4px}.inboxControls_channelHeader__K0OLa{align-items:center;display:flex;justify-content:space-between;width:100%}.inboxControls_expandButton__c-V9y{color:#616161;padding:4px}.inboxControls_expandButton__c-V9y svg{font-size:18px}.inboxControls_subChannelsContainer__U0YaS{margin-left:28px;margin-top:4px}.inboxControls_subChannelLabel__TWu2n{margin-left:0}.inboxControls_searchInput__-RjNW{margin-top:8px}.inboxControls_searchInput__-RjNW .MuiOutlinedInput-root{font-size:13px}.inboxControls_searchInput__-RjNW .MuiOutlinedInput-input{padding:8px 12px}.inboxControls_footer__nHYkC{background-color:#fff;border-top:1px solid #e0e0e0;display:flex;flex-shrink:0;gap:12px;padding:14px 16px}.inboxControls_applyButton__1tQ-I,.inboxControls_resetButton__IegNE{border-radius:6px;cursor:pointer;flex:1 1;padding:10px 20px;text-align:center;transition:background-color .2s}.inboxControls_applyButton__1tQ-I:hover,.inboxControls_resetButton__IegNE:hover{opacity:.9}.inboxControls_applyButton__1tQ-I:active,.inboxControls_resetButton__IegNE:active{opacity:.8}.inboxControls_applyButton__1tQ-I p,.inboxControls_resetButton__IegNE p{font-size:14px;font-weight:500;margin:0}.inboxControls_resetButton__IegNE{background-color:#f5f5f5;border:1px solid #e0e0e0;color:#424242}.inboxControls_resetButton__IegNE:hover{background-color:#eee}.inboxControls_applyButton__1tQ-I{background-color:#6a097d;color:#fff}.inboxControls_applyButton__1tQ-I:hover{background-color:#4a0657}.inboxControls_applyButton__1tQ-I p{color:#fff}.inboxControls_inboxControlsDrawer__FDsau .MuiDrawer-paper{border-left:1px solid #e5e5e5;box-shadow:4px 0 12px #00000026;height:100%;overflow:hidden;padding:0;position:absolute;width:97%}.inboxControls_drawerBackdrop__F63ok{background-color:#0000001a}
/*# sourceMappingURL=main.a30d8733.css.map*/