@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__Vmyro{overflow:auto}.chats_lowerBlock__h8Fvv{overflow:hidden}.chats_maskBox__m1WK8{background-color:#fbf4ff!important;border-radius:5px;color:#000;display:flex;flex-wrap:nowrap;padding:7px 10px;position:relative;width:92%}.chats_mask__r2UtU{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__m1WK8 .MuiButton-root{color:#000;font-size:13px;font-weight:600;text-transform:capitalize;transition:all .2s ease .1s;width:120px}.chats_maskBox__m1WK8 .selected-monthly-button,.chats_maskBox__m1WK8 .selected-yearly-button{background:#fff;color:#000;font-size:13px;font-weight:600;height:34px;text-transform:capitalize;width:120px}.chats_maskBox__m1WK8 .not-active-button{color:#606060}.chats_refreshIconStyle__0Fbhj{background-color:#fbf4ff!important;border-radius:5px!important;cursor:pointer!important;padding:12px!important}.chats_dividerStyle__36eBx{opacity:1!important}.chats_allChatbotSTyle__5wStt{color:#6a097d;font-size:14px;font-weight:600}.chats_chatbotName__fDH49{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__lJNmp{color:#000;font-size:12px;font-weight:500;width:100%!important}.chats_userLastMessage__aNmZP{color:#707070!important;font-size:12px!important;font-weight:400!important;max-height:15px!important;max-width:100%!important}.chats_userLastMessageTime__hdtpA{text-wrap:auto;color:#707070;font-size:11px;font-weight:400}.chats_chatbotNameHeading__M2kgA,.chats_userNameHeading__wPIkK{font-size:15px;font-weight:500}.chats_userNameHeading__wPIkK{border-left:1px solid #bebebe;color:#000;padding-left:12px}.chats_userLastMessageHeading__6KEpK{font-size:15px;font-weight:600;text-align:center}.chats_selectedChat__snHlO{background-color:#f4f4f4;border-radius:5px;cursor:pointer;padding:10px}.chats_notSelectedChat__5mybw{border-bottom:1px solid #f4f4f4;cursor:pointer;padding:10px}.chats_notSelectedChat__5mybw:hover{background-color:#f4f4f4;border-radius:5px}.chats_filterTextField__YorAb .MuiOutlinedInput-input{padding:9px 8px!important}.chats_filterTextField__YorAb .MuiOutlinedInput-root{padding-right:8px!important}.chats_activeAvatar__L9b3D{background-color:#b3b3b3!important}.chats_activeAvatar__L9b3D,.chats_activeSelectedAvatar__VDgvp{border-radius:3px!important;font-size:10px!important;font-weight:600!important}.chats_activeSelectedAvatar__VDgvp{background-color:#6a097d!important}.chats_sendButtonBadge__Cia4x span{z-index:1100!important}.chats_mediaPreviewImg__mLCfD{border-radius:5px!important;height:100%!important;object-fit:contain!important;width:100%!important}.chats_mediaImg__iCVsk{height:100%!important;max-height:500px!important;max-width:100%!important;min-height:500px!important}.chats_mediaPreviewGrid__xkjSB{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__cQa04{max-width:100%!important}.chats_previewSectionContainer__gwjBS{flex-wrap:nowrap!important;gap:10px!important;min-width:-webkit-fit-content!important;min-width:fit-content!important;padding:5px 2px!important}.chats_sendIconFab__5bml-{background-color:#4ac958!important}.chats_sendMediaIcon__FZYrc{color:#fff!important}.chats_fileUploadIconInputAdornment__h6yz8{height:100%!important;margin:0!important;min-height:100%!important}.chats_fileUploadIconInput__5U4dR{display:none!important}.chats_mediaUploadIconButton__cvCYb{align-self:center!important;color:#0c836f!important}.chats_mediaUploadIcon__t-n8u{fill:#0c836f!important;height:20px!important;width:20px!important}.chats_infoIcon__pqRJX{color:#fff!important;cursor:pointer!important}.chats_cannedResponsePopupHeaderContainer__2W7ve{padding:20px 30px!important;width:100%!important}.chats_customAPIMsgMainContainer__fYf\+5{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__WV\+vW{min-width:250px!important}.chats_customAPICallMsgTitle__E4UeL{font-size:14px!important;font-weight:500!important}.chats_customAPIInfo__2jJuK{font-size:13.5px!important;font-weight:400!important}.chats_openInNewIconForCustomAPI__dZzIr{height:18px!important;width:18px!important}.chats_customAPIStatusCode__Kd07h{margin-right:8px}.chats_customAPICallInfoTitle__NUFXs{color:#7a7a7a!important;font-size:13px!important}.chats_customAPIMethod__Tuzd7{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__-FXyM{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__gPjAl{max-height:600px!important}.chats_customAPILogsManiContainer__u4hpu{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__Ptt3k{position:absolute!important;right:10px!important;top:10px!important}.chats_copyIcon__Ptt3k,.chats_copyURlIcon__9chHm{cursor:pointer!important;height:18px!important;width:18px!important}.chats_customAPILogsInformation__mBiHs{border-radius:5px!important;box-shadow:0 0 3px #00000040!important;padding:10px!important}.chats_customAPILogsTitle__SU9E0{color:#878787!important;font-size:14px!important;font-weight:400!important}.chats_customAPILogsValue__2NbM0{font-size:14px!important;font-weight:400!important;overflow-wrap:anywhere!important;white-space:normal!important;word-break:break-word!important}.chats_customAPIUrlInformation__S4QS8{max-width:100%!important;min-width:0!important;overflow:hidden!important;width:-webkit-fit-content!important;width:fit-content!important}.chats_customAPIStatusCodeInfo__6mtgi{min-width:150px!important;white-space:nowrap!important}.chats_saveVariableActionMainContainer__t-wu8{max-width:400px!important;min-width:200px!important}.chats_saveVariableActionMainContainer__t-wu8,.chats_saveVariableToVariableActionMainContainer__8RyvH{background-color:#fff!important;border-radius:4px!important;box-shadow:0 0 3px #00000040!important;padding:8px!important}.chats_saveVariableToVariableActionMainContainer__8RyvH{max-width:325px!important;min-width:250px!important}.chats_resetVariableTableContainer__BW8Vk{border-radius:5px!important;box-shadow:0 0 3px 0 #00000040!important;max-width:100%!important}.chats_resetVariableTable__Y6X\+c{border-collapse:collapse!important;border-spacing:0!important}.chats_resetVariableHeaderTableRow__2jJw3{background-color:#f4f6f9!important}.chats_resetVariableTableHeaderCell__uECtF{font-weight:600!important}.chats_resetVariableTableBodyCell__P5K\+N,.chats_resetVariableTableHeaderCell__uECtF{font-size:13px!important;padding:8px 12px!important}.chats_customApiSaveVariableTableContainer__5QU3p{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__5QU3p .MuiTableCell-root{overflow-wrap:break-word!important;white-space:normal!important;word-break:break-word!important}.chats_customAPIHeaderTableCell__8rH7-{overflow-wrap:break-word!important;width:40%!important;word-break:break-word!important}.chats_customAPIHeaderTableCellSecond__KOTFP{overflow-wrap:break-word!important;width:60%!important;word-break:break-word!important}.chats_customAPITableBodyCell__AUvl3{overflow-wrap:break-word!important;white-space:normal!important;word-break:break-word!important}.chats_threadExecutionTimeLogPreTag__p2CwY{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__xHcEv{margin:0 20px!important}.chats_cannedResponsePopupHeaderContainer__2W7ve{padding:20px!important}.chats_addMessageContainer__sff5N,.chats_cannedResponseGridContainer__oGy0F{padding:0 20px!important}.chats_saveVariableActionMainContainer__t-wu8{max-width:325px!important;min-width:190px!important}}.chats_cannedResponsePopupTitle__Zw5pZ{color:#6a097d!important;font-size:16px!important;font-weight:600!important}.chats_cannedResponsePopupDivider__xHcEv{margin:0 30px!important;padding:0!important}.chats_cannedRedActionBtn__Tad9E{cursor:pointer!important;height:20px!important;width:20px!important}.chats_cannedResponseGridContainer__oGy0F{margin:15px 0!important;overflow:auto!important;padding:2px 30px!important;width:100%!important}.chats_cannedResponseContinerMaxHeight__gMSJj{gap:12px!important;max-height:80vh!important}.chats_cannedResponseMessagesContainerMaxHeight__j6GxQ{gap:16px!important;max-height:50vh!important}.chats_cannedResponseMessageTextarea__Y165O{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__AZna5{min-height:0!important;padding:0!important}.chats_cannedResponseMessageTypo__3Wjto{color:#000!important;font-size:15px!important;font-weight:600!important}.chats_cannedResponseAccordion__HYTx2{background:#0000!important;box-shadow:none!important;min-width:0!important}.chats_cannedResponseDragDropIcon__Cylb2{cursor:grab!important}.chats_cannedResponseccordionSummary__AZna5 .MuiAccordionSummary-content{margin:1px 0 12px 8px!important}.chats_dragIndicatorIcon__MhY2o{color:#999!important}.chats_cannedResponseAccordionDetails__Z\+LbC{padding:8px 16px 16px!important}.chats_cannedResponseAccordionDetailsForOneItem__heVbX{padding:0 1px 1px 8px!important}.chats_cannedResponseFooterBtn__7GRvU{padding:10px 0!important}.chats_cannedResponseFooterBtnContainer__1LkN9{gap:12px!important;padding:20px 0!important}.chats_addMessageContainer__sff5N{padding:0 30px!important;width:100%!important}.chats_cannedResContainer__usPfY{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__OsEv2{bottom:10px!important;position:absolute!important;right:10px!important}.chats_sendCannedResIcon__PeFk4{color:#fff!important;height:18px!important;width:18px!important}.chats_sendCannedResIconBtn__wuALq{background-color:#4ac958!important;border-radius:50%!important}.chats_candResponseTitle__Me\+mh{font-size:14px!important;font-weight:600!important}.chats_cannedResVariable__XlFzx{color:#6a097d!important;cursor:pointer!important;font-size:13px!important;font-weight:400!important;text-decoration:underline!important}.chats_clearMediaIcon__IB2zn{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__xkjSB:hover .chats_clearMediaIcon__IB2zn{display:flex!important}.chats_mediaFileNameTypography__-EceP{font-size:13px!important;font-weight:500!important;text-align:center!important}.chats_documentMediaContainer__zrqJd{background-color:#dadada!important;border-radius:5px!important;height:100%!important;width:100%!important}.chats_documentMedia__a06or{background-color:#dadada!important;border-radius:10px!important;height:300px!important;width:300px!important}.chats_previewSectionMainContainer__hGmqS{padding:20px 30px!important;width:100%!important}.chats_allchatBotsList__ESnCF::-webkit-scrollbar,.chats_chatBotsLists__mNxPM::-webkit-scrollbar{width:5px}.chats_activeChatbotsList__vkvRu::-webkit-scrollbar,.chats_activeChatsList__4V0Ke::-webkit-scrollbar{width:5px}.chats_chatListItem__ZSoml{box-sizing:border-box!important;padding-right:15px!important}.chats_closedCount__URa0H{color:#fff;padding:4px;vertical-align:middle}.chats_userLastMessageEntries__j8S3V{text-align:left}.chats_messageEntryTitle__v2eQh{font-size:13px;font-weight:500;opacity:.5}.chats_messageEntryValue__HXMWN{font-size:14px;font-weight:600;word-break:break-word!important}.chats_reactMarkdownStyle__Mlb0z{overflow:visible;overflow:initial;word-break:break-word}.chats_reactMarkdownStyle__Mlb0z ul{list-style-type:circle!important;padding:0 15px;white-space:normal!important}.chats_reactMarkdownStyle__Mlb0z ol{padding:10px 15px!important;white-space:normal!important}.chats_reactMarkdownStyle__Mlb0z ol:last-child{padding:10px 15px 0!important}.chats_reactMarkdownStyle__Mlb0z pre ol{padding:10px 15px}.chats_reactMarkdownStyle__Mlb0z ol li{margin-top:10px!important}.chats_reactMarkdownStyle__Mlb0z blockquote{display:flex!important;margin:initial!important}.chats_reactMarkdownStyle__Mlb0z ul li{display:list-item;margin-bottom:5px!important;padding-top:0!important;text-align:-webkit-match-parent}.chats_reactMarkdownStyle__Mlb0z pre{overflow:auto!important;white-space:pre-wrap!important;width:100%!important;word-break:break-all!important}.chats_reactMarkdownStyle__Mlb0z pre,code{overflow:auto!important;white-space:pre-line!important;width:100%!important;word-break:break-word!important}.chats_reactMarkdownStyle__Mlb0z strong{margin:10px 0!important}.chats_reactMarkdownStyle__Mlb0z 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__wbS\+x{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.chats_lastMessageMarkdownStyle__wbS\+x 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__wbS\+x p{display:inline!important}.chats_botMsgBoxStyle__Vrdwr{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__zUJsU{border-radius:5px!important;box-shadow:0 0 3px #00000040;margin-bottom:12px!important;width:240px!important}.chats_card_top__n6uag{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__RPyYk{font-size:14px!important;font-weight:500!important}.chats_contact_profile__nCfIM{height:30px!important;width:30px!important}.chats_card_bottom__j9FFz{margin-inline:10px!important}.chats_contact_number__kZlb4{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__kZlb4 span{font-size:14px!important}.chats_call_icon__9sQSL,.chats_email_icon__A9ojd{color:#00000073!important;font-size:16px!important}.chats_contact_email__P0t7B{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__P0t7B span{font-size:14px!important}.chats_form_chatbot__gnjUW{border-radius:5px!important;margin-bottom:12px!important;width:340px!important}.chats_form_title__z4wcd{font-size:15px!important;padding:5px!important}.chats_form_field__r5DR6{display:flex!important;flex-direction:column!important;gap:12px!important;margin-left:3PX!important;padding:12px 3px 12px 5px!important}.chats_text_field__GoaUO{border-radius:5px!important;box-shadow:0 0 2px 0 #00000073!important;width:100%!important}.chats_text_field__GoaUO .MuiOutlinedInput-input{font-size:14px!important;padding:12px 10px!important}.chats_text_field__GoaUO .MuiInputBase-multiline{padding:0!important}.chats_text_field__GoaUO .MuiOutlinedInput-notchedOutline{border:none!important}.chats_text_area__VMSXe{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__VMSXe::placeholder{color:#00000059!important}.chats_auto_complete__N8--d{background-color:#0000!important}.chats_auto_complete__N8--d .MuiOutlinedInput-root{padding:0!important}.chats_form_control_label__tRWsZ .MuiTypography-root{font-size:14px}.chats_form_submit__m7dhL{border-bottom:1px solid #d5d7db!important;display:flex!important;gap:10px!important;padding:5px 3px 15px 5px!important}.chats_cbCancelButton__zVzcU{background-color:#fff!important;border:1px solid #6a097d!important;border-radius:5px!important;color:#6a097d!important}.chats_cbCancelButton__zVzcU,.chats_cbSaveButton__-N3KP{font-size:14px!important;font-weight:500!important;max-width:100px!important;text-transform:capitalize!important;width:100px!important}.chats_cbSaveButton__-N3KP{background-color:#6a097d!important;border-radius:5px!important;color:#fff!important}.chats_message_temp__UIUHM{display:flex;gap:15px;margin-block:10px!important}.chats_question_styles__HObFB{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__eLHqh{bottom:-18px!important}.chats_reactionStyle__eLHqh,.chats_reactionUserStyle__Zs3m\+{border:1px solid #e7dbdb;border-radius:50%;padding:1px;position:absolute!important}.chats_reactionUserStyle__Zs3m\+{bottom:-30px!important;right:5px!important}.chats_botMsgBoxStyle__Vrdwr p,.chats_botMsgBoxStyle__Vrdwr pre{margin:0!important}.chats_parentbotMsgBoxStyle__Dxl5Z{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__Dxl5Z pre{margin:0!important}.chats_userCopyIcon__KKMbp{bottom:0;cursor:pointer;opacity:0;position:absolute;right:-25px}.chats_parentbotMsgBoxStyle__Dxl5Z:hover .chats_userCopyIcon__KKMbp{bottom:0;cursor:pointer;opacity:1;position:absolute;right:-25px}.chats_parentbotMsgBoxStyle__Dxl5Z p,.chats_reactMarkdownStyle__Mlb0z p,code,h1,h2,h3,h4,h5,h6,ol,pre,ul{margin:0!important}.chats_chatbotRatingIconStyle__9HGIo{fill:red!important;cursor:pointer;font-size:20px!important;margin-left:7px}.chats_feedback_submit_btn__qpY8-{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__Mlb0z ul{list-style-type:circle!important;padding:10px 15px}.chats_mediaImg__iCVsk{max-height:400px!important;min-height:400px!important}}.chats_chat_reply_text__s7dOG{font-size:13px!important;font-weight:500!important}.chats_chat_reply_text__s7dOG p{margin:2px 0!important}.chats_chat_message_reply_left_item__\+YGf3{-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__Fp0wH{height:100%;max-width:50px!important;position:absolute;right:0;top:0}.chats_chat_reply_meadia_text__TZtlC{-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__\+EV7y{max-width:calc(100% - 40px)!important}.chats_chat_chatbot_text_hidden_label__AQ0az,.chats_chat_media_reply_text_item__\+EV7y{-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__AQ0az{text-overflow:ellipsis!important}.chats_chat_media_reply_img_item__tzAca{height:100%!important;max-width:50px!important;position:absolute;right:0;top:0;width:50px!important}.chats_chatbot_preview_arrow_item__4vCBe{border-radius:10px!important;height:45px!important;max-height:45px!important;max-width:45px!important;width:45px!important}.chats_fileTypeContainer__w9tsN{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__QyLt\+{border-radius:5px!important;cursor:pointer!important;padding:9px 12px!important;width:100%!important}.chats_fileTypeGridItemDisabled__DMuV-{cursor:context-menu!important;opacity:.5!important}.chats_fileTypeGridItem__QyLt\+:hover{background:#eaeaea!important}.chats_fileItemContainer__azEK6{align-items:center!important;display:flex!important;gap:15px!important;justify-content:start!important}.chats_fileTypeIcon__QQGh3{display:flex!important}.chats_fileTypeLabel__rNxB8{font-size:14px!important;font-weight:500!important}.chats_agentAccordion__A2q\+2{margin:0!important}.chats_transitionAccordion__SgFeC .MuiCollapse-vertical{transition-duration:1.44s!important;transition:height .3s cubic-bezier(.4,0,.2,1) 0ms!important}.chats_stepTextStyle__hH27C{color:#000!important;font-size:15px!important;font-weight:600!important}.chats_stepTextValueStyle__TZtId{color:#6a097d!important;font-size:15px!important;font-weight:600!important}.chats_dateRangePickerClass__QeagF .DateRangePicker_picker{left:-1px!important;top:30px!important}.chats_dateRangePickerClass__QeagF .DateRangePicker{position:static!important}.chats_dateRangePickerClass__QeagF .DateRangePickerInput__withBorder{border:none!important;border-radius:5px!important;box-shadow:0 0 3px #00000040!important;padding-bottom:1px!important}.chats_dateRangePickerClass__QeagF .DateInput{display:inline!important;width:auto!important}.chats_dateRangePickerClass__QeagF .DateInput_input__focused{border-bottom:none!important}.chats_dateRangePickerClass__QeagF .DateInput_fang{z-index:0!important}.chats_dateRangePickerClass__QeagF .DateInput_input,.chats_dateRangePickerClass__QeagF .DateRangePickerInput_arrow{display:none}.chats_filterButtons__SPXP0{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__X3bLv{padding:20px 25px!important;z-index:2!important}.chats_dividerGlobalStyle__Y\+um8{border:.2px solid #9d9d9d!important;color:#9d9d9d!important;opacity:.2!important}.chats_accordionDrawerStyle__d0Qce{max-height:75vh!important;overflow-x:hidden!important;overflow-y:auto!important;width:100%!important}.chats_accordionDetailsStyle__E0JPb{padding:0 16px 16px!important}.chats_threadExecutionDrawersStyle__De4vk{max-height:80vh!important;overflow-x:hidden!important;overflow-y:auto!important;width:100%!important}.chats_jsonDataStyle__hiwna{border-radius:10px!important;padding:10px!important}.chats_carouselDataStyle__4Ux72,.chats_jsonDataStyle__hiwna{background-color:#fff!important;box-shadow:0 0 2px #00000040!important}.chats_carouselDataStyle__4Ux72{border-radius:5px!important;padding:20px!important}.chats_jsonDataPreStyle__d4hJI{font-size:15px!important;font-weight:500!important;white-space:pre-wrap!important;word-break:break-word!important}.chats_accordionDesignStyle__ZZ4u4{background:#f1f1f1!important;box-shadow:none!important}.chats_executionLogButtonStyle__CnSpX{right:-38px!important;top:-5px!important}.chats_executionLogButtonStyle__CnSpX,.chats_openAILogoStyle__f2Vs0{cursor:pointer!important;height:20px!important;position:absolute!important;width:20px!important}.chats_openAILogoStyle__f2Vs0{left:-22px!important;top:26px!important}.chats_relativePositonStyle__wUdVV{position:relative!important}.chats_carouselPrevArrow__CCwDq{display:block!important;padding:3px 3px 1px!important}.chats_carouselNextArrow__\+vlz-,.chats_carouselPrevArrow__CCwDq{border-radius:50%!important;box-shadow:0 0 3px #00000040!important}.chats_carouselNextArrow__\+vlz-{display:flex!important;padding:3px 3px 2px!important}.chats_userAvatarIcon__bNCWK{display:flex!important;height:30px!important;margin-top:-3px!important;object-fit:fill!important;width:30px!important}.chats_userAvatarIconPrimaryTheme__kDsMc{color:#6a097d!important}.chats_userAvatarIconWhatsAppTheme__iWHC5{color:#fff!important}.chats_userAvatarDp__Ln2FJ{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__rfQy4{background:#6a097d!important;color:#fff!important}.chats_userAvatarDpWhatsAppTheme__\+vhIo{background:#fff!important;color:#0c836f!important}.chats_sendTemplatePopupInfoGrid__xlOjk{padding-left:8px!important}.chats_sendTemplatePopupGrid__Op7f0{margin:0 auto!important;padding:0 20px!important}.chats_sendTemplateAssignVariableGrid__ifetT{border-radius:5px!important;padding:10px!important}.chats_sendTemplateAssignVariableTableGrid__RgO-K{margin-block:12px!important}.chats_sendTemplateValueTextField__eNsLu{background-color:#fff!important;min-width:200px!important}.chats_inValidUrlSpan__IVsIZ{color:#c60000!important;font-size:13px!important}.chats_sendTemplateValueAutoComplete__ADRLr{min-width:200px!important}.chats_sendTemplateBtnGroupGrid__LJpwW{bottom:20px!important;position:absolute!important}.chats_viewSentCartMainGrid__AsYNo{border-radius:8px!important;box-shadow:0 0 3px #0000004d!important}.chats_viewSentCartUpperContainer__1Vt\+3{padding:6px!important}.chats_viewSentCardBtnGrid__f0pXb{border-top:1px solid #cfcfcf!important;cursor:pointer!important;padding:10px 6px!important}.chats_viewSentCartMessageContainer__Y-jG9{background-color:#e0e0e0!important;border-radius:8px!important;padding:16px 12px!important}.chats_sendCartTotalItemsTypography__\+6qmv{font-size:14px!important;font-weight:600!important}.chats_productCartIcon__I-okW{height:22px!important;width:22px!important}.chats_totalProductAmountTypography__JciHB{font-size:13px!important;font-weight:500!important}.chats_viewSentCartBtn__9uQbs{color:#6a097d!important;font-size:15px!important;font-weight:500!important;text-align:center!important}.chats_productRetailIdTypography__VqxxM{color:#000!important;font-size:15px!important}.chats_chatbotClosedRedeployChipTimeStamp__8upEZ{font-size:10px!important;font-weight:500!important;margin-top:2px!important}.chats_quoteReplyDiv__j-76-{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__\+9OEe{display:flex!important;flex-direction:column!important;gap:8px!important}.chats_flagDebuggingGrid__nUmYh{margin-right:5px!important}.chats_flagDebuggingTypography__UxVMk{color:#fff!important;font-size:15px!important;font-weight:500!important}.chats_flagDebugMenuItem__btPyE{color:#000!important;font-size:15px!important}.chats_debugCheckBox__F6sYZ .MuiSvgIcon-root{fill:#fff}.chats_debugCheckBoxForMenuItem__55fKY .MuiSvgIcon-root{fill:#6a097d}.chats_debugCheckBoxGridForMenuItem__la25S span,.chats_debugCheckBoxGrid__bZbap span{padding:0!important}.chats_fetchingPreviousMessagesGrid__zorP9{display:flex!important;justify-content:center!important;position:absolute!important;top:10px!important;width:100%!important;z-index:9999!important}.chats_fetchingPreviousMessagesBox__H-1IZ{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__SY4hH{color:#666!important;font-size:14px!important;font-weight:500!important;margin-bottom:8px!important;text-align:center!important}.chats_fetchingPreviousMessagesProgress__9Vhug{background-color:#0000001a!important;border-radius:2px!important;height:4px!important}.chats_fetchingPreviousMessagesProgress__9Vhug .MuiLinearProgress-bar{background-color:#01ba5d!important;border-radius:2px!important}.chats_assignedAgentStatusIcon__UY3Oo{border-radius:50%!important;display:inline-block!important;height:10px!important;margin-top:2px!important;width:10px!important}.chats_messageNotificationIcon__997ia{color:#4ac958!important;display:flex!important;height:14px!important;width:14px!important}.chats_unreadMessageGrid__0WxTw{background-color:#4ac958!important;border-radius:50%!important;height:12px!important;width:12px!important}@keyframes chats_flashHighlight__8md6y{0%{background-color:#b1b1b1}to{background-color:#0000}}.chats_highlightThread__9GL9l{animation:chats_flashHighlight__8md6y 1.5s ease}.chats_newMessageInThreadGrid__C9VQH{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__Op7f0{margin:0 auto!important;padding:0 30px 0 22px!important}}@media screen and (max-width:1600px){.chats_filterButtons__SPXP0{font-size:13px!important}}@media screen and (max-width:1000px){.chats_dateRangePickerClass__QeagF .DateRangePickerInput_arrow_svg{height:20px!important;width:20px!important}.chats_filterButtons__SPXP0{font-size:12px!important}}@media screen and (max-width:600px){.chats_dateRangePickerClass__QeagF .DateRangePicker_picker{overflow:auto!important}}@media screen and (min-width:600px)and (max-width:899px){.chats_dateRangePickerClass__QeagF .DateRangePickerInput__withBorder{width:100%!important}}@media screen and (min-width:900px)and (max-width:1199px){.chats_dateRangePickerClass__QeagF .DateRangePickerInput__withBorder{width:100%!important}}.chats_joinConversationBtnGrid__OZ89A{margin:2px 1px!important}.chats_threadStatisticsContainer__esszU{text-align:end!important;width:55px!important}.chats_threadStatisticsGrid__JSohN{align-content:start!important;display:flex!important;padding-top:2px!important}.chats_agentAssignedIcon__kewOK{height:20px!important;width:20px!important}.chats_chatUserThreadListContainer__azUsM{padding-left:3px!important;width:100%!important}.chats_chatUserThreadListContainerDesktop__A5G0D{border-right:.5px solid #dedede!important}.chats_chatUserThreadListContainerFlagMobile__xZjVf{max-width:100%!important}.chats_chatUserThreadListContainerNotFlagMobile__oOmY6{display:inline!important;display:initial!important;max-width:345px!important}.chats_chatUserThreadListContainerFlagMobileSmallScreen__c2rzO{display:block!important;padding-right:20px!important}.chats_chatUserThreadListContainerFlagMobileNotSmallScreen__mfBIN{display:block!important}.chats_chatUserThreadListContainerHidden__Z6Xzd{display:none!important}.chats_chatUserThreadListHeaderContainer__QbgLq{background-color:#fff!important;padding-right:20px!important;position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:1!important}.chats_chatUserThreadListHeaderContainerMobile__YQsAs{padding-right:5px!important}.chats_threadPaginationContainerMobile__AVe\+G{bottom:10px!important;max-width:315px!important;position:fixed!important;width:315px!important}.chats_threadPaginationContainer__-a-I8{bottom:10px!important;left:3px!important;max-width:335px!important;position:absolute!important;width:335px!important}.chats_threadPaginationGrid__uuvoC{border-radius:5px!important;box-shadow:0 0 2px #00000040!important;padding:8px 8px 8px 0!important}.chats_threadPaginationStack__z3qWQ{padding-inline:5px!important}.chats_threadPaginationStyle__bkoow .MuiPaginationItem-root{font-weight:500!important;height:26px!important;min-width:22px!important;padding:0!important}.chats_threadPaginationStyle__bkoow .Mui-selected{background-color:#f1d9ff!important}.chats_threadPaginationTypography__cAI4d{color:#000000b3!important;font-size:14px!important;font-weight:500!important}.chats_inboxMainContainerMainSection__BSamz{padding:20px 25px 0 27px!important}.chats_inboxMainContainer__0KMSs{padding:0 0 0 27px!important}.chats_inboxPageHeader__Fheh2{margin-bottom:15px!important}.chats_inboxPageHeaderDivider__pNmc3{padding-top:4px!important}.chats_chatUserThreadLogViewContainer__M-\+tw{border-right:.5px solid #dedede!important;position:relative!important}.chats_chatUserThreadLogViewContainerSmallScreenHidden__3s01h{display:none!important}.chats_chatUserThreadLogViewContainerDesktop__ZGQ1r,.chats_chatUserThreadLogViewContainerSmallScreenVisible__xzwKs{display:block!important}.chats_chatUserThreadLogViewWidthFeedbackOpen__ntcvJ{width:calc(100% - 250px)!important}.chats_chatUserThreadLogViewWidthFeedbackClosed__4ov9o{width:calc(100% - 70px)!important}.chats_chatUserThreadLogViewWidthNoFeedbackOpen__Qt259{width:calc(100% - 640px)!important}.chats_chatUserThreadLogViewWidthNoFeedbackClosed__tEw5Y{width:calc(100% - 400px)!important}.chats_chatLogViewMainGrid__py0Ow{padding-left:15px!important;padding-block:10px!important;width:100%!important}.chats_chatLogsViewInnerGrid__A7ySp{border-radius:15px!important}.chats_chatbotChatMainSectionItem__KdOYy{flex-wrap:nowrap!important;padding:0!important;transition:none!important}.chats_userMessageGrid__J--Ox{margin:10px 0!important;text-align:start!important;width:100%!important}.chats_assignAgentMessageInnerGrid__dKOAn{border-radius:5px!important;color:#636363!important;font-size:12px!important;padding:4px 8px!important}.chats_userMessageGridContainer__GIYra{justify-content:start!important}.chats_userMessageInnerGrid__EpDFv{max-width:calc(100% - 30px)!important;width:100%!important}.chats_userMessageInnerGridItem__JrkDm{max-width:calc(100% - 50px)!important;width:100%!important}.chats_dataToShowAccordionSummary__XdS3W{min-height:45px!important}.chats_chatLogMoreVertIconWhiteColor__PSxel{color:#fff!important}.chats_chatLogMoreVertIconGreyColor__c2EYo{color:#869596!important}.chats_chevronLeftIcon__VlcIb{aspect-ratio:1!important;border-radius:50%!important}.chats_whatsAppStatusSpan__WlA\+V{display:flex!important;font-size:10px!important;font-weight:500!important}.chats_chatLevelMenuPaper__Axiax{border-radius:10px!important;box-shadow:0 3px 8px #0000003d!important;padding:0 8px!important}.chats_chatInformationBlockContainer__JsZSf{cursor:pointer!important;position:relative!important;z-index:5!important}.chats_chatInformationBlockDesktopOpen__SRP3w{max-width:318px!important;min-width:318px!important}.chats_chatInformationBlockDesktopClosed__rXPLp{max-width:0!important;min-width:0!important}.chats_chatInformationBlockMobile__Qx1pF{max-width:100%!important;min-width:100%!important}.chats_chatInformationBlockMobileSmallScreenPadding__ITxhl{padding:0 15px!important}.chats_chatInformationBlockMobileSmallScreenHeight__zGMb-{height:calc(100vh - 110px)!important}.chats_chatInformationBlockAutoHeight__TX9bs{height:auto!important}.chats_chatInformationBlockChevronIcon__Attis{background-color:#f7e9ff!important;border-radius:50%!important;position:absolute!important;top:17px!important}.chats_chatInformationBlockChevronIconFlagMobile__GeSAO{left:0!important}.chats_chatInformationBlockChevronIconNormal__ILIvf{left:-13px!important}.chats_chatInformationBlockChevronIconNew__Qkp84{cursor:pointer!important;right:10px!important;top:20px!important;z-index:5!important}.chats_chatInformationBlockDrawer__eqQZp{flex-shrink:0!important;position:relative!important;transform:none!important;transition:transform .3s cubic-bezier(0,0,.2,1) 0ms!important}.chats_chatInformationBlockDrawerDisplayNone__xu3K9{display:none!important}.chats_chatInformationBlockDrawerPaper__ZeSZd{border-left:0!important;position:relative!important;z-index:1!important}.chats_chatInfoBlockAssignAgentTimeStamp__cDz4q{color:#7a7a7a!important;font-size:13px!important}.chats_chatInfoBlockAgentDataContainer__m9o95{font-size:15px!important;font-weight:500!important;padding-top:5px!important}.chats_chatInfoBlockAgentDataAccordion__SIXzq{background:#0000!important;box-shadow:none!important}.chats_chatInfoBlockAgentDataAccordionSummary__tD9rw{min-height:45px!important}.chats_chatInfoBlockAgentStatus__2S6iQ{border-radius:50%!important;display:inline-block!important;height:10px!important;width:10px!important}.chats_chatInfoBlockAgentJoined__GOOB1{background-color:#0fb915!important}.chats_chatInfoBlockAgentAssigned__Jmqjo{background-color:#e2a22a!important}.chats_deleteAgentIconGrid__zkg36{margin-right:4px!important}.chats_agentDataAccordionDetails__Nv2dr{padding:0 16px 16px!important}.chats_agentDataAccordionDetailsContainer__oRMWw{border:1px solid #cfcfcf!important;border-radius:8px!important;padding:12px!important;width:100%!important}.chats_agentInfoDivider__9x1BO{color:#7a7a7a!important}.chats_assignedAgentText__9dcXc{font-size:16px!important;font-weight:600!important}.chats_assignAgentContainer__gurCV{padding:20px 0!important}.chats_assignAgentTableContainer__hTQ8j{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__u5Jr6{border-radius:3px!important;font-size:13px!important;padding:4px 6px!important}.chats_chatInputMainGrid__KJrN-{opacity:1!important;padding-inline:15px!important;padding-bottom:10px!important}.chats_chatInputInnerGrid__9P4OM{border-radius:10px!important;width:100%!important}.chats_sendMessageIconBtn__S6lMJ{border-radius:8px!important;height:100%!important;padding:5px!important;width:100%!important}.chats_chatInputTextField__-iUns{border:none!important;border-radius:10px!important;width:100%!important}.chats_chatInputTextField__-iUns fieldset{border:none!important}.chats_chatInputTextField__-iUns .MuiOutlinedInput-input{font-size:14px!important;font-weight:500!important;padding:12.5px 14px!important}.chats_chatInputTextField__-iUns .MuiOutlinedInput-root{padding-right:4px!important}.chats_attachmentIconMargin__o41fQ{margin:0 0 0 8px!important}.chats_attachmentIconZeroMargin__5LHT9{margin:0!important}.chats_attchmentIconLowOpacity__LmDCa{opacity:.5!important}.chats_attchmentIconFullOpacity__TiMue{opacity:1!important}.chats_userInfoSwipeableDrawer__NMjeo{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__Dha7C{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.chats_heartbeatAnimationAttchmentIcon__LlDtJ{animation:chats_heartbeat__Dha7C 1s ease-in-out;animation-iteration-count:7}@keyframes chats_joinBtnAnimation__2Odxp{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.chats_joinConversationBtnAnimation__VdS-C{animation:chats_joinBtnAnimation__2Odxp 1s ease-in-out;animation-iteration-count:7}.chats_threadStatusGrid__6SBS0{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__apAtb{border-radius:50%!important;height:10px!important;width:10px!important}.chats_threadStatusDropdown__Vs4xD{font-size:14px!important;max-width:300px!important;width:130px!important}.chats_threadStatusDropdown__Vs4xD .MuiAutocomplete-endAdornment{position:relative!important;z-index:5!important}.chats_threadStatusDropdown__Vs4xD .MuiAutocomplete-clearIndicator{bottom:-14px!important;position:absolute!important;right:18px!important}.chats_threadStatusDropdown__Vs4xD .MuiAutocomplete-popupIndicator{bottom:-14px!important;position:absolute!important;right:-6px!important}.chats_threadStatusDropdown__Vs4xD .MuiAutocomplete-tag{margin:3px 0!important;max-width:calc(100% - 3px)!important}.chats_threadStatusDropdown__Vs4xD .MuiSelect-select{padding:8.5px 14px!important}.chats_threadStatusDropdown__Vs4xD .MuiAutocomplete-inputRoot{padding:3px 5px!important}.chats_threadStatusDropdown__Vs4xD fieldset{background-color:#fff!important;border:none!important;color:#008069!important}.chats_threadStatusDropdown__Vs4xD{border-radius:5px!important}.chats_threadStatusDropdown__Vs4xD .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__Vs4xD .MuiInputBase-input::placeholder{color:#008069!important}.chats_threadStatusDropdown__Vs4xD input{color:#008069!important;font-weight:600!important;z-index:5!important}.chats_threadStatusDropdown__Vs4xD .MuiAutocomplete-clearIndicator,.chats_threadStatusDropdown__Vs4xD .MuiAutocomplete-popupIndicator{color:#008069!important}.chats_threadStatusDropdown__Vs4xD .MuiOutlinedInput-root .MuiAutocomplete-input{padding:7.5px 52px 7.5px 5px!important}.chats_tagsEditIcon__1KCwj{color:#7a7a7a!important;height:18px!important;width:18px!important}.chats_threadTagChipStyle__yS7PA{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__nSy1C{border-radius:5px!important;box-shadow:0 0 2px rgba(0,0,0,.451)!important;margin-inline:2px!important}.chats_threadTagTitleGrid__IFDS-{background:linear-gradient(180deg,#fff,#f9f9f9)!important;border-radius:5px!important;padding:8px 12px!important}.chats_threadTagCardGrid__t93hE{padding:8px 12px!important}.chats_addTagStyles__RwkNJ{align-items:center!important;display:flex!important;flex-wrap:nowrap!important;font-size:14px!important;font-weight:600!important;gap:6px!important}.chats_threadTagTitle__cdI6Y{color:#000!important;font-size:14px!important;font-weight:600!important}.chats_threadTagListItemContainer__thzGi{max-width:60px!important}.chats_threadTagListIcons__3lRpU{min-width:10px!important;padding:0!important}.chats_threadTagListItemEditIcon__KocgS{font-size:14px!important;height:14px!important;width:14px!important}.chats_threadNotesCardGrid__HY7pH{padding:8px!important}.chats_notesCardGrid__phTh-{background-color:#f9f9f9!important;border-radius:5px!important;padding:10px!important}.chats_notePerformedByTypography__uCt0i{color:#000!important;font-size:13px!important;font-weight:600!important}.chats_noteTimeStampTypography__-6OKz{color:#7a7a7a!important;font-size:12px!important;font-weight:500!important}.chats_noteEditIcon__OGvC9{color:#7a7a7a!important;height:16px!important;width:16px!important}.chats_noteDeleteIcon__prTXJ{color:#c60000!important;height:16px!important;width:16px!important}.chats_disabledAddNoteStyles__mTtSE{cursor:auto!important;opacity:.37!important}.chats_addNoteTextArea__6GMJ7{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__6GMJ7 fieldset{border:none!important;outline:none!important}.chats_addNoteTextArea__6GMJ7 .MuiOutlinedInput-root{padding:0!important}.chats_addNoteTextArea__6GMJ7 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__6GMJ7 textarea::placeholder{opacity:.6!important}.chats_addNoteTextArea__6GMJ7 textarea:active{-webkit-user-select:text!important;user-select:text!important}@media screen and (min-width:901px)and (max-width:1600px){.chats_addNoteTextArea__6GMJ7 textarea{font-size:14px!important;font-weight:500!important}}@media screen and (min-width:601px)and (max-width:900px){.chats_addNoteTextArea__6GMJ7 textarea{font-size:14px!important;font-weight:500!important}}@media screen and (min-width:0px)and (max-width:600px){.chats_addNoteTextArea__6GMJ7 textarea{font-size:13px!important;font-weight:500!important}}.chats_chatSwipableDrawerStyle__pBiMY{position:relative!important;z-index:1500!important}@media screen and (min-width:1000px)and (max-width:1600px){.chats_chatInformationBlockDesktopOpen__SRP3w{max-width:400px!important;min-width:auto!important}}@media screen and (max-width:600px){.chats_userInfoSwipeableDrawer__NMjeo{width:95%!important}.chats_chatInformationBlockDrawer__eqQZp{width:100%!important}}.chats_mediaMessagesDiv__1USnK{gap:10px!important}.chats_imageMessages__hIo32{aspect-ratio:1/1!important;height:100%;max-height:350px;max-width:300px;object-fit:cover!important;width:100%}.chats_imageMessageRadius__QAg2c{border-radius:5px 5px 0 0!important}.chats_documentMessageDiv__\+f9gC{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__\+f9gC>div{max-width:100%}.chats_documentMessageText__qZItR{cursor:pointer!important;display:block!important;max-width:280px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.chats_documentMessageOpenInNewTabIcon__v-Ui5{cursor:pointer!important;height:20px!important;right:2px!important;top:2px!important;width:20px!important}.chats_audioFileName__PnHyj{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__rmYuh{color:blue!important}.chats_threadStatusTyporgraphy__EzrkT{color:#fff!important;font-size:14px!important;font-weight:500!important}.chats_imageMediaMessagesWrapper__jBMae{position:relative!important}.chats_imageMessageOpenInNewTabIconGrid__O-sfg{cursor:pointer!important;position:absolute!important;right:6px!important;top:6px!important;z-index:2!important}.chats_imageMessageOpenInNewTabIcon__BG6pH{color:#000!important;height:20px!important;width:20px!important}.global_cbHeaderBreadCrumbsHeadText__msSwJ{color:#7a7a7a!important;font-size:13px!important;font-weight:600!important}.global_cbHeaderBreadCrumbsChatbotLabel__X9VY5{color:#1f384c!important;font-size:13px!important;font-weight:600!important}.global_primaryFontSize__VwgPV{font-size:15px!important}.global_secondaryFontSize__bKDsF{font-size:14px!important}.global_tertiaryFontSize__0Jhls{font-size:13px!important}.global_primaryFontWeight__VgIoQ{font-weight:600!important}.global_secondaryFontWeight__xxpVJ{font-weight:500!important}.global_tertiaryFontWeight__ZTCIb{font-weight:400!important}.global_primaryColor__tx9La{color:#6a097d!important}.global_primaryColorBg__jp3wU{background-color:#6a097d!important}.global_blackColor__-fYid{color:#000!important}.global_greyColor__toujf{color:#7a7a7a!important}.global_clickable__uYj43{cursor:pointer!important}.global_backIconContainer__hYWGv{align-items:center!important;justify-content:center!important;position:relative!important}.global_backIconItem__UUYST{left:0!important;position:absolute!important;top:10%!important}.global_backText__0cVOA{color:#6a097d!important;font-size:15px!important;font-weight:600!important;margin-left:25px!important}.global_fullwidth__a1wBi{width:100%!important}.global_fitContentWidth__J1\+Qx{width:-webkit-fit-content!important;width:fit-content!important}.global_fullwidthWithMargin__mhaXx{margin-top:8px!important;width:100%!important}.global_boxSizingBorderBox__fj65Y{box-sizing:border-box!important}.global_emailLabel__c0SCa{color:#4c4a4d!important;font-size:15px!important;font-weight:600!important;margin-bottom:10px!important}.global_stagingMargin__orUvb{margin-top:30px!important}.global_marginBottom5__H5FKt{margin-bottom:5px!important}.global_flagPopperContainer__fQuCd{align-items:center!important;display:flex!important;gap:20px!important;justify-content:space-between!important}.global_displayFlex__F4J78{align-items:center;display:flex}.global_displayFlexStyle__bm5Rf{display:flex!important}.global_infoiconStyle__FafCE{cursor:pointer!important;height:17px!important;margin-left:3px!important;vertical-align:middle!important;width:17px!important}.global_headerGlobalPaddingStyle__rWTee{padding:18px 0!important}.global_headerTextContainerStyle__90hA6{padding:0 25px 0 27px!important}.global_displayInline__hykZt{display:inline!important}.global_startAlignment__DfL7z{align-items:start!important;justify-content:space-between!important}.global_centerAlignment__BEet3{align-items:center!important;justify-content:center!important}.global_contentCenter__LsmdP{align-content:center!important;justify-content:center!important}.global_flexAlignmentEnd__mMOtX{align-items:center!important;display:flex!important;justify-content:end!important}.global_globalTextfieldStyle__9tLqf{background:#fff;display:flex;justify-content:space-around;width:100%}.global_globalTextfieldStyle__9tLqf fieldset{border-color:initial!important;border-width:0!important}.global_globalTextfieldStyle__9tLqf .MuiFormHelperText-root{font-size:13px;margin-left:0!important}.global_globalTextfieldStyle__9tLqf .MuiInputBase-input{border-radius:3px;box-shadow:0 0 3px 0 #00000040!important;padding:14px!important}.global_globalTextStyleBlack__uO0kt{color:#4c4a4d!important;font-size:15px!important;font-weight:600!important}.global_globalTextStyleGrey__duVW\+{color:#7a7a7a;font-size:15px!important;font-weight:600!important;text-align:center}.global_required__Vtn0D{color:#c60000!important;padding-left:3px}.global_gridItemStyle__BPn4m{align-content:center!important;display:flex!important;width:100%}.global_htmlGridContainer__oDaTn{flex-wrap:nowrap!important;height:100vh!important;padding:50px!important}.global_htmlHeading__0kwKm{font-size:20px!important;font-weight:600!important}.global_htmlGridItemStyles__1lpYX{height:100%!important;width:100%!important}.global_fullHeight__Dl3jT{height:100%!important}.global_zIndex1__sIODv{z-index:1!important}.global_roundedBorder__Ub-ZQ{border-radius:15px!important}.global_overflowAuto__Tzvfc{overflow:auto!important}.global_overflowHidden__emRkV{overflow:hidden!important}.global_maxHeightStyle__CMUiG{max-height:61px!important}.global_cbPreviewHeader__wofRL{align-items:center!important;border:none!important;border-radius:15px 15px 0 0!important;height:60px!important;padding:0 10px!important}.global_cbIconImg__ZSgDN{object-fit:fill!important}.global_cbIconImg__ZSgDN,.global_fsIconImg__Vtmnv{border-radius:50%!important;display:flex!important;height:28px!important;width:28px!important}.global_fsIconImg__Vtmnv{object-fit:cover!important}.global_textCenter__\+Proj{text-align:center!important}.global_dividerStyle__fKnUS{border-color:#6a6a6a!important}.global_formWrapper__UEmce{max-height:730px;overflow-x:hidden!important;overflow-y:auto}.global_formWrapperSingleTemplate__DBgwI{height:100%;overflow-y:scroll;padding:10px 20px 20px}.global_authLabel__lUmqa{color:#6a097d;font-size:26px;font-weight:600;margin-bottom:35px!important;text-align:center}.global_authSublabelText__KNm\+w{color:#4c4a4d;font-size:18px;font-weight:600;margin-bottom:20px!important;text-align:center}.global_authSublabelProductTextStyle__-Ba2K{color:#6a097d;font-size:19px;font-weight:600}.global_resendButtonStyle__h2TJf{color:#6a097d;margin-left:5px}.global_dividerStyle__fKnUS{border-style:initial;color:#b1b1b1;font-size:12px;font-weight:600;margin-top:9px!important;padding-left:20px!important}.global_emailDividerStyle__piYfa{padding:0!important}.global_continueWithGoogleButton__xfdCr{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__H\+M24{padding-left:26px!important}.global_authPromptTextStyleLogin__iBNG3{margin-top:8px!important}.global_authPromptTextStyleLogin__iBNG3,.global_authPromptTextStyleRegistration__9UHNY{color:#4c4a4d;font-size:15px;font-weight:600;text-align:start}.global_authPromptSubTextStyle__Uq1ML{color:#6a097d;font-size:15px;font-weight:600}.global_inputLabel__zq4bL{color:#4c4a4d!important;font-size:15px!important;font-weight:600!important;margin-bottom:8px}.global_dashboardOutletWrapper__3MkjP{width:100%!important}.global_dashboardChildWrapper__SK-pb{flex-wrap:nowrap!important;padding:27px 40px}.global_dashboardChildTitleTextStyle__gLXJL{color:#4c4a4d;font-size:18px!important;font-weight:600;margin-bottom:27px!important;width:100%}.global_updatePersonaFullContainer__8yoG0{border-radius:10px;box-shadow:0 0 3px 0 rgba(0,0,0,.251);padding:24px}@media screen and (max-width:599px){.global_updatePersonaFullContainer__8yoG0{flex-wrap:nowrap!important;padding:15px!important}.global_updatePersonaFullContainerForm__SiV-q{display:flex;flex-wrap:nowrap;height:calc(100vh - 157px)}}.global_dashboardChildTitleTextStylePersona__Vb2YT{color:#4c4a4d;font-size:18px!important;font-weight:600;margin-bottom:8px!important;width:100%}.global_globalSearchBar__P5vaS{box-shadow:0 0 2px 0 #5f6368!important;height:33px!important}.global_globalSearchBarHeight__FZBkC{box-shadow:0 0 2px 0 #5f6368!important;height:auto!important}.global_searchBar__UZEWH{border-radius:5px;box-shadow:0 0 2px 0 #7a7a7a;max-width:262px;width:100%}.global_searchBar__UZEWH .MuiInputBase-input,.global_searchBar__UZEWH .MuiInputBase-root{border:initial;border-radius:5px;max-width:262px;width:100%}.global_searchBar__UZEWH .MuiInputBase-input{padding:5px 10px!important}.global_searchBar__UZEWH .MuiInputBase-input placeholder{font-size:10px}.global_searchBar__UZEWH .MuiOutlinedInput-notchedOutline{border-width:0!important}.global_dashboardChildSectionTextStyle__K5BB2{color:#1f384c;font-size:15px;font-weight:600;margin-bottom:10px!important;margin-top:10px!important}.global_containerFlexWrap__EuMiF{flex-wrap:nowrap!important}.global_containerflexWrapStyle__dRbRz{align-items:center!important;flex-wrap:nowrap!important}.global_dashboardNavigationToggleButtonStyle__KyF8P{padding:13px 8px 8px!important;position:absolute!important}@media screen and (min-width:320px)and (max-width:600px){.global_headerMenuIcon__gwgSZ{padding:16px 8px!important;position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:1101}}.global_WritewizGlobaltable__M30w6{border:1px solid #e9e9e9!important;border-radius:5px!important;box-sizing:border-box!important;max-width:100%!important;overflow:auto!important}.global_headerRow__0V6Pz th{background-color:#fbf4ff;color:#000;font-size:14px;font-weight:600;padding:12px!important;white-space:pre;z-index:auto}.global_tableRowStyle__lxGbY{align-items:center;color:#373737;display:flex}.global_tableRowGlobalStyle__StEjv:last-child td{border-bottom:none!important}.global_additionalRowClass__7HGYx{white-space:pre}.global_bodyRow__WKyCJ:hover{background:#f2f2f2}.global_selectedBodyRow__XTiBY{background:#f7e9ff}.global_bodyRow__WKyCJ td{cursor:pointer;font-size:14px;font-weight:500;padding:10px 12px}.global_tableCategoryImage__uGufx{height:18px;width:18px}.global_globalTileStyle__c8bEw{box-shadow:0 0 4px 0 #d9d9d9}.global_globalTileStyle__c8bEw,.global_globalTileStyle__c8bEw:hover{align-items:center;border-radius:5px;display:flex;height:54px;max-width:220px;width:100%}.global_globalTileStyle__c8bEw:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.251)}.global_featureIconStyle__FNu38{margin:15px!important}.global_headText__rSiPJ{color:#4c4a4d;font-size:15px;font-weight:600}.global_descriptionText__c7dJZ{color:#7a7a7a!important;font-size:12px!important;font-weight:400!important}.global_pageText__laaBC{color:#4c4a4d!important;font-size:15px!important;font-weight:500!important}.global_featuredTilesWrapper__MSCvH{margin-bottom:25px!important;margin-top:25px!important}.global_mobileFooterWrapper__IGkLM{display:none}.global_mobileFooterSelect__gLIOh{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__gLIOh div{padding:6px 14px!important}.global_ppPlanSlider__2VIvF .MuiSlider-markLabel{color:#7a7a7a;font-size:12px}.global_ppPlanSlider__2VIvF .MuiSlider-mark{display:none}.global_ppPlanSlider__2VIvF .MuiSlider-thumb{border-radius:3px;color:#6a097d;height:15px;width:4px}.global_ppPlanSlider__2VIvF .MuiSlider-rail{background:#e1e1e1;height:5px}.global_globalCardBulletListText__SOknC{padding-bottom:5px}.global_globalCardBox__NHVHe{border-radius:10px;box-shadow:0 0 2px 0 #6a097d;font-size:15px;padding:20px 15px}.global_globalCardBoxDescription__4av65{overflow:auto}.global_globalCardHeading__t5qkj{color:#6a097d;font-family:Open Sans;font-size:15px;font-weight:500;margin:0 0 10px!important}.global_globalCardBullet__gR-zc{color:#4c4a4d;font-family:Open Sans;font-size:15px;padding:0 0 0 20px}.global_iconCell__2w-zV{width:60%}.global_iconCellLastModifield__2kkA4{width:20%}.global_documentClickCell__tc4AD{cursor:pointer}.global_statusColor__qHXe2{border:1px solid #000!important}.global_rowTextfieldTable__\+rwgs .MuiInputBase-input,.global_rowTextfield__Q-R\+A .MuiInputBase-input{padding:4.5px 14px!important}.global_rowTextfieldTable__\+rwgs .MuiOutlinedInput-notchedOutline{border:none!important}.global_globalMenuStyle__b9CfW .MuiPaper-root{box-shadow:none!important;filter:drop-shadow(0 2px 5px rgba(0,0,0,.1))!important}.global_menuItemStyle__u8tfB{-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__u8tfB .MuiListItemIcon-root{color:#6a097d}.global_menuItemStyle__u8tfB:hover{background:#fbf4ff!important;color:#6a097d}.global_menuItemGroupStyle__\+u98R{cursor:auto}.global_menuItemGroupStyle__\+u98R:hover{background:none!important;color:none}.global_homeBoxDesign__iwSH7{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__JGT9r .MuiPaper-elevation{height:100%;margin:30px 100px!important;max-width:100%!important;width:100%}.global_newDocumentPopup__JGT9r .MuiPaper-root::-webkit-scrollbar{width:4px}.global_newDocumentPopup__JGT9r .MuiPaper-root::-webkit-scrollbar-track{background:#f3f5f9}.global_newDocumentPopup__JGT9r .MuiPaper-root::-webkit-scrollbar-thumb{background-color:#6a097d;border-radius:20px}.global_dashboardChildSectionTextStylePrimary__v8g4f{color:#6a097d;cursor:pointer;font-size:15px;font-weight:600;margin-bottom:10px!important}.global_deleteConfirmPopupStyle__53NXm{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__kRfuh{height:auto;width:25px}.global_deleteConfirmPopupTextStyle__QvSeH{color:#6a097d;font-size:16px;font-weight:600;margin:0 0 2px!important}.global_deleteConfirmPopupSubTextStyle__Eegwo{font-size:14px;font-weight:500;white-space:pre-line}.global_deleteConfirmHeaderPopup__9DFsw{padding:28px 50px 45px 28px!important}.global_deleteConfirmButtonsPopup__iuZvZ{background:#fbf4ff;padding:15px 20px}.global_deleteConfirmationLogoItem__bkDaU{align-items:center;background:#cf2c2c33;border-radius:50%;display:flex;justify-content:center;max-width:45px;padding:10px 20px;width:45px}.global_globalDeleteLogoHeadContainer__3ZxRY{align-items:start;display:flex;gap:15px}.global_cmpGlobalMobileAddIcon__OABqD{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 4px 0 #00000040!important;color:#6a097d!important;padding:10px!important}.global_addIconStyles__sFQJH{fill:#6a097d!important;height:28px!important;width:auto!important}.global_cmpGlobalMobileAddIconDark__keVBX{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__i2Xpp{color:#1f384c!important}.global_globalDecsText__c5lvs{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important}.global_globalHeaderFontStyle__8cBz4{font-size:18px!important;font-weight:600!important}.global_globalHeaderFontSize__1WYuB{font-size:18px!important}.global_globalLibraryFontSize__MkDd0{font-size:17px!important}.global_globalHeaderFontWeight__\+Cyu7{font-weight:600!important}.global_globalSubHeadingFontSize__UhRsC{font-size:16px}.global_globalSubHeadingFontWeight__bPRwG{font-weight:500}.global_cardHeaderFontSize__OKJYA{font-size:16px!important}.global_cardDescriptionFontSize__mLsPY{font-size:14px!important}.global_formLabelFontSize__FnnEs{font-size:15px!important}.global_formLabelFontWeight__mdmDx{font-weight:600!important}.global_dividerStyles__AKj5j{margin-top:5px!important;opacity:.8!important;width:100%!important}.global_previewIconImgWrapper__HH01j{cursor:pointer!important;gap:5px!important;justify-content:end!important}.global_previewIconStyle__iJGaB{height:auto!important;object-fit:fill!important;width:23px!important}.global_previewIconFont__m07uc{color:#0a6add!important;font-size:16px!important;font-weight:600!important}.global_primaryButtonFontStyle__LwQCv{font-size:15px!important;font-weight:600!important}.global_whatsappIntegrationFontStyle__g1ymi{font-size:23px!important;font-weight:600!important}.global_whatsappIntegrationSubFontStyle__1AR3c{color:#7a7a7a!important;font-size:14px!important}.global_timeZoneMenu__UWUKN .Mui-focusVisible{background-color:#fff!important}.global_timeZoneMenu__UWUKN .MuiOutlinedInput-input{padding:8px 10px!important;width:160px!important}.global_chatbotTitleSelect__3Nn6V .MuiOutlinedInput-input{color:#000!important;font-size:14px!important;font-weight:600!important;width:100%!important}.global_chatbotTitleSelect__3Nn6V .MuiAutocomplete-input,.global_chatbotTitleSelect__3Nn6V .MuiOutlinedInput-root{padding:0!important}.global_chatbotTitleSelect__3Nn6V .MuiAutocomplete-inputRoot{max-width:320px!important;padding:0 40px 0 0!important;width:100%!important}.global_chatbotTitleSelect__3Nn6V fieldset{border:none!important}@media screen and (max-width:550px){.global_continueWithGoogleButton__xfdCr{width:100%!important}}@media screen and (min-width:0px)and (max-width:900px){.global_globalSearchBarHeight__FZBkC{box-shadow:0 0 2px 0 #5f6368!important;height:30px!important}}@media screen and (min-width:0px)and (max-width:860px){.global_mobileFooterWrapper__IGkLM{display:block}}@media screen and (min-width:320px)and (max-width:600px){.global_dashboardChildWrapper__SK-pb{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__WTGxP{margin:0 auto!important;width:100%!important}.global_generateTitleButtonWrapper__SsGwi{border-top:.5px solid #e7e7e7;display:flex;justify-content:center;padding:20px 0;width:100%}.global_generateTitleButtonWrapperBlogGeneration__AQwIa{margin-top:20px!important}.global_generateTitleButtonWrapperBlogGeneration2__ww8F3{margin-top:8px!important}.global_openArrowStyle__f06KI{height:auto;transform:translateX(58px) translateY(30px)}.global_closeArrowStyle__\+OEKy,.global_openArrowStyle__f06KI{cursor:pointer;position:fixed;top:0;transition:all .4s ease-in-out;width:24px;z-index:5}.global_closeArrowStyle__\+OEKy{height:-13px;transform:rotate(180deg);transform:translateX(239px) translateY(30px) rotate(180deg)}.global_tooltipCard__HY6fz{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__zs-L\+{height:24px;overflow:hidden;padding:2px}.global_tooltipFirstRow__XucxK{flex-wrap:nowrap!important;width:189px!important}.global_tooltipCardItem__d7Ja4{margin-top:6px!important}.global_backDropStyle__HjKLq div{color:#6a097d!important}.global_removeGlobalCss__OCh-2{display:block!important;padding:6px 10px!important}.global_featuredTempMainContainer__QD8j6{align-items:center;gap:10px}.global_featureAllTempLabelContainer__R3HPW{gap:10px!important}.global_globalHeadMainItemRightContainer__WEND8{display:flex!important;flex-wrap:nowrap!important;gap:15px;justify-content:end}.global_globalHeadLeftSubItem__-0YrB,.global_globalHeadRightSubItem__99cqR{margin:0 8px!important}.global_globalSearchbarSubItem__Scx3m{width:286px}.global_globalNewAddBtnItem__KaTtY{width:268px}.global_createChatbotIcon__v2nxl{height:18px!important;width:auto!important}.global_addDocumentBtn__NUk2i{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__sF-xE{align-items:start!important}.global_createChatbotContainer__SxdAZ{align-items:center!important}.global_sampleChatbotBtn__9lB4Q{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__HtJty{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__ww5Bs{word-wrap:normal!important}.global_approvedButtonStyle__sZjoY{background-color:#00ff001a!important;border:1px solid green!important;border-radius:5px!important;padding:3px 10px!important}.global_pendingButtonStyle__GCBKy{background-color:#ffa50033!important;border:1px solid #ffa50080!important;border-radius:5px!important;padding:3px 10px!important}.global_rejectedButtonStyle__T\+eNK{background-color:#ff00001a!important;border:1px solid #ff0000b3!important;border-radius:5px!important;padding:3px 10px!important}.global_settingsPageMainItem__WcdG-{padding:30px 40px!important}@media screen and (max-width:425px)and (min-Width:320px){.global_settingsPageMainItem__WcdG-{padding:30px 20px!important}}@media screen and (min-width:1536px){.global_globalHeadLeftSubItem__-0YrB,.global_globalHeadRightSubItem__99cqR{margin:0 8px!important;max-width:286px!important}}@media screen and (min-width:1440px)and (max-width:1535px){.global_globalHeadLeftSubItem__-0YrB{margin:0 8px!important;max-width:260px!important}.global_globalHeadRightSubItem__99cqR{margin:0 8px!important;max-width:230px!important}}@media screen and (min-width:1200px)and (max-width:1440px){.global_globalHeadRightSubItem__99cqR{max-width:230px!important}}@media screen and (min-width:900px)and (max-width:1199px){.global_globalHeadMainItemRightContainer__WEND8{align-items:center;justify-content:start}.global_globalHeadLeftSubItem__-0YrB{margin:0 8px 0 0!important;max-width:260px!important}.global_globalHeadRightSubItem__99cqR{margin:0 8px!important;max-width:230px!important}}@media screen and (min-width:599px)and (max-width:899px){.global_globalHeadMainItemRightContainer__WEND8{align-items:center;justify-content:start}.global_globalHeadRightSubItem__99cqR{margin:0 5px!important;max-width:50px!important}.global_globalHeadLeftSubItem__-0YrB{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__-0YrB{margin:0 5px 0 0!important;max-width:200px!important}.global_globalHeadRightSubItem__99cqR{margin:0 5px!important;max-width:50px!important}}@media screen and (min-width:320px)and (max-width:599px){.global_globalHeadMainItemRightContainer__WEND8{align-items:center;justify-content:start}.global_globalHeadRightSubItem__99cqR{margin:0 5px!important}.global_globalHeadLeftSubItem__-0YrB{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__-0YrB{max-width:200px!important}}.global_channelIconStyle__kFT9f{padding-right:0!important}@media screen and (max-width:599px)and (min-width:0px){.global_closeArrowStyle__\+OEKy,.global_openArrowStyle__f06KI{display:none!important}}@media screen and (min-width:1535px){.global_iconCell__2w-zV{width:50%}.global_iconCellLastModifield__2kkA4{width:20%}}@media screen and (min-width:1440px)and (max-width:1536px){.global_iconCell__2w-zV{width:45%!important}.global_iconCellLastModifield__2kkA4{width:20%!important}}@media screen and (min-width:1200px)and (max-width:1440px){.global_iconCell__2w-zV{width:44%!important}.global_iconCellLastModifield__2kkA4{width:20%!important}}@media screen and (min-width:900px)and (max-width:1200px){.global_iconCell__2w-zV{width:70%!important}.global_iconCellLastModifield__2kkA4{width:26%!important}}@media screen and (min-width:600px)and (max-width:900px){.global_iconCellLastModifield__2kkA4{width:40%}}@media screen and (min-width:320px)and (max-width:599px){.global_featuredTempMainContainer__QD8j6{gap:10px}}.global_blogGenerationFormStyles__EGIwv{max-height:700px;overflow-y:scroll}.global_textVariantAutocompleteStyle__ZQpYB{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__ZQpYB .MuiAutocomplete-popupIndicator{display:none}.global_textVariantAutocompleteStyle__ZQpYB .MuiChip-deleteIcon{color:#010101!important;font-size:15px!important}.global_textVariantAutocompleteStyle__ZQpYB .MuiFormControl-root{background:#fff;border:none!important;border-radius:4px;min-height:40px}.global_textVariantAutocompleteStyle__ZQpYB .MuiAutocomplete-tag{margin:6px!important}.global_textVariantAutocompleteStyle__ZQpYB .MuiAutocomplete-inputRoot{padding:0!important}.global_textVariantAutocompleteStyle__ZQpYB input{border:none!important;color:rgba(0,0,0,.871)!important}.global_textVariantAutocompleteStyle__ZQpYB .MuiOutlinedInput-notchedOutline{border:none!important}.global_textVariantAutocompleteStyle__ZQpYB .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__ZQpYB .MuiOutlinedInput-root{background:#fff;min-height:40px!important}.global_textVariantAutocompleteStyle__ZQpYB .MuiChip-root{background-color:#fff!important;border-radius:6px!important;font-size:14px!important;font-weight:400}.global_textVariantAutocompleteStyle__ZQpYB .global_MuiListSubheader-sticky__Seimc{padding-left:12px!important}.global_autocompleteParaphrasing__HgqyZ{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__HgqyZ .MuiChip-deleteIcon{color:#010101!important;font-size:15px!important}.global_autocompleteParaphrasing__HgqyZ .MuiFormControl-root{background:#fff;border:none!important;border-radius:4px;min-height:40px}.global_autocompleteParaphrasing__HgqyZ .MuiAutocomplete-tag{margin:6px!important}.global_autocompleteParaphrasing__HgqyZ .MuiAutocomplete-inputRoot{padding:0!important}.global_autocompleteParaphrasing__HgqyZ input{border:none!important;color:rgba(0,0,0,.871)!important}.global_autocompleteParaphrasing__HgqyZ .MuiOutlinedInput-notchedOutline{border:none!important}.global_autocompleteParaphrasing__HgqyZ .MuiInputBase-input{font-family:inherit!important;font-size:14px!important;font-weight:400;min-height:40px!important;padding:0 10px!important}.global_autocompleteParaphrasing__HgqyZ .MuiOutlinedInput-root{background:#fff;min-height:40px!important}.global_autocompleteParaphrasing__HgqyZ .MuiChip-root{background-color:#fff!important;border:1px solid #e1cee5!important;border-radius:6px!important;font-size:14px!important;font-weight:400}.global_autocompleteParaphrasing__HgqyZ .global_MuiListSubheader-sticky__Seimc{padding-left:12px!important}.global_disabledClass__xg5pm{cursor:wait;opacity:.5}.global_selectComponent__qYW-a fieldset{border-color:initial!important;border-width:0!important}.global_selectComponent__qYW-a .MuiSelect-select{padding-left:0!important}.global_subheaderGlobalStyle__\+cpcg{color:#565656;font-size:13px;font-weight:600}.global_checkboxStyle__FoebD{padding:0!important}.global_checkboxStyle__FoebD [type=checkbox]:checked,.global_checkboxStyle__FoebD [type=checkbox]:not(:checked){left:0!important}.global_fabStyle__wLkNY{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__wLkNY:hover{background:#6a097d}.global_fabtextStyle__TrjPS{color:#fff;font-size:15px!important;font-weight:500!important;padding-right:16px!important}@media screen and (max-width:450px){.global_fabStyle__wLkNY{display:none!important}}.global_validationText__pkrta{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__8cBz4{font-size:16px!important;font-weight:600!important}.global_globalHeaderFontSize__1WYuB{font-size:16px!important}.global_cardHeaderFontSize__OKJYA,.global_globalLibraryFontSize__MkDd0{font-size:15px!important}.global_cardDescriptionFontSize__mLsPY{font-size:13px!important}.global_globalDecsText__c5lvs{font-size:12px!important}.global_globalNewAddBtnItem__KaTtY{width:228px!important}.global_addDocumentBtn__NUk2i,.global_sampleChatbotBtn__9lB4Q{font-size:14px!important;padding:6px 10px!important}.global_cmpGlobalMobileAddIcon__OABqD{padding:4.5px 7px!important}.global_createChatbotIcon__v2nxl{height:15px!important}.global_cardDeleteIcon__fo0rh{height:14px!important;width:14px!important}.global_formLabelFontSize__FnnEs{font-size:14px!important}.global_formLabelFontWeight__mdmDx{font-weight:600!important}.global_previewIconStyle__iJGaB{width:20px!important}.global_previewIconFont__m07uc{font-size:15px!important}.global_primaryButtonFontStyle__LwQCv{font-size:13px!important}.global_whatsappIntegrationFontStyle__g1ymi{font-size:18px!important}.global_whatsappIntegrationSubFontStyle__1AR3c{font-size:13px!important}}@media screen and (min-width:601px)and (max-width:900px){.global_globalHeaderFontStyle__8cBz4{font-size:16px!important;font-weight:600!important}.global_globalHeaderFontSize__1WYuB{font-size:16px!important}.global_globalLibraryFontSize__MkDd0{font-size:15px!important}.global_globalDecsText__c5lvs{font-size:12px!important}.global_cardHeaderFontSize__OKJYA{font-size:15px!important}.global_cardDescriptionFontSize__mLsPY{font-size:13px!important}.global_cardDeleteIcon__fo0rh{height:14px!important;width:14px!important}.global_addDocumentBtn__NUk2i,.global_sampleChatbotBtn__9lB4Q{font-size:14px!important;padding:6px 10px!important}.global_cmpGlobalMobileAddIcon__OABqD{padding:4.5px 7px!important}.global_formLabelFontSize__FnnEs{font-size:14px!important}.global_formLabelFontWeight__mdmDx{font-weight:600!important}.global_previewIconStyle__iJGaB{width:20px!important}.global_previewIconFont__m07uc{font-size:15px!important}.global_primaryButtonFontStyle__LwQCv{font-size:13px!important}.global_whatsappIntegrationFontStyle__g1ymi{font-size:18px!important}.global_whatsappIntegrationSubFontStyle__1AR3c{font-size:13px!important}}@media screen and (min-width:0px)and (max-width:600px){.global_globalHeaderFontStyle__8cBz4{font-size:15px!important;font-weight:600!important}.global_cardHeaderFontSize__OKJYA{font-size:15px!important}.global_cardDescriptionFontSize__mLsPY{font-size:13px!important}.global_cardDeleteIcon__fo0rh{height:14px!important;width:14px!important}.global_globalLibraryFontSize__MkDd0{font-size:15px!important}.global_cmpGlobalMobileAddIcon__OABqD{padding:5px 8px!important}.global_addDocumentBtn__NUk2i,.global_sampleChatbotBtn__9lB4Q{font-size:14px!important;padding:6px 10px!important}.global_formLabelFontSize__FnnEs{font-size:14px!important}.global_formLabelFontWeight__mdmDx{font-weight:600!important}.global_dividerStyles__AKj5j{margin-top:0!important}.global_previewIconStyle__iJGaB{width:20px!important}.global_previewIconFont__m07uc{font-size:15px!important}.global_primaryButtonFontStyle__LwQCv{font-size:13px!important}.global_whatsappIntegrationFontStyle__g1ymi{font-size:18px!important;font-weight:600!important}.global_whatsappIntegrationSubFontStyle__1AR3c{font-size:13px!important}.global_headerGlobalPaddingStyle__rWTee{padding:15px 0!important}}@media screen and (max-height:700px){.global_authLabel__lUmqa{font-size:24px;margin-bottom:30px!important}}@media screen and (max-width:1600px){.global_headerRow__0V6Pz th{font-size:14px;padding:12px 14px!important}.global_tableRowStyle__lxGbY{font-size:14px;white-space:nowrap!important}.global_globalTextfieldStyle__9tLqf .MuiInputBase-input{font-size:14px!important;padding:11px!important}.global_autocompleteParaphrasing__HgqyZ .MuiInputBase-input{min-height:32px!important}}.global_iconStyle__PVDET{height:24px!important;width:auto!important}.global_columnSpaceBetween__oJ1QF{flex-direction:column!important;justify-content:space-between!important}.global_consultationWrapper__qyNyD{bottom:17px!important;position:fixed!important;right:25px!important;z-index:100!important}.global_requestCallbackMainGrid__udzPF{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__ZaQoe{color:#000!important;font-size:15px!important;font-weight:500!important}.global_helpOptionGridItem__b8kOg{border-radius:5px!important;cursor:pointer!important}.global_helpOptionTitleText__zbT5Z,.global_queryTextArea__gOYff,.global_requestCallbackQuestionTitle__wp1OO{font-size:14px!important;font-weight:400!important}.global_queryTextArea__gOYff{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__gOYff::placeholder{font-weight:13px!important}@media screen and (max-width:1600px){.global_queryTextArea__gOYff{font-size:14px!important}}.global_zeroPadding__lsYmI{padding:0!important}.global_spaceAlignmentCenter__-alAN{justify-content:space-between!important}.global_startAlignmentStyle__i2\+vx{align-items:start!important;justify-content:start!important}.global_cbMainSectionItem__oxEue{flex-direction:column!important;flex-wrap:nowrap!important;overflow:auto!important;padding:10px!important}.global_isBotWrapper__lYg3o{margin:5px 0!important;text-align:start!important;width:100%!important}.global_isBotContainer__FLj6U{align-items:center!important;flex-wrap:nowrap!important;justify-content:start!important}.global_isBotContainerEnd__8pO3r{align-items:center!important;flex-wrap:nowrap!important;justify-content:end!important}.global_isBotItemEndStyle__FmOwY{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__Qaayi{flex-direction:column!important}.global_flexRow__gVCBu{flex-direction:row!important}.global_maxWidthPreview__XOg3\+{max-width:calc(100% - 75px)!important}.global_wrapperGlobalPageHeader__EeYyv{align-items:center;justify-content:space-between!important}.global_autoCompleteWrapper__tDq\+E{align-content:center!important;gap:15px!important;height:100%!important}.global_contentEnd__A74XC{justify-content:end!important}.global_justifyCenter__0i7oM{justify-content:center!important}.global_justifyContentSpaceBetween__0Cv1d{justify-content:space-between!important}.global_alignItemCenter__V5EJV{align-items:center!important}.global_textItemsEnd__eCfsT{text-align:end!important}.global_savebuttonStyle__RyqeS{margin-left:15px!important;width:100px!important}.global_wpIntegrationWrapper__s1RLC{background-color:#fbf4ff!important;border-radius:5px!important;padding:30px!important;width:100%!important}.global_textWpInt__SWBxj{color:#353535;font-size:15px;font-weight:600}.global_padTop__O-O1f{padding-top:20px!important}.global_gapLength__5nzgT{gap:20px!important}.global_gapLess__FHpUf{gap:15px!important}.global_gapOne__EFXlK{gap:8px!important}.global_gapTwo__mZPwW{gap:16px!important}.global_arrowBackForwardSize__eDHc2{font-size:20px!important}.global_marginAuto__7MxkE{margin:auto!important}.global_maxWidthFull__PyKKT{max-width:100%!important}.global_minWidthZero__jjYaX{min-width:0!important}.global_congratulationsWrapper__OoXe1{flex-direction:column!important;gap:7px!important;padding:30px 45px!important}.global_relativePosition__OZsdR{position:relative}.global_absolutePosition__VaIp-{position:absolute}.global_globalTableRow__avdNM:hover .global_hoveredIcon__sQtKg{opacity:1}.global_hoveredIcon__sQtKg{opacity:0}.global_globalBreadCrumbs__xvU0\+ .MuiBreadcrumbs-separator{margin-left:3px!important;margin-right:3px!important}.global_globalBreadCrumbs__xvU0\+ .MuiBreadcrumbs-ol{flex-wrap:nowrap!important;overflow:auto!important;text-overflow:ellipsis!important;white-space:nowrap!important}.global_globalBreadCrumbs__xvU0\+ .MuiBreadcrumbs-ol::-webkit-scrollbar{height:1px!important;width:1px!important}.global_globalBreadCrumbs__xvU0\+ .MuiBreadcrumbs-ol::-webkit-scrollbar-thumb{background-color:#fff!important}.global_radioButton__5F7Tg{color:#6a097d!important}.global_radioLabelStyle__ofrJw span{font-size:15px!important;font-weight:500}.global_whatsappChatBg__fXaz5{background-color:#efeae2;background-image:url(/static/media/WhatsAppDefaultBg.39f53e74f66d348d9f7c.png)}.global_wordBreakBreakAll__lQreT{word-break:break-all!important}.global_wordBreakBreakWord__fVPEc{word-break:break-word!important}.global_otpReportIssuePopupTitle__8decu{color:#edb500!important;font-size:20px!important;font-weight:500!important}.global_clickOtpReportIssueGrid__oLuqo{background:#f5f6f8!important;border-radius:5px!important;box-shadow:0 0 2px 0 rgba(0,0,0,.251)!important;padding:16px!important}.global_clickOtpReportIssueText__TERLc{color:#000!important;font-size:15px!important;font-weight:400!important}.global_notGettingLoginCodeText__sb6oe{color:#4c4a4d!important;font-size:15px!important;font-size:600!important}.global_reminingTimeForResendCodeText__WymDY{color:#1e88e5!important;font-size:14px!important;margin-right:20px!important}.global_verificationCodeGrid__ZlQ02{color:#4c4a4d!important;display:flex!important;flex-direction:column!important;font-size:15px!important;font-weight:600!important;margin:25px 0!important}.global_codeSendtToText__oehD\+{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important;margin-top:3px!important}.global_whiteSpaceNoWrap__YuzQP{white-space:nowrap!important}.global_whiteSpaceWrap__MlYhB{white-space:wrap!important}.global_textOverflowEllipsis__8r7s5{text-overflow:ellipsis!important}.global_tertiaryBgColor__diVDI{background-color:#fbf4ff!important}@media screen and (max-width:1200px){.global_headerTextContainerStyle__90hA6{padding:0 20px!important}}.global_globalPageHeaderTextActionBlockContainer__QN\+xU{justify-content:start!important}@media screen and (min-width:900px){.global_globalPageHeaderTextActionBlockContainer__QN\+xU{justify-content:end!important}}.global_globalHeaderTimeZoneGrid__nDMWP{min-width:270px!important}.global_defaultVariantMenuItem__xCnAR{color:#000!important}.global_primaryVariantMenuItem__Tx-1v{color:#6a097d!important}.global_greyVariantMenuItem__NzpJC{color:#4c4a4d!important}.chatsMobileResponsive_templateWrapper__f05ep{overflow:auto}.chatsMobileResponsive_lowerBlock__maHu8{overflow:hidden!important}.chatsMobileResponsive_maskBox__C3Rl3{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__\+7nDb{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__C3Rl3 .MuiButton-root{color:#000;font-size:13px;font-weight:600;text-transform:capitalize;transition:all .2s ease .1s;width:50%}.chatsMobileResponsive_maskBox__C3Rl3 .selected-monthly-button,.chatsMobileResponsive_maskBox__C3Rl3 .selected-yearly-button{background:#fff;color:#000;font-size:13px;font-weight:600;height:34px;text-transform:capitalize;width:50%}.chatsMobileResponsive_maskBox__C3Rl3 .not-active-button{color:#606060}.chatsMobileResponsive_refreshIconStyle__FewxY{background-color:#fbf4ff!important;border-radius:5px!important;cursor:pointer!important;padding:12px!important}.chatsMobileResponsive_dividerStyle__9Wnp3{opacity:1!important}.chatsMobileResponsive_allChatbotSTyle__mGHLT{color:#6a097d;font-size:14px;font-weight:600}.chatsMobileResponsive_chatbotName__TFMcj{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__6bOxK{color:#000;font-size:12px;font-weight:500}.chatsMobileResponsive_userLastMessage__q9qPf{color:#707070;font-size:12px;font-weight:400;max-height:15px!important;max-width:100%!important}.chatsMobileResponsive_userLastMessageTime__mv5Fb{text-wrap:auto;color:#707070;font-size:11px;font-weight:400}.chatsMobileResponsive_chatbotNameHeading__NkdSx{font-size:15px;font-weight:500;padding-right:12px;text-overflow:ellipsis!important;white-space:noWrap!important}.chatsMobileResponsive_userNameHeading__ZXcVK{border-left:1px solid #bebebe;color:#000;font-size:15px;font-weight:500;padding-left:12px}.chatsMobileResponsive_userLastMessageHeading__Y3GTm{font-size:15px;font-weight:600;text-align:center}.chatsMobileResponsive_selectedChat__mpVVK{background-color:#f4f4f4;border-radius:5px;cursor:pointer;padding:10px}.chatsMobileResponsive_notSelectedChat__V\+vl4{border-bottom:1px solid #f4f4f4;cursor:pointer;padding:10px}.chatsMobileResponsive_notSelectedChat__V\+vl4:hover{background-color:#f4f4f4;border-radius:5px}.chatsMobileResponsive_filterTextField__o6xcz .MuiOutlinedInput-input{padding:9px 8px!important}.chatsMobileResponsive_filterTextField__o6xcz .MuiOutlinedInput-root{padding-right:8px!important}.chatsMobileResponsive_activeAvatar__VH1lc{background-color:#b3b3b3!important;border-radius:3px!important;font-size:10px!important;font-weight:600!important}.chatsMobileResponsive_activeSelectedAvatar__h-ygt{background-color:#6a097d!important;border-radius:3px!important;font-size:10px!important;font-weight:600!important}.chatsMobileResponsive_chatBotsLists__8j5zs{overflow:scroll!important;padding-right:0!important}.chatsMobileResponsive_chatBotsLists__8j5zs::-webkit-scrollbar{width:5px}.chatsMobileResponsive_allchatBotsList__AEgqD{overflow:scroll!important}.chatsMobileResponsive_allchatBotsList__AEgqD::-webkit-scrollbar{width:5px}.chatsMobileResponsive_activeChatbotsList__GVsWj{overflow:scroll!important}.chatsMobileResponsive_activeChatbotsList__GVsWj::-webkit-scrollbar{width:5px}.chatsMobileResponsive_allActiveChatbotList__4jXN\+{overflow:scroll!important}.chatsMobileResponsive_allActiveChatbotList__4jXN\+::-webkit-scrollbar{width:5px}.chatsMobileResponsive_chatsEmptyLists__5Ovsj{height:calc(100vh - 300px)!important;overflow:scroll!important;padding-right:0!important}.chatsMobileResponsive_chatsEmptyLists__5Ovsj::-webkit-scrollbar{width:5px}.chatsMobileResponsive_closedCount__zCbV7{color:#fff;padding:4px;vertical-align:middle}.chatsMobileResponsive_userLastMessageEntries__v7fMA{text-align:left}.chatsMobileResponsive_messageEntryTitle__WeRDr{font-size:13px;font-weight:500;opacity:.5}.chatsMobileResponsive_messageEntryValue__e\+B5S{font-size:14px;font-weight:600;word-break:break-word!important}.chatsMobileResponsive_chatbotSearch__W25Wd .MuiOutlinedInput-input{padding:9.5px 8px!important}.chatsMobileResponsive_chatsViewComponent__henfv{max-width:100%!important}.chatsMobileResponsive_reactMarkdownStyle__3VzUA ul{list-style-type:circle!important;padding:0 15px}.chatsMobileResponsive_reactMarkdownStyle__3VzUA ol{padding:10px 15px!important}.chatsMobileResponsive_reactMarkdownStyle__3VzUA ol:last-child{padding:10px 15px 0!important}.chatsMobileResponsive_reactMarkdownStyle__3VzUA pre ol{padding:10px 15px}.chatsMobileResponsive_reactMarkdownStyle__3VzUA ol li{margin-top:10px!important}.chatsMobileResponsive_reactMarkdownStyle__3VzUA ol li:last-child{margin-block:10px!important}.chatsMobileResponsive_reactMarkdownStyle__3VzUA ul li{display:list-item;margin-bottom:5px!important;padding-top:0!important;text-align:-webkit-match-parent}.chatsMobileResponsive_reactMarkdownStyle__3VzUA ul li:last-child{margin-block:10px!important}.chatsMobileResponsive_reactMarkdownStyle__3VzUA pre{overflow:auto!important;white-space:pre-wrap!important;width:100%!important;word-break:break-all!important}.chatsMobileResponsive_reactMarkdownStyle__3VzUA pre,code{overflow:auto!important;white-space:pre-line!important;width:100%!important;word-break:break-word!important}.chatsMobileResponsive_reactMarkdownStyle__3VzUA blockquote{display:flex!important;margin:initial!important}.chatsMobileResponsive_reactMarkdownStyle__3VzUA strong{margin:10px 0!important}.chatsMobileResponsive_reactMarkdownStyle__3VzUA img{display:block!important;height:auto!important;margin-bottom:20px!important;margin-left:5px!important;object-fit:fill!important;width:100%!important}.chatsMobileResponsive_botMsgBoxStyle__cPIc2 p,.chatsMobileResponsive_botMsgBoxStyle__cPIc2 pre,.chatsMobileResponsive_parentbotMsgBoxStyle__Z-Wew p,.chatsMobileResponsive_parentbotMsgBoxStyle__Z-Wew pre,.chatsMobileResponsive_reactMarkdownStyle__3VzUA p{margin:0!important}.chatsMobileResponsive_reactionStyle__5ZBEN{border:1px solid #e7dbdb;border-radius:50%;bottom:-15px!important;padding:1px;position:absolute!important}.chatsMobileResponsive_reactionUserStyle__xHGHJ{border:1px solid #e7dbdb;border-radius:50%;bottom:-30px!important;padding:1px;position:absolute!important;right:5px!important}.chatsMobileResponsive_lastMessageMarkdownStyle__kP4eH{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.chatsMobileResponsive_lastMessageMarkdownStyle__kP4eH p{display:inline!important}.chatsMobileResponsive_chatbot_preview_arrow_item__Nd2-i{border-radius:10px!important;height:45px!important;max-height:45px!important;max-width:45px!important;width:45px!important}.chatsMobileResponsive_feedback_submit_btn__qOlt7{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__Z\+5oI{border-radius:5px!important;box-shadow:0 0 2px 0 #00000073!important;width:100%!important}.chatsMobileResponsive_text_field__Z\+5oI .MuiOutlinedInput-input{font-size:14px!important;padding:12px 10px!important}.chatsMobileResponsive_text_field__Z\+5oI .MuiInputBase-multiline{padding:0!important}.chatsMobileResponsive_text_field__Z\+5oI .MuiOutlinedInput-notchedOutline{border:none!important}.chatsMobileResponsive_chatbotNameHeadingResponsive__Ik90i{max-width:100%!important;min-width:250px!important}@media screen and (min-width:0px)and (max-width:600px){.chatsMobileResponsive_chatbotNameHeadingResponsive__Ik90i{max-width:calc(100% - 25px)!important}}.chatsMobileResponsive_containerPaddingMainSection__P06vZ{padding:0 10px 10px 15px!important}.chatsMobileResponsive_containerPaddingDefault__R3k40{padding:0 15px!important}@media screen and (min-width:600px){.chatsMobileResponsive_containerPaddingMainSection__P06vZ{padding:25px 15px 10px 18px!important}.chatsMobileResponsive_containerPaddingDefault__R3k40{padding:0 25px!important}.chatsMobileResponsive_chatMobileResponsiveHeader__YBCW3{margin-bottom:10px!important}}.chatsMobileResponsive_chatMobileResponsiveHeaderDivider__yVVrl{margin-bottom:0!important;padding-top:0!important}@media screen and (max-width:600px){.chatsMobileResponsive_chatMobileResponsiveHeaderDivider__yVVrl{padding-top:10px!important}.chatsMobileResponsive_containerPaddingDefault__R3k40,.chatsMobileResponsive_containerPaddingMainSection__P06vZ{padding:0!important}}.chatsMobileResponsive_gridContainerMaxWidth__7HJNa{max-width:100%!important}.carouselCard_chat_crl_main_item__fr8Bs{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__6GJ6k{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__OFF-H{height:150px!important;max-height:150px!important}.carouselCard_amenities_grid_style__X4QGk{height:210px!important;margin-top:6px!important;max-height:210px!important;overflow:auto!important}.carouselCard_amenities_grid_style__X4QGk::-webkit-scrollbar{width:4px!important}.carouselCard_amenities_grid_content_style__atD8D{margin-top:6px!important;max-height:240px!important;overflow:auto!important}.carouselCard_amenities_grid_content_style__atD8D::-webkit-scrollbar{width:4px!important}.carouselCard_chat_crl_icon__NLQWU{height:auto;width:18px}.carouselCard_chat_crl_media_item__w94Wu{margin:10px 0!important;max-width:100%!important}.carouselCard_chat_crl_img_captions_item__Bx4fP{min-height:65px!important}.carouselCard_chat_crl_img_caption_text__oDguN{font-size:15px!important;font-weight:600!important;text-align:left!important}.carouselCard_chat_crl_img_caption_text__oDguN,.carouselCard_chat_crl_img_caption_text_sub__dHZxO{-webkit-line-clamp:3!important;display:-webkit-box!important;overflow:hidden!important;text-overflow:ellipsis!important}.carouselCard_chat_crl_img_caption_text_sub__dHZxO{color:#707070!important;font-size:12px!important;font-weight:500!important;text-align:left}.carouselCard_slick_slide__jbw7y{width:auto!important}.carouselCard_chatbot_click_slider__\+HYF7{display:flex!important;flex-wrap:nowrap;max-width:100%}.carouselCard_chat_carousel_div__5t7zV .carouselCard_slider_container__IPe8g{margin-top:10px!important;max-width:100%!important}.carouselCard_chatbot_click_slider__\+HYF7 .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__BfMY9{right:0!important}.carouselCard_slick_prev__a9f81{left:0!important}.carouselCard_chatbot_click_slider__\+HYF7 .slick-next:before,.carouselCard_chatbot_click_slider__\+HYF7 .slick-prev:before{color:#000!important}.carouselCard_chatbot_click_slider_template__jP7nq{display:flex!important;flex-wrap:nowrap;max-width:100%}.carouselCard_chatbot_click_slider_template__jP7nq .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__jP7nq .slick-next:before,.carouselCard_chatbot_click_slider_template__jP7nq .slick-prev:before{color:#000!important}.carouselCard_chatbot_click_slider_template__jP7nq .slick-slide{margin:5px 0 5px 5px!important;padding-inline:5px!important}.carouselCard_insurance_Card_bullet_points__AeIQT{margin:0!important;padding-left:17px!important;padding-top:3px!important}.carouselCard_insurance_Card_bullet_points_update__yE8Cv{font-size:14px!important;list-style-position:inside!important;margin:0!important;padding-left:10px!important;padding-top:0!important}.carouselCard_previewSectionCardBlock__0\+8WW{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__66bJp{margin-left:5px!important;text-decoration:line-through!important}.carouselCard_lineThroughTextBefore__b43x4{margin-right:5px!important;text-decoration:line-through!important}@media screen and (max-width:400px){.carouselCard_previewSectionCardBlock__0\+8WW{max-width:250px!important;min-width:225px!important}}@media screen and (min-width:600px)and (max-width:700px){.carouselCard_previewSectionCardBlock__0\+8WW{max-width:250px!important;min-width:225px!important}}@media screen and (min-width:1220px)and (max-width:1350px){.carouselCard_previewSectionCardBlock__0\+8WW{max-width:250px!important;min-width:225px!important}}@media screen and (min-width:320px)and (max-width:415px){.carouselCard_chat_crl_main_item__fr8Bs{max-width:200px!important;min-width:200px!important}.carouselCard_chat_product_main_item__6GJ6k{max-width:250px!important;min-width:250px!important}}@media screen and (min-width:600px)and (max-width:650px){.carouselCard_chat_crl_main_item__fr8Bs{max-width:200px!important;min-width:200px!important}.carouselCard_chat_product_main_item__6GJ6k{max-width:250px!important;min-width:250px!important}}@media screen and (min-width:1000px)and (max-width:1030px){.carouselCard_chat_crl_main_item__fr8Bs{max-width:200px!important;min-width:200px!important}.carouselCard_chat_product_main_item__6GJ6k{max-width:265px!important;min-width:265px!important}}@media screen and (min-width:1220px)and (max-width:1250px){.carouselCard_chat_crl_main_item__fr8Bs{max-width:200px!important;min-width:200px!important}.carouselCard_chat_product_main_item__6GJ6k{max-width:250px!important;min-width:250px!important}}@media screen and (max-width:400px){.carouselCard_chat_crl_img_caption_text_sub__dHZxO{font-size:11px!important}}@media screen and (min-width:600px)and (max-width:640px){.carouselCard_chat_crl_img_caption_text_sub__dHZxO{font-size:11px!important}}.messageFormatForms_formFieldLabels__c-\+Q8{font-size:15px!important;font-weight:500!important}.messageFormatForms_formFieldsTextField__v6QfL{border-radius:5px!important;box-shadow:0 0 3px #00000040!important;width:100%!important}.messageFormatForms_formFieldsTextField__v6QfL fieldset{border:none!important;outline:none!important}.messageFormatForms_formFieldsTextField__v6QfL .MuiOutlinedInput-input{font-size:14px!important;padding:12.5px 14px!important}.messageFormatForms_previewHeadingTitle__Eh1Qd{color:#1f384c!important;font-size:18px!important;font-weight:600!important}.messageFormatForms_chat_crl_main_item__J\+2U0{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__kYZfu{border-radius:5px!important;margin:5px 5px 0!important}.messageFormatForms_chat_crl_img_caption_text__yRrlp{font-size:15px!important;font-weight:600!important;text-align:left!important}.messageFormatForms_chat_crl_img_caption_text__yRrlp,.messageFormatForms_chat_crl_img_caption_text_sub__YjBjT{-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__YjBjT{color:#707070!important;font-size:12px!important;font-weight:500!important;margin-top:5px!important;text-align:left}.messageFormatForms_formatTypeFontStyle__DOOnr{color:#333!important;font-size:15px!important;font-weight:500!important;vertical-align:middle!important}.messageFormatForms_formatFontStyle__VEbr2{color:#000!important;font-size:15px!important;font-weight:600!important;vertical-align:middle!important}.messageFormatForms_subClassName__NBdDm{font-size:15px!important;font-weight:400!important}.messageFormatForms_tableCTAStyles__ZGG5Z{border-radius:5px!important;box-shadow:0 0 3px #00000040!important;margin-top:8px!important;max-width:-webkit-fill-available!important}.messageFormatForms_tableHeadCellStyle__kISKv{color:#717171!important;font-size:15px!important;font-weight:500!important;padding-block:12px!important;padding-inline:8px!important}.messageFormatForms_tableCellStyles__Gr6Pp{border-bottom:none!important;color:#000!important;font-size:15px!important;font-weight:400!important;padding:8px!important}.messageFormatForms_chat_crl_media_item__HHBZO{margin:10px 0!important;max-width:100%!important}.messageFormatForms_autoComplete__fgrBN .MuiAutocomplete-input{font-size:15px!important}.messageFormatForms_autoComplete__fgrBN{box-shadow:0 0 3px #00000040;box-sizing:border-box!important}.messageFormatForms_accordionImagePreview__2TC2M{background-color:#0000!important;box-shadow:none!important}.messageFormatForms_file_inputs_avatar__jfKGY{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__jfKGY input{border:0;cursor:pointer;opacity:0;padding:0;position:relative;text-align:right;z-index:2}.messageFormatForms_file_inputs_avatar__jfKGY 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__jfKGY 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__J\+2U0{max-width:250px!important;min-width:250px!important}}@media screen and (min-width:600px)and (max-width:640px){.messageFormatForms_chat_crl_main_item__J\+2U0{max-width:250px!important;min-width:250px!important}}@media screen and (min-width:600px)and (max-width:610px){.messageFormatForms_chat_crl_main_item__J\+2U0{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__WDO8Z{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__nVLlN{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__99xTF{margin:15px 0!important}.dynamicCarousel_lower_section_carousel_style__EKzMT{-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__EKzMT::-webkit-scrollbar{width:4px!important}.dynamicCarousel_lower_section_carousel_style__EKzMT::-webkit-scrollbar:vertical{width:5px}.dynamicCarousel_lower_section_carousel_style__EKzMT::-webkit-scrollbar-thumb{background-color:#00000080;border-radius:10px}.dynamicCarousel_global_textfield_common_style__tiPwQ{-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__CNoXj{font-size:14px!important;font-weight:600!important}.dynamicCarousel_ternary_textfield_style__Taduy{word-wrap:break-word!important;font-size:12px!important;font-weight:500!important}.dynamicCarousel_ternary_textfield_light_style__a-TUy{color:#7a7a7a!important}.dynamicCarousel_ternary_dark_textfield_style__nENLV{color:#000!important;font-size:12px!important;font-weight:600!important}.dynamicCarousel_dynamic_list_style__slgKj{-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__ZjmnZ{-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__ceFyo{position:relative!important}.dynamicCarousel_open_image_icon_style__lPeMo{bottom:12px!important;right:5px!important;z-index:1!important}.dynamicCarousel_open_image_icon_style__lPeMo,.dynamicCarousel_open_video_icon_style__KJ2q1{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__KJ2q1{left:5px!important;top:12px!important;z-index:5!important}.dynamicCarousel_new_image_carousel_image_style__YzQrH{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__SR89L .slick-slide{position:relative!important;width:none!important}.dynamicCarousel_chatbot_click_slider_image_carousel__SR89L .slick-track{display:flex!important;padding:0!important;position:relative!important}.dynamicCarousel_chatbot_click_slider_image_carousel__SR89L .slick-next{background-color:#0000!important;height:18px!important;right:15px!important}.dynamicCarousel_chatbot_click_slider_image_carousel__SR89L .slick-next:before,.dynamicCarousel_chatbot_click_slider_image_carousel__SR89L .slick-prev:before{background-color:#000!important;border-radius:50%!important;font-size:18px!important}.dynamicCarousel_chatbot_click_slider_image_carousel__SR89L .slick-prev{background-color:#0000!important;height:17px!important;left:15px!important;z-index:5!important}@keyframes dynamicCarousel_blink__vrZt\+{0%,50%,to{opacity:1}25%,75%{opacity:.4}}.dynamicCarousel_blinking_arrow__PsHu-{animation:dynamicCarousel_blink__vrZt\+ 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__YzQrH{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__YzQrH{max-width:600px!important;width:100vw!important}}.insuranceCard_ic_card_main_item__5FqbR{margin-bottom:5px!important;margin-left:6px!important;margin-top:5px!important;max-width:350px!important;width:auto!important}.insuranceCard_ic_card_sub_item__6K88m{margin-right:10px!important;padding:15px}.insuranceCard_ic_card_sub_item__6K88m,.insuranceCard_ic_card_sub_new_item__ueCbc{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__ueCbc{padding:15px 0 10px}.insuranceCard_ic_main_logo__P4jUX{height:40px;object-fit:fill;vertical-align:middle;width:40px}.insuranceCard_ic_head_label__oRWlI{font-size:16px!important;font-weight:600!important}.insuranceCard_ic_plan_label__tgtFo{font-size:14px!important;font-weight:500!important}.insuranceCard_ic_plan_price_label__ul0TC{font-size:28px!important;font-weight:500!important}.insuranceCard_ic_component_fields__Pa7uP{margin-bottom:15px!important}.insuranceCard_ic_logo_item__bLDmm{max-width:41px!important;width:41px!important}.insuranceCard_ic_details_label_item__7i6TX{max-width:calc(100% - 60px)!important;width:calc(100% - 60px)!important}.insuranceCard_ic_logo_img__zaSpL{border-radius:50%;height:100%;vertical-align:middle;width:100%}.insuranceCard_ic_card_details_main_item__8q2-q{margin-top:5px!important;padding:15px 0 0!important}.insuranceCard_ic_card_details_main_new_item__cxsIM{padding:10px 0 0!important}.insuranceCard_ic_details_btn__Cbh2L{border-radius:5px!important;font-size:14px!important;font-weight:500!important;text-transform:none!important}.insuranceCard_ic_view_more_item__UBr9c{margin-top:10px!important;text-align:end}.insuranceCard_chat-slider-prev-arrow__zLUcu :before{color:#000}.insuranceCard_slick-arrow__OE3Qh .slick-next{right:40px!important}.insuranceCard_slick-prev__WzoFk{left:-35px!important}.insuranceCard_slick-next__NS6i-{right:40px!important}.insuranceCard_slick-next__NS6i-:before,.insuranceCard_slick-prev__WzoFk:before{margin-top:2px!important}.insuranceCard_slick-track__dUEkI{padding:5px}.insuranceCard_chatbot_click_slider__EE6rW .slick-track{max-width:-webkit-max-content!important;max-width:max-content!important;min-width:-webkit-fill-available!important}.insuranceCard_chatbot_click_slider__EE6rW .slick-next:before,.insuranceCard_chatbot_click_slider__EE6rW .slick-prev:before{color:#000!important}@media screen and (min-width:320px)and (max-width:450px){.insuranceCard_ic_card_main_item__5FqbR{max-width:240px!important}.insuranceCard_ic_card_sub_item__6K88m{padding:10px 15px!important}.insuranceCard_ic_main_logo__P4jUX{width:30px!important}.insuranceCard_ic_head_label__oRWlI{font-size:14px!important}.insuranceCard_ic_plan_label__tgtFo{font-size:13px!important}.insuranceCard_ic_plan_price_label__ul0TC{font-size:22px!important}.insuranceCard_ic_component_fields__Pa7uP{margin-bottom:10px!important}.insuranceCard_ic_logo_item__bLDmm{max-width:35px!important;width:35px!important}.insuranceCard_ic_details_btn__Cbh2L{font-size:12px!important}}@media screen and (min-width:601px)and (max-width:700px){.insuranceCard_ic_card_main_item__5FqbR{max-width:240px!important}.insuranceCard_ic_card_sub_item__6K88m{padding:10px 15px!important}.insuranceCard_ic_main_logo__P4jUX{width:30px!important}.insuranceCard_ic_head_label__oRWlI{font-size:14px!important}.insuranceCard_ic_plan_label__tgtFo{font-size:13px!important}.insuranceCard_ic_plan_price_label__ul0TC{font-size:22px!important}.insuranceCard_ic_component_fields__Pa7uP{margin-bottom:10px!important}.insuranceCard_ic_logo_item__bLDmm{max-width:35px!important;width:35px!important}.insuranceCard_ic_details_btn__Cbh2L{font-size:12px!important}}@media screen and (min-width:701px)and (max-width:1200px){.insuranceCard_ic_card_main_item__5FqbR{max-width:320px!important}}@media screen and (min-width:1000px)and (max-width:1080px){.insuranceCard_ic_card_main_item__5FqbR{max-width:240px!important}.insuranceCard_ic_card_sub_item__6K88m{padding:10px 15px!important}.insuranceCard_ic_main_logo__P4jUX{width:30px!important}.insuranceCard_ic_head_label__oRWlI{font-size:14px!important}.insuranceCard_ic_plan_label__tgtFo{font-size:13px!important}.insuranceCard_ic_plan_price_label__ul0TC{font-size:22px!important}.insuranceCard_ic_component_fields__Pa7uP{margin-bottom:10px!important}.insuranceCard_ic_logo_item__bLDmm{max-width:35px!important;width:35px!important}.insuranceCard_ic_details_btn__Cbh2L{font-size:12px!important}}@media screen and (min-width:1220px)and (max-width:1250px){.insuranceCard_ic_card_main_item__5FqbR{max-width:240px!important}.insuranceCard_ic_card_sub_item__6K88m{padding:10px 15px!important}.insuranceCard_ic_main_logo__P4jUX{width:30px!important}.insuranceCard_ic_head_label__oRWlI{font-size:14px!important}.insuranceCard_ic_plan_label__tgtFo{font-size:13px!important}.insuranceCard_ic_plan_price_label__ul0TC{font-size:22px!important}.insuranceCard_ic_component_fields__Pa7uP{margin-bottom:10px!important}.insuranceCard_ic_logo_item__bLDmm{max-width:35px!important;width:35px!important}.insuranceCard_ic_details_btn__Cbh2L{font-size:12px!important}}.chatLogsTemplatePreview_previewSectionCardBlock__9vWaz{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__-8WLC{margin:10px 5px!important}.chatLogsTemplatePreview_templatePreviewHeaderImageForCarouseltemplate__vkpy9{border-radius:8px!important;height:200px!important;max-height:100%!important;object-fit:contain!important;width:100%!important}.chatLogsTemplatePreview_hiddenOverflowStyleCarouselTemplte__svc-h{height:200px!important}.chatLogsTemplatePreview_workflowPreviewSectionCardBlock__BIeYi{max-height:45vh!important;overflow-y:auto!important}.chatLogsTemplatePreview_templatePreviewHeaderImage__WezVe{border-radius:5px 5px 0 0!important;max-height:200px!important;width:100%}.chatLogsTemplatePreview_templatePrviewHeaderItem__uGIt0{padding:14px 10px 5px!important}.chatLogsTemplatePreview_documentPreviewContainer__2GPRe{background-color:#ecefe1!important;height:200px!important;padding:10px!important;position:relative!important;width:100%!important}.chatLogsTemplatePreview_documentPreviewFileName__TNa85{font-size:13px!important;font-weight:500!important;text-align:center!important}.chatLogsTemplatePreview_openDocumentIcon__Ha17p{cursor:pointer!important;height:20px!important;position:absolute!important;right:2px!important;top:2px!important;width:20px!important}.chatLogsTemplatePreview_templatePrviewBodyItem__0rkZq{max-height:200px!important;overflow-y:auto!important;padding:5px 10px 14px!important}.chatLogsTemplatePreview_templatePrviewBodyItemWithMediaHeader__oTqQd{max-height:400px!important;overflow-y:auto!important;padding:5px 10px 14px!important}.chatLogsTemplatePreview_templatePrviewFooterItem__TEJHZ{padding:5px 10px 14px!important}.chatLogsTemplatePreview_preTextStyle__ksO5A{font-size:14px!important;font-weight:500!important;overflow-x:auto!important;white-space:pre-line!important;word-break:break-word!important}.chatLogsTemplatePreview_previewSubButton__mBtxs{font-size:18px!important;margin-top:2px!important}.chatLogsTemplatePreview_templatePreviewButtonItemBorder__VX\+my{border-top:1px solid #cfcfcf!important}.chatLogsTemplatePreview_templatePreviewButtonItem__odrpT{font-Weight:500!important;color:#6a097d!important;cursor:pointer!important;font-size:15px!important}.chatLogsTemplatePreview_hiddenOverflowStyle__uNEUP{overflow:hidden!important}.chatLogsTemplatePreview_templatePreviewBtnDescription__qvLMM{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important}.chatLogsTemplatePreview_messageButtonStyles__tNRlg{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__ksO5A{font-size:13px!important}}@media screen and (max-width:400px){.chatLogsTemplatePreview_previewSectionCardBlock__9vWaz{max-width:250px!important;min-width:200px!important}}@media screen and (min-width:600px)and (max-width:700px){.chatLogsTemplatePreview_previewSectionCardBlock__9vWaz{max-width:250px!important;min-width:180px!important}}@media screen and (min-width:1220px)and (max-width:1350px){.chatLogsTemplatePreview_previewSectionCardBlock__9vWaz{max-width:250px!important;min-width:165px!important}}.chatLogsTemplatePreview_templatePreviewBorderRadius__Af6FA{border-radius:5px 5px 0 0!important}.chatLogsTemplatePreview_templateNameInNodePreview__Wby47{font-size:13px!important;font-style:italic!important;word-break:break-all!important}.chatLogsTemplatePreview_openTemplateInNewTabIconSpan__ES6zo{display:flex!important;justify-content:end!important}.chatLogsTemplatePreview_openTemplateInNewTabIcon__X-hvK{height:14px!important;width:14px!important}.templatemessages_tableContainer__8N\+ga{max-height:81vh!important;min-height:auto!important}.templatemessages_tableContainer__8N\+ga::-webkit-scrollbar{height:5px!important;width:5px!important}.templatemessages_tableDesign__2EIEC{border:1px solid #e9e9e9!important;border-radius:5px 5px 0 0!important;position:relative!important}.templatemessages_tableHead__io7xa{box-sizing:border-box!important;position:-webkit-sticky!important;position:sticky!important;top:0!important}.templatemessages_tableHeadRow__4ixxu{background-color:#fbf4ff!important;color:#000!important;font-size:15px!important;font-weight:600!important}.templatemessages_tableHeadCell__lySdq{font-weight:600!important;padding:15px!important}.templatemessages_tableBody__I6Vrg{box-sizing:border-box!important;color:#000!important;font-size:15px!important;font-weight:400!important;max-height:40vh!important}.templatemessages_tableBodyCell__m1zT-{padding:14px!important}.templatemessages_tableBodyRow__b9rZG:hover{background-color:#f8f8f8!important}.templatemessages_showDetailsBlock__Xi4ps{border:1px solid #ccc!important;margin-top:30px!important;padding:10px!important;width:100%!important}.templatemessages_showDetailsBlock__Xi4ps,.templatemessages_showDetailsTitleField__LvS0r{color:#7a7a7a!important;font-size:15px!important;font-weight:500!important;margin-bottom:7px!important;overflow-wrap:break-word!important}.templatemessages_showDetailsTitleField__LvS0r{white-space:pre-wrap!important}.templatemessages_showDetailsDataField__Jn7dS{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__ZJ9Jj,.templatemessages_previewMainSection__4qtYa{background-color:#f6f6f6!important;height:calc(100vh - 100px)!important;padding:10px!important;position:relative!important}.templatemessages_previewTemplateMainSection__A8PD4{background-color:#f6f6f6!important;height:calc(100vh - 165px)!important;padding:10px!important;position:relative!important}.templatemessages_previewSectionTextStyle__F0j3C{color:#1f384c!important;font-size:22px!important;font-weight:600!important}.templatemessages_previewSectionCardBlock__6PmmM{max-height:52vh!important}.templatemessages_previewSectionCardBlockCarousel__hzTXS,.templatemessages_previewSectionCardBlock__6PmmM{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__hzTXS{max-height:58vh!important}.templatemessages_preTextStyle__7LfmX{font-size:15px!important;font-weight:500!important;overflow-x:auto!important;white-space:pre-line!important;word-break:break-word!important}.templatemessages_chatbotSwipeableDrawer__FJIvU{max-height:620px!important;top:15%!important}.templatemessages_chatbotSwipeableDrawerCarousel__tciRl,.templatemessages_chatbotSwipeableDrawer__FJIvU{border-bottom-left-radius:10px;border-top-left-radius:10px;height:calc(100vh - 120px)!important;overflow:auto;width:480px!important}.templatemessages_chatbotSwipeableDrawerCarousel__tciRl{max-height:675px!important;top:10%!important}.templatemessages_templatePreviewMainContainer__NfXye{position:relative!important}.templatemessages_templatePreviewHeaderImage__dd\+kJ{border-radius:5px 5px 0 0!important;max-height:300px!important;width:100%}.templatemessages_templatePrviewHeaderItem__p1Tyo{padding:14px 10px 5px!important}.templatemessages_templatePrviewBodyItem__ZD8mi{padding:14px 10px!important}.templatemessages_templatePrviewFooterItem__tABfe{padding:5px 10px 14px!important}.templatemessages_templatePreviewButtonItemBorder__pZX0T{border-top:1px solid #cfcfcf!important}.templatemessages_templatePreviewButtonItem__YX5MW{font-Weight:500!important;color:#6a097d!important;cursor:pointer!important;font-size:15px!important}.templatemessages_templatePreviewBtnDescription__LziVt{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important}.templatemessages_drawerContainerStyle__Td2Rb{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__WuR6a{cursor:pointer!important;position:absolute!important;right:10px!important}.templatemessages_drawerContainerBoxStyle__xNzK1{display:flex!important;justify-content:center!important}.templatemessages_drawerContainerBoxDetail__IciZG{background-color:gray!important;border-radius:5px!important;height:4px!important;width:40px!important}.templatemessages_allOptionTextStyle__et7fd{font-size:18px!important;font-weight:500!important}.templatemessages_closeDrawerIconStyle__j3XMh{color:#909090!important;cursor:pointer!important;left:15px!important;position:absolute!important}.templatemessages_carouselTemplatePrviewHeadItem__Ct5yi{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__m1zT-{padding:10px 15px!important}.templatemessages_previewSectionTextStyle__F0j3C{font-size:20px!important}.templatemessages_previewSectionCardBlockCarousel__hzTXS,.templatemessages_previewSectionCardBlock__6PmmM{max-width:300px!important;min-width:275px!important}.templatemessages_preTextStyle__7LfmX{font-size:14px!important}.templatemessages_previewSubButton__n4WI\+{font-size:18px!important}}@media screen and (min-width:1201px)and (max-width:1600px){.templatemessages_tableBodyCell__m1zT-{padding:14px!important}}@media screen and (min-width:901px)and (max-width:1200px){.templatemessages_previewCampignMainSecrion__ZJ9Jj,.templatemessages_previewMainSection__4qtYa,.templatemessages_previewTemplateMainSection__A8PD4{height:100%!important}}@media screen and (min-width:601px)and (max-width:900px){.templatemessages_tableBodyCell__m1zT-{padding:14px!important}.templatemessages_previewSectionTextStyle__F0j3C{font-size:20px!important}.templatemessages_previewCampignMainSecrion__ZJ9Jj,.templatemessages_previewMainSection__4qtYa,.templatemessages_previewTemplateMainSection__A8PD4{height:100%!important}.templatemessages_previewSectionCardBlockCarousel__hzTXS,.templatemessages_previewSectionCardBlock__6PmmM{max-width:300px!important;min-width:275px!important}.templatemessages_preTextStyle__7LfmX{font-size:14px!important}.templatemessages_previewSubButton__n4WI\+{font-size:18px!important}}@media screen and (min-width:0px)and (max-width:600px){.templatemessages_tableBodyCell__m1zT-{padding:14px!important}.templatemessages_previewCampignMainSecrion__ZJ9Jj,.templatemessages_previewMainSection__4qtYa,.templatemessages_previewTemplateMainSection__A8PD4{height:100%!important}.templatemessages_previewSectionTextStyle__F0j3C{font-size:18px!important}.templatemessages_preTextStyle__7LfmX{font-size:14px!important}.templatemessages_previewSubButton__n4WI\+{font-size:18px!important}.templatemessages_chatbotSwipeableDrawerCarousel__tciRl,.templatemessages_chatbotSwipeableDrawer__FJIvU{width:95%!important}}.templatemessages_carouselTemplatePreviewInNodeMainGrid__NGaYw{padding:0 10px 0 25px!important;width:100%!important}.templatemessages_carouselTemplatePreviewInNodeSlider__U51xw{max-width:325px!important}.templateHeaderPreview_hiddenOverflowStyle__FpTqQ{overflow:hidden!important}.templateHeaderPreview_templatePreviewHeaderImage__Fbc75{aspect-ratio:1/1!important;border-radius:5px 5px 0 0!important;max-height:200px!important;object-fit:cover!important;width:100%}.templateHeaderPreview_templatePrviewHeaderItem__NXuuw{padding:14px 10px 5px!important}.templateHeaderPreview_documentPreviewFileName__IiEZt{font-size:13px!important;font-weight:500!important;text-align:center!important;word-break:break-all}.templateHeaderPreview_openDocumentIcon__80obp{cursor:pointer!important;height:20px!important;position:absolute!important;right:2px!important;top:2px!important;width:20px!important}.templateHeaderPreview_documentPreviewContainer__zB-BU{background-color:#ecefe1!important;height:200px!important;padding:10px!important;position:relative!important;width:100%!important}.templateHeaderPreview_templatePreviewHeaderImageForCarouseltemplate__8XgyC{border-radius:8px!important;height:200px!important;max-height:100%!important;object-fit:contain!important;width:100%!important}.templateHeaderPreview_preTextStyle__rkAMd{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__rkAMd{font-size:13px!important}}.callAnalysisAudio_enableFeatureMainContainer__rDxYR{height:calc(100vh - 70px)!important}.callAnalysisAudio_enableFeatureContainerStyle__ANYZL{border-radius:15px!important;box-shadow:0 0 6px #00000026!important;height:100%!important;padding:40px!important}.callAnalysisAudio_callAnalysisCardsContainer__vcu9Q{box-sizing:border-box!important;overflow:auto!important;padding:5px 5px 5px 2px!important}.callAnalysisAudio_blankCallRecordContainerStyle__xEGrW{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 4px #00000040!important;overflow:auto!important}.callAnalysisAudio_callAnalysisPaginationContainer__fCt2x{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__WgMDf{background-color:#fff!important;border-radius:10px!important;max-width:100%;overflow:auto!important;width:100%}.callAnalysisAudio_addFilterIcon__e69l4{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__mTGGD{color:#6a097d!important;font-size:16px!important;font-weight:600!important}.callAnalysisAudio_checkBoxStyle__ubefO .MuiPaper-root{padding:5px 9px!important}.callAnalysisAudio_checkBoxStyle__ubefO .MuiTypography-root{font-size:14px!important;font-weight:500!important;line-height:1!important}.callAnalysisAudio_checkBoxFilter__ebYfV{padding:7px 9px!important}.callAnalysisAudio_audioFieldLabel__itiOT{color:#000!important;font-size:15px!important}.callAnalysisAudio_darkFontWeightField__X\+Rk0{font-weight:500!important}.callAnalysisAudio_lightFontWeightField__g69dJ{font-weight:400!important}.callAnalysisAudio_transcriptsViewStyle__f18eB{background-color:#f3f5f9!important;border-radius:10px!important;width:100%!important}.callAnalysisAudio_transcriptDataStyle__KmWqw{height:100%!important;margin-block:15px!important;max-height:170px!important;overflow:auto!important;padding-inline:15px!important;width:100%!important}.callAnalysisAudio_autoComplete__-P55S .MuiAutocomplete-input{font-size:15px!important}.callAnalysisAudio_autoComplete__-P55S{box-shadow:0 0 3px #00000040;box-sizing:border-box!important}.callAnalysisAudio_transcriptPersonName__pZoVD{color:#000!important;font-size:14px!important;font-weight:500!important}.callAnalysisAudio_transcriptAnswer__vMgI-{color:#000!important;font-size:14px!important;font-weight:400!important}.callAnalysisAudio_aiAnalysisFontStyle__f0a4W{color:#5e5e5e!important;font-size:16px!important;font-weight:500!important}.callAnalysisAudio_aiAnalysisComponent__V7Ktg{height:100%!important;margin-block:15px!important;max-height:160px!important;min-height:0!important;overflow:auto!important;padding-inline:15px!important}.callAnalysisAudio_tableCellBorder__Q1-vT{border-top:1px solid #e1e0e0!important;padding:12px!important}.callAnalysisAudio_tableBorderLessCell__5Mo9z,.callAnalysisAudio_tableCellBorder__Q1-vT{border-bottom:none!important;border-right:1px solid #e1e0e0!important;line-height:1em!important}.callAnalysisAudio_tableBorderLessCell__5Mo9z{border-top:none!important;padding:16px 12px!important}.callAnalysisAudio_tableCellDarkBorder__x2SfO{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__FZauz{color:#6a097d!important;font-size:14px!important;font-weight:500!important}.callAnalysisAudio_tableBodySubHeadingFontStyle__zGOb6{color:#141414!important;font-size:14px!important;font-weight:400!important}.callAnalysisAudio_finalNoteCellStyle__OH0kj{border-bottom:none!important;border-right:1px solid #e1e0e0!important;line-height:1em!important;padding:12px!important}.callAnalysisAudio_finalNoteFontStyle__fzp8N{color:#000!important;font-size:14px!important;font-weight:500!important}.callAnalysisAudio_finalNoteSubFontStyle__arXZT{color:#6a097d!important;font-size:14px!important;font-weight:500!important;line-height:1em!important;padding:12px!important}.callAnalysisAudio_evaluationRatingGrid__xfSyB .MuiAvatar-root{font-size:14px!important;height:40px!important;width:40px!important}.callAnalysisAudio_durationFieldValue__PHxZi{color:#000!important;font-size:15px!important;font-weight:400!important;margin:0 0 0 2px!important;vertical-align:middle!important}.callAnalysisAudio_audioFileNameStyle__8lh5q{color:#000!important;font-size:16px!important;font-weight:500!important}.callAnalysisAudio_newAgentStyle__dw0rK{color:#6a097d!important;font-style:15px!important;font-weight:500!important}.callAnalysisAudio_audioIconPosition__lYg9h{bottom:2px!important;position:absolute!important;right:4px!important}.callAnalysisAudio_audioPlayIconStyle__H6oEA{border-radius:50%!important;box-shadow:0 0 3px #0000004d!important;cursor:pointer;padding:4px 4px 0!important}.callAnalysisAudio_playButtonStyle__H\+xly{background-color:#f7e9ff!important}.callAnalysisAudio_buttonStyle__C\+wj4{border-radius:50%!important;color:#6a097d!important;min-width:0!important;padding:4px 6px!important}.callAnalysisAudio_customRange__0rPFJ{border:none!important;cursor:pointer;height:6px;outline:none!important}.callAnalysisAudio_customRange__0rPFJ::-webkit-slider-runnable-track{border:none;border-radius:5px;height:6px;width:100%}.callAnalysisAudio_customRange__0rPFJ::-moz-range-progress{background:#6a097d;border-radius:5px;height:6px}.callAnalysisAudio_customRange__0rPFJ::-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__TqPtY{font-size:14px!important}.callAnalysisAudio_csf_intrested_dropdown__TqPtY .MuiSelect-select{padding:8.5px 14px!important}.callAnalysisAudio_csf_intrested_dropdown__TqPtY .MuiAutocomplete-inputRoot{padding:3px 5px!important}.callAnalysisAudio_csf_intrested_dropdown__TqPtY fieldset{border:none!important;box-shadow:0 0 2px #00000040!important}.callAnalysisAudio_csf_intrested_dropdown__TqPtY{border-radius:5px!important}.callAnalysisAudio_csf_intrested_dropdown__TqPtY .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__vi5u5{margin-bottom:5px!important;white-space:pre-line!important;word-break:break-word!important}.callAnalysisAudio_dateRangePickerClass__td2ia .DateRangePicker_picker{left:0!important}.callAnalysisAudio_dateRangePickerClass__td2ia .DateRangePickerInput__withBorder{border:none!important;border-radius:5px!important;box-shadow:0 0 3px #00000040!important;padding-bottom:1px!important}.callAnalysisAudio_dateRangePickerClass__td2ia .DateInput{display:inline!important;width:auto!important}.callAnalysisAudio_dateRangePickerClass__td2ia .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__td2ia .DateInput_input__focused{border-bottom:none!important}.callAnalysisAudio_filterButtons__LbkSY{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__uN9Ey{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__BVAgO{font-size:14px!important;font-weight:500!important}.callAnalysisAudio_backFontStyle__O67d9{color:#444!important;font-size:14px!important;font-weight:600!important}.callAnalysisAudio_errorImage__4-Xdz{height:400px!important;margin-bottom:5px!important;width:400px!important}.callAnalysisAudio_errorTextStyle__S1e0w{font-size:17px!important;font-weight:500!important}.callAnalysisAudio_tablePaginationStyle__mK8zI .MuiTablePagination-toolbar{min-height:30px!important;padding-inline:15px!important}.callAnalysisAudio_tablePaginationStyle__mK8zI .MuiTablePagination-selectLabel{font-size:14px!important;font-weight:500!important}.callAnalysisAudio_tablePaginationStyle__mK8zI .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__mK8zI .MuiTablePagination-select{padding-top:5px!important}.callAnalysisAudio_tablePaginationStyle__mK8zI .MuiTablePagination-displayedRows{font-size:14px!important;font-weight:500!important;margin-left:15px!important}.callAnalysisAudio_tablePaginationStyle__mK8zI .MuiTablePagination-actions{margin-left:10px!important}.callAnalysisAudio_tablePaginationStyle__mK8zI .MuiButtonBase-root{padding:4px 0!important}.callAnalysisAudio_paginationGridStyle__oS9PC{border-radius:5px!important;box-shadow:0 0 2px #00000080!important;margin-right:7px!important;padding:0 8px 0 0!important}.callAnalysisAudio_leftSectionStyle__SuEGj{max-width:345px!important;padding:5px!important}.callAnalysisAudio_removeAllFilterFontStyle__9bKIR{color:#6a097d!important;cursor:pointer!important;font-size:15px!important;font-weight:600!important}.callAnalysisAudio_headingTextStyle__sX8aD{color:#000!important;font-size:15px!important;font-weight:600!important}.callAnalysisAudio_infoIconStyles__5wymu{cursor:pointer!important;font-size:17px!important;margin-left:7px!important;margin-top:-3px!important;vertical-align:middle!important}.callAnalysisAudio_popupDividerStyle__eU8Cp{border:.2px solid #9d9d9d!important;color:#9d9d9d!important;opacity:.3!important}.callAnalysisAudio_reportAProblemButton__yicvB{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__yicvB:hover{background-color:#f7e9ff!important;color:#6a097d!important}.callAnalysisAudio_reportAProblemSelectedButton__p4aa4{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__Brrxt{color:#000!important;font-size:14px!important;font-weight:500!important}.callAnalysisAudio_reportAProblemTextField__1LK6H{border-radius:5px!important;box-shadow:0 0 2px #00000040!important;width:100%!important}.callAnalysisAudio_reportAProblemTextField__1LK6H fieldset{border:none!important;outline:none!important}.callAnalysisAudio_reportAProblemTextField__1LK6H .MuiOutlinedInput-input{font-size:14px!important;padding:12.5px 14px!important}.callAnalysisAudio_reportProblemsContainer__EvviN{max-height:35vh!important;overflow:auto!important;padding:0 5px 5px!important}.callAnalysisAudio_dividerStyles__TI2iN{border:.2px solid #9d9d9d!important;color:#9d9d9d!important;opacity:.3!important}@media screen and (max-width:1600px){.callAnalysisAudio_filterButtons__LbkSY{font-size:13px!important}.callAnalysisAudio_removeAllFilterFontStyle__9bKIR{font-size:14px!important}.callAnalysisAudio_tablePaginationStyle__mK8zI .MuiTablePagination-displayedRows,.callAnalysisAudio_tablePaginationStyle__mK8zI .MuiTablePagination-selectLabel{margin-block:10px!important}.callAnalysisAudio_leftSectionStyle__SuEGj{max-width:330px!important}.callAnalysisAudio_evaluationRatingGrid__xfSyB .MuiAvatar-root{font-size:13.5px!important;height:38px!important;width:38px!important}.callAnalysisAudio_durationFieldValue__PHxZi{font-size:14px!important}.callAnalysisAudio_audioFieldLabel__itiOT{font-size:14.5px!important}.callAnalysisAudio_transcriptAnswer__vMgI-{font-size:13.5px!important}.callAnalysisAudio_aiAnalysisFontStyle__f0a4W{font-size:15px!important}.callAnalysisAudio_autoComplete__-P55S .MuiAutocomplete-input{font-size:14px!important}.callAnalysisAudio_tableBodyHeadingFontStyle__FZauz,.callAnalysisAudio_tableBodySubHeadingFontStyle__zGOb6{font-size:13.5px!important}.callAnalysisAudio_addFilterIcon__e69l4{padding:3.5px 8px!important}}@media screen and (max-width:1250px){.callAnalysisAudio_audioFileNameStyle__8lh5q{font-size:15px!important}}@media screen and (max-width:1000px){.callAnalysisAudio_audioComponentsStyles__uN9Ey{gap:1px!important}.callAnalysisAudio_mobileIconStyle__UdjTX{font-size:16px!important}.callAnalysisAudio_dateRangePickerClass__td2ia .DateInput_input{font-size:14px!important;max-width:80px!important;padding:10px 4px 7px!important}.callAnalysisAudio_dateRangePickerClass__td2ia .DateRangePickerInput_arrow{vertical-align:auto!important}.callAnalysisAudio_dateRangePickerClass__td2ia .DateRangePickerInput_arrow_svg{height:20px!important;width:20px!important}.callAnalysisAudio_evaluationRatingGrid__xfSyB .MuiAvatar-root{font-size:12px!important;height:34px!important;width:34px!important}.callAnalysisAudio_durationFieldValue__PHxZi{font-size:13px!important}.callAnalysisAudio_audioFileNameStyle__8lh5q{font-size:15px!important}.callAnalysisAudio_newAgentStyle__dw0rK{font-style:14px!important}.callAnalysisAudio_autoComplete__-P55S .MuiAutocomplete-input{font-size:14px!important}.callAnalysisAudio_filterButtons__LbkSY{font-size:12px!important}.callAnalysisAudio_removeAllFilterFontStyle__9bKIR{font-size:13px!important}.callAnalysisAudio_audioFieldLabel__itiOT,.callAnalysisAudio_transcriptPreLine__vi5u5{font-size:14px!important}}@media screen and (max-width:600px){.callAnalysisAudio_dateRangePickerClass__td2ia .DateInput_input{max-width:80px!important;padding:10px 9px 7px!important}.callAnalysisAudio_audioComponentsStyles__uN9Ey{gap:1px!important}.callAnalysisAudio_mobileIconStyle__UdjTX{font-size:16px!important}.callAnalysisAudio_customRange__0rPFJ{height:4px}.callAnalysisAudio_customRange__0rPFJ::-webkit-slider-runnable-track{height:4px}.callAnalysisAudio_customRange__0rPFJ::-moz-range-progress{height:4px}.callAnalysisAudio_customRange__0rPFJ::-webkit-slider-thumb{height:10px;margin-top:-6px;width:10px}.callAnalysisAudio_dateRangePickerClass__td2ia .DateRangePicker_picker{max-width:68vw!important;overflow:auto!important}.callAnalysisAudio_audioFileNameStyle__8lh5q{font-size:14px!important}.callAnalysisAudio_reportProblemsContainer__EvviN{max-height:20vh!important}}@media screen and (min-width:320px)and (max-width:599px){.callAnalysisAudio_errorImage__4-Xdz{height:300px!important;width:300px!important}.callAnalysisAudio_errorTextStyle__S1e0w{font-size:14px!important;font-weight:500!important}}@media screen and (min-width:600px)and (max-width:899px){.callAnalysisAudio_errorImage__4-Xdz{height:350px!important;width:350px!important}.callAnalysisAudio_errorTextStyle__S1e0w{font-size:15px!important;font-weight:500!important}.callAnalysisAudio_dateRangePickerClass__td2ia .DateRangePickerInput__withBorder{width:100%!important}}@media screen and (min-width:900px)and (max-width:1199px){.callAnalysisAudio_errorImage__4-Xdz{height:400px!important;width:400px!important}.callAnalysisAudio_errorTextStyle__S1e0w{font-size:16px!important;font-weight:500!important}.callAnalysisAudio_dateRangePickerClass__td2ia .DateRangePickerInput__withBorder{width:100%!important}}@media screen and (max-width:900px){.callAnalysisAudio_aiAnalysisComponent__V7Ktg{height:100%!important;min-height:0!important}}@media screen and (max-width:768px){.callAnalysisAudio_popupTitleStyle__mTGGD{font-size:15px!important}.callAnalysisAudio_reportAProblemButton__yicvB,.callAnalysisAudio_reportAProblemQuestionStyle__Brrxt,.callAnalysisAudio_reportAProblemSelectedButton__p4aa4,.callAnalysisAudio_reportAProblemTextField__1LK6H .MuiOutlinedInput-input{font-size:13px!important}}.workflowStyle_viewAsGridContainer__DlhS0{cursor:pointer}.workflowStyle_viewAsGridTypography__uIQ3r{color:#7a7a7a!important;font-size:14px!important;font-weight:600!important}.workflowStyle_noDataFoundItem__RsMK8{align-items:center;display:flex;height:calc(100vh - 260px)!important}.workflowStyle_wokflowTitleDot__AYCnd{border-radius:50%;display:inline-block;height:10px;margin-right:10px;position:relative;width:10px}.workflowStyle_workFlowGridmainContainer__Nqchm{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__zu8AQ{align-items:center;background-color:#f1f3f5;border-radius:15px 15px 0 0;display:flex;height:200px;justify-content:center}.workflowStyle_workflowGridCardInfoContainer__W7mj4{background-color:#fff;border-radius:0 0 15px 15px;padding:10px}.workflowStyle_workflowGridCardTitleTypography__xILKK{font-size:15px!important;font-weight:500!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:200px}.workflowStyle_chatbotStatusIconForMenu__LWwJW{color:#5c5c5c!important;margin-left:-4px!important}.workflowStyle_resetVariableText__DqUzm{padding:2px 4px!important}.workflowStyle_resetVariableText__DqUzm:hover{background-color:#00000005!important}.whatsappCampaignStyle_createWhatsappCampaignContainer__DZiYg{margin:0 auto!important}.whatsappCampaignStyle_whatsappCampaignLeftBox__r95Rx{overflow-y:auto!important;padding-right:12px!important;padding-top:12px!important}.whatsappCampaignStyle_whatsappCampaignLeftBox__r95Rx::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.whatsappCampaignStyle_whatsappCampaignLeftBox__r95Rx::-webkit-scrollbar{width:5px!important}.whatsappCampaignStyle_whatsappCampaignPreviewItem__BaMsk{background-color:#fff;position:absolute;right:0;top:16px;z-index:2}.whatsappCampaignStyle_whatsappCampaignButtonGrid__4RITs{bottom:20px!important;position:fixed!important}.whatsappCampaignStyle_previewMainContainer__4f9gB{background-color:#f6f6f6!important;height:calc(100vh - 100px)!important;padding:10px!important;position:relative!important}.whatsappCampaignStyle_previewTitleGrid__gp117{padding-block:10px;text-align:center;width:100%}.whatsappCampaignStyle_previewTitleSpan__ckwZo{color:#1f384c!important;font-size:22px!important;font-weight:600!important}.whatsappCampaignStyle_previewCardBlock__TusDg{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__qGCgk{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__jpOl4 fieldset{border:none!important;box-shadow:0 0 3px #00000040!important}.whatsappCampaignStyle_whatsappCampaignTextField__jpOl4 .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.whatsappCampaignStyle_whatsappCampaignTitleTypography__m42KG{color:#000!important;font-size:14px!important;font-weight:500!important}.whatsappCampaignStyle_whatsappCampaignSubTitleTypography__m3x8K{color:#7a7a7a!important;font-size:13px!important;font-style:italic;font-weight:500!important}.whatsappCampaignStyle_whatsappCampaignPurpleTitleTypography__ZJXDg{color:#6a097d!important;font-size:14px!important;font-weight:600!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__vu7In{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__vu7In .MuiAutocomplete-endAdornment{position:relative!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__vu7In .MuiAutocomplete-clearIndicator{bottom:-14px!important;position:absolute!important;right:18px!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__vu7In .MuiAutocomplete-popupIndicator{bottom:-14px!important;position:absolute!important;right:-6px!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__vu7In .MuiAutocomplete-tag{margin:3px 0!important;max-width:calc(100% - 3px)!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__vu7In .MuiSelect-select{padding:8.5px 14px!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__vu7In .MuiAutocomplete-inputRoot{padding:3px 5px!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__vu7In fieldset{border:none!important;box-shadow:0 0 3px #00000040!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__vu7In .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__cKnUZ{background-color:#f4f4f4!important;border-radius:2px!important;padding:12px!important}.whatsappCampaignStyle_campaignMessageTypeBox__IBWEt{background-color:#f4f4f4!important;border-radius:2px!important;padding:8px 12px 0!important}.whatsappCampaignStyle_carouselTemplateCampaignMessageTypeBox__msdvn{background-color:#fafafa!important;border-radius:2px!important;padding:8px 12px!important}.whatsappCampaignStyle_selectedContactsTitle__unW1Y{color:#737373!important;font-size:13px!important;font-weight:500!important}.whatsappCampaignStyle_ScheduleTitle__bxjYW{color:#000!important;font-size:15px!important;font-weight:600!important}.whatsappCampaignStyle_dateRangePickerSlotprops__kzgyv fieldset{border:none!important;box-shadow:0 0 2px #00000040!important;outline:none!important}.whatsappCampaignStyle_dateRangePickerSlotprops__kzgyv input{outline:none!important}.whatsappCampaignStyle_dateRangePickerSlotprops__kzgyv{background-color:#fff!important;color:#000!important}.whatsappCampaignStyle_dateRangePickerSlotprops__kzgyv .MuiOutlinedInput-input{font-size:15px!important;font-weight:500!important;padding:10.5px 10px!important}.whatsappCampaignStyle_dateRangePickerSlotprops__kzgyv{min-width:300px!important}.whatsappCampaignStyle_selectedContactValue__2FIau{color:#000!important;font-size:14px!important;font-weight:500!important}.whatsappCampaignStyle_errorMessage__rf60W{color:#c60000!important;font-size:14px!important;font-weight:500!important}.whatsappCampaignStyle_popupTitleTypography__m4Ytz{color:#6a097d!important;font-size:16px!important;font-weight:600!important;margin-top:25px!important}.whatsappCampaignStyle_popupTitleDivider__\+DaS5{margin:10px 30px 0!important;padding:4px 0!important}.whatsappCampaignStyle_popupBodyContainer__E4Zxr{margin-bottom:20px!important;padding:10px 30px!important}.whatsappCampaignStyle_messageTemplateCategoryBody__z2GzH{background:#fbf4ff!important;border-radius:5px!important;box-shadow:0 0 2px 0 #6a097d!important;padding:10px!important;width:300px!important}.whatsappCampaignStyle_messageTemplateCategoryTitle__si17Z{color:#000!important;font-size:14px!important;font-weight:500!important}.whatsappCampaignStyle_messageTemplateCategoryDiscription__tXorc{color:#6b6b6b!important;font-size:13px!important;font-weight:500!important}.whatsappCampaignStyle_assignValuesTitle__A0ltr,.whatsappCampaignStyle_tableHeadingFontStyle__YL14e{color:#000!important;font-size:15px!important;font-weight:600!important}.whatsappCampaignStyle_tableHeadingFontStyle__YL14e{background-color:#0000!important;padding:14px 12px!important;white-space:nowrap!important}.whatsappCampaignStyle_tableRow__VcgzJ:last-child td{border-bottom:none!important}.whatsappCampaignStyle_tableSubHeadingFontStyle__-UCVg{color:#000!important;font-size:14px!important;font-weight:500!important;padding:12px!important;white-space:nowrap!important}.whatsappCampaignStyle_campaignTableContainer__wUQ2h{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__-yxm\+{min-width:70px!important}.whatsappCampaignStyle_tableCellColor__XbSEE{background:#fff!important}.whatsappCampaignStyle_tableGridItem__0BBAi{padding:5px 15px 0 22px;width:100%}.whatsappCampaignStyle_circularProgress__SnK4y{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__wVpwj{z-index:10!important}.whatsappCampaignStyle_stickyColumnHeader__J7duC,.whatsappCampaignStyle_stickyColumn__wVpwj{height:31px!important;left:0!important;position:-webkit-sticky!important;position:sticky!important}.whatsappCampaignStyle_stickyColumnHeader__J7duC{top:0!important;z-index:11!important}.whatsappCampaignStyle_stickyColumn__wVpwj:hover{background-color:#f7f9fb!important;cursor:pointer!important}.whatsappCampaignStyle_checkBoxFilter__Ch4et{padding:7px 0!important}.whatsappCampaignStyle_defaultChatbotCheckBox__rOfMd svg path{fill:#6a097d!important}.whatsappCampaignStyle_defaultDisabledChatbotCheckBox__CkU5f svg path{fill:#7a7a7a!important}.whatsappCampaignStyle_campaignContactNumber__zIgT7{color:#373737!important;font-size:14px!important;font-weight:500!important;white-space:nowrap!important}.whatsappCampaignStyle_backFontStyle__1ARcW{color:#444!important;font-size:14px!important;font-weight:600!important}.whatsappCampaignStyle_whatsappCampaignBackArrow__sufxk{left:15px;position:absolute;text-align:start}.whatsappCampaignStyle_campaignContactTableStyle__pDaVn{margin-bottom:8px!important}.whatsappCampaignStyle_whatsappCampaignListDropDown__IJfr8{background-color:#fff!important;min-width:250px!important;width:100%!important}.whatsappCampaignStyle_avatarStyles__ZsDcs{background-color:#0000!important;font-size:10px!important;font-weight:600!important;height:32px!important;width:32px!important;z-index:2!important}.whatsappCampaignStyle_statusTableCell__uxHdc{border-radius:5px!important;font-size:13px!important;padding:6px 10px!important}.whatsappCampaignStyle_templateTypeStyle__Qt3-y{border-radius:6px!important;font-size:.75rem!important;padding:3px 8px!important;text-align:center!important}.whatsappCampaignStyle_templateTypeStyleWidthAuto__j2S0\+{width:auto!important}.whatsappCampaignStyle_templateTypeStyleMinWidth__5chrj{min-width:120px!important}.whatsappCampaignStyle_addActionIconButton__MT-vj{background-color:#6a097d!important;border-radius:5px!important;box-shadow:0 0 3px #0000004d!important}.whatsappCampaignStyle_deleteActionBtn__a-hmM{color:#000!important}.whatsappCampaignStyle_chatbotStepIButton__fhVce{margin-left:8px;vertical-align:middle}.whatsappCampaignStyle_actionTableCell__Io38M{max-width:300px!important;min-width:200px!important}.whatsappCampaignStyle_actionAutoComplete__xGPhL{background:#fff!important;min-width:250px!important;width:100%!important}.whatsappCampaignStyle_actionUserReplyAutoComplete__hz8FA{max-width:300px!important}.whatsappCampaignStyle_renderInputDivOfUserReplyOfAction__4mmfi{display:flex!important;flex-wrap:wrap!important;max-height:79px!important;overflow-x:hidden!important;overflow-y:auto!important}.whatsappCampaignStyle_headerVariableTableCell__XDEp8{vertical-align:top!important}.whatsappCampaignStyle_headerVariableTableCellKey__aKWJZ{padding-top:21px!important}@media screen and (max-width:1600px){.whatsappCampaignStyle_tableHeadingFontStyle__YL14e{font-size:14px!important}.whatsappCampaignStyle_tableSubHeadingFontStyle__-UCVg{font-size:13px!important}.whatsappCampaignStyle_assignValuesTitle__A0ltr{font-size:14px!important}.whatsappCampaignStyle_campaignContactNumber__zIgT7{font-size:13px!important}}@media screen and (min-width:0px)and (max-width:620px){.whatsappCampaignStyle_messageTemplateCategoryBody__z2GzH{width:250px!important}}@media screen and (min-width:901px)and (max-width:1600px){.whatsappCampaignStyle_whatsappCampaignLeftBox__r95Rx{padding:5px 15px 0 5px!important}.whatsappCampaignStyle_previewTitleSpan__ckwZo{font-size:20px!important}.whatsappCampaignStyle_previewCardBlock__TusDg{max-width:80%!important;min-width:80%!important}}@media screen and (min-width:601px)and (max-width:900px){.whatsappCampaignStyle_whatsappCampaignLeftBox__r95Rx{padding:5px 15px 0 5px!important}.whatsappCampaignStyle_previewMainContainer__4f9gB{height:100%!important}.whatsappCampaignStyle_previewTitleSpan__ckwZo{font-size:20px!important}.whatsappCampaignStyle_previewCardBlock__TusDg{max-width:80%!important;min-width:80%!important}.whatsappCampaignStyle_stickyColumn__wVpwj{position:relative!important}.whatsappCampaignStyle_stickyColumnHeader__J7duC{left:auto!important}}@media screen and (min-width:0px)and (max-width:600px){.whatsappCampaignStyle_whatsappCampaignLeftBox__r95Rx{padding:5px!important}.whatsappCampaignStyle_whatsappCampaignPreviewItem__BaMsk{right:20px!important;top:0}.whatsappCampaignStyle_previewMainContainer__4f9gB{height:100%!important}.whatsappCampaignStyle_previewTitleSpan__ckwZo{font-size:18px!important}.whatsappCampaignStyle_previewSwipeableDrawer__qGCgk{width:95%!important}.whatsappCampaignStyle_popupTitleDivider__\+DaS5{margin:10px 20px 0!important}.whatsappCampaignStyle_stickyColumn__wVpwj{position:relative!important}.whatsappCampaignStyle_stickyColumnHeader__J7duC{left:auto!important}.whatsappCampaignStyle_tableGridItem__0BBAi{padding:5px 0 0 10px}}@media screen and (max-width:1200px)and (min-width:600px){.whatsappCampaignStyle_whatsappCampaignPreviewItem__BaMsk{right:25px!important;top:10px}.whatsappCampaignStyle_whatsappCampaignBackArrow__sufxk{left:25px!important;top:10px!important}}@media screen and (min-width:901px)and (max-width:1200px){.whatsappCampaignStyle_previewMainContainer__4f9gB{height:100%!important}}.whatsappCampaignStyle_contactsSelectedInfo__QrgXJ{color:#6a097d;font-size:14px;font-weight:500}.whatsappCampaignStyle_statusFilterTypography__\+TPa9{font-size:14px;font-weight:500}.whatsappCampaignStyle_assignTagsListTypography__xp29V{font-size:15px;font-weight:500}.whatsappCampaignStyle_newTagNameUlElement__V7xuD{padding-left:0}.whatsappCampaignStyle_contactListRedirectURL__K-R-J{font-size:13px;font-style:italic;font-weight:500}.whatsappCampaignStyle_campaignPagePadding__S7uEe{padding:5px 10px 5px 5px!important}.whatsappCampaignStyle_retargetDrawerPadding__pHlW2{padding:25px!important}.whatsappCampaignStyle_followupCampaignTitle__VcbTe{font-size:16px!important;font-weight:600!important}.whatsappCampaignStyle_templateRadioButtons__vx-Fs .MuiFormControlLabel-label{font-size:14px!important;font-weight:500!important}.whatsappCampaignStyle_templateRadioButtons__vx-Fs .MuiButtonBase-root{margin:0 9px!important;padding:0!important}.whatsappCampaignStyle_templateRadioButtons__vx-Fs{display:flex!important;flex-direction:row!important}.whatsappCampaignStyle_templateVariableMappingFieldsMinWidth__Vu02r{background-color:#fff!important;min-width:200px!important;width:100%!important}.whatsappCampaignStyle_carouselCardAccordion__biSas{min-height:45px!important}.whatsappCampaignStyle_invalidUrlSpan__5cToe{color:red!important;font-size:13px!important}.whatsappCampaignStyle_marginBottom7__R-QVU{margin-bottom:7px!important}.whatsappCampaignStyle_contactDivBgColor__HpMRo{background-color:#fafafa!important;padding:15px!important}.whatsappCampaignStyle_connectBusinessAccountTypo__5vcBw{color:#000!important;font-size:16px!important;font-weight:500!important}.whatsappCampaignStyle_campaignTitleTableCell__B9q79{background-color:#fff!important}.whatsappCampaignStyle_retargetDrawerPaper__BGCdc{border-radius:10px 0 0 10px!important;bottom:0!important;position:fixed!important;right:0!important;top:0!important}.whatsappCampaignStyle_retargetDrawerPaperLargeScreen__CewsZ{width:80vw!important}.whatsappCampaignStyle_retargetDrawerPaperSmallScreen__eZwWi{width:60vw!important}.whatsappCampaignStyle_retargetDrawerBackdrop__bmQKN{position:fixed!important}.whatsappCampaignStyle_filterContactSwitch__XyzRX{margin:8px!important}.whatsappCampaignStyle_campaignTablePaginationGrid__4DslB{border-radius:5px!important;box-shadow:0 0 2px #00000080!important;margin:0 2px 5px!important;padding:0 8px!important}.campaignContactStyle_campaignContactPopupTextField__qwD8I fieldset{border:none!important;box-shadow:0 0 3px #00000040!important}.campaignContactStyle_campaignContactFieldPopupTextField__pxIKW{background:#f6f6f6!important;width:100%!important}.campaignContactStyle_campaignContactFieldPopupTextField__pxIKW fieldset{border:none!important;outline:none!important}.campaignContactStyle_campaignContactFieldPopupTextField__pxIKW .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:12.5px 14px!important}.campaignContactStyle_campaignContactFieldTypography__gNxQ4{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__bErhv{color:#6a097d!important;cursor:pointer!important;display:flex!important;font-size:20px!important}.campaignContactStyle_addFieldTypography__CLDF6{color:#6a097d!important;cursor:pointer!important;font-size:13px!important;font-weight:600!important;line-height:1!important}.campaignContactStyle_contactListNameTitle__vAjVn{color:#000!important;font-size:16px!important;font-weight:500!important}.campaignContactStyle_contactListContainer__7CWpf{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__OQxen{color:#7a7a7a!important;cursor:pointer!important}.campaignContactStyle_contactBoxGrid__4x2vK{border-radius:20px!important;box-shadow:0 0 2px 0 #6a097d!important;padding:5px 10px!important}.campaignContactStyle_runCampaignGrid__ROal7{border-radius:20px!important;box-shadow:0 0 4px 0 #6a097d!important;margin-top:8px!important;padding:5px 15px!important}.campaignContactStyle_runCampignGridDisable__1QcqY{cursor:context-menu!important;opacity:.5!important}.campaignContactStyle_contactTitleTypography__wnEBT{color:#000!important;font-size:13px!important;font-weight:500!important}.campaignContactStyle_timezoneTitleTypography__uJtlw{color:#000!important;font-size:14px!important;font-weight:500!important}.campaignContactStyle_morevertIconGridItem__FVRDi{display:flex!important;margin-top:2px!important}.campaignContactStyle_updatedAtTypography__OxLn8{color:#cacaca!important;font-size:13px!important;font-weight:500!important}.campaignContactStyle_fullwidth__8DMLr{width:100%!important}.campaignContactStyle_fullwidth__8DMLr .css-14et0k8-MuiGrid-root{gap:5px!important}.campaignContactStyle_campaignContactPopupTextField__qwD8I .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.campaignContactStyle_phoneNumberComponent__Fl5pi{border-radius:3px!important;box-shadow:0 0 3px #00000040!important;padding:3px 8px!important}.campaignContactStyle_mappingFieldsContainer__5lYj6{border:1px solid #e9e9e9!important;border-bottom:none!important}.campaignContactStyle_mappingFieldsContainer__5lYj6:last-child{border-bottom:1px solid #e9e9e9!important}.campaignContactStyle_contactFilterDropDowns__16Sot{font-size:14px!important;max-width:300px!important;width:300px!important}.campaignContactStyle_contactFilterDropDowns__16Sot .MuiAutocomplete-endAdornment{position:relative!important}.campaignContactStyle_contactFilterDropDowns__16Sot .MuiAutocomplete-clearIndicator{bottom:-14px!important;position:absolute!important;right:18px!important}.campaignContactStyle_contactFilterDropDowns__16Sot .MuiAutocomplete-popupIndicator{bottom:-14px!important;position:absolute!important;right:-6px!important}.campaignContactStyle_contactFilterDropDowns__16Sot .MuiAutocomplete-tag{margin:3px 0!important;max-width:calc(100% - 3px)!important}.campaignContactStyle_contactFilterAutoCompleteMargin__5rJeu .MuiAutocomplete-tag{margin:1px 0!important;max-width:calc(100% - 3px)!important}.campaignContactStyle_contactFilterDropdownsInPopup__wi2ui{font-size:14px!important;max-width:100%!important;width:100%!important}.campaignContactStyle_contactFilterDropdownsInPopup__wi2ui .MuiOutlinedInput-root{padding-block:3px!important}.campaignContactStyle_contactFilterDropdownsInPopup__wi2ui fieldset{border:none!important;box-shadow:0 0 2px #00000040!important}.campaignContactStyle_contactFilterDropdownsInPopup__wi2ui{border-radius:5px!important}.campaignContactStyle_contactFilterDropdownsInPopup__wi2ui .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__16Sot .MuiSelect-select{padding:8.5px 14px!important}.campaignContactStyle_contactFilterDropDowns__16Sot .MuiAutocomplete-inputRoot{padding:3px 5px!important}.campaignContactStyle_contactFilterDropDowns__16Sot fieldset{border:none!important;box-shadow:0 0 2px #00000040!important}.campaignContactStyle_contactFilterDropDowns__16Sot{border-radius:5px!important}.campaignContactStyle_contactFilterDropDowns__16Sot .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__0Tn4G{color:#0306b9;font-size:13px!important;font-weight:500}.campaignContactStyle_tagContainerGrid__Rnk1x{border:.5px solid #0306b9;border-radius:5px;padding:2px 5px}.campaignContactStyle_checkBoxContact__ywi50{padding:0!important}.campaignContactStyle_checkBoxTableCell__QOm1s{border-left:4px solid #0000!important}.campaignContactStyle_popupTitleTypography__5\+Kvq{color:#6a097d!important;font-size:16px!important;font-weight:600!important;margin-top:25px!important}.campaignContactStyle_popupTitleDivider__URjwv{margin:10px 30px 0!important;padding:4px 0!important}.campaignContactStyle_popupBodyGridContainer__28en\+{padding:20px 30px!important;width:100%!important}.campaignContactStyle_filterPopupBodyContainer__cLuF0{padding:10px 30px!important;width:100%!important}.campaignContactStyle_popupBodyContainer__jOTmI{margin-bottom:20px!important;padding:10px 30px!important}.campaignContactStyle_popupFieldTypography__AeNX1{color:#000!important;font-size:14px!important;font-weight:500!important}.campaignContactStyle_popupFieldGreyTypography__nvvV9{color:#7a7a7a!important;font-size:14px!important;font-weight:500!important}.campaignContactStyle_newTagNameUlElement__u0Lzf{background:#fff;border-radius:0 0 5px 5px;bottom:0;margin:0;padding:0;position:fixed;width:100%;z-index:2}.campaignContactStyle_newTagDivider__aajhp{padding:6px 16x!important}.campaignContactStyle_importCSVTitle__k4d04{color:#000!important;font-size:15px!important;font-weight:500!important}.campaignContactStyle_importCSVLimit__tb4Nv{color:#5a5a5a!important;font-size:13px!important;font-weight:500!important}.campaignContactStyle_downloadSampleCSVTemplateText__9dwQq{color:#00ab08!important;cursor:pointer!important;font-size:14px!important;font-weight:500!important}.campaignContactStyle_contactsTitleTypography__y7ARV{color:#6a097d!important;font-size:15px!important;font-weight:600!important}.campaignContactStyle_noContactsFoundTypography__i8q-z{color:#c60000!important;font-size:15px!important;font-weight:600!important}.campaignContactStyle_headerButtonStyle__wDQxB{background:#fff!important;border-radius:5px!important;box-shadow:0 0 4px 0 #00000040!important;display:flex!important;padding:8px!important}.campaignContactStyle_headerEditIcon__XzpkJ{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__ezPka{align-items:center;display:flex;height:calc(100vh - 250px)!important}.campaignContactStyle_lastColumnSticky__RPgFN{position:-webkit-sticky!important;position:sticky!important;right:0!important}.campaignContactStyle_moreVertIcon__iw55Z{background-color:#fff!important;text-align:end!important}.campaignContactStyle_createContactContainer__7lylA{align-items:center!important;display:flex!important;flex-direction:column!important;gap:12px!important;justify-content:center!important;margin:10px 0!important}.campaignContactStyle_createContactGridItem__HPkYg{background-color:#f7e9ff!important;border-radius:5px!important;cursor:pointer!important;padding:10px 12px!important;text-align:center!important;width:280px!important}.campaignContactStyle_contactOptionTypography__qShcS{color:#000!important;font-size:15px!important;font-weight:600!important}.campaignContactStyle_createContactFieldContainer__mxuGy{display:flex!important;flex-direction:column!important;gap:10px!important}.campaignContactStyle_contactPopupButtons__DMCDE{align-items:center!important;display:flex!important;gap:12px!important;justify-content:center!important;padding:20px 0!important}.campaignContactStyle_listBoxCustomStyle__PBLSV{max-height:150px!important;overflow:auto!important;padding-bottom:50px!important}.campaignContactStyle_selectTagTextField__zXLZS{max-height:90px!important;overflow-y:auto!important}.campaignContactStyle_addTagListItem__NiugQ{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__U-CL4{font-size:15px!important;font-weight:500!important}.campaignContactStyle_contactTableContainer__gMgxD{border:1px solid #e9e9e9!important;border-radius:5px!important;box-sizing:border-box!important;max-width:100%!important;overflow:auto!important}.campaignContactStyle_contactTableHead__WrzQz{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:2!important}.campaignContactStyle_tertiaryBgColor__H19zx{background:#fbf4ff!important}.campaignContactStyle_sortIcon__fqfwO{cursor:pointer!important;font-size:10px!important;height:12px!important;line-height:normal!important}.campaignContactStyle_checkBoxCellWidth__gXvvx{flex:0 0 auto;min-width:50px!important}.campaignContactStyle_fieldCellWidth__ndq4\+,.campaignContactStyle_tagCellWidth__OykDL{flex:1 1;min-width:200px!important}.campaignContactStyle_correctContactsGrid__19a4R{background-color:#4fd61f!important;border-radius:5px!important;padding:8px 12px!important}.campaignContactStyle_inCorrectContactsGrid__g8Nqk{background-color:#c60000!important;border-radius:5px!important;padding:8px 12px!important}.campaignContactStyle_countOfContactGrid__UC-3c{border-radius:6px!important;padding:12px 14px!important}.campaignContactStyle_totalContactGrid__tnwBr{background-color:#f3f3f3!important;box-shadow:0 0 2px 0 rgba(0,0,0,.251)!important}.campaignContactStyle_validContactGrid__I-0eU{background-color:rgba(0,164,93,.102)!important;box-shadow:0 0 2px 0 rgba(0,164,93,.502)!important}.campaignContactStyle_invalidContactGrid__yKUMz{background-color:rgba(206,0,0,.071)!important;box-shadow:0 0 2px 0 rgba(206,0,0,.502)!important}.campaignContactStyle_validContactIcon__mRsSs{color:#00a45d!important}.campaignContactStyle_inValidContactIcon__xwy5w{color:#ce0000!important;margin-bottom:2px!important}.campaignContactStyle_inValidContactsTableTitle__ih0ZE{color:#000!important;font-size:15px!important;font-weight:500!important}.campaignContactStyle_contactGridIcon__7wR28{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__tgyV6{color:#939393!important;font-size:15px!important;font-weight:500!important}.campaignContactStyle_totalContactCountTypography__SAD3Z{color:#000!important;font-size:15px!important;font-weight:600!important}.campaignContactStyle_inValidContactsBtnContainer__FQGWq{margin-top:18px!important}.campaignContactStyle_infoIcon__CiHYB{display:flex!important;height:20px!important;width:20px!important}.campaignContactStyle_inValidPhoneNumberSpan__6F278{color:#c60000!important;font-size:13px!important}.campaignContactStyle_actionIcons__YE-ak{font-size:20px!important}.campaignContactStyle_disableActionIcons__l5XYM{cursor:auto!important;opacity:.5!important}.campaignContactStyle_firstColumnSticky__Sg6-C{left:0!important;position:-webkit-sticky!important;position:sticky!important}.campaignContactStyle_textareaStyle__eZH3n{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__eZH3n::placeholder{color:#ababab!important}@media screen and (max-width:1600px){.campaignContactStyle_textareaStyle__eZH3n{font-size:14px!important}}.campaignContactStyle_truncateProductImageUrl__FrrJk{-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__k4d04{font-size:14px!important}.campaignContactStyle_importCSVLimit__tb4Nv{font-size:12px!important}.campaignContactStyle_downloadSampleCSVTemplateText__9dwQq{font-size:13px!important}.campaignContactStyle_contactsTitleTypography__y7ARV,.campaignContactStyle_noContactsFoundTypography__i8q-z{font-size:14px!important}.campaignContactStyle_headerEditIcon__XzpkJ{height:18px!important;margin-left:0!important;width:18px!important}}@media screen and (max-width:768px){.campaignContactStyle_totalContactCountTitleTypography__tgyV6,.campaignContactStyle_totalContactCountTypography__SAD3Z{font-size:14px!important}}@media screen and (max-width:600px){.campaignContactStyle_popupTitleDivider__URjwv{margin:10px 20px 0!important}.campaignContactStyle_popupBodyGridContainer__28en\+{padding:20px!important}.campaignContactStyle_filterPopupBodyContainer__cLuF0{padding:10px 20px!important}.campaignContactStyle_countOfContactGrid__UC-3c{padding:10px 13px!important}}.campaignContactStyle_contactPageBody__x8fir{padding:0 25px 0 27px!important}.campaignContactStyle_contactCardPageBody__F2XyK{overflow:auto!important;padding:15px 0 5px 5px!important}.campaignContactStyle_editFieldPopupActionBtnsContainer__ffmgB{padding:20px 0!important}.campaignContactStyle_contactPageHeaderContainerEmpty__6vhQP,.campaignContactStyle_contactPageHeaderContainer__mVAGx{padding:15px 0!important}@media screen and (min-width:600px){.campaignContactStyle_contactPageHeaderContainer__mVAGx{padding:18px 0!important}.campaignContactStyle_contactPageHeaderContainerEmpty__6vhQP{padding:23px 0!important}}.campaignContactStyle_contactPageHeaderInner__az6VT{margin-bottom:10px!important;padding:0 25px 0 27px!important}.campaignContactStyle_contactPageHeaderInnerEmpty__qoDec{margin-bottom:10px!important;padding:5px 25px 0 27px!important}@media screen and (max-width:600px){.campaignContactStyle_contactPageHeaderInnerEmpty__qoDec,.campaignContactStyle_contactPageHeaderInner__az6VT{margin-bottom:0!important;padding:0 20px!important}}.campaignContactStyle_newOptionListItem__kODOw{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__L6VtT{background-color:#fbf4ff!important;border-radius:10px!important;height:100%!important;padding:32px 24px!important}.callAnalysisDashboard_averageHeadingName__08Lw2{color:#1c1c1c!important;font-size:15px!important;font-weight:600!important}.callAnalysisDashboard_averageHeadingValue__OwQbw{color:#1c1c1c!important;font-size:24px!important;font-weight:700!important}.callAnalysisDashboard_pieChartContainer__H-1t7{background-color:#f7f9fb!important;border-radius:10px!important;height:100%!important;padding:20px!important}.callAnalysisDashboard_pieChartHeadingName__4PhaW{color:#1c1c1c!important;font-size:16px!important;font-weight:600!important}.callAnalysisDashboard_pieChartsStyle__qcOwt .MuiChartsLegend-mark{y:-4!important;rx:50%!important;height:10px!important;width:10px!important}.callAnalysisDashboard_pieChartsStyle__qcOwt{height:190px!important;overflow:visible;width:200px!important}.callAnalysisDashboard_pieChartsStyle__qcOwt text{color:#1c1c1c!important;font-size:14px!important;font-weight:600!important;transform:translateX(5px)}.callAnalysisDashboard_customBarChart__YPrKH .MuiBarElement-root{width:25px!important}.callAnalysisDashboard_customBarChart__YPrKH svg{height:570px!important;overflow:visible!important}.callAnalysisDashboard_customBarChart__YPrKH .MuiChartsXAxis-root text{font-size:8px!important}.callAnalysisDashboard_customBarChart__YPrKH{height:600px!important;margin-top:-150px!important;overflow:visible!important}.callAnalysisDashboard_agentGraphStyle__hMMMC{height:650px!important}.callAnalysisDashboard_customBarChart__YPrKH .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__YPrKH .MuiChartsGrid-line{stroke:#1c1c1c0d!important}.callAnalysisDashboard_customBarChart__YPrKH .MuiChartsGrid-line:first-child{stroke:#1c1c1c33!important}.callAnalysisDashboard_tableBodyHeadingFontStyle__XNzVN{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__i0Roz{color:#373737!important;font-size:14px!important;font-weight:500!important;padding:12px!important;white-space:nowrap!important}.callAnalysisDashboard_cellRow__ErnIn:last-child td{border-bottom:none!important}.callAnalysisDashboard_cellRow__ErnIn:hover{background-color:#f7f9fb!important}.callAnalysisDashboard_viewButtonStyle__RR4U9{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__dnWrN{text-align:end!important;width:110px!important}.callAnalysisDashboard_labelHeading__Xjq9n{color:#1c1c1c!important;font-size:14px!important;font-weight:600!important}.callAnalysisDashboard_labelCircle__08E46{border-radius:50%!important;height:10px!important;min-width:10px!important}.callAnalysisDashboard_viewButtonColumnStyle__05dch{background-color:#fff;position:-webkit-sticky!important;position:sticky!important;right:0!important}.callAnalysisDashboard_viewButtonColumnHeadingStyle__7ECaC{background-color:#fbf4ff!important;position:-webkit-sticky!important;position:sticky!important;right:0!important}.callAnalysisDashboard_actionIconSmall__ATn2k{font-size:18px!important;margin:0 2px!important;padding:0!important;vertical-align:middle}@media screen and (max-width:1600px){.callAnalysisDashboard_labelHeading__Xjq9n{color:#1c1c1c!important;font-size:13px!important;font-weight:600!important}.callAnalysisDashboard_tableBodyHeadingFontStyle__XNzVN,.callAnalysisDashboard_tableBodySubHeadingFontStyle__i0Roz{font-size:13px!important}}@media screen and (max-width:1000px){.callAnalysisDashboard_pieChartContainer__H-1t7{padding:0!important}.callAnalysisDashboard_pieContainer__g2dcQ{padding:15px 0 15px 15px!important}.callAnalysisDashboard_barContainer__YyJk\+{padding:15px 0 0 15px!important}.callAnalysisDashboard_pieLabelContainer__vcyog{padding:15px 15px 15px 0!important}.callAnalysisDashboard_tableBodySubHeadingFontStyle__i0Roz{font-size:13px!important}.callAnalysisDashboard_agentGraphStyle__hMMMC{width:1500px!important}.callAnalysisDashboard_cellRow__ErnIn:hover{background-color:#0000!important}.callAnalysisDashboard_viewButtonColumnStyle__05dch{background-color:#fff!important;position:-webkit-sticky!important;position:sticky!important;right:0!important}.callAnalysisDashboard_viewButtonColumnHeadingStyle__7ECaC{background-color:#fbf4ff!important;position:-webkit-sticky!important;position:sticky!important;right:0!important}}@media screen and (max-width:1600px){.callAnalysisDashboard_pieChartHeadingName__4PhaW{font-size:15px!important}}@media screen and (max-width:900px){.callAnalysisDashboard_pieChartHeadingName__4PhaW{font-size:14px!important}}.button_authButtonStyle__uhU53{background:#6a097d!important;border-radius:3px!important;color:#fff!important;font-size:15px!important;font-weight:600!important;height:56px}.button_primaryButtonStyle__psM\+a{background:#6a097d!important;box-shadow:0 0 2px 0 #6a097d!important}.button_primaryButtonStyle__psM\+a,.button_whatsappButtonStyle__fVKxs{border-radius:5px!important;color:#fff!important;padding:6px 10px!important}.button_whatsappButtonStyle__fVKxs{background-color:#54bb7e!important;box-shadow:0 0 2px 0 #54bb7e!important}.button_blackShadowedButton__\+wxpJ{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__PZoF4{color:#6a097d!important}.button_LogoutButtonStyle__hynUX{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__svSj6{padding:5px!important}.button_primaryButtonStyleIcon__svSj6,.button_primaryButtonStylePersona__O\+ly-{background:#6a097d!important;border-radius:5px!important;color:#fff!important;font-size:13px!important;font-weight:600!important}.button_primaryButtonStylePersona__O\+ly-{margin-left:5px!important;min-width:43px!important;padding:6px 10px!important}.button_individualButton__3svqG{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__O\+ly-:hover,.button_primaryButtonStyle__psM\+a:hover{background:#6a097d}.button_secondaryButtonStyle__fmp-B{background:#f7e9ff!important;box-shadow:none!important;color:#6a097d!important;padding:6px 10px!important}.button_borderedButtonStyle__h314o{background:#fff!important;box-shadow:0 0 2px 0 #6a097d!important;color:#6a097d!important;padding:5.8px 10px!important}.button_transparentBorderedButtonStyle__ZnPQB{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__h314o:hover{box-shadow:0 0 4px 0 #6a097d}.button_ctaButtonStyle__FCL8N{background:#f7e9ff!important;font-size:14px!important;padding:6px 10px!important;width:170px!important}.button_ctaButtonStyle__FCL8N,.button_linearGredientAnimatedButton__HcTzV{border-radius:5px!important;color:#6a097d!important;font-weight:600!important}.button_linearGredientAnimatedButton__HcTzV{font-size:15px!important;overflow:hidden!important;padding:8px 10px!important;position:relative!important;text-transform:inherit!important;z-index:0!important}.button_linearGredientAnimatedButton__HcTzV:before{animation:button_bgRotate__CPXcc 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__HcTzV: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__CPXcc{to{transform:rotate(1turn)}}.button_secondaryButtonStyle__fmp-B .button_Mui-disabled__AZt3I{border:1px solid red!important;cursor:not-allowed!important}.button_upgradeButtonStyle__FRHtH{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__ALlMs{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__fA4UL{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__ePiwQ{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__QxuVL{font-size:13px!important;padding:8px 27.5px!important}.button_primaryButtonStyleCreatePersona__RIL\+I,.button_primaryButtonStylePersonaEdit__QxuVL{background:#6a097d!important;border-radius:5px!important;color:#fff!important;font-weight:600!important}.button_primaryButtonStyleCreatePersona__RIL\+I{font-size:15px!important;height:40px!important;padding:8px 20px!important}.button_deleteIntegrationButton__-ZI3N{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__fA4UL,.button_primaryButtonStylePersonaEdit__QxuVL{width:97%}}.button_cancelDomainButton__XIMXt{background:#fbf4ff!important;color:#767676!important;padding:5px 20px!important}.button_addButton__VvI1H,.button_cancelDomainButton__XIMXt{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__VvI1H{background:#6a097d!important;color:#fff!important;padding:5px 30px!important}.button_textVariantStyle__Ag0dQ{color:#6a097d!important;font-size:15px!important;font-weight:600!important;padding:0!important;text-transform:none!important}@media(hover:hover){.button_borderedButtonStyle__h314o:hover{background:#f7e9ff!important}}.button_headerUpgradeButton__PKkeK{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__VFesT{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__\+0ozy{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__S7q\+s{background:#f7e9ff!important;border-radius:5px;color:#6a097d!important;font-size:15px;font-weight:600;height:34px;width:115px}.button_linkChatbotButtonStyle__8bC93{background:#6a097d!important;border-radius:5px;color:#fff!important;font-size:15px;font-weight:600;height:34px;width:100px}.button_channelsThemeBtnStyle__-J3VI{background-color:#f7e9ff!important;box-shadow:0 0 2px #6a097db3!important;color:#6a097d!important;font-size:14px!important;padding:5px 20px!important}.button_whatsappThemeBtnStyle__ANWTR{background:#4ac958!important;color:#fff;font-size:14px!important}.button_facebookThemeBtnStyle__SiY00{background:#3d5b99!important;color:#fff;font-size:14px!important}.button_instaThemeBtnStyle__bWu-N{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);border:none}.button_calendlyCancelButtonStyle__EgbYF{background:#fff!important;border-radius:5px!important;box-shadow:0 0 2px 0 #6a097d!important;color:#6a097d!important;padding:6px 10px!important}.button_calendlySelectedEventBtnStyle__jDCHC{background-color:#6a097d!important}@media screen and (max-height:700px){.button_authButtonStyle__uhU53{height:50px}}.onboardingEnd_upperGrid__UnaFA{background-image:url(/static/media/wavePopup.9423a8405851cecb25b0.png);background-size:cover;padding:40px}.onboardingEnd_upperLogo__9Givb{height:60px;margin-bottom:15px;width:60px}.onboardingEnd_bottomContainer__Ab6FQ{border-radius:5px;box-shadow:0 0 4px 0 #6a097d40;padding:25px}.onboardingEnd_confirmationText__W8R2k{-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__eAu0q{border-radius:50%;height:106px;width:106px}.onboardingEnd_textStyle__Whuhr{color:#000;font-size:16px;font-weight:500}.onboardingEnd_containerStyle__bmGIy{gap:35px}@media screen and (max-width:600px){.onboardingEnd_upperGrid__UnaFA{padding:10px 20px 20px}.onboardingEnd_ppContainer__eAu0q{height:95px;width:95px}.onboardingEnd_confirmationText__W8R2k{font-size:18px;margin-bottom:20px!important}.onboardingEnd_upperLogo__9Givb{height:40px;width:40px}.onboardingEnd_textStyle__Whuhr{font-size:14px}.onboardingEnd_containerStyle__bmGIy{gap:15px}}.login_otpInputError__IcEHy{border-left:0!important;border-right:0!important;border-top:0!important;border:1px solid red}.login_inputOtpStyle__GtAde,.login_otpInputError__IcEHy{font-size:16px!important;height:40px!important;justify-content:center;margin:4px!important;outline:none;text-align:center;width:60px!important}.login_inputOtpStyle__GtAde{border-left:0!important;border-right:0!important;border-top:0!important}.login_rightBlockWrapper__5705p{width:50%}.login_rightBlock__RPJYN{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__XSwL9{align-self:center!important;display:flex;justify-content:center;max-height:100vh!important;overflow:hidden;padding:0 50px;width:50%!important}.login_leftBlock__5eKrJ{align-items:center;flex-wrap:nowrap;height:100vh;justify-content:center;max-width:385px;min-height:550px}.login_whiteLogoStyleItem__hHY9U{left:45px!important;position:absolute!important;text-align:start!important;top:40px!important}.login_whiteLogoStyle__CGScM{height:auto!important;width:220px!important}.login_bannerContentItem__3lnvs{height:100%!important;margin:0 auto!important}.login_bannerContentContainer__IDsmK{align-items:center!important;height:100%!important}.login_bannerTextContainer__rdCdF{margin-bottom:5px!important}.login_bannerText__JO-9z{color:#fff!important;font-size:26px!important;font-weight:600!important}.login_subBannerTextContainer__p1WM4{margin:0 0 30px!important}.login_subBannerText__5VKQb{color:#f1f1f1!important;font-size:16px!important;font-weight:500!important}.login_listItemContainer__1Xq6l{margin:11px 0!important}.login_listItemWrapper__JovtQ{justify-content:space-between!important}.login_iconContainer__2Gy0\+{max-width:21px!important}.login_listIcon__pt2Dg{height:auto!important;margin-top:3px!important;width:100%!important}.login_textContainer__xDoz-{max-width:calc(100% - 35px)!important;width:calc(100% - 35px)!important}.login_listText__rx0-h{color:#fff!important;font-size:15px!important;font-weight:400!important}.login_metaVerifiedContainer__eJ9ox{bottom:30px!important;left:30px!important;position:absolute!important;text-align:start!important}.login_metaVerifiedImage__Kb3eN{height:auto!important;width:140px!important}.login_oppositeToMetaLogo__e\+vX4{bottom:-5px!important;position:absolute!important;right:-90px!important}.login_italicText__J1V7h{color:#fff;font-size:25px;font-style:italic;font-weight:600;max-width:360px!important;text-align:center}.login_loginImage__tBUkK{height:auto!important;margin:50px 0!important;width:450px!important}@media screen and (max-width:1350px){.login_bannerText__JO-9z{font-size:24px!important}.login_whiteLogoStyleItem__hHY9U{left:35px!important}.login_subBannerTextContainer__p1WM4{margin:0 0 25px!important}.login_listText__rx0-h span{font-size:14.5px!important}.login_listItemContainer__1Xq6l{margin:8px 0!important}}@media screen and (max-width:1100px){.login_bannerText__JO-9z{font-size:23px!important}.login_subBannerText__5VKQb{font-size:15px!important}}@media screen and (max-height:700px){.login_loginImage__tBUkK{height:auto!important;margin:35px 0!important;width:400px!important}.login_italicText__J1V7h{font-size:23px}.login_whiteLogoStyle__CGScM{height:auto!important;width:220px!important}}@media screen and (max-width:550px){.login_leftBlockWrapper__XSwL9{padding:0 30px!important}}@media screen and (max-width:1000px){.login_rightBlock__RPJYN{display:none!important}.login_chronoxLogoWrapperSecond__r5ZPU{display:block!important;margin:30px 0!important}.login_leftBlockWrapper__XSwL9{display:flex;justify-content:center;padding:0 50px;width:100%!important}}@media screen and (max-height:900px){.login_rightPanelImg__7vJlT{bottom:-8%;height:700px;left:-1%;max-width:950px;position:fixed;width:auto}}@media screen and (min-height:900px){.login_rightPanelImg__7vJlT{bottom:-3%;height:700px;left:1%;max-width:950px;position:fixed;width:auto}}.login_recaptchaBlock__W-GNn{margin:30px 0 40px!important;transform:scale(1.25)}.login_mainRecaptchaBlock__IQhM\+{display:flex;justify-content:center}.login_whiteWeLogoStyle__mRD3O{margin-bottom:35px}.login_chronoxLogoWrapperSecond__r5ZPU{display:none;margin:20px 0}.login_logoStyle__SSAK6{height:auto;width:200px}@media screen and (max-width:1735px)and (min-width:1550px){.login_rightPanelImg__7vJlT{left:-13%}}@media screen and (max-width:1550px)and (min-width:1405px){.login_rightPanelImg__7vJlT{left:-20%}}@media screen and (max-width:1405px)and (min-width:1300px){.login_rightPanelImg__7vJlT{left:-25%}}@media screen and (max-width:450px)and (min-width:390px){.login_recaptchaBlock__W-GNn{margin:30px 0 40px!important;transform:scale(1.15)!important}}@media screen and (max-width:390px){.login_recaptchaBlock__W-GNn{transform:none!important}}.login_editIconStyle__ZXtME{position:absolute!important;right:18px}@media screen and (max-width:600px){.login_leftBlock__5eKrJ{align-items:center;height:auto!important;justify-content:start}.login_chronoxLogoWrapperSecond__r5ZPU{margin:30px 0 20px!important}}.login_highlightedText__T\+k3B{font-weight:700!important}.login_highlightedTextPart__Bxy9E{color:#fff!important}.login_verificationBlockGrid__Tlk2K{margin-bottom:25px!important}.verifyAccount_otpInputError__MIRD1{border-left:0!important;border-right:0!important;border-top:0!important;border:1px solid red;width:56px!important}.verifyAccount_inputOtpStyle__soofg,.verifyAccount_otpInputError__MIRD1{font-size:16px!important;height:40px!important;justify-content:center;margin:4px!important;outline:none;text-align:center}.verifyAccount_inputOtpStyle__soofg{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__3oJNx{transform:scale(.77);transform-origin:0 0}.verifyAccount_inputOtpStyle__soofg,.verifyAccount_otpInputError__MIRD1{border-radius:0!important;caret-color:blue!important;color:#4c4a4d!important;font-size:16px!important;font-weight:400!important;height:50px!important}.verifyAccount_otpInputError__MIRD1{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__3oJNx{transform:scale(.77);transform-origin:0 0}.verifyAccount_inputOtpStyle__soofg,.verifyAccount_otpInputError__MIRD1{border-radius:0!important;caret-color:blue!important;color:#4c4a4d!important;font-size:16px!important;font-weight:400!important;height:50px!important}.verifyAccount_otpInputError__MIRD1{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__3oJNx{transform:scale(.77);transform-origin:0 0}.verifyAccount_inputOtpStyle__soofg,.verifyAccount_otpInputError__MIRD1{border-radius:0!important;caret-color:blue!important;color:#4c4a4d!important;font-size:14px!important;font-weight:400!important;height:50px!important}.verifyAccount_otpInputError__MIRD1{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__B4UiS{background-color:initial!important;box-shadow:0 1px 1px 0 #00000040!important}.header_header__B4UiS .MuiToolbar-root{justify-content:space-between}.header_documentTitleStyle__DwhSD{padding-left:20px}.header_docNameTextfieldStyle__JzjWK,.header_documentTitleStyle__DwhSD{border-left:1px solid #bdbdbd;color:#4c4a4d;font-size:15px!important;font-weight:600!important;margin:0 0 0 20px!important}.header_docNameTextfieldStyle__JzjWK{min-width:100%!important}.header_docNameTextfieldStyle__JzjWK .MuiTextField-root{width:100%}.header_docNameTextfieldStyle__JzjWK .MuiInputBase-root{font-size:15px!important;font-weight:600!important;width:100%}.header_docNameTextfieldStyle__JzjWK .MuiInputBase-input{padding-left:15px;text-align:start;width:100%}.header_docNameTextfieldStyle__JzjWK .MuiInputBase-root:after,.header_docNameTextfieldStyle__JzjWK .MuiInputBase-root:before{border-bottom:0!important}.header_creditWrapper__2jChM{align-items:center;color:#4c4a4d;display:flex;font-weight:600;margin-right:15px!important}@media screen and (max-width:599px){.header_header__B4UiS{background:#fff!important;box-shadow:none!important}.header_creditWrapper__2jChM,.header_headerButtonWrapper__qaKtp{display:none}.header_spaceBetweenCenter__rT0wi{align-items:center!important;display:flex!important;justify-content:space-between!important}.header_headerToolBar__vEvBA{padding:0!important}.header_docNameTextfieldStyle__JzjWK{border-left:0;margin:0!important}.header_docNameTextfieldStyle__JzjWK .MuiInputBase-input{padding:0!important}}.header_menuItemList__g4CgU .MuiListItemText-primary{font-size:14px!important;font-weight:600!important}.header_menuItemList__g4CgU{max-width:275px!important;padding:0!important;width:100%!important}.header_subListMenuItem__43YTE{padding-inline:32px!important}.header_menuItemList__g4CgU .MuiListItemIcon-root{min-width:40px!important}.header_exploreMenuButton__18bVx{padding:3px!important}.header_exploreMenuButtonOpen__14VGy,.header_exploreMenuButton__18bVx{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__14VGy{background-color:#00000026!important;color:#0009!important;padding:0 3px!important}.header_exploreMenuButton__18bVx:hover{background-color:#00000026!important}.header_creditWrapper__2jChM .MuiPaper-elevation,.header_exploreMenuButtonWidth__4M1PF{min-width:210px!important}.header_listItemButtonComponent__\+LpUP{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__i62Ol{word-wrap:break-word!important}.header_menuItemList__g4CgU .MuiListItemText-primary{word-wrap:break-word!important;max-width:275px!important}.header_headerButtonWrapperSM__FyBDC{display:flex!important}.header_exploreMenuGrid__qg1no{align-items:center!important;display:flex!important;margin-inline:16px!important}.header_moreVerticalIcon__9RGbE{align-items:end!important;display:flex!important}.header_moreVerticalIconMenu__QQq\+p{display:flex!important;padding-block:0!important}.header_expandMoreGridMobile__gB76I{align-items:center!important;display:flex!important}.header_breadCrumbWrapper__yMqed{cursor:pointer!important;display:block!important;font-size:12px;font-weight:500}@media screen and (min-width:600px){.header_breadCrumbWrapper__yMqed{display:none!important}}.header_breadcrumbsStyle__ycSXY{line-height:1!important}.header_cbHeaderBreadCrumbsHeadText__d9fWh{color:#7a7a7a!important;font-size:12px!important;font-weight:600!important;text-decoration:underline!important}.header_cbHeaderBreadCrumbsChatbotLabel__LncHK{color:#1f384c!important;font-size:12px!important;font-weight:600!important}@media screen and (max-width:650px){.header_headerButtonWrapperSM__FyBDC{display:none!important}.header_headerButtonWrapperXS__LwL\+p{display:flex!important}}.header_headerButtonWrapperXS__LwL\+p{display:none}.header_documentNameAreaContainer__3aDCB{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__d2tEB{align-items:flex-start;display:flex!important;flex-direction:column!important;gap:4px}.header_currentActiveMenuContainer__d2tEB.header_center__Lnt5M{justify-content:center}.header_currentActiveMenuContainer__d2tEB.header_space-between__Dq-j5{justify-content:space-between}.header_currentActiveMenuItem__zSxwc{cursor:pointer!important;display:block!important}@media(min-width:600px){.header_currentActiveMenuItem__zSxwc{display:none!important}}.header_documentNameAreaContainer__3aDCB .MuiTextarea-root{background-color:#fff;border:initial!important}@media screen and (min-width:1450px){.header_documentNameAreaContainer__3aDCB{min-width:1000px!important}}@media screen and (min-width:1000px)and (max-width:1450px){.header_documentNameAreaContainer__3aDCB{min-width:700px!important;min-width:550px!important}}@media screen and (max-width:599px){.header_documentNameAreaContainer__3aDCB{border-left:initial!important;color:#4c4a4d;font-size:15px!important;font-weight:600!important;margin:initial!important;min-width:100%!important}.header_documentNameAreaContainer__3aDCB .MuiTextarea-root{background-color:#fbf4ff!important;border:initial!important;border-left:initial!important}.header_headerWrapper__6Duc6{width:100%}.header_logoContainer__TV44S{flex-wrap:nowrap!important}}@media screen and (min-width:599px)and (max-width:780px){.header_documentNameAreaContainer__3aDCB{min-width:0!important;min-width:auto!important}}.header_headerAppBar__32KFX{background:#fbf4ff!important;box-shadow:0 1px 1px 0 #00000040!important;padding-left:45px!important}@media(min-width:600px){.header_headerAppBar__32KFX{background:#fff!important;padding-left:0!important;position:static!important}}.header_displayCenter__odXaR{align-items:center!important;display:flex!important}.header_timeZoneItem__tcwwy{position:absolute!important;right:20px!important}.header_timeZoneBox__dOGAh{align-items:center!important;display:flex!important;height:100%!important;justify-content:center!important}.header_timeZoneImagStyle__0YIfD{height:25px!important;width:25px!important}.header_cmpGlobalMobileAddIconDarkItem__4mlrl{bottom:10px!important;position:absolute!important;right:20px!important}.header_absoluteAlignment__KkMFP{bottom:11px!important;position:absolute!important;right:20px!important}.header_menuItemPadding__t55bO{padding-block:8px!important}.header_menuItemPaddingTen__dYKiT{padding-block:10px!important}.header_menuItemStyling__h3Eek{font-size:14px!important;font-weight:500!important}.workflowGlobal_workflowHeaderSection__sbAnS{border-bottom:1px solid #eaeaea!important;padding:15px 25px!important}.workflowGlobal_cbHeaderBreadCrumbsHeadText__d6lZ0{color:#7a7a7a!important;font-size:15px!important;font-weight:500!important}.workflowGlobal_savingVariable__Tt60k{color:#5a677d;font-size:16px;font-weight:600}@media screen and (max-width:600px){.workflowGlobal_savingVariable__Tt60k{color:#5a677d;font-size:16px;font-weight:600;margin-bottom:5px!important}}.workflowGlobal_cbHeaderBreadCrumbsChatbotLabel__pfZ47{color:#1f384c!important;font-size:15px!important;font-weight:600!important}.workflowGlobal_ellipsisChatbotName__lZKYv{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__lZKYv{display:block!important;max-width:100px!important;overflow-inline:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}}.workflowGlobal_canvasFlowStyle__0KKd5 .react-flow__edges{z-index:2001!important}.workflowGlobal_hideArrows__jhE7x .react-flow__edges{z-index:2000!important}.workflowGlobal_canvasFlowStyle__0KKd5 .button-edge__label{z-index:2002!important}.workflowGlobal_canvasFlowStyle__0KKd5 .react-flow__handle{background-color:red!important;border:3px solid red!important}.workflowGlobal_canvasFlowStyle__0KKd5 .react-flow__handle-right{background-color:green!important;border:3px solid green!important;bottom:18px!important}.workflowGlobal_nodeWrapperTargetHandleDuringConnection__pQ0wC{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__Fomki{opacity:0;z-index:1}.workflowGlobal_nodeWrapperSourceHandle__Xpkm3 .react-flow__handle-right{top:auto!important}.workflowGlobal_templateButton__ZUAoj .react-flow__handle-right{position:relative;top:50%!important}.workflowGlobal_canvasFlowStyle__0KKd5 .selectable{border:none!important;border-radius:10px!important;z-index:2000!important}.workflowGlobal_errorNodeWrapper__-WjAF{box-shadow:0 1px 0 #11111a0d,0 0 8px red!important}.workflowGlobal_nodeWrapperToolbar__ng-yj{opacity:0}.workflowGlobal_nodeWrapper__1PHX2{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__1PHX2:hover{box-shadow:0 0 10px #ebab34!important}.workflowGlobal_nodeWrapper__1PHX2:hover .nodeWrapperToolbar{opacity:1}.workflowGlobal_hideArrows__jhE7x .workflowGlobal_nodeWrapper__1PHX2{opacity:.9!important}.workflowGlobal_triggerCardGlobalStyle__tzNF9{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__tzNF9:hover{box-shadow:0 0 10px green!important}.workflowGlobal_messageCardGlobalStyle__GR8nv{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__3wEnt{color:#000!important;font-size:16px!important;font-weight:600!important}.workflowGlobal_triggerCardSubHeadingStyle__yp2I4{color:#7a7a7a!important;font-size:14px!important;font-weight:500!important}.workflowGlobal_triggerButtonStyle__vYQCt{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__vYQCt:hover{background-color:#6a097d1a!important}.workflowGlobal_messageMediaNameStyle__j\+ewu{color:#afafaf!important;font-size:14px!important;font-weight:500!important}.workflowGlobal_addTextBlockStyle__wwYSp{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__wwYSp:hover{background-color:#afafaf1a!important}.workflowGlobal_addTemplateBlockStyle__hCQ-0{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__hCQ-0:hover{background-color:#664fe71a!important}.workflowGlobal_floatingIconStyles__h44bc{position:absolute!important;right:15px!important;top:15px!important}.workflowGlobal_nodeListContainer__1Du2V{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__wj0Vr{animation:workflowGlobal_fadeListIn__0avQu .4s ease-in forwards}.workflowGlobal_iconsStyle__MNo8e{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__hQneP{background-color:#f1f1f1!important;border-radius:8px!important;padding:12px!important;width:100%!important}.workflowGlobal_deploymentKeyStyle__6mL24{color:#7a7a7a!important;font-size:14px!important;font-weight:600!important}.workflowGlobal_deploymentValueStyle__\+gpPZ{color:#6a097d!important;font-size:14px!important;font-weight:600!important}.workflowGlobal_triggerValueChip__cJ\+CU{border:1px solid #6a097d!important;border-radius:6px!important;padding:6px 8px!important}.workflowGlobal_triggerKeywordChip__QHcjP{border:1px solid #4c4a4d!important;border-radius:6px!important;padding:6px 8px!important}.workflowGlobal_postDeploymentTriggerTypography__0qE2y{font-size:15px!important;font-weight:600!important}.workflowGlobal_postDeploymentTriggerTable__mKXES{border:1px solid #e9e9e9;border-radius:5px;box-sizing:border-box;max-width:100%;overflow:auto}.workflowGlobal_keywordFreeSolo__CsJAZ{max-width:250px!important;min-width:250px!important}.workflowGlobal_keywordFreeSolo__CsJAZ .MuiAutocomplete-clearIndicator{right:0!important}.workflowGlobal_keywordFreeSolo__CsJAZ .MuiAutocomplete-tag{margin:2px 5px 0 0!important}.workflowGlobal_keywordFreeSolo__CsJAZ .MuiAutocomplete-inputRoot{padding:5px!important}.workflowGlobal_keywordFreeSolo__CsJAZ .MuiChip-label{white-space:normal!important}.workflowGlobal_checkBoxStyle__auhDp span{padding:0!important}.workflowGlobal_flowZoomPercent__Hfk-y{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__yw8jt{background-color:#0000!important;border-radius:5px!important;width:100%!important}.workflowGlobal_chatbotNameEditTextField__yw8jt fieldset{border:none!important;outline:none!important}.workflowGlobal_chatbotNameEditTextField__yw8jt .MuiOutlinedInput-input{font-size:15px!important;font-weight:600!important;padding:3px 0 0!important}.workflowGlobal_leftSectionArrowIconForClose__Y14uM{background-color:#6a097d!important}.workflowGlobal_leftSectionArrowIconForClose__Y14uM,.workflowGlobal_leftSectionArrowIconForOpen__pbbtq{border-radius:50%!important;color:#fff!important;height:16px!important;padding:6px!important;width:16px!important}.workflowGlobal_leftSectionArrowIconForOpen__pbbtq{background-color:#6f5d72!important}.workflowGlobal_leftSectionArrowIconForOpenGrid__rhd6j{position:absolute!important;right:20px!important;top:18px!important}.workflowGlobal_resetVariableAutoComplete__TrBPG{font-size:14px!important;width:100%!important}.workflowGlobal_resetVariableAutoComplete__TrBPG .MuiAutocomplete-endAdornment{position:relative!important}.workflowGlobal_resetVariableAutoComplete__TrBPG .MuiAutocomplete-clearIndicator{bottom:-14px!important;position:absolute!important;right:18px!important}.workflowGlobal_resetVariableAutoComplete__TrBPG .MuiAutocomplete-popupIndicator{bottom:-14px!important;position:absolute!important;right:-6px!important}.workflowGlobal_resetVariableAutoComplete__TrBPG .MuiAutocomplete-tag{margin:3px 0!important;max-width:calc(100% - 3px)!important}.workflowGlobal_resetVariableAutoComplete__TrBPG .MuiSelect-select{padding:8.5px 14px!important}.workflowGlobal_resetVariableAutoComplete__TrBPG .MuiAutocomplete-inputRoot{padding:3px 5px!important}.workflowGlobal_resetVariableAutoComplete__TrBPG fieldset{border:none!important;box-shadow:0 0 2px #00000040!important}.workflowGlobal_resetVariableAutoComplete__TrBPG{border-radius:5px!important}.workflowGlobal_resetVariableAutoComplete__TrBPG .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__FZxD9 .MuiSvgIcon-root{fill:#7a7a7a}.workflowGlobal_staticWorkflowHeaderBreadcrumb__LpoOL .MuiBreadcrumbs-separator{margin-left:3px;margin-right:3px}.workflowGlobal_staticWorkflowHeaderBreadcrumb__LpoOL .MuiBreadcrumbs-ol{flex-wrap:nowrap;overflow:auto;text-overflow:ellipsis;white-space:nowrap}.workflowGlobal_staticWorkflowHeaderBreadcrumb__LpoOL .MuiBreadcrumbs-ol::-webkit-scrollbar{height:1px!important;width:1px!important}.workflowGlobal_staticWorkflowHeaderBreadcrumb__LpoOL .MuiBreadcrumbs-ol::-webkit-scrollbar-thumb{background-color:#fff!important}@keyframes workflowGlobal_fadeListIn__0avQu{0%{opacity:0;transform:scale(0);transform-origin:top right}to{opacity:1;transform:scale(1);transform-origin:top right}}.workflowGlobal_closeListContainer__gp1zA{animation:workflowGlobal_fadeListClose__UI886 .4s ease-in forwards}@keyframes workflowGlobal_fadeListClose__UI886{0%{opacity:1;transform:scale(1);transform-origin:top right}to{opacity:0;transform:scale(0);transform-origin:top right}}.workflowGlobal_toggleIconButtonInIntentDropdown__W74My{opacity:1!important;pointer-events:auto!important}.workflowGlobal_toggleIconButtonInIntentDropdown__W74My:active,.workflowGlobal_toggleIconButtonInIntentDropdown__W74My:focus,.workflowGlobal_toggleIconButtonInIntentDropdown__W74My:hover{background:none!important;outline:none!important}.workflowGlobal_intentOptionLowOpacity__AQHUA{opacity:.38!important}.workflowGlobal_intentConfigurationDropdown__MOrsL{opacity:1!important}.workflowGlobal_indentIntentDiv__MYrLq{width:40px!important}.workflowGlobal_paddingLeftIntentOption__H2kqR{padding-left:8px!important}.globalSearch_globalSearch__qCGOl .MuiOutlinedInput-input{padding:11.5px 8px!important}.globalSearch_globalSearch__qCGOl .Mui-focused,.globalSearch_globalSearch__qCGOl .MuiOutlinedInput-notchedOutline{border:none!important}.globalSearch_globalSearch__qCGOl{border-radius:5px!important;box-shadow:0 0 2px 0 #5f6368!important}.globalSearch_globalSearch__qCGOl input[type=search]::-webkit-search-cancel-button{cursor:pointer!important}.chatbot_tabStyle__4o-Af{text-transform:capitalize!important}.chatbot_iFrameContainer__69hTL{border:1px solid #e9e9e9;border-radius:3px!important}.chatbot_embedHeadItem__LmI-C{background-color:#fbf4ff!important}.chatbot_embedTitle__VxFCN{color:#6a097d!important;font-size:15px;font-weight:500}.chatbot_embedHeadContainer__jux2w{padding:20px 10px 20px 20px}.chatbot_embedDescription__CgOEX{color:#565656!important}.chatbot_embedLinkContainer__\+7jcz{padding:20px}.chatbot_domainTable__LMRVH{margin-top:18px!important;width:100%}.chatbot_tryChatBotStyles__ovy7q{max-height:calc(100vh - 220px);overflow-y:scroll}.chatbot_exploreAIFontStyle__O8oEO{border-left:1px solid #000!important;padding-left:16px!important}.chatbot_fixGridContainer__VjWNL{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__au0bQ{width:100%!important}.chatbot_cbViewMainItem__kZ15C{position:relative}.chatbot_cbViewMainMobileItem__hhLZr{border-top:none}.chatbot_cbPreviewMainItem__Ofe\+h{background-color:#f6f6f6}.chatbot_cbPreviewMainItem__Ofe\+h,.chatbot_cbWPMainItem__Kmni5{height:calc(100vh - 90px)!important;max-height:calc(100vh - 90px)!important}.chatbot_cbPreviewHeadItem__dagn2{margin:10px 0!important}.chatbot_cbPreviewHead__WDQdZ{color:#1f384c!important;font-size:16px!important;font-weight:500!important}.chatbot_cbDetailsMainItem__HHXN5{position:relative!important}.chatbot_sampleChatbotSettings__LVODT{overflow:auto;padding-right:25px!important}.chatbot_sampleChatbotSettings__LVODT::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_sampleChatbotSettings__LVODT::-webkit-scrollbar{width:5px!important}.chatbot_sampleChatbotEditSettings__UEll9{overflow:auto;padding-right:25px!important}.chatbot_sampleChatbotEditSettings__UEll9::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_sampleChatbotEditSettings__UEll9::-webkit-scrollbar{width:5px!important}.chatbot_sampleChatbotThemeSettings__9EZRz{overflow:auto;padding-right:25px!important}.chatbot_sampleChatbotThemeSettings__9EZRz::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_sampleChatbotThemeSettings__9EZRz::-webkit-scrollbar{width:5px!important}.chatbot_sampleChatbotEditThemeSettings__my9Ba{overflow:auto;padding-right:25px!important}.chatbot_sampleChatbotEditThemeSettings__my9Ba::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_sampleChatbotEditThemeSettings__my9Ba::-webkit-scrollbar{width:5px!important}.chatbot_cbTabsRenderMainItem__4IJe8{overflow:auto;padding-right:25px!important}.chatbot_cbThemeRenderMainItem__V7Eh8::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_cbThemeRenderMainItem__V7Eh8::-webkit-scrollbar{width:5px!important}.chatbot_chatbotTabsRenderMainItem__86mr7{overflow:auto;padding-right:25px!important}.chatbot_whatsappTabsRenderMainItem__wdhN7{overflow:auto;padding-right:25px!important;z-index:1}.chatbot_whatsappIntegratedTabsRenderMainItem__o70Wn{display:flex!important;flex-wrap:wrap!important;gap:25px!important;margin-top:10px!important;overflow:auto;padding:5px 25px 5px 5px!important}.chatbot_cbTabsRenderMainItem__4IJe8::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_cbTabsRenderMainItem__4IJe8::-webkit-scrollbar{width:5px!important}.chatbot_chatbotTabsRenderMainItem__86mr7::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_chatbotTabsRenderMainItem__86mr7::-webkit-scrollbar{width:5px!important}.chatbot_cbHeaderMainItem__3b-FF{position:relative!important}.chatbot_cbHeaderBreadCrumbsHeadText__3pmi5{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important}.chatbot_cbHeaderBreadCrumbsChatbotLabel__xOn2R{color:#1f384c!important;font-size:13px!important;font-weight:600!important}.chatbot_cbHeaderBreadCrumbMainItem__IfR\+Q{margin:2px 0 0!important}.chatbot_cbCancelButton__dfJiu{background-color:#fff!important;border:1px solid #6a097d!important;border-radius:5px!important;color:#6a097d!important}.chatbot_cbCancelButton__dfJiu,.chatbot_cbSaveButton__u7ZSC{font-size:15px!important;font-weight:500!important;max-width:130px!important;text-transform:capitalize!important;width:130px!important}.chatbot_cbSaveButton__u7ZSC{padding:5.7px 16px!important}.chatbot_cbResetButton__9PgVI,.chatbot_cbSaveButton__u7ZSC{background-color:#6a097d!important;border-radius:5px!important;color:#fff!important}.chatbot_cbResetButton__9PgVI{font-size:15px!important;font-weight:500!important;text-transform:capitalize!important}.chatbot_cbResetButtonStyle__Lwn6e{max-width:160px!important;opacity:1;width:160px!important}.chatbot_cbSaveCancelContainerMargin__X0SKz{margin:10px 0!important}.chatbot_cbSaveCancelContainer__sEaa2{justify-content:start!important}.chatbot_gapEnd__FDvy1{gap:10px!important;justify-content:end!important}.chatbot_cbDetailsPreviewMainItem__WiN7S,.chatbot_cbDetailsSettingsPreviewMainItem__GLVbI{background-color:#fff;position:absolute;right:0;top:16px;z-index:2}.chatbot_marginWrapper__tN7RN{margin:0 0 2px!important}.chatbot_cbDetailsTabitem__G3mUE .chatbot_MuiTabs-root__5rbk2 .chatbot_MuiTabs-fixed__tE6MM{max-width:82%!important;overflow:auto!important;width:82%!important}.chatbot_chatbottabStyle__54ILR{min-height:auto!important}.chatbot_chatbotTabStyle__CvudY{font-size:15px!important;margin-right:15px!important;padding:12px 0 10px!important}.chatbot_dashboardStyle__7FJqK,.chatbot_trydashboardStyle__FriGC{padding:0 0 0 27px!important}.chatbot_themeSettingsStyle__4mtyn{margin:5px 35px 10px 0!important}.chatbot_setThemeAutoComplete__FXXg8{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__FXXg8 .MuiOutlinedInput-notchedOutline{border:none!important}.chatbot_setThemeAutoComplete__FXXg8 .MuiAutocomplete-input{font-size:14px!important;padding:0 3px!important}.chatbot_chatbotTabStyle__CvudY{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__4IJe8{overflow:auto}.chatbot_themeSettingsStyle__4mtyn{margin:5px 0 10px!important}}@media screen and (max-width:1200px)and (min-width:600px){.chatbot_cbDetailsPreviewMainItem__WiN7S{padding-block:4px;top:0;width:100%}.chatbot_cbDetailsSettingsPreviewMainItem__GLVbI{padding-block:4px;top:5px}.chatbot_whatsappTabsRenderMainItem__wdhN7{margin-top:5px!important}.chatbot_whatsappIntegratedTabsRenderMainItem__o70Wn{margin-top:35px!important}.chatbot_sampleChatbotEditSettings__UEll9,.chatbot_sampleChatbotSettings__LVODT,.chatbot_sampleChatbotThemeSettings__9EZRz{overflow:auto;padding-right:0!important}.chatbot_sampleChatbotEditThemeSettings__my9Ba{overflow:auto;padding-right:5px!important}.chatbot_chatbotTabsRenderMainItem__86mr7{margin-top:30px!important;overflow:auto;padding-right:0!important}}@media screen and (max-width:600px)and (min-width:0px){.chatbot_cbPreviewMainItem__Ofe\+h,.chatbot_cbWPMainItem__Kmni5{height:calc(100vh - 120px)!important;max-height:calc(100vh - 120px)!important}.chatbot_cbSaveCancelContainer__sEaa2{justify-content:center!important}.chatbot_cbDetailsPreviewMainItem__WiN7S{padding:4px;top:0;width:100%}.chatbot_cbDetailsSettingsPreviewMainItem__GLVbI{padding:4px;top:5px}.chatbot_chatbotTabsRenderMainItem__86mr7{margin-top:30px!important;overflow:auto;padding-right:0!important}.chatbot_chatbotTabStyle__CvudY{font-size:14px!important;font-weight:600!important;min-height:auto!important;padding:12px 0!important}.chatbot_cbDetailsMainItem__HHXN5{padding-right:0;position:relative!important}.chatbot_sampleChatbotEditSettings__UEll9,.chatbot_sampleChatbotEditThemeSettings__my9Ba,.chatbot_sampleChatbotSettings__LVODT,.chatbot_sampleChatbotThemeSettings__9EZRz{overflow:auto;padding-right:5px!important}.chatbot_cbTabsRenderMainItem__4IJe8{overflow:auto;padding-right:0!important}.chatbot_dashboardStyle__7FJqK{padding:0 20px!important}.chatbot_trydashboardStyle__FriGC{padding:0!important}.chatbot_fixGridContainer__VjWNL{height:67%!important;top:16%!important}}@media screen and (min-width:601px)and (max-width:900px){.chatbot_dashboardStyle__7FJqK{padding:0 25px!important}.chatbot_fixGridContainer__VjWNL{height:67%!important;top:16%!important}}@media screen and (min-width:900px)and (max-width:1200px){.chatbot_fixGridContainer__VjWNL{height:67%!important;top:16%!important}}@media screen and (max-width:900px)and (min-width:0px){.chatbot_cbCancelButton__dfJiu,.chatbot_cbSaveButton__u7ZSC{font-size:13px!important;max-width:100px!important;width:100px!important}.chatbot_cbResetButton__9PgVI{font-size:13px!important}.chatbot_setThemeAutoComplete__FXXg8 .MuiOutlinedInput-root{font-size:14px!important;padding:7.5px!important}.chatbot_whatsappTabsRenderMainItem__wdhN7{margin-top:5px!important;padding-right:5px!important}.chatbot_whatsappIntegratedTabsRenderMainItem__o70Wn{margin-top:35px!important;padding:5px 10px 5px 5px!important}.chatbot_setThemeAutoComplete__FXXg8{font-size:13px!important;min-width:160px!important}.chatbot_exploreAIFontStyle__O8oEO{border-left:none!important;padding-left:16px!important}}@media screen and (max-width:1600px)and (min-width:901px){.chatbot_cbHeaderBreadCrumbsChatbotLabel__xOn2R,.chatbot_cbHeaderBreadCrumbsHeadText__3pmi5{font-size:12px!important}.chatbot_cbCancelButton__dfJiu,.chatbot_cbSaveButton__u7ZSC{font-size:13px!important;max-width:100px!important;width:100px!important}.chatbot_cbResetButton__9PgVI{font-size:13px!important}.chatbot_chatbotTabStyle__CvudY{font-size:14px!important;padding:12px 0!important}.chatbot_setThemeAutoComplete__FXXg8 .MuiOutlinedInput-root{font-size:14px!important;padding:7.5px!important}}@media screen and (max-width:1200px)and (min-width:901px){.chatbot_cbViewMainItem__kZ15C{padding-right:27px!important}}.chatbot_checkedIcon__d0oDe .MuiSvgIcon-root{fill:#6a097d}.chatbot_checkboxStyle__rBDjP{align-items:center;display:flex;font-size:15px;font-weight:500}.integrations_subHeading__Gt8JP{padding:5px 0 15px}.integrations_upperBlock__fjA4o{padding:0 28px 15px}.integrations_cbHeaderBreadCrumbsHeadText__rDP-Q{color:#7a7a7a!important;font-size:13px!important;font-weight:600!important}.integrations_cbHeaderBreadCrumbsChatbotLabel__OTHNW{color:#1f384c!important;font-size:13px!important;font-weight:600!important}.integrations_cbHeaderBreadCrumbMainItem__rdTOX{margin:2px 0 0!important}.integrations_integrateGridStyles__GKIUs{width:100%!important}.integrations_blockMargin__VCNzN{margin-block:20px!important}.integrations_integrateButtonGrid__wTrS3{align-items:center!important;display:flex!important;justify-content:center!important;padding-block:20px!important}.integrations_integrationView__Wr9gE{padding:20px 30px!important}.integrations_integrationWorking__xkqSi{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 3px #0000004d!important;padding:20px!important}.integrations_workingIconStyle__yv1Ye{border-radius:7px!important;padding:10px 0!important;width:-webkit-fit-content!important;width:fit-content!important}.integrations_integrationContent__H-YNo{display:flex!important;padding-top:4px!important}.integrations_whatsappIntegrationIcon__RjvUL{height:30px!important;width:30px!important}.integrations_integrationView__Wr9gE{background-color:#f6f6f6!important;box-shadow:0 0 2px #00000040;padding:20px 25px!important}.integrations_integrationPhoneView__usWeM,.integrations_integrationView__Wr9gE{background-color:#fff!important;border-radius:10px!important;margin-top:15px!important;overflow:scroll!important}.integrations_integrationPhoneView__usWeM{padding:20px 25px 20px 5px!important}.integrations_customRecipientMainContainer__V-TZb{padding:20px 5px!important}.integrations_integrationDefaultView__vifmk{background-color:#f6f6f6!important;height:calc(100vh - 110px)!important;padding:15px 25px!important}.integrations_integrationTable__V-7s0{overflow:auto!important;width:100%!important}.integrations_integrationTable__V-7s0::-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__V-7s0::-webkit-scrollbar{height:7px!important}.integrations_organizationStyle__CGwr-{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__CGwr-:hover{box-shadow:0 0 3px 0 #6a097d}.integrations_workspaceIconstyle__NKqt0{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__yodlm{color:#000;font-size:15px!important;font-weight:600!important;margin-bottom:10px!important}.integrations_activeStyle__FzxSu{color:#32bb46!important;font-size:15px!important;font-weight:600!important}.integrations_notActiveStyle__HVrup{color:#bb3232!important;font-size:15px!important;font-weight:600!important}.integrations_fieldName__EPo7q{color:#949494!important;font-size:13px!important;font-weight:500!important}.integrations_fieldValue__-qTJh{color:#000!important;font-size:15px!important;font-weight:400!important;margin-bottom:10px!important}.integrations_noTicketFieldFound__llHl3{align-items:center;display:flex;height:calc(100vh - 250px)!important}.integrations_zohoIntegrationGridItem__La-C5{z-index:2!important}.integrations_zohoInformationCardGridItem__GwzFr{max-height:83vh!important;overflow:auto!important;width:100%!important}.integrations_zohoInformationCardGridContainer__Si4km{gap:30px!important}.integrations_zohoInformationCardBtnContainer__aKEL2{gap:12px!important;margin-bottom:30px!important}.integrations_showAllZohoAccountGridContainer__vgwe8{flex-direction:column!important;gap:20px!important;padding:30px!important}.integrations_zohoIntegrationGridContainer__A0sAN{flex-wrap:nowrap!important;overflow:auto!important}.integrations_tableHeadingFontStyle__ylX1\+{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__8BvIo{color:#000!important;font-size:14px!important;font-weight:500!important;padding:12px!important;white-space:nowrap!important}.integrations_ticketFieldTitle__UFITk{color:#000!important;font-size:14px!important;font-weight:600!important;white-space:nowrap!important}.integrations_ticketSubjectStaticValueTitle__j54sw{color:#676767!important;font-size:14px!important;font-weight:500!important;white-space:nowrap!important}.integrations_ticketFieldValues__31qR5{color:#000!important;font-size:14px!important;font-weight:500!important}.integrations_tableBodyRow__r0njc td{border:none!important}.integrations_zohoTextField__ZfV2g{background-color:#fff!important;border-radius:4px!important;min-width:300px!important;width:100%!important}.integrations_zohoTextField__ZfV2g fieldset{border:none!important;box-shadow:0 0 3px #00000040!important}.integrations_zohoTextField__ZfV2g .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.integrations_zohoFieldsDropdown__yFUHi{border-radius:5px!important;font-size:14px!important;max-width:300px!important;max-width:100%!important;width:300px!important;width:100%!important}.integrations_zohoFieldsDropdown__yFUHi .MuiAutocomplete-endAdornment{position:relative!important}.integrations_zohoFieldsDropdown__yFUHi .MuiAutocomplete-clearIndicator{bottom:-14px!important;position:absolute!important;right:18px!important}.integrations_zohoFieldsDropdown__yFUHi .MuiAutocomplete-popupIndicator{bottom:-14px!important;position:absolute!important;right:-6px!important}.integrations_zohoFieldsDropdown__yFUHi .MuiAutocomplete-tag{margin:3px 0!important;max-width:calc(100% - 3px)!important}.integrations_zohoFieldsDropdown__yFUHi .MuiSelect-select{padding:8.5px 14px!important}.integrations_zohoFieldsDropdown__yFUHi .MuiAutocomplete-inputRoot{padding:3px 5px!important}.integrations_zohoFieldsDropdown__yFUHi fieldset{border:none!important;box-shadow:0 0 3px #00000040!important}.integrations_zohoFieldsDropdown__yFUHi .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__J1jGh{background-color:#fbf4ff!important;border-radius:8px!important;padding:1px!important}.integrations_zohoTabGridStyle__wDy2i{max-width:45vw!important;min-width:320px!important;overflow:auto!important;padding:5px!important}.integrations_zohoTabGridStyle__wDy2i::-webkit-scrollbar{height:4px!important;width:1px!important}.integrations_zohoTabSelectStyle__9IQ4h{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__ozxPd{color:#000!important;font-size:14px!important;font-weight:600!important}.integrations_zohoTabSelectedMobileStyle__o5XOW{border-bottom:3px solid #6a097d!important;color:#6a097d;cursor:pointer!important;padding-bottom:5px!important}.integrations_zohoSelectMobileStyle__QQsQS{color:gray!important;cursor:pointer!important;padding-bottom:5px!important}.integrations_zohoTabSelectTextMobileStyle__sq-7k{font-size:13px!important;font-weight:600!important;white-space:nowrap!important}.integrations_editableWorkspaceName__7yP8a{background-color:#0000!important;border-radius:5px!important;width:100%!important}.integrations_editableWorkspaceName__7yP8a fieldset{border:none!important;outline:none!important}.integrations_editableWorkspaceName__7yP8a .MuiOutlinedInput-input{font-size:17px!important;font-weight:600!important;padding:3px 0 0!important}.integrations_editWorkspaceNameIcon__66LJG{color:#4c4a4d!important;cursor:pointer!important;height:16px!important;margin:4px 4px 0!important;width:16px!important}.integrations_viewOrganizationGridPadding__LERf9{padding:20px 0!important}@media screen and (min-width:600px){.integrations_viewOrganizationGridPadding__LERf9{padding:25px 0!important}}.integrations_viewOrganizationHeaderGrid__99SB4{margin-bottom:10px!important;padding:0 20px!important}@media screen and (max-width:600px){.integrations_viewOrganizationHeaderGrid__99SB4{margin-bottom:0!important}.integrations_editableWorkspaceName__7yP8a .MuiOutlinedInput-input{font-size:15px!important}}@media screen and (min-width:1200px){.integrations_viewOrganizationHeaderGrid__99SB4{padding:0 25px 0 27px!important}.integrations_organizationMembersGrid__41cgg{padding:0 25px!important}}.integrations_addNewMemberBtn__FVf1i{width:178px!important}.integrations_addNewMemberBtnIcon__p91zS{height:28px!important;width:auto!important}.integrations_organizationHeaderDivider__JKPJO{padding-top:16px!important}.integrations_organizationMembersGrid__41cgg{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__ZfV2g{min-width:250px!important}}@media screen and (max-width:1600px){.integrations_tableHeadingFontStyle__ylX1\+{font-size:14px!important}.integrations_tableSubHeadingFontStyle__8BvIo,.integrations_ticketFieldTitle__UFITk,.integrations_ticketFieldValues__31qR5,.integrations_ticketSubjectStaticValueTitle__j54sw{font-size:13px!important}}@media screen and (min-width:1200px){.integrations_showAllZohoAccountGridContainer__vgwe8{margin-top:0!important}.integrations_zohoIntegrationGridContainer__A0sAN{margin-top:0!important;padding:15px 15px 15px 5px!important}}@media screen and (min-width:0px)and (max-width:600px){.integrations_showAllZohoAccountGridContainer__vgwe8{margin-top:8px!important}.integrations_zohoIntegrationGridContainer__A0sAN{margin-top:-18px!important;padding:15px 7px!important}.integrations_whatsappIntegrationIcon__RjvUL{height:22px!important;width:22px!important}.integrations_integrationContent__H-YNo{padding-top:2px!important}.integrations_integrationView__Wr9gE{overflow-y:scroll!important;padding:15px 10px!important}.integrations_integrationPhoneView__usWeM{overflow-y:scroll!important;padding:5px!important}.integrations_integrationDefaultView__vifmk{height:calc(100vh - 90px)!important;overflow-y:scroll!important;padding:15px!important}.integrations_upperBlock__fjA4o{padding:0 20px!important}.integrations_dividerStyle__bW604{margin-top:5px!important}.integrations_subHeading__Gt8JP{padding:0 0 15px}}.integrations_whatsappIntegrationFontStyle__cLIXa{font-size:17px!important;font-weight:600!important}.integrations_assignCusonRecippientBtnGrp__P8-8h{padding:20px 0!important}@media screen and (min-width:600px)and (max-width:900px){.integrations_whatsappIntegrationIcon__RjvUL{height:22px!important;width:22px!important}.integrations_integrationContent__H-YNo{padding-top:2px!important}.integrations_integrationDefaultView__vifmk,.integrations_integrationPhoneView__usWeM,.integrations_integrationView__Wr9gE{overflow-y:scroll!important;padding:15px!important}.integrations_integrationDefaultView__vifmk{height:calc(100vh - 100px)!important}.integrations_upperBlock__fjA4o{padding:0 20px!important}}@media screen and (min-width:901px)and (max-width:1600px){.integrations_whatsappIntegrationIcon__RjvUL{height:22px!important;width:22px!important}.integrations_integrationContent__H-YNo{padding-top:2px!important}.integrations_integrationDefaultView__vifmk,.integrations_integrationPhoneView__usWeM,.integrations_integrationView__Wr9gE{overflow-y:scroll!important;padding:15px!important}.integrations_integrationDefaultView__vifmk{height:calc(100vh - 100px)!important}.integrations_upperBlock__fjA4o{padding:0 20px 10px!important}}@media screen and (min-width:1200px)and (max-width:1600px){.integrations_upperBlock__fjA4o{padding:0 30px 15px!important}}.sideNavigationPanel_headerSideItem__-36FI{margin-bottom:10px!important;margin-left:2px!important;max-width:215px!important}.sideNavigationPanel_headerSideItem__-36FI,.sideNavigationPanel_headerSideMobileItem__niBJl{border-bottom:1px solid #dbdbdb!important;border-radius:0!important;font-size:15px!important;font-weight:600!important}.sideNavigationPanel_headerSideMobileItem__niBJl{margin-bottom:20px!important;margin-left:0!important;max-width:183px!important}.sideNavigationPanel_headerSideItem__-36FI:hover,.sideNavigationPanel_headerSideMobileItem__niBJl:hover{background-color:#0000!important;color:#000!important}.sideNavigationPanel_sideBarIcon__84D9G,.sideNavigationPanel_sideNavigationPanelStyle__H1wyC .MuiDrawer-paper{transition:all .45s ease-in-out!important}.sideNavigationPanel_sideNavigationPanelStyle__H1wyC{transition:all 1s ease!important}.sideNavigationPanel_sideNavigationPanelStyle__H1wyC .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__H1wyC .MuiToolbar-root{cursor:pointer;justify-content:center;min-height:0!important;min-height:auto!important;padding:30px 30px 20px!important}.sideNavigationPanel_sideNavigationPanelStyle__H1wyC .sideNavigationPanel_selectedListItemStyle__z0gL8{background:#f7e9ff;color:#6a097d;cursor:pointer;font-size:14px;font-weight:600}.sideNavigationPanel_sideNavigationPanelStyle__H1wyC .sideNavigationPanel_selectedListItemStyle__z0gL8:hover{background:#f7e9ff!important;color:#6a097d!important;cursor:pointer;font-size:14px;font-weight:600}.sideNavigationPanel_sideNavigationPanelStyle__H1wyC .MuiListItem-root:hover{background:#f7e9ff;color:#000;cursor:pointer}.sideNavigationPanel_sideNavigationPanelStyle__H1wyC .MuiListItem-root:hover .sideNavigationPanel_listItemMenuText__Qy2Gm{padding-left:8px!important;transition:all .35s ease-out!important}.sideNavigationPanel_sideNavigationPanelStyle__H1wyC .MuiListItem-root:hover{transition:all .35s ease-out!important}.sideNavigationPanel_sideNavigationPanelStyle__H1wyC .MuiListItemText-root{margin-left:-8px!important}.sideNavigationPanel_sideNavigationPanelStyle__H1wyC .MuiListItemText-primary{cursor:pointer;font-size:14px;font-weight:600}.sideNavigationPanel_headerSideItem__-36FI .MuiListItemText-primary{white-space:nowrap!important}.sideNavigationPanel_headerSideItem__-36FI .MuiListItemText-primary,.sideNavigationPanel_headerSideMobileItem__niBJl .MuiListItemText-primary{color:#000!important;font-size:15px!important;font-weight:600!important;overflow:hidden!important;text-overflow:ellipsis!important}.sideNavigationPanel_sideNavigationPanelStyle__H1wyC .MuiListItemButton-root{border-radius:7px;cursor:pointer;padding-left:20px!important}.sideNavigationPanel_sideNavigationPanelStyle__H1wyC .MuiListItemButton-root:hover{background-color:initial;cursor:pointer}.sideNavigationPanel_sideNavigationPanelStyle__H1wyC .MuiListItem-root{border-radius:7px;cursor:pointer;height:42px;margin:8px 0;padding:0}.sideNavigationPanel_sideNavigationPanelStyle__H1wyC .MuiListItemIcon-root{align-items:center;cursor:pointer;display:flex;margin-right:20px!important;min-width:0;min-width:auto}.sideNavigationPanel_sideNavigationPanelStyle__H1wyC .sideNavigationPanel_listItemStyle__ClN3N{cursor:pointer;font-size:14px;font-weight:500}.sideNavigationPanel_SelectedListSubItemStyle__unbMZ{background-color:#f7e9ff!important;border-radius:5px!important;color:#6a097d!important}.sideNavigationPanel_SelectedListSubItemStyle__unbMZ,.sideNavigationPanel_listSubItemStyle__HPwcc{font-size:10px!important;margin-bottom:10px!important;padding:2px 20px 2px 0!important}.sideNavigationPanel_listSubItemStyle__HPwcc:hover{background-color:#f7e9ff!important;border-radius:5px!important;color:#000!important}.sideNavigationPanel_listSubItemStyle__HPwcc:hover .sideNavigationPanel_subMenuHoverItems__MYxk3{padding-left:6px!important;transition:all .3s ease-out!important}.sideNavigationPanel_subMenuHoverItems__MYxk3 .MuiTypography-root{font-size:12px!important;font-weight:600!important}.sideNavigationPanel_imageSubNavigationMenu__-AjzX{height:18px;margin:0 10px 0 15px!important;padding-left:0!important;width:18px}.sideNavigationPanel_creditUsedComponentWrapper__ulKoN{margin-bottom:20px!important}.sideNavigationPanel_downloadExtensionWrapper__rCyRD{margin:0 15px 20px!important}.sideNavigationPanel_profileWrapper__l-1L5{margin:0 15px 10px!important}.sideNavigationPanel_AccountDetailsWrapper__DTDak{margin-bottom:0 15px 10px!important}.sideNavigationPanel_settingsWorkspace__BaPWv{margin:0 15px 10px!important}.sideNavigationPanel_backToHomeButton__JaOXg{margin:0 15px 15px!important}.sideNavigationPanel_navigationPanelContentWrapper__llqWT{flex-wrap:nowrap!important;height:100%!important}.sideNavigationPanel_imageNavigationMenu__3xdeF{height:18px;margin:0 12px!important;padding-left:0!important;width:18px}.sideNavigationPanel_scaledSmall__stvLp{transform:scale(1.1)!important}.sideNavigationPanel_scaledLarge__Mb4\+3{transform:scale(1.2)!important}.sideNavigationPanel_mobileImageNavigationMenu__zKGwS{height:18px;margin:0 20px!important;padding-left:0!important;width:18px}.sideNavigationPanel_headerSideItem__-36FI .sideNavigationPanel_imageNavigationMenu__3xdeF{margin:0 20px 0 2px!important;padding-left:0!important}.sideNavigationPanel_headerSideMobileItem__niBJl .sideNavigationPanel_imageNavigationMenu__3xdeF,.sideNavigationPanel_headerSideMobileItem__niBJl .sideNavigationPanel_mobileImageNavigationMenu__zKGwS{margin:0 20px 0 10px!important;padding-left:0!important}.sideNavigationPanel_writewizLogoStyle__Ji\+Eq{display:flex;flex-wrap:nowrap;height:auto;margin-left:22px;transition:all .3s ease-in-out!important;width:160px}.sideNavigationPanel_smallLogoStyle__2DAlk{animation:sideNavigationPanel_opacityAnimation__fZZJu .5s ease-in-out forwards}.sideNavigationPanel_workSpaceAnimationStyle__yuMs6{animation:sideNavigationPanel_opacityAnimationWorkspace__49viH .7s ease-in forwards}@keyframes sideNavigationPanel_opacityAnimationWorkspace__49viH{0%{opacity:0}to{opacity:1}}@keyframes sideNavigationPanel_opacityAnimation__fZZJu{0%{opacity:.2}to{opacity:1}}.sideNavigationPanel_drawerClosed__tltXS,.sideNavigationPanel_drawerOpen__Q8Nwl{transition:width .4s ease-in-out}.sideNavigationPanel_settingsStyleSidePanel__5V3mZ{transform:translateX(20px)}.sideNavigationPanel_settingsStyleSidePanel__5V3mZ .MuiList-root{padding:0!important}.sideNavigationPanel_activeWorkspaceMenu__EZ0G2{background-color:#f7e9ff!important;font-weight:600!important}.sideNavigationPanel_activeWorkspaceMenu__EZ0G2,.sideNavigationPanel_inActiveWorkspaceMenu__8HOtT{border-bottom:1px solid #0000001a!important;color:#000!important;font-size:14px!important;min-height:0!important;padding:12px 20px!important}.sideNavigationPanel_inActiveWorkspaceMenu__8HOtT{background-color:#fff!important;font-weight:500!important}@media screen and (max-height:785px){.sideNavigationPanel_sideNavigationPanelStyle__H1wyC .MuiToolbar-root{cursor:pointer;justify-content:center;min-height:0!important;min-height:auto!important;padding:20px 30px 10px!important}.sideNavigationPanel_sideNavigationPanelStyle__H1wyC .MuiListItem-root{border-radius:7px;cursor:pointer;height:39px;margin:7px 0;padding:0}.sideNavigationPanel_profileWrapper__l-1L5{margin:0 15px 10px!important}.sideNavigationPanel_AccountDetailsWrapper__DTDak{margin:0 15px 15px!important}}.sideNavigationPanel_navigationPanelContentWrapper__llqWT .MuiList-root{overflow-x:hidden!important;overflow-y:auto!important;padding-bottom:0!important;padding-top:0!important}.sideNavigationPanel_navigationPanel284MaxHeight__9wVBY .MuiList-root{max-height:calc(100vh - 284px)!important}.sideNavigationPanel_navigationPanel230MaxHeight__1cFiN .MuiList-root{max-height:calc(100vh - 230px)!important}.sideNavigationPanel_navigationPanel315MaxHeight__xBqZf .MuiList-root{max-height:calc(100vh - 315px)!important}.sideNavigationPanel_navigationPanel305MaxHeight__Pd\+z3 .MuiList-root{max-height:calc(100vh - 305px)!important}.sideNavigationPanel_navigationPanel256MaxHeight__\+C1nl .MuiList-root{max-height:calc(100vh - 256px)!important}.sideNavigationPanel_navigationPanel313MaxHeight__MVTov .MuiList-root{max-height:calc(100vh - 313px)!important}.sideNavigationPanel_navigationPanel303MaxHeight__-PYDf .MuiList-root{max-height:calc(100vh - 303px)!important}.sideNavigationPanel_navigationPanel364MaxHeight__Xt1Hx .MuiList-root{max-height:calc(100vh - 364px)!important}.sideNavigationPanel_navigationPanel310MaxHeight__5-7jK .MuiList-root{max-height:calc(100vh - 310px)!important}.sideNavigationPanel_navigationPanel415MaxHeight__tFHl7 .MuiList-root{max-height:calc(100vh - 415px)!important}.sideNavigationPanel_navigationPanel365MaxHeight__cG9UP .MuiList-root{max-height:calc(100vh - 365px)!important}.sideNavigationPanel_navigationPanel355MaxHeight__gHnhp .MuiList-root{max-height:calc(100vh - 355px)!important}.sideNavigationPanel_navigationPanel340MaxHeight__KblmN .MuiList-root{max-height:calc(100vh - 340px)!important}.sideNavigationPanel_navigationPanel390MaxHeight__tIr-S .MuiList-root{max-height:calc(100vh - 390px)!important}.sideNavigationPanel_navigationPanel380MaxHeight__0rdOw .MuiList-root{max-height:calc(100vh - 380px)!important}.sideNavigationPanel_navigationPanel360MaxHeight__WRz68 .MuiList-root{max-height:calc(100vh - 360px)!important}.sideNavigationPanel_navigationPanel322MaxHeight__QO9as .MuiList-root{max-height:calc(100vh - 322px)!important}.sideNavigationPanel_navigationPanel405MaxHeight__tQSmW .MuiList-root{max-height:calc(100vh - 405px)!important}.sideNavigationPanel_navigationPanelContentWrapper__llqWT .MuiList-root::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;outline:medium none invert!important;outline:initial!important}.sideNavigationPanel_navigationPanelContentWrapper__llqWT .MuiList-root::-webkit-scrollbar{width:5px!important}@media screen and (max-width:900px)and (min-width:0px){.sideNavigationPanel_sideNavigationPanelStyle__H1wyC .MuiListItemText-primary{font-size:13px!important}.sideNavigationPanel_imageNavigationMenu__3xdeF,.sideNavigationPanel_mobileImageNavigationMenu__zKGwS{height:16px!important;width:16px!important}}@media screen and (max-width:599px)and (min-width:0px){.sideNavigationPanel_writewizLogoStyle__Ji\+Eq{margin-left:0}.sideNavigationPanel_sideNavigationPanelStyle__H1wyC .MuiToolbar-root{padding:15px 30px 30px 0!important}.sideNavigationPanel_headerSideItem__-36FI{max-width:193px!important}}@media screen and (max-width:1600px)and (min-width:901px){.sideNavigationPanel_sideNavigationPanelStyle__H1wyC .MuiListItemText-primary{font-size:13px!important}.sideNavigationPanel_imageNavigationMenu__3xdeF,.sideNavigationPanel_mobileImageNavigationMenu__zKGwS{height:16px!important;width:16px!important}}.sideNavigationPanel_drawerHeaderContainer__mMwEJ{justify-content:start!important}.sideNavigationPanel_newCollapsedLogo__\+03Dq{cursor:pointer!important;height:35px!important;margin-left:9px!important;width:35px!important}.sideNavigationPanel_mobiledrawerContainer__9WNO5{flex-direction:column!important;justify-content:space-between!important}.sideNavigationPanel_workspaceWrapper__a60-9{background-color:#dee8f3!important;border-radius:5px!important;margin:0 15px 10px!important;padding:8px 15px!important}.sideNavigationPanel_workspaceContainer__ZiSEN{flex-direction:column!important;gap:8px!important}.sideNavigationPanel_workspaceTextContainer__1f5mK{align-items:center!important;flex-direction:row!important}.sideNavigationPanel_workspaceTextGap__C\+e0M{gap:8px!important}.sideNavigationPanel_getStartedPageBlockWithActivePage__jHehU{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__uIJcy{margin:0 15px!important;padding:0 15px!important}.sideNavigationPanel_getStartedPageBlockContainer__7uz04{align-items:center!important;gap:8px!important}.sideNavigationPanel_getStartedPgaeText__fvRXF{color:#6a097d!important;font-size:14px!important;font-weight:600!important}.sideNavigationPanel_workspaceText__FwmIr{color:#4c4a4d!important;font-size:12px!important;font-weight:500!important}.sideNavigationPanel_organizationName__O2p6Q{color:#000!important;font-size:14px!important;font-weight:600!important}.sideNavigationPanel_workspaceDivider__Ji3oP{margin:10px 20px 0!important}.sideNavigationPanel_mobileDrawerPadding__74D-q{padding:10px!important}.sideNavigationPanel_desktopDrawerDivider__6NYZx{margin:10px 15px 0!important}.sideNavigationPanel_miniDrawerDividerPadding__mh7IF{margin:10px 5px 5px!important}.sideNavigationPanel_drawerItemsPadding__1lPMx{padding:10px 15px!important}.sideNavigationPanel_drawerTooltipWrapper__8vckK{padding-block:5px!important;padding:0 15px 0 10px!important}.sideNavigationPanel_miniDrawerWorkspaceWrapper__j3LqB{background-color:#dee8f3!important;border-radius:5px!important;margin:0 10px 15px!important;padding:10px!important}.sideNavigationPanel_miniDrawerGetStartedPageWrapper__3dtAx,.sideNavigationPanel_miniDrawerPadding__PBFfS{padding:15px!important}.sideNavigationPanel_miniDrawerPaddingForGetStarted__OTK3m{padding:0 15px!important}.sidePanelAccountDetails_mainBlock__kzbVO{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__PJ\+OH{background-color:#6a097d!important;margin-bottom:10px!important;padding:6px!important}.sidePanelAccountDetails_settingsMainBlock__-LkXy{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__-LkXy:hover{background-color:#f7e9ff!important;border:none!important;border-radius:5px!important}.sidePanelAccountDetails_settingsMainBlock__-LkXy:hover .sidePanelAccountDetails_nameStyle__NIsm9{color:#000!important}.sidePanelAccountDetails_mainBlockMobile__2UkGg{padding:17px 10px;padding-top:0!important}.sidePanelAccountDetails_mainBlockMobile__2UkGg,.sidePanelAccountDetails_settingsBlockMobile__37Zzv{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__37Zzv{margin-bottom:10px!important;padding:10px}.sidePanelAccountDetails_settingsBlockMobile__37Zzv:hover{background-color:#f7e9ff!important}.sidePanelAccountDetails_nameStyle__NIsm9{color:#4c4a4d!important;font-size:14px!important;font-weight:600!important;margin-left:8px!important}.sidePanelAccountDetails_menuLogout__VBB5-{color:#6a097d!important;font-size:16px!important;font-weight:500!important;margin:2px 4px!important;min-height:48px}.sidePanelAccountDetails_menuLogout__VBB5-,.sidePanelAccountDetails_settingsMenu__l2oaB{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__l2oaB{color:#4c4a4d!important;font-size:14px!important;font-weight:600!important;margin:4px!important;min-height:0!important;min-width:180px!important}.sidePanelAccountDetails_menuLogout__VBB5- .MuiListItemIcon-root{color:#6a097d}.sidePanelAccountDetails_settingsMenu__l2oaB .MuiListItemIcon-root{color:#4c4a4d}.sidePanelAccountDetails_menuLogout__VBB5-:hover{background:#fbf4ff!important;color:#000!important}.sidePanelAccountDetails_settingsMenu__l2oaB:hover{background:#f7e9ff!important;color:#000!important}.sidePanelAccountDetails_profilestyles__6qMRz{height:auto!important;width:23px!important}.sidePanelAccountDetails_menuStyleSidePanel__GeSI9,.sidePanelAccountDetails_settingsStyleSidePanel__yuQ6m{box-shadow:0 0 4px 0 #6a097d}@media screen and (max-height:745px){.sidePanelAccountDetails_mainBlock__kzbVO,.sidePanelAccountDetails_settingsMainBlock__-LkXy{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__GeSI9 .MuiList-root,.sidePanelAccountDetails_settingsStyleSidePanel__yuQ6m .MuiList-root{padding:4px!important}@media screen and (max-width:1600px){.sidePanelAccountDetails_nameStyle__NIsm9{font-size:13px!important}.sidePanelAccountDetails_mainBlock__kzbVO,.sidePanelAccountDetails_settingsMainBlock__-LkXy{padding:12px 15px!important}}@media screen and (min-width:901px)and (max-width:1600px){.sidePanelAccountDetails_menuStyleSidePanel__GeSI9 .MuiList-root,.sidePanelAccountDetails_settingsStyleSidePanel__yuQ6m .MuiList-root{padding:4px!important}.sidePanelAccountDetails_menuLogout__VBB5-,.sidePanelAccountDetails_settingsMenu__l2oaB{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__6qMRz{height:auto!important;width:20px!important}}@media screen and (min-width:601px)and (max-width:900px){.sidePanelAccountDetails_menuStyleSidePanel__GeSI9 .MuiList-root,.sidePanelAccountDetails_settingsStyleSidePanel__yuQ6m .MuiList-root{padding:4px!important}.sidePanelAccountDetails_menuLogout__VBB5-,.sidePanelAccountDetails_settingsMenu__l2oaB{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__6qMRz{height:auto!important;width:20px!important}}@media screen and (max-width:600px){.sidePanelAccountDetails_menuStyleSidePanel__GeSI9 .MuiList-root,.sidePanelAccountDetails_settingsStyleSidePanel__yuQ6m .MuiList-root{padding:4px!important}.sidePanelAccountDetails_menuLogout__VBB5-,.sidePanelAccountDetails_settingsMenu__l2oaB{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__6qMRz{height:auto!important;width:18px!important}}.sidePanelAccountDetails_AccountDetailsWrapper__7eRZF{margin-bottom:15px!important}.sidePanelAccountDetails_menuPaperSidePanel__ErOcj{filter:drop-shadow(0 2px 8px rgba(0,0,0,.32));margin-top:12px!important;overflow:visible!important}.sidePanelAccountDetails_menuPaperSidePanel__ErOcj .MuiAvatar-root{height:32px!important;margin-left:-4px!important;margin-right:8px!important;width:32px!important}.sidePanelAccountDetails_menuNameEllipsis__v3ksZ{max-width:125px!important;overflow:hidden!important;text-overflow:ellipsis!important}.sidePanelAccountDetails_menuArrowIcon__RjfEn{color:#7a7a7a!important;cursor:pointer!important;font-size:medium!important}.sidePanelAccountDetails_menuProfileIcon__5GBCl{height:auto!important;width:23px!important}.consultation_mainBlock__sYeOl{padding:14px}.consultation_mainBlock__sYeOl,.consultation_mainPageDesign__vnCPO{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__vnCPO{box-shadow:0 0 5px #6a097d4d;margin-bottom:15px;padding:15px;position:relative}.consultation_logoContainer__cTPis{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__jWLxA{align-items:center;display:flex;gap:10px}.consultation_mainBlockMobile__FSNE8{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__SVwn2{color:#6a097d!important;font-size:15px!important;font-weight:500!important}.consultation_menuLogout__VKkTo{-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__VKkTo .MuiListItemIcon-root{color:#6a097d}.consultation_menuLogout__VKkTo:hover{background:#fbf4ff!important;color:#6a097d}.consultation_profilestyles__xwP8I{height:auto!important;width:23px!important}.consultation_menuStyleSidePanel__YEFey{box-shadow:0 0 4px 0 #6a097d}.consultation_heading__BH6Fd{color:#333;font-size:13px!important;font-weight:400!important}.consultation_subHeading__xHx5S{align-items:center;color:#6a097d;display:flex;font-size:13px!important;font-weight:600!important;gap:5px}.consultation_closeIconContainer__ZIbyQ{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__sYeOl{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__YEFey .MuiList-root{padding:4px!important}@media screen and (min-width:901px)and (max-width:1600px){.consultation_menuStyleSidePanel__YEFey .MuiList-root{padding:4px!important}.consultation_menuLogout__VKkTo{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__xwP8I{height:auto!important;width:20px!important}}@media screen and (min-width:601px)and (max-width:900px){.consultation_menuStyleSidePanel__YEFey .MuiList-root{padding:4px!important}.consultation_menuLogout__VKkTo{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__xwP8I{height:auto!important;width:20px!important}}@media screen and (max-width:600px){.consultation_menuStyleSidePanel__YEFey .MuiList-root{padding:4px!important}.consultation_menuLogout__VKkTo{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__xwP8I{height:auto!important;width:18px!important}}@media screen and (max-width:1600px){.consultation_mainBlock__sYeOl{padding:10px}.consultation_nameStyle__SVwn2{font-size:13px!important}}.phoneComponent_phoneInputWrapper__2Fmfn{border-radius:3px;box-shadow:0 0 3px 0 #00000040!important;height:52px}.phoneComponent_phoneInputWrapper__2Fmfn .react-tel-input{height:100%}.phoneComponent_phoneInputWrapper__2Fmfn .selected-flag{padding:0 0 0 8px!important}.phoneComponent_phoneInputWrapper__2Fmfn .form-control{border:initial!important;height:100%!important;width:100%!important}.phoneComponent_phoneInputWrapperForRequestACallback__fPVhl{border-radius:3px;box-shadow:0 0 3px 0 #00000040!important;height:40px!important}.phoneComponent_phoneInputWrapperForRequestACallback__fPVhl .selected-flag{box-shadow:0 0 2px 0 #00000040!important;padding:0 0 0 8px!important}.phoneComponent_phoneInputWrapperForRequestACallback__fPVhl .react-tel-input{height:100%}.phoneComponent_phoneInputWrapperForRequestACallback__fPVhl .form-control{border:initial!important;height:100%!important;width:100%!important}.interactionAndCampaigns_parentGrid__Enkdv{padding:16px}.interactionAndCampaigns_headerRow__n8SrG{align-items:start;display:flex;justify-content:space-between}.interactionAndCampaigns_analyticsMainContainer__4dWQt{padding:15px 0!important}.interactionAndCampaigns_analyticsPageHeader__A5wAN{margin-bottom:10px!important;padding:0 20px!important}.interactionAndCampaigns_analyticsPageHeaderDivider__0cae6{padding-top:16px!important}.interactionAndCampaigns_analyticsPageContentGrid__UNuFf{padding:5px 23px!important}.interactionAndCampaigns_comparisonHeaderContainer__XUJhJ{align-items:center!important;flex-direction:row!important;gap:0!important}.interactionAndCampaigns_dashboardContainer__J0TQw{gap:12px!important}.interactionAndCampaigns_interactionsAndCampaignMainContainer__bmFZT{border-radius:10px!important;box-shadow:0 0 3px 0 #dadada!important;gap:24px!important}.interactionAndCampaigns_interactionsAndCampaignGridItem__jiwM4{padding:20px!important}.interactionAndCampaigns_interactionsAndCampaignGridContainer__eTdxl{display:flex!important;flex-direction:column!important;gap:32px!important}.interactionAndCampaigns_uniqueInteractionsPieChartGridItem__C1Gym{margin-top:10px!important;padding:20px!important}.interactionAndCampaigns_userComparisonGridItem__ChItQ{padding:20px!important}.interactionAndCampaigns_userComparisonOuterGridContainer__hN5FU{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;gap:24px!important}.interactionAndCampaigns_userComparisonInnerGridContainer__sUGW8{flex-wrap:nowrap!important;gap:20px!important}.interactionAndCampaigns_personIcon__NHwcG{color:purple!important}.interactionAndCampaigns_barChartContainer__h820a{gap:24px!important}.interactionAndCampaigns_barChartInfoColorBox__DTt5Q{border-radius:50%!important;height:12px!important;margin-right:8px!important;width:12px!important}.interactionAndCampaigns_barChartInfoKeyTypography__G4tGX{color:#1c1c1c!important;font-size:14px!important}.interactionAndCampaigns_dataCardImg__pXtS0{height:24px!important;width:24px!important}.interactionAndCampaigns_pieChartMainContainer__g9OFI{gap:32px!important}.interactionAndCampaigns_responsiveContainer__cKrHU{height:200px!important;width:200px!important}.interactionAndCampaigns_viewInbox__qyfRV{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__hCXzB{font-size:16px!important;font-weight:600!important}.interactionAndCampaigns_comparisonTitle__ojQTQ{font-size:17px!important;font-weight:600!important}.interactionAndCampaigns_contentContainer__JJhmm{display:flex!important;flex-wrap:nowrap!important}.interactionAndCampaigns_chartContainer__AbFVG,.interactionAndCampaigns_stackChartContainer__VpRLu{align-items:center;display:flex;flex-direction:column}.interactionAndCampaigns_stackChartContainer__VpRLu{height:300px;position:relative;width:100%}.interactionAndCampaigns_detailsContainer__h1d8R{display:flex!important;flex-direction:column!important;gap:10px!important;justify-content:center!important}.interactionAndCampaigns_detailRow__IjEWH{align-items:center!important;display:flex!important;gap:5px!important;margin-bottom:6px!important;width:100%!important}.interactionAndCampaigns_colorIndicator__fiXKD{border-radius:50%!important;display:inline-block!important;height:12px!important;margin-right:8px!important;width:12px!important}.interactionAndCampaigns_interactionName__EeCNQ{color:#767676!important;font-size:14px!important;font-weight:600!important}.interactionAndCampaigns_boldValue__0lRBO{color:#404040!important;font-size:14px!important;font-weight:800!important}.interactionAndCampaigns_centerContent__KXmRO{align-items:center;display:flex;flex-direction:column;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:-1!important}.interactionAndCampaigns_profileIcon__oxHZj{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__KSyZ9{font-size:24px!important;margin-top:7px!important}.interactionAndCampaigns_verticalDivider__JM\+cL{border-color:#d9dadb!important;border-width:1px!important;width:-webkit-fit-content!important;width:fit-content!important}.interactionAndCampaigns_header__iXQHs{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px!important;padding-top:20px!important}.interactionAndCampaigns_chartWrapper__pULi2{align-items:center!important;display:flex!important}.interactionAndCampaigns_pieChartWrapper__9tgo9{position:relative!important;width:100%!important}.interactionAndCampaigns_pieChart__wm4Eq{width:100%!important}.interactionAndCampaigns_chartLabel__KSyZ9{font-size:18px!important;font-weight:600!important;margin-top:5px!important}.interactionAndCampaigns_pieChartWithEmptyData__WJbUX .recharts-tooltip-wrapper{display:none!important}.interactionAndCampaigns_customTooltip__yAW1G{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__R\+jk5{display:flex!important;flex-direction:column!important;gap:6px!important}.interactionAndCampaigns_formattedDateForCustomTooltip__haXze{font-size:15px!important;font-weight:600!important}.interactionAndCampaigns_customTooltipInfo__R\+jk5{font-size:14px!important;font-weight:500!important}.interactionAndCampaigns_barChart__NrWak .recharts-cartesian-axis-ticks{font-size:13px!important;font-weight:500!important}.interactionAndCampaigns_barChart__NrWak .recharts-label{font-size:14px!important;font-weight:600!important}.interactionAndCampaigns_barChart__NrWak .recharts-tooltip-label{font-size:15px!important;font-weight:600!important}.interactionAndCampaigns_barChart__NrWak .recharts-tooltip-item-list li{font-size:14px!important;font-weight:500!important}.interactionAndCampaigns_dateRangePickerClass__PuB\+Q .DateRangePicker_picker{left:-388px!important;top:52px!important}.interactionAndCampaigns_dateRangePickerClass__PuB\+Q .DateInput_input{font-size:14px!important;font-weight:500!important;max-width:90px!important;padding:8px 8px 5px!important}.interactionAndCampaigns_dateRangePickerClass__PuB\+Q .DateRangePickerInput_arrow{font-size:14px!important;font-weight:500!important}.interactionAndCampaigns_dateRangePickerGridContainer__56\+qS{align-items:center!important;display:flex!important;gap:10px!important}.interactionAndCampaigns_EChartPieChart__Y14j\+{display:flex!important;flex:1 1!important;min-height:300px!important;width:300px!important}.interactionAndCampaigns_chartGridContainer__a-HYi{display:flex!important;flex-direction:column!important}.interactionAndCampaigns_dashboardAnalyticsMainGrid__faT2g{padding:0!important}.interactionAndCampaigns_filterAutoCompletes__jdFqz{min-width:200px!important}.interactionAndCampaigns_filterByChatbotStartAdornment__op\+1s{max-height:79px!important;overflow-x:hidden!important;overflow-y:auto!important}.interactionAndCampaigns_filterByChatbotStartAdornment__op\+1s .interactionAndCampaigns_MuiChip-root__b\+nAo{max-width:100%!important;white-space:normal!important}.interactionAndCampaigns_filterByChatbotStartAdornment__op\+1s .interactionAndCampaigns_MuiChip-label__gbjcH{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__PuB\+Q .DateRangePicker_picker{left:-87px!important;top:52px!important}}@media screen and (min-width:0px)and (max-width:600px){.interactionAndCampaigns_dateRangePickerClass__PuB\+Q .DateRangePicker_picker{left:-2px!important;top:52px!important}}@media screen and (max-width:799px){.interactionAndCampaigns_detailRow__IjEWH{justify-content:space-between!important}.interactionAndCampaigns_pieChartWrapper__9tgo9 .recharts-surface{height:200px!important;width:165px!important}.interactionAndCampaigns_centerContent__KXmRO{left:42%;top:50%;transform:translate(-48%,-50%)}.interactionAndCampaigns_contentContainer__JJhmm{gap:8px!important;justify-content:space-between!important}.interactionAndCampaigns_boldValue__0lRBO,.interactionAndCampaigns_interactionName__EeCNQ{font-size:13px!important}.interactionAndCampaigns_interactionsAndCampaignGridItem__jiwM4{padding:15px!important}.interactionAndCampaigns_interactionsAndCampaignGridContainer__eTdxl{display:flex!important;flex-direction:column!important;gap:16px!important}.interactionAndCampaigns_uniqueInteractionsPieChartGridItem__C1Gym{padding:0!important}}@media screen and (min-width:600px){.interactionAndCampaigns_analyticsMainContainer__4dWQt{padding:23px 0!important}}@media screen and (max-width:600px){.interactionAndCampaigns_analyticsPageHeader__A5wAN{margin-bottom:0!important}.interactionAndCampaigns_comparisonHeaderContainer__XUJhJ{align-items:start!important;flex-direction:column!important;gap:10px!important}}@media screen and (min-width:1200px){.interactionAndCampaigns_analyticsPageHeader__A5wAN{padding:0 25px 0 27px!important}.interactionAndCampaigns_interactionsAndCampaignGridContainer__eTdxl{display:flex!important;flex-direction:row!important;gap:32px!important}.interactionAndCampaigns_userComparisonOuterGridContainer__hN5FU{flex-direction:row!important}}@media screen and (max-width:1000px){.interactionAndCampaigns_analyticsPageContentGrid__UNuFf{padding:5px 20px!important}}@media screen and (max-width:900px){.interactionAndCampaigns_userComparisonInnerGridContainer__sUGW8{flex-wrap:wrap!important}}@media screen and (min-width:900px){.interactionAndCampaigns_userComparisonInnerGridContainer__sUGW8{gap:24px!important}}@media screen and (min-width:1536px){.interactionAndCampaigns_userComparisonInnerGridContainer__sUGW8{gap:32px!important}}.dashboardAnalyticsStyles_userCardMainGrid__TppFW{background:#f1e6f6!important;border-radius:10px!important;max-width:450px!important;min-width:300px!important;padding:18px 20px!important}.dashboardAnalyticsStyles_totalUserTitle__UBoy7{color:#555!important;font-size:17px!important;font-weight:600!important}.dashboardAnalyticsStyles_totalUserCountTypo__96pZK{color:#000!important;font-size:18px!important;font-weight:500!important}.dashboardAnalyticsStyles_userCardImageGrid__r9V4I{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__dFQZT{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__AYsjA{align-items:center!important;display:flex!important;gap:6px!important}.dashboardAnalyticsStyles_renderLegendTagSpanDot__2fD0s{border-radius:50%!important;display:inline-block!important;height:10px!important;width:10px!important}.dashboardAnalyticsStyles_renderLegendTagSpan__IE0tb{color:#767676!important;font-size:14px!important;font-weight:600!important}.dashboardAnalyticsStyles_chatbotFilterAutoCompleteBoxShadow__gtS3q fieldset{box-shadow:0 0 2px 0 #0009!important}@media screen and (min-width:0px)and (max-width:600px){.dashboardAnalyticsStyles_totalUserCountTypo__96pZK,.dashboardAnalyticsStyles_totalUserTitle__UBoy7{font-size:15px!important}}@media screen and (min-width:600px)and (max-width:1000px){.dashboardAnalyticsStyles_totalUserCountTypo__96pZK,.dashboardAnalyticsStyles_totalUserTitle__UBoy7{font-size:16px!important}}.feedbackStyle_headerComponentTitle__ULUeN{color:#000;font-size:15px!important;font-weight:500!important}.feedbackStyle_fetchFeedbackDataFields__mZRNa{max-width:220px!important;width:100%!important}.feedbackStyle_fetchFeedbackFetchBtn__dmc5s{max-width:150px;width:100%!important}.feedbackStyle_feedbackTableBodyHeadingFontStyle__xo\+4h{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__PoGt7{box-shadow:0 0 3px #00000040!important;font-weight:500!important}.feedbackStyle_methodAutoComplete__PoGt7 .MuiOutlinedInput-root{padding:2px 4px!important}.feedbackStyle_methodAutoComplete__PoGt7 .MuiInputBase-input{font-weight:500!important}.feedbackStyle_methodAutoComplete__PoGt7 .MuiAutocomplete-input{font-size:15px!important}.feedbackStyle_feedbackTableAutoComplete__9klxe{background:#f4f4f4;border-radius:2px;min-width:170px}.feedbackStyle_feedbackAssignMemberAutoComplete__G-87T{min-width:200px}.feedbackStyle_feedbackTableAutoComplete__9klxe fieldset{border:none;box-shadow:none}.feedbackStyle_feedbackTableAutoComplete__9klxe .MuiInputBase-root{padding:0 0 0 7px!important}.feedbackStyle_feedbackTableAutoComplete__9klxe .MuiAutocomplete-input{font-size:14px!important}.feedbackStyle_feedbackTableAutoComplete__9klxe .MuiInputBase-input{font-weight:500!important}.feedbackStyle_feedbackTableTextField__Lwzw3{background:#f4f4f4;border-radius:2px;min-width:250px!important}.feedbackStyle_feedbackTableTextField__Lwzw3 fieldset{border:none;box-shadow:none}.feedbackStyle_feedbackTableTextField__Lwzw3 .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:8px 14px!important}.feedbackStyle_feedbackPopupTextField__4WPPL fieldset{border:none!important;box-shadow:0 0 3px #00000040!important}.feedbackStyle_feedbackPopupTextField__4WPPL .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.feedbackStyle_feedbackTablePaginationStyle__JcWfC .MuiTablePagination-toolbar{min-height:30px!important;padding-inline:15px!important}.feedbackStyle_feedbackTablePaginationStyle__JcWfC .MuiTablePagination-selectLabel{font-size:14px!important;font-weight:500!important}.feedbackStyle_feedbackTablePaginationStyle__JcWfC .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__JcWfC .MuiTablePagination-select{padding-top:5px!important}.feedbackStyle_feedbackTablePaginationStyle__JcWfC .MuiTablePagination-displayedRows{font-size:14px!important;font-weight:500!important;margin-left:15px!important}.feedbackStyle_feedbackTablePaginationStyle__JcWfC .MuiTablePagination-actions{margin-left:10px!important}.feedbackStyle_feedbackTablePaginationStyle__JcWfC .MuiButtonBase-root{padding:4px 0!important}.feedbackStyle_methodAutoCompletePopup__li\+Qv{box-shadow:0 0 3px #00000040!important;font-weight:500!important}.feedbackStyle_methodAutoCompletePopup__li\+Qv .MuiOutlinedInput-root{padding:2px 4px!important}.feedbackStyle_methodAutoCompletePopup__li\+Qv .MuiInputBase-input{font-weight:500!important}.feedbackStyle_methodAutoCompletePopup__li\+Qv .MuiAutocomplete-input{font-size:14px!important}.feedbackStyle_methodAutoCompletePopup__li\+Qv ::placeholder{font-weight:500!important}.feedbackStyle_dateRangePickerInPopup__ZbQhZ .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__Ne9\+Q .DateInput_fang{z-index:0!important}@media screen and (max-width:1000px){.feedbackStyle_methodAutoComplete__PoGt7 .MuiAutocomplete-input{font-size:14px!important}.feedbackStyle_methodAutoCompletePopup__li\+Qv .MuiAutocomplete-input{font-size:13px!important}.feedbackStyle_dateRangePickerInPopup__ZbQhZ .DateRangePicker_picker{max-height:232px!important;max-width:455px!important;overflow:auto!important}}@media screen and (max-width:1600px){.feedbackStyle_feedbackTablePaginationStyle__JcWfC .MuiTablePagination-displayedRows,.feedbackStyle_feedbackTablePaginationStyle__JcWfC .MuiTablePagination-selectLabel{margin-block:10px!important}.feedbackStyle_headerComponentTitle__ULUeN,.feedbackStyle_methodAutoCompletePopup__li\+Qv .MuiAutocomplete-input,.feedbackStyle_methodAutoComplete__PoGt7 .MuiAutocomplete-input{font-size:14px!important}.feedbackStyle_feedbackTableAutoComplete__9klxe .MuiAutocomplete-input,.feedbackStyle_feedbackTableTextField__Lwzw3 .MuiInputBase-input{font-size:13px!important}.feedbackStyle_dateRangePickerClass__Ne9\+Q .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__JcWfC .MuiTablePagination-toolbar{padding:0!important}.feedbackStyle_feedbackTablePaginationStyle__JcWfC .MuiTablePagination-selectLabel{font-size:12px!important}.feedbackStyle_feedbackTablePaginationStyle__JcWfC .MuiInputBase-root{font-size:12px!important;margin-right:0!important}.feedbackStyle_feedbackTablePaginationStyle__JcWfC .MuiTablePagination-displayedRows{font-size:12px!important;margin-left:5px!important}.feedbackStyle_feedbackTablePaginationStyle__JcWfC .MuiTablePagination-actions{margin-left:1px!important}.feedbackStyle_feedbackTablePaginationStyle__JcWfC .MuiSvgIcon-root{height:20px!important;width:20px!important}}.feedbackStyle_mainFeedback__jXbDg{height:100%!important;padding:17px 25px 0 27px!important}.feedbackStyle_marginHeader__qBCLO{margin-bottom:10px!important}.feedbackStyle_dividerFeedbackComp__eo9Gn{padding-top:4px!important}.feedbackStyle_fetchFeedbackDataContainer__T6aBZ{flex-direction:column!important;gap:12px!important}.feedbackStyle_feedbackRowDataText__O4Q6P{color:#6a097d!important;font-size:16px!important;font-weight:600!important;margin-top:25px!important}.feedbackStyle_updateFeedbackPopupDivider__sISSC{margin:10px 30px 0!important;padding:4px 0!important}.feedbackStyle_updateFeedbackPopupPadding__OTDWF{padding:10px 30px!important}.feedbackStyle_updateFeedbackPopupField__Qq5ib{color:#707070!important;font-size:14px!important;font-weight:500!important}.feedbackStyle_updateFeedbackPopupFieldMargin__Fgt7q{margin-top:10px!important}.feedbackStyle_approvalStatusWrapper__VBxpm{gap:24px!important;justify-content:space-between!important;padding:10px 30px 30px!important}.feedbackStyle_feedbackZindex__AQ3UY{z-index:5!important}.feedbackStyle_resetFetchDataWrapper__fsN1R{align-items:center!important;gap:12px!important;justify-content:center!important;padding:20px 0!important}.feedbackStyle_fetchFeedbackDataPadding__Z2rN8{padding:12px 3px 0!important}.feedbackStyle_fetchFeedbackMaxWidth__LOjI3{max-width:228px!important}.feedbackStyle_feedbackTableContainer__XUaAf{border:1px solid #e9e9e9;border-radius:5px;box-sizing:border-box;max-width:100%;overflow:auto}.feedbackStyle_moreDetailListStyle__D1j-C{-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__Or\+W\+{display:list-item!important;padding:0!important}.feedbackStyle_feedbackValueColor__WhFMP{color:#373737!important}.datePickerStyles_presetsButtonItem__7FA6f{margin-left:20px!important;padding-bottom:15px!important}.datePickerStyles_presetsButtonContainer__vfde6{display:flex!important;justify-content:space-between!important}.datePickerStyles_presetsButtonGap__2BW8J{gap:12px!important}.datePickerStyles_chosenButton__SmUnc{background-color:#6a097d!important;color:#fff!important;padding:4px 15px!important;text-transform:capitalize!important}.datePickerStyles_chosenButton__SmUnc:hover{background-color:#f7e9ff!important;box-shadow:0 0 4px #6a091980!important;color:#6a097d!important}.datePickerStyles_defaultButton__BQ-GM{background-color:#000!important;color:#fff!important;padding:4px 15px!important;text-transform:capitalize!important}.datePickerStyles_defaultButton__BQ-GM:hover{background-color:#f7e9ff!important;box-shadow:0 0 4px #6a091980!important;color:#6a097d!important}.datePickerStyles_closeBtnMargin__vz7Wu{margin-right:20px!important}.getStartedStyles_getStartedPageTitle__QTgoy{color:#000!important;font-size:16px!important;font-weight:700!important}.getStartedStyles_getStartedCardGrid__6ed7I{max-width:410px!important;min-width:300px!important}.getStartedStyles_getStartedCardGridContainer__yb\+0k{border-radius:10px!important;box-shadow:0 0 3px 0 #dadada!important;padding:16px 20px!important}.getStartedStyles_getStartedCardTitle__xN9SE{color:#000!important;font-size:16px!important;font-weight:600!important}.getStartedStyles_getStartedCardDescription__52cMr{color:#7a7a7a!important;font-size:15px!important;font-weight:500!important}.getStartedStyles_getStartedPage__BOgu\+{display:flex!important;flex-direction:column!important;overflow-y:scroll!important;width:100%!important}.getStartedStyles_getStartedContentWrapepr__QX59f{border:1px solid #ededed;border-radius:10px;margin:15px!important;padding:20px}.getStartedStyles_getStartedHeaderTextWrapper__u6j0N{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__JVH5e{padding:10px}.getStartedStyles_getStartedStatCardWrapper__f3f86{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__f3f86{padding:10px!important}}.getStartedStyles_getStartedFeatureCardWrapper__dw\+4F{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__E1cfG{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__OdltB{font-size:20px!important;font-weight:600!important}.getStartedStyles_description__bIHAH{color:#555!important;font-size:14px!important}.getStartedStyles_featureCardFeatures__a9ITQ{align-items:center!important;display:flex!important;text-align:left!important}.getStartedStyles_featuresListItem__D-mKK{align-items:center!important;display:flex!important;gap:6px!important;padding:3px 0!important}.getStartedStyles_featureList__iPCqv{font-size:13px;list-style:none;padding:0}.getStartedStyles_button__a6UZT{font-weight:600;max-width:250px;text-transform:none;text-transform:none!important}.getStartedStyles_greenCard__gwbfq{background-color:#f5fcf7!important;border:1px solid #c0edcd}.getStartedStyles_purpleCard__IuVZN{background-color:#faf7fb!important;border:1px solid #f0e7f3}.getStartedStyles_blueCard__Evu3L{background-color:#f2f7fd!important;border:1px solid #dce9fa}.getStartedStyles_greenCard__gwbfq .getStartedStyles_button__a6UZT{background-color:#28a745}.getStartedStyles_greenCard__gwbfq .getStartedStyles_button__a6UZT:hover{background-color:#218838!important}.getStartedStyles_purpleCard__IuVZN .getStartedStyles_button__a6UZT{background-color:#6a097d}.getStartedStyles_purpleCard__IuVZN .getStartedStyles_button__a6UZT:hover{background-color:#6a097d!important}.getStartedStyles_blueCard__Evu3L .getStartedStyles_button__a6UZT{background-color:#007bff}.getStartedStyles_blueCard__Evu3L .getStartedStyles_button__a6UZT:hover{background-color:#0069d9!important}.getStartedStyles_footerContainer__OgyMh{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__D3nVe{font-size:20px;font-weight:600;margin:16px 20px 8px!important}.getStartedStyles_footerSubtitle__eNDzI{color:#3f3f3f;font-size:15px!important;margin:0 20px!important}.getStartedStyles_footerButton__OYfQj{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__OYfQj:hover{background-color:#8a2be214;border-color:#8a2be2}.getStartedStyles_oneStopSolutionTitle__99tHM{font-size:24px!important;font-weight:600!important}.getStartedStyles_geStartedPageDescription__b6obi{font-size:16px!important}.getStartedStyles_stateCardValue__mh-9j{font-size:22px!important;font-weight:600!important}.getStartedStyles_stateCardLabel__UMjGx{color:#818181!important;font-size:14px!important}.getStartedStyles_emptyPageTitleText__O-bCR{color:#000!important;font-size:17px!important;max-width:450px!important}.getStartedStyles_emptyPageDescriptionText__F-5uH,.getStartedStyles_emptyPageTitleText__O-bCR{word-wrap:break-word!important;font-weight:500!important;text-align:center!important;white-space:normal!important}.getStartedStyles_emptyPageDescriptionText__F-5uH{color:#7a7a7a!important;font-size:15px!important}.customApiStyle_customAptTitle__DC18G{height:100%!important;padding:20px 25px 0 27px!important}.customApiStyle_marginHeader__1PVGw{margin-bottom:15px!important}.customApiStyle_dividerCustomApiComp__kkLrT{padding-top:4px!important}.customApiStyle_mainCustomAPIGridItem__O033G{padding:5px 10px 5px 5px!important}.customApiStyle_emptyCustomAPIImage__N5e7p{height:auto!important;width:165px!important}.customApiStyle_customAPIPageDivider__XjxKn{padding-top:10px!important}.customApiStyle_customAPIPageDividerWebhook__VF3iq{padding-top:16px!important}.customApiStyle_webhookContainerStyles__EraFC{padding:5px 25px 0 27px!important}.customApiStyle_webhookItemStyles__rbPwI{overflow:auto!important;padding:18px 25px 0 27px!important}.customApiStyle_customAPITableContainer__CoP62{border:1px solid #e9e9e9!important;border-radius:5px!important;box-sizing:border-box!important;max-width:100%!important;overflow:auto!important}.customApiStyle_assignedChatbotTableContainer__EjkaA{max-height:200px!important}.customApiStyle_tableHeaderMorevertCell__JJDC7{background:#fbf4ff!important}.customApiStyle_tableCell__ZbYGc{min-width:400px!important;overflow-wrap:anywhere!important;white-space:normal!important;width:100%!important;word-break:break-word!important}.customApiStyle_chatbotNameChip__Vcr7E{padding:4px 10px!important}.customApiStyle_chatbotNameChipNew__uv7Zb,.customApiStyle_chatbotNameChip__Vcr7E{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__uv7Zb{font-size:13px!important;font-weight:500!important;padding:3px 8px!important}.customApiStyle_assignedChatbotText__hXYig{color:#000!important;font-size:15px!important;font-weight:600!important}.customApiStyle_lastColumnSticky__ZvVNj{position:-webkit-sticky!important;position:sticky!important;right:0!important}.customApiStyle_moreVertIcon__m7dhG{background-color:#fff!important;cursor:default!important;text-align:end!important}.customApiStyle_tableGridItem__1da4e{padding:15px 15px 0 22px}@media screen and (min-width:0px)and (max-width:600px){.customApiStyle_tableGridItem__1da4e{padding:10px 0 0 10px}}@media screen and (max-width:1200px){.customApiStyle_webhookContainerStyles__EraFC{padding:0 20px!important}}.templateCard_templateTileStyle__KICj7{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__KICj7:hover{box-shadow:0 0 3px 0 #6a097d}.templateCard_templateTitleTextstyle__OmDeD{color:#000;font-size:17px;font-weight:500;margin-bottom:10px!important}.templateCard_templateDescriptionTextStyle__BMmaZ{color:#7a7a7a;font-size:13.4px;font-weight:400}.templateCard_templateIconStyle__-DDLr{margin-bottom:10px!important}.templateCard_templateDescOverflowStyle__hmVWf{-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important;text-overflow:ellipsis!important}.templateCard_activityGrid__H1c1h{position:absolute!important;right:20px!important;top:15px!important}.templateCard_badgeStyle__mF1-8{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__KICj7{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__OmDeD{font-size:15px}}@media screen and (min-width:601px)and (max-width:900px){.templateCard_templateTitleTextstyle__OmDeD{font-size:15px}}@media screen and (min-width:901px)and (max-width:1600px){.templateCard_templateTitleTextstyle__OmDeD{font-size:15px}.templateCard_templateTileStyle__KICj7{max-width:325px!important;min-width:325px}}.templateCard_fieldName__cVtPK{color:#949494!important;font-size:13px!important;font-weight:500!important}.templateCard_fieldValue__LJ5Dn{color:#000!important;font-size:15px!important;font-weight:400!important;margin-bottom:10px!important}.templateCard_fieldCountStyle__5gouj{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__NtekR{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__NtekR:hover{background-color:gray;color:#000!important}.feedbackDialog_chatbot_submit_btn_hover__qFsL3:hover{background-color:#ececec!important;color:#000!important}.feedbackDialog_chat_feedback_selected_btn__BCwCI{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__bpYgp{margin:5px 8px 5px 0!important}.feedbackDialog_chat_feedback_textfield__uHBD8{background-color:#e4e4e4!important;background-color:#0000!important;border-radius:5px;box-shadow:0 0 2px #00000040!important}.feedbackDialog_chat_feedback_textfield__uHBD8,.feedbackDialog_chat_feedback_textfield__uHBD8 input{font-size:14px!important;font-weight:500!important}.feedbackDialog_chat_feedback_textfield__uHBD8 fieldset{border:none!important;outline:none!important}.feedbackDialog_chat_feedback_textfield__uHBD8 .MuiOutlinedInput-input{padding:12px 10px!important}.feedbackDialog_chat_feedback_textfield__uHBD8 .MuiInputBase-multiline{padding:0!important}.feedbackDialog_chat_feedback_textfield__uHBD8 .MuiOutlinedInput_notchedOutline{border:none!important}.feedbackDialog_feedback_submit_btn__e2qRB{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__e2qRB:disabled{opacity:.5}.feedbackDialog_feedback_reset_btn__Uz9N\+{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__Uz9N\+:disabled{opacity:.5}.feedbackDialog_longTextFeedbackInputField__lWkKd::placeholder{color:#0000005e!important;font-weight:500!important}.feedbackDialog_chat_feedback_textfield__uHBD8::placeholder{color:#0000005e!important;font-size:14px!important}.feedbackDialog_chat_feedback_textfield__uHBD8 .feedbackDialog_MuiInputBase-root__0Q3Dn{font-size:14px!important}.feedbackDialog_provideFeedbackTitleGrid__9Bzah{padding:15px 20px!important}.feedbackDialog_closeFeedbackPopupIcon__MRUTh{cursor:pointer!important;display:flex!important;font-size:20px!important;justify-content:end!important}.feedbackDialog_provideFeedbackPopupBody__4W7zr{max-height:705px!important;overflow-y:auto!important;padding:10px 20px 15px!important}.feedbackDialog_categoryOfIssueText__5D5Do{color:#000!important;font-size:14px!important;font-weight:500!important;margin-bottom:2px!important}.feedbackDialog_feedbackOptionFieldGrid__Hn1q4{margin:10px 0!important}.feedbackDialog_textAreaFeedbackOptionField__tIBS5{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__BTvhx{align-items:center!important;display:flex!important;gap:10px!important}.tab_outlineChildFullHeight__xkqXB{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__INMm1{height:100%}.tab_tabAIOutputWrapper__-hOEd{background:#fff;border-radius:10px;display:flex;flex-direction:column!important;height:100%;max-height:calc(100vh - 245px);overflow:auto}.tab_outlineChildPartialHeight__-JqOm{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__fnmJ3 ::-webkit-scrollbar-track{max-height:none}.tab_outlineChildTabHeader__3noyx{margin-bottom:15px!important}.tab_outlineChildTabHeader__3noyx .MuiTabs-indicator{background-color:#4c4a4d!important}.tab_outlineChildTabHeader__3noyx .MuiTabs-flexContainer{height:42px}.tab_outlineChildTabHeader__3noyx .Mui-selected{color:#4c4a4d!important}.tab_outlineChildTabHeader__3noyx .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__IDi16 .MuiTabs-indicator{background-color:#6a097d;border-top-left-radius:15px;border-top-right-radius:15px;height:5px}.tab_settingsTabStyle__IDi16 .Mui-selected{color:#4c4a4d;font-size:15px;font-weight:600;text-transform:inherit}.tab_settingsTabStyle__IDi16 .MuiTab-root{border-bottom:2px solid #d6d6d6;font-size:14px;font-weight:600;padding:9px!important;text-transform:inherit}.tab_settingsTabStyle__IDi16 .Mui-selected{color:#4c4a4d!important}.tab_settingsTabStyle__IDi16{margin-bottom:15px}@media only screen and (max-width:1000px){.tab_settingsTabStyle__IDi16 .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__IDi16 .MuiTabs-root{margin-left:20px!important}.tab_settingsTabStyle__IDi16{margin-inline:20px!important}}@media only screen and (min-width:600px)and (max-width:860px){.tab_tabAIOutputWrapper__-hOEd{height:calc(100vh - 280px)}}@media only screen and (min-width:320px)and (max-width:599px){.tab_tabAIOutputWrapper__-hOEd{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__-JqOm{height:calc(100% - 130px)}}.smartAssist_toolsAvailableDescription__\+UcXy{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important;margin-left:2px!important}.smartAssist_functionCallingResponseSearchBar__5-EDg{margin:0 0 7px 2px!important}.smartAssist_smartAssistListContainer__Xem\+G{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__-3kZf{border:1px solid #eaecf0;border-radius:8px;padding:16px}.smartAssist_smartAssistSkeletonHeader__MBtKc{margin-bottom:8px!important}.smartAssist_skeletonRectRadius4__RPbrq{border-radius:4px!important}.smartAssist_skeletonTextMarginBottom__cCdOo{margin-bottom:16px!important}.smartAssist_skeletonRectRadius8__ey8R0{border-radius:8px!important}.smartAssist_smartAssistCard__3ZRDc{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__3ZRDc:hover{box-shadow:0 0 2px 0 #6a097d!important}.smartAssist_smartAssistCardHeader__Wuk51{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px;min-width:0}.smartAssist_smartAssistCardTitle__U-lIg{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__AJTGu{border-radius:5px;font-size:11px;font-weight:500;min-width:40px;padding:2px 8px;text-align:center;text-transform:uppercase}.smartAssist_smartAssistCardDescription__EUJj6{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__3EyAe{flex:1 1!important;overflow-x:hidden!important;overflow-y:auto!important;padding:12px 0!important}.smartAssist_smartAssistUrlTextField__a\+dAr{background-color:#fff!important;min-width:200px!important;width:100%!important}.smartAssist_smartAssistRequestParamsGrid__fFOmG{background-color:#f4f4f4!important;border-radius:5px!important;padding:0 10px!important}.smartAssist_functionCallingResponseTable__vS9x7{overflow-x:hidden!important}.smartAssist_functionCallingResponseTable__vS9x7 table{max-width:100%!important;table-layout:fixed!important;width:100%!important}.smartAssist_functionCallingResponseTable__vS9x7 table td table{display:block!important;overflow-x:auto!important;table-layout:auto!important;width:100%!important}.smartAssist_functionCallingResponseTable__vS9x7 table td table::-webkit-scrollbar{height:5px}.smartAssist_smartAssistRequestParamsTableMaxHeight__dTzlm{max-height:305px!important}.smartAssist_smartAssistRequestParamsType__7LbRr{color:#4c4a4d!important}.smartAssist_smartAssistRequestParamsValueTextField__cZqh6{background-color:#fff!important}.smartAssist_tableHeadingFontStyle__l91cP{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__l91cP{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__6otVs{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__6otVs:hover .botmessage_botCopyIcon__aDrYR{opacity:1}.botmessage_botCopyIcon__aDrYR{bottom:0;cursor:pointer;left:-25px;opacity:0;position:absolute}.botmessage_feedbackMenuItem__qwozA .MuiMenuItem-root{padding:3px 10px!important}.botmessage_botMessageBlockItem__f5G3L{margin:10px 0!important;max-width:calc(100% - 10px)!important;text-align:start;width:auto}.botmessage_botMessageBlockContainer__gbYna{align-items:end;flex-wrap:nowrap;justify-content:end}.botmessage_feedbackTooltipStyles__OOpNt{left:-30px;margin-top:0;position:absolute;top:0}.botmessage_messageFormatComponents__rSBoZ{align-items:end!important;flex-wrap:nowrap!important;justify-content:end!important;margin-left:30px!important;max-width:calc(100% - 85px)!important}.botmessage_messageFormatComponentsForMultipleImages__ReJk5{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__qHfSH{border-radius:8px!important;max-width:300px!important;object-fit:contain!important;width:100%!important}.botmessage_botMessageDownArrowIconBtn__EyYQu{position:absolute!important;right:-5px!important;top:-10px!important}.botmessage_botMessageDownArrow__d-Es0{font-size:large!important;height:auto!important;width:20px!important}.botmessage_botMessageTypography__AJ9h9{font-size:13px!important;white-space:pre-line!important;word-break:break-word!important}.botmessage_responseTimeIconGrid__JkSKT{margin-right:12px!important}.botmessage_responseTimeIcon__Pcs1u{cursor:pointer!important;font-size:20px!important}.botmessage_botMessageQuoteReplyData__26r-d{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__yg4MD{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__KCzkc{margin:10px 0 10px 6px!important;max-width:430px!important;width:auto!important}.ratingCardStyles_cr_sub_item__cQMs\+{border-radius:5px;box-shadow:0 0 3px 0 #00000026!important;padding:10px 10px 10px 0!important}.ratingCardStyles_cr_star__bnDFe{font-size:40px!important;width:100%!important}.ratingCardStyles_cr_star__bnDFe label{min-width:20%!important;width:20%!important}.ratingCardStyles_cr_star__bnDFe .MuiRating_icon{justify-content:center}.ratingCardStyles_cr_rating_labes__PdX55{font-size:13px!important;font-weight:500!important}.ratingCardStyles_ratings__M60lX .rr--box{height:40px!important}.ratingCardStyles_rating_submit_btn__vy63P{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__PdX55{font-size:11px!important;font-weight:500!important}.ratingCardStyles_ratings__M60lX .rr--box{height:30px!important}.ratingCardStyles_rating_labels__uFaTY{font-size:12px!important;font-weight:500!important}.ratingCardStyles_cr_star__bnDFe{font-size:20px!important;width:100%!important}}@media only screen and (max-width:430px)and (min-width:400px){.ratingCardStyles_rating_submit_btn__vy63P{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__M60lX .rr--box{height:25px!important}.ratingCardStyles_rating_labels__uFaTY{font-size:10px!important;font-weight:500!important}.ratingCardStyles_rating_submit_btn__vy63P{font-size:12px!important;font-weight:500!important;margin-left:15px!important}}@media screen and (max-width:410px){.ratingCardStyles_cr_rating_labes__PdX55{font-size:11px!important;font-weight:500!important}.ratingCardStyles_cr_star__bnDFe{font-size:25px!important;width:100%!important}}@media only screen and (max-width:500px)and (min-width:440px){.ratingCardStyles_cr_main_item__KCzkc{max-width:95%!important;width:auto!important}}@media only screen and (max-width:439px)and (min-width:0px){.ratingCardStyles_cr_main_item__KCzkc{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__LoPsc span{font-size:15px;font-weight:500}.mobileDropdownDrawer_dropdownTitleStyle__5-\+is{padding:0!important}.customForm_custom_form_grid_style__RNMc3{padding:20px!important}.customForm_custom_form_title_text_style__9gMkB{font-size:15px!important;font-weight:600!important}.customForm_custom_form_field_heading_style__A8joC{font-size:14px!important;font-weight:500!important}.customForm_custom_form_field_textfield__tr2uJ{border:none!important;border-radius:5px!important;box-shadow:0 0 2px #00000040!important;width:100%!important}.customForm_custom_form_field_textfield__tr2uJ fieldset{border:none!important}.customForm_custom_form_field_textfield__tr2uJ .MuiOutlinedInput-input{font-size:14px!important;font-weight:500!important;padding:11.5px 14px!important}.customForm_custom_form_field_textarea__eQ-6-{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__63KEg{font-size:14px!important;opacity:.5!important;padding:6px 20px!important;text-transform:none!important}.customForm_methodAutoComplete__4b4py{box-shadow:0 0 3px #00000040!important;font-weight:500!important}.customForm_methodAutoComplete__4b4py .MuiOutlinedInput-root{padding:0 4px!important}.customForm_methodAutoComplete__4b4py .MuiInputBase-input{font-weight:500!important}.customForm_methodAutoComplete__4b4py .MuiAutocomplete-input{font-size:14px!important}.cartForm_cart_form_container_style__v6fMe{height:100%!important;max-height:100%!important;padding:15px 0!important;position:relative!important}.cartForm_cart_form_heading_text_style__Ay44O{color:#000!important;font-size:15px!important;font-weight:600!important}.cartForm_cart_details_item_style__zbvwA{height:100%!important;max-height:calc(100% - 160px)!important;overflow:auto!important;padding:0 5px 5px!important}.cartForm_cart_details_item_style__zbvwA::-webkit-scrollbar{width:4px!important}.cartForm_cart_form_cta_button_style__wGUqx,.cartForm_cart_form_product_total_price_style__zFgnr{font-size:14px!important;font-weight:600!important}.cartForm_cart_form_cta_button_style__wGUqx{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__QGHs3{background-color:#fff!important;border-bottom:1px solid #0000001a!important;border-radius:5px!important;padding:13px 10px!important}.cartForm_cart_form_product_name_style__s3s1q{color:#000!important;font-size:13px!important;font-weight:600!important}.cartForm_cart_form_product_price_style__X1DMW{color:#000!important;font-size:14px!important;font-weight:600!important}.cartForm_cart_form_product_initial_price_sytle__c1nE6{-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__8mDjO{color:#7a7a7a!important;font-size:10px!important;font-weight:500!important;overflow:hidden!important;text-align:end!important}.cartForm_cart_form_add_remove_button__uk6Iu{min-width:0!important;padding:0 3px 2px!important;text-align:center!important}.cartForm_cart_add_remove_icons__qt\+li{color:#40b87b!important;font-size:20px!important}.cartForm_cart_count_text_style__Lm\+Mv{color:#40b87b!important;font-size:14px!important;font-weight:600!important}.cartForm_cart_add_remove_item_style__FePZf,.cartForm_cart_count_item_style__QWBRO{border:1px solid #40b87b!important;border-radius:5px!important}.cartForm_cart_count_item_style__QWBRO{min-width:0!important;min-width:40px!important;padding:1.5px 0!important;text-align:center!important}.cartForm_metadataStylesVariants__lkmkh{color:#000!important;font-size:12px!important;font-weight:500!important}.cartForm_cart_product_variant_list__-sHIy{-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__cUSB0{-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__W05hE{color:#000!important;font-size:14px!important;font-weight:600!important}.variantMenuCarousel_productCountryStyle__PydyD{color:#7a7a7a!important;font-size:12px!important;font-weight:500!important}.variantMenuCarousel_primaryVariantFontStyle__YTKbn{font-size:14px!important;font-weight:600!important}.variantMenuCarousel_secondaryVariantFontStyle__0cBJ4{font-size:13px!important;font-weight:600!important}.variantMenuCarousel_productCategoryStyles__fO2RL{border-radius:5px!important;padding:4px 8px!important;white-space:nowrap!important}.variantMenuCarousel_ctaButtonStyles__6JV42{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__Yt8rE{min-width:0!important;padding:5px 18px!important;text-align:center}.extensionDrawer_extension_drawer_popup_style__zE7Mu{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__fDA2Z{cursor:pointer!important;font-size:13px!important;font-style:italic!important;font-weight:500!important}.extensionDrawer_extension_form_grid_style__4gSkq{height:100%!important;max-height:calc(100% - 10px)!important;padding:10px 5px!important;position:relative!important}.extensionDrawer_extensions_sub_fields_grid_style__nuCyS{height:100%!important;max-height:350px!important;overflow:auto!important;padding:5px!important}.extensionDrawer_extensions_sub_fields_grid_style__nuCyS::-webkit-scrollbar{width:4px!important}.extensionDrawer_extension_name_heading_style__22DAw{color:#000!important;font-size:14px!important;font-weight:600!important}.extensionDrawer_extension_name_item_style__lg5t3,.extensionDrawer_selected_extension_item_style__GAHf8{cursor:pointer!important;padding-bottom:10px!important}.extensionDrawer_extension_name_style__CBnjv,.extensionDrawer_selected_extension_name_style__TYRiB{font-size:13px!important;font-weight:600!important}.extensionDrawer_extension_name_style__CBnjv{color:#000!important}.extensionDrawer_extension_name_heading_text_style__5GqIn{font-size:13px!important;font-weight:600!important}.extensionDrawer_extension_table_body_style__IBS9c tr:nth-child(odd){background-color:#f7e9ff66!important}.extensionDrawer_extension_table_body_style__IBS9c tr:nth-child(odd):hover{background-color:#fafafa!important}.extensionDrawer_extension_table_row_style__mwQef:last-child td{border-bottom:none!important}.extensionDrawer_extension_table_row_style__mwQef:hover{background-color:#fafafa!important}.extensionDrawer_extension_number_text_style__gphL4{font-size:13px!important;font-weight:600!important}.extensionDrawer_extension_name_text_style__7TQvY{color:#000!important}.extensionDrawer_extension_name_text_style__7TQvY,.extensionDrawer_variant_name_text_style__Si71N{font-size:13px!important;font-weight:500!important}.extensionDrawer_accordion_item_container__9SwCL{height:100%!important;overflow:auto!important}.extensionDrawer_agentAccordion__BLTxg{margin:0!important}.extensionDrawer_accordion_global__ffKvG{border:none!important;border-radius:10px!important;bottom:0!important;height:auto!important;max-width:100%!important;position:relative!important}.extensionDrawer_accordion_global__ffKvG:before{background-color:#0000!important}.extensionDrawer_accordion_section_title__gyzxw{font-size:14px!important;font-weight:500!important}.extensionDrawer_accordion_question_style__vNHDp{font-size:14px!important;font-weight:600!important}.extensionDrawer_accordion_answer_style__ryyaa{font-size:14px!important}@media screen and (max-width:1220px){.extensionDrawer_extension_drawer_popup_style__zE7Mu{padding:8px!important}}.tableFormat_table_name_heading_style__ha0Ou{color:#000!important;font-size:15px!important;font-weight:600!important}.tableFormat_table_format_popup_style__WGiCU{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__pDght{height:100%!important;max-height:calc(100% - 100px)!important;overflow:auto!important;padding:5px!important}.tableFormat_table_sub_fields_grid_style__pDght::-webkit-scrollbar{width:4px!important}.tableFormat_table_format_row_style__7bl5E:last-child td{border-bottom:none!important}.tableFormat_table_format_row_style__7bl5E:hover{background-color:#fafafa!important}.tableFormat_table_format_number_text_style__\+lqFH{font-size:14px!important;font-weight:600!important}.tableFormat_table_format_name_text_style__JGrSF{color:#000!important;font-size:14px!important;font-weight:500!important}.tableFormat_table_format_container_style__X\+XiY{border:1px solid #e9e9e9!important;border-radius:5px!important;overflow:auto!important}.tableFormat_table_format_container_style__X\+XiY::-webkit-scrollbar{height:4px!important;width:4px!important}.tableFormat_table_format_container_style__X\+XiY .tableFormat_dt-layout-row__fimHy{display:none!important}.tableFormat_table_format_container_style__X\+XiY .tableFormat_dt-layout-table__yu\+Ej{display:block!important}.tableFormat_table_format_heading_cell_style__sw488{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__DtmQC{left:0!important;position:-webkit-sticky!important;position:sticky!important;z-index:2!important}.tableFormat_table_format_heading_style__zcXt5{z-index:5!important}.tableFormat_table_format_cell_style__RlExR{border-bottom:1px solid #e9e9e9!important;font-size:13.5px!important;font-weight:500!important;padding:12px 14px!important}.emptyState_pageIconStyle__SrjhJ{margin-bottom:15px!important}.emptyState_primaryActionBtnSpacing__lJqUQ{margin:25px 0 15px!important}.fileUpload_fileUploadIconBtn__pnWUA{color:#fff!important}.fileUpload_uploadFileBtn__cqhPL{color:#4c4a4d!important}.fileUpload_uploadFileIconGrid__KKGOf{display:flex!important;margin-right:7px!important}.fileUpload_browseFiletext__R9yY7{padding-left:4px!important}.fileUpload_fileSizeLimitText__a8VEw{color:#7a7a7a!important;opacity:.8!important}.fileUpload_viewUploadedFileGrid__qsvZU{align-self:start!important;display:flex!important;margin-top:10px!important;width:100%!important}.fileUpload_uploadedFileAnchorTag__y1DJp{color:inherit!important;text-decoration:none!important;text-decoration:initial!important;width:90%!important}.fileUpload_uploadedFileAnchorDiv__2cWnX{flex-wrap:wrap!important;white-space:nowrap!important;word-break:break-all!important}.fileUpload_uploadedFilePreviewImg__dfKqX{height:32px!important;margin-right:8px!important;width:32px!important}.fileUpload_uploadedFileNameText__nkZQj{white-space:pre-wrap!important}.fileUpload_fileErrorGridForIcon__eLfWD{padding-top:3px!important;text-align:center!important}.fileUpload_fileErrorDivForIcon__0QuxM{display:inline-block!important}.fileUpload_fileErrorMessageGrid__Y6dme{color:#c60000!important;padding-top:3px!important}.voiceagent_createVoiceAgentContainer__kkEo3{background-color:#fafafa!important;border-radius:10px!important}.voiceagent_voiceFormStyle__gPqQg{height:calc(100% - 70px)!important;overflow:auto!important;padding:12px!important}.voiceagent_voiceListStyle__Tws3O{height:100%!important;overflow:auto!important;padding:3px 12px!important}.voiceagent_voiceFormButtonStyle__4uZ0y{padding:12px!important}.voiceagent_formHeadingStyle__8xSoZ{color:#000!important;font-size:15px!important;font-weight:600!important}.voiceagent_templateGlobalDropdown__vUVIj{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 2px #00000080!important;font-size:15px!important}.voiceagent_templateGlobalDropdown__vUVIj .MuiSelect-select{font-weight:500!important;padding:12px 14px!important}.voiceagent_templateGlobalDropdown__vUVIj .MuiOutlinedInput-notchedOutline{border:none!important}.voiceagent_languageMenuStyle__QkO2y{font-weight:500!important}.voiceagent_agentTextAreaStyle__e2wCM{max-height:470px!important;min-height:130px!important;overflow:auto!important;resize:vertical!important}.voiceagent_agentTextAreaStyle__e2wCM .MuiOutlinedInput-notchedOutline,.voiceagent_agentTextFieldStyle__M2opN .MuiOutlinedInput-notchedOutline{border:none!important}.voiceagent_checkedIcon__0oVjd{padding:0 9px!important}.voiceagent_checkedIcon__0oVjd .MuiSvgIcon-root{fill:#6a097d}.voiceagent_autoComplete__2Yeva .MuiAutocomplete-input{font-size:15px!important;font-weight:500!important}.voiceagent_autoComplete__2Yeva{border-radius:10px!important;box-shadow:0 0 3px #00000040;box-sizing:border-box!important}.voiceagent_voiceAgentCardStyles__ro2--{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__uAfr9{-webkit-line-clamp:1!important;font-size:15px!important;font-weight:600!important}.voiceagent_voiceAgentDescStyle__kwTc0,.voiceagent_voiceAgentNameStyle__uAfr9{-webkit-box-orient:vertical!important;color:#000!important;display:-webkit-box!important;overflow:hidden!important;text-overflow:ellipsis!important}.voiceagent_voiceAgentDescStyle__kwTc0{-webkit-line-clamp:2!important;font-size:14px!important;font-weight:500!important}.voiceagent_voiceAgentTimeStyle__ygBsC{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important}.voiceagent_voiceAIIconStyle__YiPki{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__QD1ns{font-size:14px!important;font-weight:600!important}.voiceagent_voiceCallPopupStyle__m2QcY{background:#fff!important}.voiceagent_notAllowedIconStyle__8R77l{color:red!important;height:60px!important;width:60px!important}.voiceagent_voiceCallAllowedPopupStyle__pkM2e{background:#fafafa;min-height:230px!important;padding:20px 0!important}.voiceagent_voiceCallCallingPopupStyle__qO5bi{background:#fafafa;height:500px!important}.voiceagent_voiceAIPopupContentStyle__Js18x{color:#000!important;font-size:16px!important;font-weight:500!important}.voiceagent_wpInitiatedCallStyle__yZLew{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__pIbn3{color:green!important;font-size:14px!important;font-weight:500!important}.voiceagent_wpDurationStyle__Z-rVw{color:#6a097d!important;font-size:14px!important;font-weight:500!important}.voiceagent_wpCallDurationStyle__jsbCg{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__Op2hv{color:#000!important;font-size:18px!important;font-weight:500!important}.voiceagent_wpCallWabaNumber__CjjQ-{color:#7a7a7a!important;font-size:14px!important;font-weight:500!important}.voiceagent_wpEndCallStyle__dCi1M{bottom:20px!important;position:absolute!important;width:100%!important}.voiceagent_endCallIconStyle__fxFKc{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__rrGiV{color:#54bb7e!important;height:120px!important;width:120px!important}.voiceagent_microPhoneIconStyle__e6EhN{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__vCe5\+{color:#000!important;font-size:16px!important;font-weight:600!important;text-align:center!important}.voiceagent_permissionErrorText__M5-zZ{color:#c60000!important}.voiceagent_permissionGrantText__KqRaz{color:rgba(0,128,0,.584)!important}.voiceagent_permissionAccessText__TNJAe{color:#333!important}.voiceagent_permissionText__5MM0W{font-size:15px!important;font-weight:500!important;text-align:center!important}.voiceagent_micAccessFontStyle__EeJQb{color:#333!important;font-size:14px!important;font-weight:500!important}.voiceagent_micPermissionGlobalStyle__98eSf{align-items:center!important;border-radius:8px!important;gap:12px!important;padding:16px!important}.voiceagent_permissionDeniedStyles__XqT6I{background-color:#ffebee!important;border:2px solid #f44336!important}.voiceagent_permissionGrantStyles__N7jD6{background-color:#e3f2fd!important;border:2px solid #2196f3!important}.voiceagent_permissionGrantedStyles__X68GP{background-color:rgba(84,187,126,.188)!important;border:2px solid #69d898!important}.voiceagent_closeIconStyle__Qc\+XK{cursor:pointer!important;position:absolute!important;right:12px!important;top:-2px!important}@media screen and (min-width:0px)and (max-width:900px){.voiceagent_formHeadingStyle__8xSoZ,.voiceagent_templateGlobalDropdown__vUVIj{font-size:14px!important}}@media screen and (max-width:1600px){.voiceagent_autoComplete__2Yeva .MuiAutocomplete-input{font-size:14px!important}}.threadViewSkeleton_skeletonContainer__YAkhS{background-color:#fff;display:flex;flex-direction:column;height:100%;overflow:hidden;width:100%}.threadViewSkeleton_header__4nsGv{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #e0e0e0;display:flex;flex-shrink:0;gap:12px;padding:15px}.threadViewSkeleton_headerInfo__Bkx42{display:flex;flex:1 1;flex-direction:column;gap:4px}.threadViewSkeleton_headerActions__YhyN-{align-items:center;display:flex;gap:8px}.threadViewSkeleton_messagesArea__LbH0Y{background-color:#ece5dd;flex:1 1;overflow:hidden;position:relative}.threadViewSkeleton_messagesContainer__Vm1eB{display:flex;flex-direction:column;gap:16px;height:100%;overflow-y:auto;padding:16px}.threadViewSkeleton_messageRow__L9iS5{display:flex;gap:8px}.threadViewSkeleton_messageRowBot__hA1Xx{justify-content:flex-start}.threadViewSkeleton_messageRowUser__7w3ij{justify-content:flex-end}.threadViewSkeleton_avatarSkeleton__9BMVM{flex-shrink:0;margin-top:auto}.threadViewSkeleton_inputArea__wwQB5{align-items:center;background-color:#f0f2f5;border-top:1px solid #e0e0e0;display:flex;flex-shrink:0;gap:8px;padding:12px}.threadViewSkeleton_inputField__jGDm1{flex:1 1}.workflowCreate_popupTitleStyle__u7WWA{color:#6a097d!important;font-size:17px!important;font-weight:600!important}.workflowCreate_popupDividerStyle__UJlXN{border:.2px solid #9d9d9d!important;color:#9d9d9d!important;opacity:.3!important}.workflowCreate_createWorkflowLabelStyle__eq1gC{color:#000!important;font-size:15px!important;font-weight:500!important}.workflowCreate_createGlobalTextField__t7xdD{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 3px #00000040!important;width:100%!important}.workflowCreate_createGlobalTextField__t7xdD fieldset{border:none!important;outline:none!important}.workflowCreate_createGlobalTextField__t7xdD .MuiOutlinedInput-input{font-size:15px!important;font-weight:500!important;padding:12.5px 14px!important}.workflowCreate_payloadTextField__NO6XE{border-radius:5px!important;box-shadow:0 0 2px #00000040!important;width:100%!important}.workflowCreate_payloadTextField__NO6XE fieldset{border:none!important;outline:none!important}.workflowCreate_payloadTextField__NO6XE .MuiOutlinedInput-input{font-size:15px!important;font-weight:400!important;padding:10.5px 14px!important}.workflowCreate_autoComplete__W122D .MuiAutocomplete-input{font-size:15px!important}.workflowCreate_autoComplete__W122D{box-shadow:0 0 3px #00000040;box-sizing:border-box!important}.workflowCreate_nodesListsItems__KxDz\+{min-width:350px!important}.workflowCreate_nodesListHeadingStyle__6rEwn{color:#000!important;font-size:15px!important;font-weight:600!important}.workflowCreate_nodesGlobalItem__HKb80{border-radius:10px!important;cursor:pointer!important;max-width:170px!important;min-width:150px!important;padding:15px!important}.workflowCreate_triggerNodeStyle__14m\+Q{border:2px dashed #6a097d40!important}.workflowCreate_triggerNodeStyle__14m\+Q:hover{background-color:#6a097d1a!important}.workflowCreate_nodeNameStyle__90xFU{color:#000!important;font-size:14px!important;font-weight:500!important}.workflowCreate_previewSectionStyle__lbK-u{background-color:#efefef!important;padding:25px 20px!important;transition:transform .4s ease-in-out!important;z-index:2!important}.workflowCreate_resetThreadTimerTextField__1t9UP{background-color:#fff!important;border-radius:4px!important;width:100px!important}.workflowCreate_resetThreadTimerTextField__1t9UP .MuiOutlinedInput-root{font-weight:500!important;letter-spacing:.13px!important;padding:0!important}.workflowCreate_resetThreadTimerTextField__1t9UP .MuiInputLabel-root{background-color:#fff!important;color:#0009!important;padding:0 4px!important}.workflowCreate_resetThreadTimerTextField__1t9UP .workflowCreate_MuiInputLabel-shrink__h6\+GL{transform:translate(14px,-6px) scale(.75)!important}@keyframes workflowCreate_slideIn__M4eso{0%{opacity:0;transform:translate(325px,-100px)}to{opacity:1;transform:translateY(-100px)}}@keyframes workflowCreate_slideOut__CnzFm{0%{opacity:1;transform:translateY(-100px)}to{opacity:0;transform:translate(325px,-100px)}}.workflowCreate_previewSectionHidden__AzEvZ{animation:workflowCreate_slideOut__CnzFm .6s ease-in-out forwards;display:none!important}.workflowCreate_previewSectionVisible__o2B-8{animation:workflowCreate_slideIn__M4eso .6s ease-in-out forwards;transform:translate(325px,-100px)}.workflowCreate_dividerStyle__KVsuw{border-style:initial;color:#b1b1b1;font-size:12px;font-weight:600;margin-top:9px!important}.workflowCreate_testResponseTextArea__rOsKn{font-size:14px!important}@media screen and (max-width:600px){.workflowCreate_nodesListsItems__KxDz\+{max-width:200px!important;min-width:170px!important}}@media screen and (max-width:1600px){.workflowCreate_autoComplete__W122D .MuiAutocomplete-input,.workflowCreate_createGlobalTextField__t7xdD .MuiOutlinedInput-input,.workflowCreate_payloadTextField__NO6XE .MuiOutlinedInput-input{font-size:14px!important}}@media screen and (max-width:1000px){.workflowCreate_autoComplete__W122D .MuiAutocomplete-input,.workflowCreate_createGlobalTextField__t7xdD .MuiOutlinedInput-input,.workflowCreate_payloadTextField__NO6XE .MuiOutlinedInput-input{font-size:14px!important}}@media screen and (max-width:900px){.workflowCreate_previewSectionStyle__lbK-u{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__Bq2Mo{color:#008069}.workflowCreate_draftStatus__4dzB6{color:orange}.workflowCreate_responseVariablePathText__CgaTI{font-size:13px!important}.workflowCreate_responseVariablePathEditIconGrid__e2zPw{opacity:0!important}.workflowCreate_responseVarEditPathContainer__LOHVP:hover .workflowCreate_responseVariablePathEditIconGrid__e2zPw{opacity:1!important}.workflowCreate_responseVariablePathEditIcon__22Y1J{color:#4c4a4d!important;cursor:pointer!important;height:16px!important;width:16px!important}.workflowCreate_responseVariablePathGrid__KO2uM{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__PGPrn{display:inline!important}.workflowCreate_editResVarIndexAutoComplete__PGPrn .MuiAutocomplete-input{color:#298000!important;font-weight:500!important}.workflowCreate_editResVarIndexAutoComplete__PGPrn .MuiOutlinedInput-root{padding-right:25px!important;padding-block:0 2px!important}.workflowCreate_editResVarIndexAutoComplete__PGPrn .MuiTextField-root{margin:0 5px!important;width:90px!important}.workflowCreate_autocompleteBracket__xdGLB{display:inline-block!important}.workflowCreate_stringSegmentTypography__k8UEF{white-space:pre!important}.workflowCreate_editResponseVarPathPopupBtnContainer__ladvC{padding:20px 0!important}.workflowCreate_iButton__UYi8s{height:20px!important;width:20px!important}.workflowCreate_assignVariableTableMaxHeight__PuAU9{max-height:305px!important}.workflowCreate_triggerValueFreeSolo__em1lw{max-width:none!important;min-width:none!important}.workflowCreate_triggerValueFreeSolo__em1lw .MuiAutocomplete-clearIndicator{right:0!important}.workflowCreate_triggerValueFreeSolo__em1lw .MuiAutocomplete-tag{margin:2px 5px 0 0!important}.workflowCreate_triggerValueFreeSolo__em1lw .MuiAutocomplete-inputRoot{padding:5px!important}.workflowCreate_triggerValueFreeSolo__em1lw .MuiChip-label{white-space:normal!important}.workflowCreate_pressEnterTypography__HuP5h{font-size:13px!important;font-weight:400!important}.workflowCreate_whatsappflowIFrame__GBe5Q iframe{border:none!important;height:98%!important}.workflowCreate_conditionValueTextArea__Og26l{border-radius:5px!important;font-weight:400!important;max-height:350px!important;min-height:50px!important}.workflowCreate_conditionValueFreeSolo__ag2HP .MuiAutocomplete-input{padding:5.5px 4px 5.5px 5px!important}.workflowCreate_conditionValueTextForIntent__XF4lk{white-space:wrap!important;width:210px!important}.workflowCreate_conditionValueEmptyTextForIntent__1kIlV{color:#7a7a7a!important}.workflowCreate_editConditionIcon__Pi9zl{display:flex!important;height:16px!important;width:16px!important}.workflowCreate_customConditionPopover__gl7b5{border:1px solid #e0e0e0!important;box-shadow:none!important}.workflowCreate_containsInArrayFieldChip__MxM3T{height:auto!important;margin-bottom:3px!important;padding:4px 0!important;white-space:normal!important;word-break:break-word!important}.workflowCreate_saveAdditionInfoAutoComplete__XH67f{min-width:150px!important}.workflowCreate_sameIntentExistTypography__gC5gk{color:#c60000!important;font-size:15px!important;font-weight:500!important}.workflowCreate_intentConditionSwitch__BOE1j{margin:8px!important}.workflowCreate_allowedFileTypeText__XoTlq{color:#7a7a7a!important}.workflowCreate_removeEdgeWarningGrid__0HcNu{align-items:center!important;background-color:#fef2f2!important;border-radius:10px!important;flex-wrap:nowrap!important;padding:10px!important}.workflowCreate_removeEdgeWarningTypography__3\+FlT{color:#c60000!important}.dataconnector_templateSearchbarStyle__mkEeS{background:#fff;position:-webkit-sticky;position:sticky;top:0}.dataconnector_docTitleTextStyle__uADCL{color:#4c4a4d;font-size:18px!important;font-weight:600}.dataconnector_featuredTemplateTileStyle__8YFHj{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__VvzcH{font-size:15px;font-weight:600}.dataconnector_docDescription__78NoF{color:#7a7a7a;font-size:12px;font-weight:400}.dataconnector_docSectionTextStyle__Q8kCI{color:#1f384c;font-size:15px;font-weight:600;margin-bottom:18px!important;margin-top:10px!important}.dataconnector_featureIconStyle__yA61\+{margin:15px!important}.dataconnector_categoryTileStyle__b7WcC{border:1px solid #d9d9d9;border-radius:5px;color:#a5a5a5;font-size:15px;font-weight:400;margin-right:10px!important;padding:11px 18px}.dataconnector_categoryNameStyle__n4jkZ{color:#4c4a4d!important;font-size:15px!important;font-weight:600!important;margin-top:20px!important}.dataconnector_categoryDescriptionStyle__5nGYQ{color:#7a7a7a;font-size:13px;font-weight:400;margin:10px 0 20px!important}.dataconnector_templateTileStyle__mTQEv{border-radius:10px;box-shadow:0 0 15px 0 #00000014;margin-right:20px!important;max-width:299px!important;padding:25px}.dataconnector_templateTitleTextstyle__moK5H{color:#4c4a4d;font-size:15px;font-weight:500;margin-bottom:10px!important}.dataconnector_templateDescriptionTextStyle__TAJ-r{color:#7a7a7a;font-size:13px;font-weight:400}.dataconnector_templateIconStyle__2Y6iR{margin-bottom:21px!important}.dataconnector_featuredTilesWrapper__nw1MN{margin-bottom:25px!important;margin-top:25px!important}.dataconnector_categoryListWrapper__Mw1Bf{background:#fff;position:-webkit-sticky;position:sticky;top:0}.dataconnector_newDocHeadTextItem__I-LUR{color:#7a7a7a!important;margin:30px 0 10px!important}.dataconnector_newDocHeadText__Odx8B{font-size:16px!important;font-weight:600!important}.dataconnector_documentsTableItem__nryHH{height:calc(100vh - 190px)!important}.dataconnector_dataConnectorDashboard__vqrqY{padding:18px 25px 0 27px!important}.dataconnector_chatbotTitleSelect__8Bsea .MuiOutlinedInput-input{font-weight:600!important;width:100%!important}.dataconnector_chatbotTitleSelect__8Bsea .MuiOutlinedInput-root{padding:0!important}.dataconnector_chatbotTitleSelect__8Bsea .MuiAutocomplete-input{padding-bottom:0!important;padding-left:0!important}.dataconnector_chatbotTitleSelect__8Bsea .MuiAutocomplete-inputRoot{max-width:300px!important;padding:0 60px 0 0!important;width:100%!important}.dataconnector_chatbotTitleSelect__8Bsea fieldset{border:none!important}.dataconnector_globalAddConnectorButton__zzA2F{margin:0!important;width:100%!important}.dataconnector_newConnectorBtn__IiMAu{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__48ZWv{box-shadow:0 0 3px #00000040!important}.dataconnector_methodAutoComplete__48ZWv .MuiOutlinedInput-root{padding:5px!important}.dataconnector_methodAutoComplete__48ZWv .MuiAutocomplete-input{font-size:15px!important}.dataconnector_cmpCreateFormHeight__\+M-88{overflow:auto!important}.dataconnector_createDataConnectorBlock__-R-is{flex-wrap:nowrap!important;padding:27px!important}.dataconnector_dataConnectorLowerBlock__Uio5X{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__Uio5X::-webkit-scrollbar{width:5px!important}.dataconnector_dataConnectorLowerBlock__Uio5X::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;outline:medium none invert!important;outline:initial!important}.dataconnector_cmpGlobalComponentBorderItem__miR6p{background:#fff!important;border-radius:10px!important;padding:0!important}.dataconnector_cbHeaderBreadCrumbsHeadText__T3o9P{color:#7a7a7a!important;font-size:13px!important;font-weight:600!important}.dataconnector_cbHeaderBreadCrumbsChatbotLabel__AdA8I{color:#1f384c!important;font-size:13px!important;font-weight:600!important}.dataconnector_cbHeaderBreadCrumbMainItem__\+RhRN{margin:2px 0 0!important}.dataconnector_cbCancelButton__Ig-6p{background-color:#fff!important;border:1px solid #6a097d!important;border-radius:5px!important;color:#6a097d!important}.dataconnector_cbCancelButton__Ig-6p,.dataconnector_cbSaveButton__zHKk0{font-size:15px!important;font-weight:500!important;max-width:130px!important;text-transform:capitalize!important;width:130px!important}.dataconnector_cbSaveButton__zHKk0{background-color:#6a097d!important;border-radius:5px!important;color:#fff!important}.dataconnector_reqSectionTextStyle__Opbsp{color:#0a6add;font-size:15px;font-weight:600;margin-bottom:18px!important;margin-top:10px!important}.dataconnector_globalHeadRightSubItem__um9-d{margin:0!important}.dataconnector_createFormField__IG-xz .MuiInputLabel-root{display:inline!important}.dataconnector_formFieldTitle__UNmjw{color:#000!important;font-size:16px!important;font-weight:500!important}.dataconnector_formFieldMethod__oEmiS .MuiOutlinedInput-root{padding:5px!important}.dataconnector_selectOptionTextStyle__IOzpK{color:#000;font-size:15px;font-weight:500;margin-bottom:18px!important;margin-top:10px!important}.dataconnector_selectedOption__na1uw{background-color:#fbf3ff!important;box-shadow:0 0 2px #6a097d!important;color:#6a097d!important}.dataconnector_nonSelectedOption__T5ywa,.dataconnector_selectedOption__na1uw{border-radius:4px!important;font-size:14px!important;font-weight:500!important;padding:8px 25px!important}.dataconnector_nonSelectedOption__T5ywa{box-shadow:0 0 2px #0006!important;color:#000!important}.dataconnector_validationText__uWiWB{color:red!important;font-size:14px!important;font-weight:400!important;padding:5px 3px!important}.dataconnector_dataConnectorDescription__OLg6N{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__DA2rN{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__J4jJq{min-height:100px!important}.dataconnector_text_area_style__DA2rN::placeholder{font-family:inherit!important;min-height:40px!important;opacity:.5}@media screen and (min-width:600px)and (max-width:919px){.dataconnector_cmpCreateFormHeight__\+M-88{overflow:auto!important}.dataconnector_cmpGlobalComponentBorderItem__miR6p{padding:0!important}}@media screen and (min-width:320px)and (max-width:599px){.dataconnector_cmpGlobalComponentBorderItem__miR6p{max-height:calc(100vh - 160px)!important;overflow:auto!important;padding:0!important}}@media screen and (min-width:890px)and (max-width:900px){.dataconnector_cmpCreateFormHeight__\+M-88{overflow:auto!important}}@media screen and (max-width:900px)and (min-width:0px){.dataconnector_cbHeaderBreadCrumbsChatbotLabel__AdA8I,.dataconnector_cbHeaderBreadCrumbsHeadText__T3o9P{font-size:12px!important}.dataconnector_dataConnectorDashboard__vqrqY{padding:20px 25px 0!important}.dataconnector_cbCancelButton__Ig-6p,.dataconnector_cbSaveButton__zHKk0{font-size:13px!important;max-width:100px!important;width:100px!important}.dataconnector_newConnectorBtn__IiMAu{padding:6px 10px!important}}@media screen and (min-width:0px)and (max-width:600px){.dataconnector_dataConnectorDashboard__vqrqY{padding:5px 20px 0!important}.dataconnector_createDataConnectorBlock__-R-is{padding:20px!important}.dataconnector_dataConnectorLowerBlock__Uio5X{max-height:calc(100vh - 100px)!important}}@media screen and (max-width:1600px)and (min-width:901px){.dataconnector_cbHeaderBreadCrumbsChatbotLabel__AdA8I,.dataconnector_cbHeaderBreadCrumbsHeadText__T3o9P{font-size:12px!important}.dataconnector_cbCancelButton__Ig-6p,.dataconnector_cbSaveButton__zHKk0{font-size:13px!important;max-width:100px!important;width:100px!important}.dataconnector_newConnectorBtn__IiMAu{padding:6px 10px!important}}@media screen and (max-width:1600px){.dataconnector_formFieldTitle__UNmjw{font-size:15px!important}.dataconnector_methodAutoComplete__48ZWv .MuiAutocomplete-input,.dataconnector_text_area_style__DA2rN{font-size:14px!important}}.dataconnector_gapAlignment__fGpuh{gap:15px!important}.dataconnector_primaryColor__Y1TAw{color:#6a097d!important}@media screen and (max-width:420px){.dataconnector_createFormField__IG-xz{padding:3px!important}}.dataconnector_flagAdminOnlySwitch__yG2cX{margin:0 0 4px 4px!important}.renderCustomOption_newTagNameUlElement__rGsii{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__gXvpP{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__L2MhD{margin-bottom:0!important}.dataconnectorform_dataConnectorHeaderText__HDdP5{color:#6a097d!important;font-size:17px!important;font-weight:600!important}.dataconnectorform_dataconnectorHeaderDivider__AEGu9{color:#b3b3b3!important;margin-top:20px!important;opacity:.6!important}.dataconnectorform_dataConnectorPopupSpacing__uSC7y{max-width:600px!important;padding:25px!important}.dataconnectorform_dataConnectorFormPopup__TFWNN{overflow:auto!important}.dataconnectorform_dataConnectorPopupBorderItem__gJaQ9{background:#fff!important;border-radius:10px!important}.dataconnectorform_autoComplete__wYF7R .MuiAutocomplete-input{font-size:15px!important}.dataconnectorform_autoComplete__wYF7R{box-shadow:0 0 3px #00000040;box-sizing:border-box!important}.dataconnectorform_checkBox__Sj7PA .Mui-checked{color:#6a097d!important}.dataconnectorform_checkBox__Sj7PA{align-items:center!important;display:flex!important}.dataconnectorform_ctTextarea__-bpmb{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__-bpmb::placeholder{color:#0006!important;opacity:.9!important}.dataconnectorform_autocompleteValues__omYOg{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__omYOg::placeholder{font-size:15px!important;font-weight:500!important}.dataconnectorform_autocompleteValues__omYOg .MuiChip-deleteIcon{color:#010101!important;font-size:16px!important}.dataconnectorform_autocompleteValues__omYOg .MuiFormControl-root{background:#fff;border:none!important;border-radius:4px;min-height:52px}.dataconnectorform_autocompleteValues__omYOg .MuiAutocomplete-tag{margin:6px!important}.dataconnectorform_autocompleteValues__omYOg .MuiAutocomplete-inputRoot{padding:0!important}.dataconnectorform_autocompleteValues__omYOg input{border:none!important;color:rgba(0,0,0,.871)!important}.dataconnectorform_autocompleteValues__omYOg .MuiOutlinedInput-notchedOutline{border:none!important}.dataconnectorform_autocompleteValues__omYOg .MuiInputBase-input{font-family:inherit!important;font-size:15px!important;font-weight:500;min-height:52px!important;padding:0 10px!important}.dataconnectorform_autocompleteValues__omYOg .MuiOutlinedInput-root{background:#fff;min-height:52px!important}.dataconnectorform_autocompleteValues__omYOg .MuiChip-root{background-color:#fff!important;border:1px solid #e1cee5!important;border-radius:6px!important;font-size:15px!important;font-weight:500}.dataconnectorform_autocompleteValues__omYOg .dataconnectorform_MuiListSubheader-sticky__R\+D7e{padding-left:12px!important}.dataconnectorform_text_area_style__1bbvB{height:auto;overflow-y:scroll}@media screen and (max-width:420px){.dataconnectorform_dataConnectorPopupSpacing__uSC7y{padding:20px 12px!important}}.dataconnectorform_saveAddMemberBtnLowOpacity__-URro{opacity:.5!important}.template_templateWrapper__JH892{overflow:scroll}.template_templateSearchbarStyle__qtcEz{background:#fff}.template_featuredTemplateTileStyle__CrSZS{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__CrSZS:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.251)}.template_featureIconStyle__FtdFq{height:18px;width:18px}.template_categoryTileStyle__8Z1qD{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__8Z1qD:hover,.template_selectedCategoryTileStyle__GFHTA{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__0NAY3{color:#000!important;font-size:15px!important;font-weight:600!important;margin:0 0 1px!important}.template_categoryDescriptionStyle__Rme09{color:#7a7a7a;font-size:13px;font-weight:500;margin:1px 0 20px!important}.template_templateTileStyle__r0O9U{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__r0O9U:hover{box-shadow:0 0 3px 0 #6a097d}.template_templateTitleTextstyle__86IUM{color:#4c4a4d;font-size:15px;font-weight:500;margin-bottom:10px!important}.template_templateDescriptionTextStyle__zeGko{color:#7a7a7a;font-size:14px;font-weight:400}.template_templateIconStyle__Mct34{margin-bottom:10px!important}.template_featuredTilesWrapper__bv615{margin-bottom:5px!important}.template_categoryListWrapper__mRhtr{background:#fff}.template_hideFeatureBtnItem__zEZmX{margin:0 0 10px!important;text-align:end!important}.template_hideFeatureUpIconBtn__4p6f5{color:#6a097d!important;font-size:13px!important;font-weight:600!important;justify-content:end;text-transform:none!important}.template_categoryListDropDown__GLhWJ{background:#fff;border-radius:5px;box-shadow:0 0 2px 0 #00000040}.template_categodydropdowntextfield__9Zgad .template_MuiIconButton-root__mJfPX{padding:0!important}.template_tempSearchbarItemPersonaList__JAQJx,.template_tempSearchbarItem__apH7i{text-align:end!important}.template_titleSticky__Isxnp{background-color:#fff!important;top:40px!important;z-index:10!important}.template_stickyCategory__vIDrS{position:-webkit-sticky!important;position:sticky!important;top:150px!important}.template_templateMainItem__\+pQRR{background-color:#fff!important;height:calc(100vh - 300px)!important;z-index:1!important}.template_featuredTemplateViewAllStyle__nIXbI{background:#f6f2f9;box-shadow:0 0 2px 0 #6a097d}.template_bannerImgDesktop__j2OQB{border-radius:10px;object-fit:fill;width:inherit}.template_bannerImgMobile__s-uQP{display:none}.template_headerToolbar__4EXxM{margin:0 auto!important;width:95%!important}.template_featuredTemplateImgItem__zBc\+Z{display:flex}.template_templateDescOverflowStyle__uUGSX{-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important;text-overflow:ellipsis!important}.template_cbtMainHead__IP5PH{color:#4c4a4d;font-size:18px;font-weight:600;margin-bottom:8px!important}.template_noDataFoundItem__yo5ge{align-items:center;display:flex;height:calc(100vh - 250px)!important}.template_tempCardsMainItem__lHadh{margin:0 0 5px!important}.template_templatCategoryMainHeadingItem__NnL-D{margin:10px 0 15px!important}.template_templatCardMainHeadingItem__Kasao{margin:10px 0!important}.template_templatCardMainHeading__Iau27{color:#1f384c!important;font-size:15px!important;font-weight:600!important}.template_homeTableSubHeading__Cb\+CR{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important}.template_HomeTableHeadingMainItem__7AGOt{margin:0 0 15px!important}.template_homeWelcomeText__\+kA-z{color:#1f384c!important;font-size:14px!important;font-weight:600!important}.template_homeWelcomeHighlightedText__zeD8g{color:#6a097d!important;font-size:14px!important;font-weight:600!important}.template_HomeBannerBgDesktopItem__qDObf{background-image:url(/static/media/HomeDesktopBanner.a3f6d7bb3677bb46b41f.png);height:auto!important}.template_HomeBannerBgDesktopItem__qDObf,.template_HomeBannerBgHomeItem__oyngM{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__oyngM{background-image:url(/static/media/HomeMobileBanner.9de087bac25bb38c8a3f.png);display:none!important;height:auto}.template_HomeBannerMainText__thEZI{color:#fff!important;font-size:16px!important;font-weight:600!important}.template_HomeBannerSubText__PMHJA{color:#fff!important;font-size:14px!important;font-weight:400!important}.template_HomeBannerBtn__TeXKR{background:#f7e9ff!important;border-radius:5px!important;color:#6a097d!important;font-size:14px!important;font-weight:600!important;text-transform:none!important}.template_cfcMainItem__IDHll{background-color:#fbf4ff!important;cursor:pointer}.template_cfcMainText__6G5Eu{color:#000!important;font-size:15px!important;font-weight:500!important}.template_cfcSubtext__1xY\+2{-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__kRzDP{margin-bottom:10px!important}.template_newDocumentPopup__Zkq94 .MuiPaper-elevation{margin:30px 100px!important;max-width:100%!important;min-height:20%!important;min-width:20%!important}.template_newDocumentPopup__Zkq94 .MuiPaper-root::-webkit-scrollbar{width:4px}.template_newDocumentPopup__Zkq94 .MuiPaper-root::-webkit-scrollbar-track{background:#f3f5f9}.template_newDocumentPopup__Zkq94 .MuiPaper-root::-webkit-scrollbar-thumb{background-color:#6a097d;border-radius:20px}.template_addChatbotIcon__jvwYN{display:none!important}.template_sampleChatbotsGrid__RBGbf{padding:20px 10px!important;width:100%!important}.template_listsMainContainer__xlyZc{max-height:calc(100vh - 190px)!important;overflow:auto!important;padding:10px 5px!important;width:100%!important}.template_mainScreenPadding__FB7EF{padding:18px 22px 25px 27px!important}.template_sampleChatbotPadding__eceXt{padding:0 0 0 30px}@media screen and (min-width:950px)and (max-width:1200px){.template_listsMainContainer__xlyZc{max-height:calc(100vh - 210px)!important}}@media screen and (min-width:0px)and (max-width:950px){.template_newDocumentPopup__Zkq94 .MuiPaper-elevation{margin:30px 10px!important}.template_sampleChatbotsGrid__RBGbf{padding:0!important}.template_chatbotGrid__NQQ\+z{padding:20px 20px 10px!important}}@media screen and (min-width:0px)and (max-width:900px){.template_addChatbotBtn__ql1GS{display:none!important}.template_addChatbotIcon__jvwYN{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__T883y{max-width:250px!important}}@media screen and (min-width:320px)and (max-width:600px){.template_headRightSubItem__T883y{max-width:225px!important}.template_chatbotGrid__NQQ\+z{padding:20px!important}.template_templateSearchbarStyle__qtcEz{margin:0 0 10px!important}.template_featureItem__-G0X9{margin-top:15px!important}.template_HomeBannerBgHomeItem__oyngM{display:block!important}.template_HomeBannerBgDesktopItem__qDObf{display:none!important}.template_listsMainContainer__xlyZc{max-height:calc(100vh - 210px)!important}}@media screen and (min-width:0px)and (max-width:369px){.template_dashboardChildSectionTextStyle__84xBX{font-size:14px}.template_hideFeatureBtnItem__zEZmX{max-width:38%!important}}@media screen and (min-width:900px)and (max-width:1200px){.template_tempBlogCards__d4Icw{flex-wrap:wrap!important}}@media screen and (min-width:320px)and (max-width:900px){.template_templateTileStyle__r0O9U{border-radius:10px;box-shadow:0 0 15px 0 #00000014;height:190px;margin-bottom:15px!important;margin-right:0!important;padding:20px}.template_featuredTilesWrapper__bv615{margin-bottom:5px!important}}@media screen and (min-width:320px)and (max-width:600px){.template_featuredTemplateImgItem__zBc\+Z{width:100%!important}.template_featuredTemplateTileStyle__CrSZS{margin:10px 0!important;padding:15px!important}.template_featureTemplateAlignment__9yptL{justify-content:space-between}.template_fetureTempleLength__PAWLJ{max-width:47%!important;min-width:47%!important}.template_bannerImgDesktop__j2OQB{display:none}.template_bannerImgMobile__s-uQP{border-radius:10px;display:flex!important;object-fit:fill;width:inherit}}@media screen and (min-width:600px)and (max-width:1200px){.template_bannerImgDesktop__j2OQB{display:none}.template_bannerImgMobile__s-uQP{border-radius:10px;display:flex!important;object-fit:fill;width:inherit}}.template_menuStyleSidePanel__B34V5{box-shadow:0 0 4px 0 #6a097d}.whatsappCampaignAnalysisStyle_campaignNameStyles__1KOha{font-size:17px!important;font-weight:500!important}.whatsappCampaignAnalysisStyle_campaignStatusStyle__EYbdM{border-radius:200px!important;padding:2px 8px 4px!important}.whatsappCampaignAnalysisStyle_campaignStatusTextStyle__5mexd{font-size:13px!important;font-weight:500!important}.whatsappCampaignAnalysisStyle_commonCardStyles__Gm5f5{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__EPWIV{color:#1c1c1c!important;font-size:14px!important;font-weight:500!important}.whatsappCampaignAnalysisStyle_cardValueTextStyle__TuFkf{color:#1c1c1c!important;font-size:24px!important;font-weight:600!important}.whatsappCampaignAnalysisStyle_headingDetailsStyle__RAeiI{color:#000!important;font-size:16px!important;font-weight:600!important}.whatsappCampaignAnalysisStyle_campaginDetailsContainer__ZDSgY{border-right:1px solid #b8b8b880!important}.whatsappCampaignAnalysisStyle_campaignDetailStyle__eWMKk{border:1px solid #e9e9e9!important;border-bottom:none!important;border-radius:5px!important}.whatsappCampaignAnalysisStyle_detailsKeyContainer__bJhwH{background-color:#f8f8f8!important;border-bottom:1px solid #e9e9e9!important;border-right:1px solid #e9e9e9!important;padding:14px!important}.whatsappCampaignAnalysisStyle_detailsKeyTextStyle__u\+lci{color:#000!important;font-size:15px!important;font-weight:500!important;word-break:break-word!important}.whatsappCampaignAnalysisStyle_detailsValueContainer__lZYN1{border-bottom:1px solid #e9e9e9!important;padding:14px!important}.whatsappCampaignAnalysisStyle_statusKeyStyle__7S3J5{color:#6a097d!important;font-size:15px!important;font-weight:500!important}.whatsappCampaignAnalysisStyle_statusValueStyle__qOVdP{color:#000!important;font-size:15px!important;font-weight:500!important}.whatsappCampaignAnalysisStyle_cardComponentSectionStyle__lD6\+8{background-color:#f7e9ff40!important;border-radius:10px!important;padding:25px!important}.whatsappCampaignAnalysisStyle_filterStatusCheckBox__mxueN{padding:0!important}.whatsappCampaignAnalysisStyle_redirectingText__L57vC{font-style:italic}.whatsappCampaignAnalysisStyle_pieChartContainer__Qa2nV{background-color:#f7f9fb!important;border-radius:10px!important;height:100%!important;padding:20px!important}@media screen and (max-width:1000px){.whatsappCampaignAnalysisStyle_pieContainer__m4KsI,.whatsappCampaignAnalysisStyle_pieLabelContainer__wwAP8{padding:15px 0!important}}@media screen and (max-width:1600px){.whatsappCampaignAnalysisStyle_campaignNameStyles__1KOha{font-size:16px!important}.whatsappCampaignAnalysisStyle_headingDetailsStyle__RAeiI{font-size:15px!important}.whatsappCampaignAnalysisStyle_detailsKeyTextStyle__u\+lci{font-size:14px!important}.whatsappCampaignAnalysisStyle_detailsKeyContainer__bJhwH,.whatsappCampaignAnalysisStyle_detailsValueContainer__lZYN1{padding:12px 14px!important}}@media screen and (max-width:1200px){.whatsappCampaignAnalysisStyle_campaginDetailsContainer__ZDSgY{border-right:none!important}.whatsappCampaignAnalysisStyle_campaignNameStyles__1KOha{font-size:16px!important}}@media screen and (max-width:900px){.whatsappCampaignAnalysisStyle_campaignNameStyles__1KOha{font-size:15px!important}.whatsappCampaignAnalysisStyle_headingDetailsStyle__RAeiI{font-size:14px!important}.whatsappCampaignAnalysisStyle_detailsKeyTextStyle__u\+lci{font-size:13px!important}.whatsappCampaignAnalysisStyle_detailsKeyContainer__bJhwH,.whatsappCampaignAnalysisStyle_detailsValueContainer__lZYN1{padding:10px 14px!important}}@media screen and (max-width:768px){.whatsappCampaignAnalysisStyle_commonCardStyles__Gm5f5{min-width:150px!important;padding:20px!important}.whatsappCampaignAnalysisStyle_cardValueTextStyle__TuFkf{font-size:22px!important}.whatsappCampaignAnalysisStyle_cardComponentSectionStyle__lD6\+8{padding:15px!important}}@media screen and (max-width:400px){.whatsappCampaignAnalysisStyle_commonCardStyles__Gm5f5{max-width:140px!important;min-width:140px!important}}.whatsappCampaignAnalysisStyle_dateRangePickerClass__KBJQv .DateRangePicker_picker{left:-388px!important;top:52px!important;z-index:100!important}.whatsappCampaignAnalysisStyle_dateRangePickerClass__KBJQv .DateInput_input{font-size:14px!important;font-weight:500!important;max-width:90px!important;padding:8px 8px 5px!important}.whatsappCampaignAnalysisStyle_dateRangePickerClass__KBJQv .DateRangePickerInput_arrow{font-size:14px!important;font-weight:500!important}@media screen and (min-width:600px)and (max-width:1000px){.whatsappCampaignAnalysisStyle_dateRangePickerClass__KBJQv .DateRangePicker_picker{left:-90px!important}}@media screen and (min-width:600px)and (max-width:768px){.whatsappCampaignAnalysisStyle_dateRangePickerClass__KBJQv .DateRangePicker_picker{left:-87px!important;top:52px!important}}@media screen and (min-width:0px)and (max-width:600px){.whatsappCampaignAnalysisStyle_dateRangePickerClass__KBJQv .DateRangePicker_picker{left:-2px!important;top:52px!important}}.webhookStyle_configuredWebhookTitle__AIusM{font-size:15px!important;font-weight:600!important}.webhookStyle_webhookTableContainer__Iozx0{border:1px solid #e9e9e9!important;border-radius:5px!important;box-sizing:border-box!important;max-width:100%!important;overflow:auto!important}.webhookStyle_alreadyConfiguredChip__aqoNC{border:1px solid #0fb915!important;border-radius:6px!important;color:#0fb915!important;padding:6px 10px!important}.webhookStyle_validJsonTypography__0Hwuk{color:#c60000!important;font-size:13px!important;font-weight:500!important}.webhookStyle_sampleResponseJsonTextArea__RGyJ9{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__rLWtd{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__tmIpr{position:absolute}.leftSectionComponent_absoultePositioningStyle__tmIpr.leftSectionComponent_openPositioningStyle__WHWoA{left:100%!important}.leftSectionComponent_absoultePositioningStyle__tmIpr.leftSectionComponent_closePositioningStyle__-SgxN{left:0!important}.leftSectionComponent_instaGlobalSectionLeftItem__rLWtd.leftSectionComponent_open__M9b6E{max-width:467px!important;width:467px!important}.leftSectionComponent_instaGlobalSectionLeftItem__rLWtd.leftSectionComponent_close__wvums{max-width:0!important;width:0!important}.leftSectionComponent_noEventsTextStyle__bpYxE{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__rLWtd.leftSectionComponent_open__M9b6E{max-width:325px!important;width:325px!important}}@media screen and (max-width:600px){.leftSectionComponent_instaGlobalSectionLeftItem__rLWtd.leftSectionComponent_open__M9b6E{max-width:300px!important;width:300px!important}}.workflowForm_headerFormItemStyle__Sjviy{padding:20px!important}.workflowForm_headerFormTextStyle__JfpLy{font-size:17px!important;font-weight:600!important;word-break:break-all!important}.workflowForm_bodyFormHeadingStyle__9X431{line-height:24px!important}.workflowForm_configuredIntentTitle__3F-bL{font-size:15px!important;font-weight:700!important;line-height:24px!important}.workflowForm_fieldHeadingStyle__Mk1a6{color:#7a7a7a!important;font-size:15px!important;font-weight:600!important;line-height:24px!important}.workflowForm_bodyFormComponents__mnZUk{height:100%!important;overflow-y:auto!important;padding:10px 20px!important}.workflowForm_contentBlockGlobalStyle__4hSEs{border:2px dashed #afafaf80!important;border-radius:10px!important;cursor:pointer!important;padding:15px 20px!important}.workflowForm_contentBlockHeadingStyle__9mkl4{color:#000!important;font-size:15px!important;font-weight:600!important}.workflowForm_contentBlockSubHeadingStyle__YN-jM{color:#7a7a7a!important;font-size:14px!important;font-weight:500!important}.workflowForm_editActionIcon__ZAYGo{cursor:pointer!important;display:flex!important;height:16px!important;width:16px!important}.workflowForm_resetVariableTitle__dt0W2{color:#4c4a4d!important}.workflowForm_resetVariableDivider__kvjvu{border:.1px solid #9d9d9d!important;color:#9d9d9d!important;opacity:.2!important}.workflowForm_contentBlockGlobalStyle__4hSEs:hover{background-color:#0000000d!important}.workflowForm_listItemsStyle__sVgJh .MuiListItemText-primary{flex-wrap:nowrap!important;font-size:14px!important;font-weight:600!important;width:100%!important;word-break:break-word!important}.workflowForm_mainBlock__OQPIn .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__UwwsC{color:#000!important;font-size:16px!important;font-weight:600!important}.workflowForm_dataSavedTextStyle__QXLuD{color:#7a7a7a!important;display:flex;flex-wrap:nowrap;font-size:15px!important;font-weight:600!important;gap:4px}.workflowForm_dataSavedValueStyle__lxvpF{color:#3d5b99!important;font-size:15px!important;font-weight:600!important}.workflowForm_stepEditIcon__ozfaj{color:#000!important;cursor:pointer!important;height:18px!important;width:18px!important}.workflowForm_stepNameTextfield__OIzQI{border:none!important;width:100%!important}.workflowForm_stepNameTextfield__OIzQI fieldset{border:none!important;padding:0!important}.workflowForm_stepNameTextfield__OIzQI .MuiInputBase-root{min-width:0!important;width:auto!important}.workflowForm_stepNameTextfield__OIzQI .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__0zAZc{padding:2px 4px!important}.workflowForm_webhookPathTypography__C9dnW{max-width:370px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.workflowForm_editIcon__I1Lp8{cursor:pointer!important;display:flex!important;height:16px!important;width:16px!important}.workflowForm_exceptionTitle__h9L7n{font-size:15px!important;font-weight:500!important;line-height:20px!important}.workflowForm_handleErrorTitle__Wwobk{font-size:15px!important;font-weight:600!important}.workflowForm_nodeIsUsedInExceptionTypography__jSWc9{font-size:15px!important;font-weight:500!important}.workflowForm_addIntentText__HDpUA{color:blue!important;font-size:15px!important;font-weight:600!important}@media screen and (max-width:900px){.workflowForm_mainBlock__OQPIn .MuiPaper-root{left:10vw!important;top:30vh!important}}.workflowForm_editIntentIcon__lM\+TD{cursor:pointer!important;display:flex!important;height:16px!important;width:16px!important}.workflowForm_actionDivider__Iz2Gj{margin-block:18px!important;opacity:.7!important}.workflowForm_intentContentBlock__XE\+u9{padding:2px 4px!important}.workflowForm_intentContentBlock__XE\+u9:hover{background-color:#00000005!important}.workflowForm_delayTimerField__vCo1B{background:#fff!important;display:flex;justify-content:space-around;width:100%}.workflowForm_delayTimerField__vCo1B fieldset{border-color:initial!important;border-width:0!important}.workflowForm_delayTimerField__vCo1B .MuiFormHelperText-root{font-size:13px;margin-left:0!important}.workflowForm_delayTimerField__vCo1B .MuiInputBase-input{border-radius:3px;box-shadow:0 0 2px 0 #0009;padding:8px!important}@media screen and (max-width:1600px){.workflowForm_delayTimerField__vCo1B .MuiInputBase-input{font-size:14px!important;padding:11px!important}.workflowForm_smartDelayTableBodyCell__cLZdZ{font-size:13px!important}}.workflowForm_smartDelayTableBodyCell__cLZdZ{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__cLZdZ{font-size:13px!important}}.workflowForm_smartDelayTableHead__DATw3{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:2!important}.workflowForm_memoizedSMartDelayTableRow__VnMDh{display:flex!important;position:absolute!important;width:100%!important}.workflowForm_refreshContactListIcon__h3VWG{color:#7a7a7a!important;cursor:pointer!important;display:flex!important;height:20px!important;width:20px!important}.workflowForm_contactListAnchorTag__iX\+94{color:blue!important}.instagramStepComponent_stepComponentsHeadingStyle__HotgR{font-size:18px!important;font-weight:700!important;line-height:24px!important}.instagramStepComponent_stepComponentsSubHeadingStyle__BkScQ{font-size:14px!important;font-weight:500!important;line-height:22px!important}.instagramStepComponent_optionsContainer__qVI4n{background-color:#f1f1f1!important;border-radius:6px!important;padding:12px!important}.instagramStepComponent_templatesContainer__WArAB{background-color:#fff!important;border-radius:6px!important;box-shadow:0 0 3px #00000026!important;padding:12px!important}.instagramStepComponent_optionNameTextStyle__B-EXR{font-size:15px!important;font-weight:500!important;line-height:20px!important}.instagramStepComponent_selectedPostContainerStyle__7K0NQ{border-radius:6px!important;cursor:pointer!important;outline:2px solid #0084ff!important}.instagramStepComponent_postContainerStyle__9r2nn{border-radius:6px!important;cursor:pointer!important}.instagramStepComponent_optionNameTextStyle__B-EXR .MuiFormControlLabel-label{font-size:15px!important;font-weight:500!important;line-height:20px!important}.instagramStepComponent_optionNameCheckBoxStyle__Jx4Rp .MuiFormControlLabel-label{font-size:14px!important;font-weight:500!important;line-height:20px!important}.instagramStepComponent_optionNameCheckBoxStyle__Jx4Rp .MuiCheckbox-root{padding:0 7px!important;vertical-align:middle!important}.instagramStepComponent_optionNameTextStyle__B-EXR .MuiRadio-root{padding:2px 7px 0!important;vertical-align:middle!important}.instagramStepComponent_optionNameTextStyle__B-EXR svg{color:#6a097d!important;height:20px!important;width:20px!important}.instagramStepComponent_enterWordTextField__j2eJM{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 2px #00000040!important;width:100%!important}.instagramStepComponent_enterWordTextField__j2eJM fieldset{border:none!important;outline:none!important}.instagramStepComponent_enterWordTextField__j2eJM .MuiOutlinedInput-input{font-size:14px!important;font-weight:500!important}.instagramStepComponent_enterWordTextAreaField__u9hf3{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 2px #00000040!important;width:100%!important}.instagramStepComponent_enterWordTextAreaField__u9hf3 fieldset{border:none!important;outline:none!important}.instagramStepComponent_enterWordTextAreaField__u9hf3 .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__dHSuD{color:#7a7a7a!important;font-size:13px!important;font-weight:400!important;line-height:16px!important}.instagramStepComponent_exampleWordsTextStyle__cSsvW{color:#7a7a7a!important;font-size:15px!important;font-weight:500!important;line-height:20px!important}.instagramStepComponent_exampleWordsChips__a05Ac{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__MFOHJ{background:#f1f1f1!important;border-radius:6px!important;width:100%!important}.instagramStepComponent_initialMessageTextFieldStyle__MFOHJ fieldset{border:none!important;outline:none!important}.instagramStepComponent_initialMessageTextFieldStyle__MFOHJ .MuiOutlinedInput-input{font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.instagramStepComponent_initialMessageTextAreaStyle__1PtS1{background:#f1f1f1!important;border-radius:6px!important;min-height:80px!important;width:100%!important}.instagramStepComponent_initialMessageTextAreaStyle__1PtS1 fieldset{border:none!important;outline:none!important}.instagramStepComponent_initialMessageTextAreaStyle__1PtS1 .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__cS\+JO{background:#f1f1f1!important;border-radius:6px!important;box-shadow:0 0 2px #00000026!important;min-height:80px!important;width:100%!important}.instagramStepComponent_customMessageTextAreaStyle__cS\+JO fieldset{border:none!important;outline:none!important}.instagramStepComponent_customMessageTextAreaStyle__cS\+JO .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__cS\+JO .Mui-disabled{-webkit-text-fill-color:#000!important;color:#000!important}.instagramStepComponent_otherSubHeadingTextStyle__3DFix{color:#666!important;display:flex!important;font-size:13px!important;font-weight:500!important;margin-top:2px!important}.instagramStepComponent_templatePreviewComponentStyle__cNhmB{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 2px #00000040!important;cursor:pointer!important;padding:5px 0!important}.instagramStepComponent_templateButtonPosition__BdNzL{position:absolute!important;right:0!important;top:42px!important}.templates_templateDropdownItem__KkaCf{margin:0 auto!important}.templates_templateSubHeadtext__kbQb6{color:#938f8e!important;font-size:14px!important;font-weight:500!important}.templates_templateLink__KI3DA{color:#1976d2!important;text-decoration:none!important}.templates_templateLink__KI3DA:hover{text-decoration:underline!important}.templates_templateHeadtext__93aj7{color:#000!important;font-size:16px!important;font-weight:500!important}.templates_templateDropdown__YARMF .templates_MuiOutlinedInput-notchedOutline__kn6vo{border:none!important;outline:none!important}.templates_templateFieldBetweenSpacing__4iQrA{margin:2px 0!important}.templates_templateGlobalDropdown__YcObb{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 2px #00000080!important;font-size:15px!important}.templates_templateGlobalDropdown__YcObb .templates_MuiSelect-select__vtC75{padding:12px 14px!important}.templates_templateGlobalTextfield__e1frH{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 2px #00000080!important}.templates_templateGlobalTextfield__e1frH input{padding:12px 14px!important}.templates_templateGlobalTextarea__o8cgp,.templates_templateGlobalTextfield__e1frH input,.templates_templateGlobalTextfield__e1frH textarea{font-size:15px!important;font-weight:500!important}.templates_templateGlobalTextarea__o8cgp{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__o8cgp::placeholder{opacity:.6!important}.templates_callToActionButton__eI3NI{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__yz8h7{border-radius:3px;box-shadow:0 0 3px 0 #00000040!important}.templates_templateSubmitBtnGrid__miHRs{bottom:20px!important;position:fixed!important}.templates_templateSubmitBtn__LC48-{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__tXKIS{overflow-y:scroll!important;padding-right:20px!important;padding-top:12px!important}.templates_leftBlock__tXKIS::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.templates_leftBlock__tXKIS::-webkit-scrollbar{width:5px!important}.templates_cbDetailsPreviewMainItem__XleZT{background-color:#fff;position:absolute;right:0;top:16px;z-index:2}.templates_categoryFields__n\+9Lk{border-radius:5px!important;box-shadow:0 0 2px #00000080!important;color:#6a097d!important;font-size:15px!important;padding:8px 20px!important}.templates_variableDisclaimerText__RJ7i3{font-size:14px!important}.templates_variableInfoIcon__aSlVw{cursor:pointer!important;font-size:17px!important;margin-left:7px!important}.templates_variableDisclaimerIcon__jIRfu{color:#d69d00!important;display:flex!important;font-size:22px!important}.templates_addButtonStyles__dD\+yH{background-color:#fff!important;border:1px solid #6a097d!important;color:#6a097d!important;font-weight:600!important;text-transform:inherit!important}.templates_tipButtonStle__UCX5U{color:#7a7a7a!important;font-size:15px!important;font-weight:500!important}.templates_callToActionGridStyle__6gWEN{border-radius:5px!important;box-shadow:0 0 3px #0003!important;margin:15px 0!important;padding:20px!important;position:relative!important}.templates_callToActionGridStyleCarousel__E-maW{border-radius:5px!important;box-shadow:0 0 3px #0003!important;margin:10px 0!important;padding:20px!important}.templates_callToActionTextStyle__NpHtG{font-size:16px!important;font-weight:500!important;margin:10px 0 25px!important}.templates_callToActionTrackingStyle__Q5thS{font-size:16px!important;font-weight:500!important;position:absolute!important;right:20px!important;top:35px!important}.templates_switchStyles__5zidY .MuiSwitch-thumb,.templates_switchStyles__5zidY .MuiSwitch-track{background-color:#7a7a7a!important}.templates_newSwitchStyles__UgJDw .Mui-checked .MuiSwitch-thumb{background-color:#6a097d!important}.templates_callToActionTextStyleCarousel__Tqw6y{font-size:16px!important;font-weight:500!important}.templates_closeActionButton__tz6b2{background-color:#f0f0f0!important;border-radius:50%!important;cursor:pointer!important;padding:7px!important;transform:translateY(45%)!important}.templates_closeActionButtonMobile__QMvCO{display:none!important}.templates_cbPreviewMainItem__GrFzY{background-color:#f6f6f6;padding:15px 0!important}.templates_callToActionAutocomplete__OH5xC{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 2px #00000080!important}.templates_callToActionAutocomplete__OH5xC fieldset{border:none!important;outline:none!important}.templates_callToActionAutocomplete__OH5xC input{font-weight:15px!important;font-weight:500!important}.templates_interactiveMessageFontStyle__pKC\+K .MuiFormControlLabel-label{font-size:16px!important;font-weight:500!important}.templates_visitWebsiteVariableText__a5UGF{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__XleZT{top:0}}@media screen and (min-width:901px)and (max-width:1600px){.templates_leftBlock__tXKIS{padding:5px 15px 0 5px!important}.templates_templateHeadtext__93aj7{font-size:15px!important;font-weight:600!important}.templates_templateSubHeadtext__kbQb6{font-size:13px!important}.templates_categoryFields__n\+9Lk{font-size:14px!important;padding:6px 10px!important}.templates_templateGlobalTextfield__e1frH input,.templates_templateGlobalTextfield__e1frH textarea{font-size:14px!important;font-weight:500!important}.templates_templateGlobalDropdown__YcObb{font-size:14px!important}.templates_templateGlobalTextarea__o8cgp{font-size:14px!important;font-weight:500!important}.templates_callToActionButton__eI3NI,.templates_variableDisclaimerText__RJ7i3{font-size:13px!important}.templates_variableDisclaimerIcon__jIRfu{font-size:20px!important;margin-top:3px!important}.templates_addButtonStyles__dD\+yH{font-size:13px}.templates_tipButtonStle__UCX5U{font-size:14px!important}.templates_mobileViewActions__upKQs{border-radius:5px!important;box-shadow:0 0 3px #0003!important;margin-bottom:20px!important;padding:20px!important;position:relative!important}.templates_callToActionGridStyleCarousel__E-maW,.templates_callToActionGridStyle__6gWEN{border-radius:5px!important;box-shadow:none!important;margin:5px 0!important;padding:10px 0!important}.templates_callToActionTextStyle__NpHtG{margin:0 0 20px!important}.templates_callToActionTextStyleCarousel__Tqw6y,.templates_callToActionTextStyle__NpHtG{font-size:14px!important;font-weight:600!important}.templates_closeActionButton__tz6b2{display:none!important}.templates_closeActionButtonMobile__QMvCO{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__LC48-{font-size:13px!important;font-weight:500!important}.templates_callToActionAutocomplete__OH5xC{font-size:14px!important}}@media screen and (min-width:601px)and (max-width:900px){.templates_leftBlock__tXKIS{padding:5px 20px 0 5px!important}.templates_templateHeadtext__93aj7{font-size:15px!important;font-weight:600!important}.templates_templateSubHeadtext__kbQb6{font-size:13px!important}.templates_categoryFields__n\+9Lk{font-size:14px!important;padding:6px 10px!important}.templates_templateGlobalTextfield__e1frH input,.templates_templateGlobalTextfield__e1frH textarea{font-size:14px!important;font-weight:500!important}.templates_templateGlobalDropdown__YcObb{font-size:14px!important}.templates_templateGlobalTextarea__o8cgp{font-size:14px!important;font-weight:500!important}.templates_callToActionButton__eI3NI,.templates_variableDisclaimerText__RJ7i3{font-size:13px!important}.templates_variableDisclaimerIcon__jIRfu{font-size:20px!important;margin-top:3px!important}.templates_addButtonStyles__dD\+yH{font-size:13px}.templates_tipButtonStle__UCX5U{font-size:14px!important}.templates_mobileViewActions__upKQs{border-radius:5px!important;box-shadow:0 0 3px #0003!important;margin-bottom:20px!important;padding:20px!important;position:relative!important}.templates_callToActionGridStyleCarousel__E-maW,.templates_callToActionGridStyle__6gWEN{border-radius:5px!important;box-shadow:none!important;margin:5px 0!important;padding:10px 0!important}.templates_callToActionTextStyle__NpHtG{margin:0 0 20px!important}.templates_callToActionTextStyleCarousel__Tqw6y,.templates_callToActionTextStyle__NpHtG{font-size:14px!important;font-weight:600!important}.templates_closeActionButton__tz6b2{display:none!important}.templates_closeActionButtonMobile__QMvCO{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__LC48-{font-size:13px!important;font-weight:500!important}.templates_callToActionAutocomplete__OH5xC{font-size:14px!important}}@media screen and (min-width:0px)and (max-width:600px){.templates_leftBlock__tXKIS{padding:5px 20px 5px 5px!important}.templates_templateHeadtext__93aj7{font-size:14px!important;font-weight:600!important}.templates_templateSubHeadtext__kbQb6{font-size:13px!important}.templates_categoryFields__n\+9Lk{font-size:14px!important;padding:6px 10px!important}.templates_templateGlobalTextfield__e1frH input,.templates_templateGlobalTextfield__e1frH textarea{font-size:13px!important;font-weight:500!important}.templates_templateGlobalDropdown__YcObb{font-size:13px!important}.templates_templateGlobalTextarea__o8cgp{font-size:13px!important;font-weight:500!important}.templates_callToActionButton__eI3NI,.templates_variableDisclaimerText__RJ7i3{font-size:13px!important}.templates_variableDisclaimerIcon__jIRfu{font-size:20px!important;margin-top:3px!important}.templates_addButtonStyles__dD\+yH{font-size:13px}.templates_tipButtonStle__UCX5U{font-size:14px!important}.templates_mobileViewActions__upKQs{border-radius:5px!important;box-shadow:0 0 3px #0003!important;margin-bottom:20px!important;padding:20px!important;position:relative!important}.templates_callToActionGridStyleCarousel__E-maW,.templates_callToActionGridStyle__6gWEN{border-radius:5px!important;box-shadow:none!important;margin:5px 0!important;padding:10px 0!important}.templates_callToActionTextStyle__NpHtG{margin:0 0 20px!important}.templates_callToActionTextStyleCarousel__Tqw6y,.templates_callToActionTextStyle__NpHtG{font-size:14px!important;font-weight:600!important}.templates_closeActionButton__tz6b2{display:none!important}.templates_closeActionButtonMobile__QMvCO{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__LC48-{font-size:13px!important;font-weight:500!important}.templates_callToActionAutocomplete__OH5xC{font-size:13px!important}.templates_cbDetailsPreviewMainItem__XleZT{top:0}}@media screen and (max-width:900px){.templates_templatePayloadGridMobileStyle__YSyJJ{background-color:#f7e9ff26!important;border-radius:5px!important;padding:25px 10px 10px!important;position:relative!important}.templates_closePayloadStyle__POby2{position:absolute!important;right:5px!important;top:5px!important}}.chatbotWhatsAppIntegrationSetup_setUpTitle__jKUj4{font-size:16px!important;font-weight:600!important}.chatbotWhatsAppIntegrationSetup_setUpValue__HSX-5{font-size:14px!important;font-weight:500!important}.chatbotWhatsAppIntegrationSetup_setUpContent__gqcAk{color:#026666!important;font-size:13px!important;font-weight:400!important}.chatbotWhatsAppIntegrationSetup_integrateButtonGrid__xjf\+q{align-items:center!important;border-top:1px solid #e1dcdc;display:flex!important;justify-content:center!important;padding-block:20px!important}.chatbotWhatsAppIntegrationSetup_viewIntegrationButtonGrid__bCh6A{align-items:center!important;color:#6a097d!important;display:flex!important;font-weight:600!important;justify-content:end!important;padding-block:20px!important}.chatbotWhatsAppIntegrationSetup_integrateGridStyles__0y5pw{width:100%!important}.chatbotWhatsAppIntegrationSetup_integrateSkipButtonGrid__YCxBB{align-items:center!important;display:flex!important;justify-content:space-between!important;padding-block:10px 20px!important}.chatbotWhatsAppIntegrationSetup_setUpIndex__T1yMd{color:#16097d!important;font-size:16px!important;font-weight:600!important}.chatbotWhatsAppIntegrationSetup_setUpIndexGrid__D89TI{background-color:#dfecff!important;border-radius:50%!important;padding:4px 12px!important}.chatbotWhatsAppIntegrationSetup_tipStyle__U\+0bQ{color:#026666!important;font-size:14px!important;font-weight:600!important}.chatbotWhatsAppIntegrationSetup_listSteps__FjaCi{color:#026666!important;list-style:inside!important;list-style-type:disc!important}.chatbotWhatsAppIntegrationSetup_stepsValue__3HIYD{color:#026666!important}.chatbotWhatsAppIntegrationSetup_listSteps__FjaCi li{margin-block:10px!important}.chatbotWhatsAppIntegrationSetup_linkItems__6yRyG{text-decoration:none!important}@media screen and (min-width:901px)and (max-width:1200px){.chatbotWhatsAppIntegrationSetup_setUpValue__HSX-5{font-size:13px!important}.chatbotWhatsAppIntegrationSetup_setUpTitle__jKUj4{font-size:15px!important}.chatbotWhatsAppIntegrationSetup_setUpIndex__T1yMd{font-size:14px!important}.chatbotWhatsAppIntegrationSetup_setUpIndexGrid__D89TI{padding:2px 10px!important}.chatbotWhatsAppIntegrationSetup_listSteps__FjaCi,.chatbotWhatsAppIntegrationSetup_stepsValue__3HIYD{font-size:14px!important;font-weight:400!important}}@media screen and (min-width:601px)and (max-width:900px){.chatbotWhatsAppIntegrationSetup_setUpValue__HSX-5{font-size:13px!important}.chatbotWhatsAppIntegrationSetup_setUpTitle__jKUj4{font-size:15px!important}.chatbotWhatsAppIntegrationSetup_setUpIndex__T1yMd{font-size:14px!important}.chatbotWhatsAppIntegrationSetup_setUpIndexGrid__D89TI{padding:2px 10px!important}.chatbotWhatsAppIntegrationSetup_listSteps__FjaCi,.chatbotWhatsAppIntegrationSetup_stepsValue__3HIYD{font-size:14px!important;font-weight:400!important}}@media screen and (min-width:0px)and (max-width:600px){.chatbotWhatsAppIntegrationSetup_setUpValue__HSX-5{font-size:13px!important}.chatbotWhatsAppIntegrationSetup_setUpTitle__jKUj4{font-size:15px!important}.chatbotWhatsAppIntegrationSetup_setUpIndex__T1yMd{font-size:14px!important}.chatbotWhatsAppIntegrationSetup_setUpIndexGrid__D89TI{padding:2px 10px!important}.chatbotWhatsAppIntegrationSetup_listSteps__FjaCi,.chatbotWhatsAppIntegrationSetup_stepsValue__3HIYD{font-size:14px!important;font-weight:400!important}}.accountInformationCard_header__cnWM0{margin-bottom:1px solid #e9e9e9!important;padding:0 0 15px!important}.accountInformationCard_headerText__wWx7d{color:#1f384c;font-size:18px!important;font-weight:600!important}.accountInformationCard_objectKeyStyle__gMnor{color:#949494!important;font-size:16px;font-weight:600}.accountInformationCard_objectValueStyle__mU4SJ{color:#1f384c;font-size:15px;font-weight:600}.accountInformationCard_bottomContainer__Q-zKe{background:#fff;padding:0 15px!important}.accountInformationCard_genericValueStyle__cfO1j{font-size:16px!important;font-weight:500!important;margin:2px 0!important}.accountInformationCard_metaIconStyle__0K\+oy{height:auto;margin-right:5px!important;width:18px}.accountInformationCard_qrpopupCardDesign__lHciK{padding-bottom:35px!important;padding-top:0!important;width:380px!important}.accountInformationCard_qrCodeItem__qUK\+v{margin-bottom:25px!important}.accountInformationCard_qrcodeTitleDesign__9eq2h{color:#000!important;font-size:20px!important;font-weight:600!important}.accountInformationCard_copyToClipboardWrapper__j5G55{margin-bottom:7px!important;max-width:256px!important}.accountInformationCard_tooltopZindex__FN\+Nn{z-index:1300!important}.accountInformationCard_qrZindex__pJn1x{z-index:1!important}.accountInformationCard_rightMargin__O2DGf{margin-right:5px!important}.accountInformationCard_slackZohoAccSetUpDivider__7avyu{opacity:.8!important}.accountInformationCard_facebookIntegrationCard__cS-SY{max-width:335px!important;min-width:335px!important}.accountInformationCard_facebookIntegrationCard__cS-SY,.accountInformationCard_integrationDetailsCard__CMK8W{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 3px #00000040!important;padding-bottom:15px!important;position:relative!important}.accountInformationCard_integrationDetailsCard__CMK8W{max-width:300px!important;min-width:300px!important}.accountInformationCard_integrationHeader__\+7FMS{border-radius:10px 10px 0 0!important;height:50px!important;margin-bottom:30px!important}.accountInformationCard_globalIntegrationIcon__HSMZP{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__bTFaK{background-color:#d9eaff!important;border-radius:5px 5px 0 0!important;padding:15px!important;text-align:right!important}.accountInformationCard_instagramPageID__YoK8J{background:linear-gradient(90deg,#833ab4,#fd1d1d,#fcb045)!important}.accountInformationCard_instagramPageID__YoK8J,.accountInformationCard_slackPage__kk5HT{border-radius:5px 5px 0 0!important;color:#fff!important;padding:15px!important;text-align:right!important}.accountInformationCard_slackPage__kk5HT{background:linear-gradient(90deg,#411041,#592c5a)!important}.accountInformationCard_zohoPage__RWMeG{background:#2c334d!important;border-radius:5px 5px 0 0!important;color:#fff!important;padding:15px!important;text-align:right!important}.accountInformationCard_instagramIDStyle__H5Dw7,.accountInformationCard_slackIDStyle__LnHgw{color:#fff!important;font-size:12px!important;font-weight:500!important}.accountInformationCard_integrationWabaID__RdNXE{background-color:#d7f2db!important;border-radius:5px 5px 0 0!important;padding:15px!important;text-align:right!important}.accountInformationCard_pageIDStyle__3ydQh{color:#8e8e8e!important;font-size:12px!important;font-weight:500!important}.accountInformationCard_instagramIcon__zBAhf{background-color:#c2f1ff!important}.accountInformationCard_instagramIcon__zBAhf,.accountInformationCard_integrationIcon__kU-y6{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__kU-y6{background-color:#cce5ff!important}.accountInformationCard_slackIcon__P-vIa{background-color:#ebeafe!important}.accountInformationCard_slackIcon__P-vIa,.accountInformationCard_wpintegrationIcon__fUH-s{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__H9GSb{background-color:#a7e3b0}.accountInformationCard_connectionStyle__Lr4zJ{margin:5px 15px 10px!important}.accountInformationCard_connectionButtonStyle__dnKtu{margin:10px 15px 5px!important}.accountInformationCard_connectionTextStyle__\+YXhz,.accountInformationCard_wpconnectionTextStyle__cYoco{font-size:12px!important;font-weight:600!important}.accountInformationCard_wpintegrationTextStyle__yePco{font-size:13px!important;font-weight:600!important}.accountInformationCard_businessName__7ixst{margin:5px 15px 0!important}.accountInformationCard_integrationPageName__1w6od{margin-inline:15px!important}.accountInformationCard_chatbotNameLink__Lh6vv{color:#6a097d!important;font-size:15px!important;font-weight:500!important}.accountInformationCard_pageNameStyle__IVYcG{color:#000!important;font-size:15px!important;font-weight:600!important}.accountInformationCard_phoneNumberStyle__bhQnU{color:#6a097d!important;cursor:pointer!important;font-size:15px!important;font-weight:600!important}.accountInformationCard_phoneNumberDefaultStyle__HXMOm{color:#000!important;font-size:15px!important;font-weight:600!important}.accountInformationCard_integrationPageCategory__1HAHL{padding:10px 15px 0!important}.accountInformationCard_infoTooltipIcon__1jIaX{cursor:pointer!important;height:20px!important;width:20px!important}.accountInformationCard_assignCustomRecipientTypography__hi81f{color:blue!important;cursor:pointer!important;font-size:14px!important;font-weight:500!important;text-decoration:underline!important}.accountInformationCard_pageCategoryStyle__SAU2t{color:#949494!important;font-size:12px!important;font-weight:500!important}.accountInformationCard_pageCategoryTextStyle__IDOoF{color:#000!important;font-size:15px!important;font-weight:400!important;height:25px!important}.accountInformationCard_slackDescriptionTextStyle__ggvo4{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.accountInformationCard_chatbotNameStyle__l6GYZ{color:#000!important;font-size:15px!important;font-weight:400!important}.accountInformationCard_qualityRatingTextStyle__eghYH{font-size:15px!important;font-weight:500!important}.accountInformationCard_selectedChatbotstyle__mhz8D{height:18px!important;margin-right:10px!important;width:18px!important}@media screen and (min-width:901px)and (max-width:1600px){.accountInformationCard_headerText__wWx7d{font-size:17px!important}.accountInformationCard_genericValueStyle__cfO1j,.accountInformationCard_objectKeyStyle__gMnor{font-size:14px!important}.accountInformationCard_bottomContainer__Q-zKe{padding:0 10px!important}.accountInformationCard_qrpopupCardDesign__lHciK{width:380px!important}}@media screen and (min-width:601px)and (max-width:900px){.accountInformationCard_headerText__wWx7d{font-size:17px!important}.accountInformationCard_genericValueStyle__cfO1j,.accountInformationCard_objectKeyStyle__gMnor{font-size:14px!important}.accountInformationCard_bottomContainer__Q-zKe{padding:0 10px!important}.accountInformationCard_qrpopupCardDesign__lHciK{width:420px!important}}@media screen and (min-width:0px)and (max-width:600px){.accountInformationCard_headerText__wWx7d{font-size:16px!important}.accountInformationCard_genericValueStyle__cfO1j,.accountInformationCard_objectKeyStyle__gMnor{font-size:13px!important}.accountInformationCard_bottomContainer__Q-zKe{padding:0 10px!important}.accountInformationCard_qrpopupCardDesign__lHciK{padding-bottom:30px!important;padding-top:30px!important;width:300px!important}.accountInformationCard_qrcodeTitleDesign__9eq2h{font-size:16px!important}.accountInformationCard_facebookIntegrationCard__cS-SY{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__cS-SY{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__tDn1x{padding:0 5px 0 0;padding-block:0}.chatbotList_personaNameSubHeading__A7DJR{color:#7a7a7a;font-size:12px;font-weight:500;margin-bottom:30px!important}.chatbotList_global_searchBar__yMHEb__3hFeD{border-radius:5px;box-shadow:0 0 2px 0 #7a7a7a;max-width:344px;width:100%}.chatbotList_global_searchBar__yMHEb__3hFeD .chatbotList_MuiInputBase-root__9dIi\+{border:initial;border-radius:5px;justify-content:space-between;width:100%}.chatbotList_searchBarPerosonaList__wxu2e{display:flex;height:33px;justify-content:end}.chatbotList_personaCreatedList__E3jFc{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__Z6ph2{margin:25px 20px 20px!important}.chatbotList_personaCreatedListDefault__d4ewT{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__d4ewT: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__E3jFc:hover{height:174px;margin-right:20px!important;max-width:300px!important;min-width:300px!important}.chatbotList_personaCreatedListDefault__d4ewT:hover,.chatbotList_personaCreatedList__E3jFc: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__d4ewT:hover{height:192px;margin-right:30px!important;max-width:325px!important;min-width:325px!important}.chatbotList_avatarImage__77oql{height:50px!important;margin-right:12px!important;object-fit:fill!important;width:auto!important}.chatbotList_personaIndividualTypeName__wDutu{background:#fbf4ff;color:#6a097d;right:12px}.chatbotList_personaBrandTypeName__RQoTN,.chatbotList_personaIndividualTypeName__wDutu{border-radius:0 0 5px 5px;font-size:10px;font-weight:500;padding:5px 9px;position:absolute;top:0}.chatbotList_personaBrandTypeName__RQoTN{background:#e7f1fc;color:#0a6add;right:30px}.chatbotList_crownPersona__ARH6L{position:absolute;right:86px;top:3px}.chatbotList_createdPersonaTypeText__yMtrT{color:#7a7a7a;font-size:15px;font-weight:500;width:100%}.chatbotList_personaToneCard__AjtH6{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__lyk67{-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__6Ycgh{bottom:20px;max-width:280px!important;min-width:280px!important;position:absolute}.chatbotList_personaOccupation__SAhw4{font-size:13px;margin-top:2px!important;white-space:nowrap}.chatbotList_personaName__YKgLt,.chatbotList_personaOccupation__SAhw4{max-width:265px!important;min-width:265px!important;overflow:hidden;text-overflow:ellipsis}.chatbotList_personaName__YKgLt{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:15px;font-weight:500}.chatbotList_personaListNoData__0BeT-{font-size:15px;font-weight:500;padding:20px 0;width:100%}.chatbotList_featuredPersonaTileStyle__E\+QTu{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__E\+QTu:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.251)}.chatbotList_personaHeaderContainer__khQtI{flex-direction:row}.chatbotList_personaListCreateNew__y8Pz5{display:flex}.chatbotList_personaFeatureIconStyle__wYH7d{height:18px;margin-right:15px!important;width:18px}.chatbotList_personaSearchBarContainer__zZbwm{justify-content:end}.chatbotList_personaNameStyle__NaP6I{color:#4c4a4d;font-size:15px;font-weight:600}.chatbotList_PersonaDisplayNameStyle__68apV{color:#7a7a7a;font-size:13px;padding:2px 0 7px}.chatbotList_PersonaDescpTooltip__5r4yG{background-color:initial!important}.chatbotList_PersonaDescpTooltip__5r4yG .MuiTooltip-popper{background:#fff!important;background-color:initial!important;padding:0!important}.chatbotList_personaMenuContainer__ZYJs1{background-color:#fff;border-radius:5px;box-shadow:0 0 15px 0 #00000014;flex-wrap:nowrap!important;max-width:289px;padding:15px}.chatbotList_personaAvatarStyle__oHaR\+{border-radius:50%;height:60px;width:60px}.chatbotList_leftBlock__8XLXv{padding-left:10px}.chatbotList_personaSummaryStyle__mxvh2{color:#4c4a4d;font-size:12px}.chatbotList_personacontainerToneCard__WU1x\+{flex-wrap:nowrap!important;overflow:hidden;padding:1px}.chatbotList_upgradePopupItemStyle__YH71h{background:#fbf4ff;padding:40px}.chatbotList_upgradePopupContainerStyle__jwJ8M{align-items:center;justify-content:center}.chatbotList_upgradePersonaText1__T5hI9{font-size:18px;font-weight:600;padding-bottom:20px}.chatbotList_upgradePersonaText2__jE5MP{font-size:15px;font-weight:500;padding-bottom:40px}.chatbotList_upgradePersonaText3__rIprW{font-size:18px;font-weight:600}.chatbotList_crownUpgradePersonaImage__Z4zkb{width:98px}.chatbotList_headingNamePersona__hsitY{display:flex}.chatbotList_personaListSearchBar__XwixB .MuiOutlinedInput-input{padding:15.5px 8px!important}.chatbotList_personaListSearchBar__XwixB .chatbotList_jss1__vBHMb{background-color:#0000!important}.chatbotList_chatbotProfileAvtarContainer__jJiC4{align-items:start;justify-content:space-between!important}.chatbotList_chatbotProfileAvtarItem__3-KJf{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__63tas{background:#0000!important}.chatbotList_defaultBackground__J-zF\+{background:#faf0ff!important}.chatbotList_sampleChatbot__b5dse{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__JJnNZ{align-items:center!important;gap:5px!important;height:24px!important}.chatbotList_chatbot_icon__ZdRen{border-radius:50%!important;height:44px!important;width:44px!important}.chatbotList_default_icon__9\+3\+g{border-radius:50%!important;height:50px!important;width:50px!important}.chatbotList_chatbotNameItem__ZTgeO{margin:5px 0!important;overflow:hidden!important;text-overflow:ellipsis!important}.chatbotList_chatbotDescItem__UXUan{margin:0!important;overflow:hidden!important;text-overflow:ellipsis!important}.chatbotList_chatbotDescText__O126L,.chatbotList_chatbotHeadText__FEdio{color:#000!important;font-weight:500!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatbotList_messageBox__oNPzI{border-radius:5px!important;box-shadow:0 0 2px #6a097d4d!important;margin-top:16px!important;padding:7px 10px!important}.chatbotList_conversationBox__of7FO{border-radius:5px!important;box-shadow:0 0 2px #6a097d4d!important;padding:10px!important}.chatbotList_conversationBoxContainer__RpSqg{align-items:center!important;display:flex!important;flex-wrap:nowrap!important;gap:8px!important}.chatbotList_conversationBoxItem__LBSF1{display:flex!important;margin-top:2px!important}.chatbotList_conversationFontStyle__WPboI{font-size:14px!important;font-weight:500!important}@media screen and (min-width:901px)and (max-width:1600px){.chatbotList_personaCreatedList__E3jFc,.chatbotList_personaCreatedList__E3jFc:hover{height:175px!important;margin-right:20px!important;max-width:285px!important;min-width:285px!important}.chatbotList_chatbotProfileAvtarItem__3-KJf{box-shadow:0 0 5px #0000001a!important;height:36px!important;width:36px!important}.chatbotList_chatbot_icon__ZdRen{height:32px!important;width:32px!important}.chatbotList_default_icon__9\+3\+g{height:36px!important;width:36px!important}}@media screen and (min-width:0px)and (max-width:900px){.chatbotList_personaCreatedList__E3jFc{height:175px!important}.chatbotList_personaCreatedList__E3jFc:hover{height:175px!important;max-width:300px!important;min-width:300px!important}.chatbotList_chatbotProfileAvtarItem__3-KJf{box-shadow:0 0 5px #0000001a!important;height:36px!important;width:36px!important}.chatbotList_chatbot_icon__ZdRen{height:32px!important;width:32px!important}.chatbotList_default_icon__9\+3\+g{height:36px!important;width:36px!important}.chatbotList_personaCreatedList__E3jFc{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__lyk67,.chatbotList_personaName__YKgLt,.chatbotList_personaOccupation__SAhw4,.chatbotList_personaconcise__6Ycgh{max-width:90%!important;min-width:90%!important}.chatbotList_personaHeaderContainer__khQtI{flex-direction:column}.chatbotList_personaListCreateNew__y8Pz5{display:none}.chatbotList_personaFeatureIconStyle__wYH7d{margin-right:0!important}.chatbotList_featuredPersonaTileStyle__E\+QTu{padding:5px!important}.chatbotList_personaSearchBarContainer__zZbwm{justify-content:start;margin-bottom:20px!important}}@media screen and (min-width:0px)and (max-width:599px){.chatbotList_headingNamePersona__hsitY{display:none}.chatbotList_personaListSearchBar__XwixB .MuiOutlinedInput-input{padding:5.5px 8px!important}}.confirmationPopover_mainBlock__3OHwH .MuiPaper-root{box-shadow:0 0 4px 0 #00000040;margin-top:30px;max-width:400px;overflow:visible;padding:20px;position:relative}.confirmationPopover_mainBlock__3OHwH .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__3OHwH .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__84DP1{margin:10px 0!important}.confirmationPopover_descStyle__dCf6c{color:#000;font-size:13px;font-weight:500}.confirmationPopover_buttonWrapper__sBPzO{margin-top:15px!important}.confirmationPopover_buttonWrapperGrid__zW0TM{width:100px}.requisites_mainBlock__47MLc{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 3px #0000004d!important;padding:20px!important}.requisites_workingIconStyle__uIiNJ{border-radius:7px!important;padding:10px 0!important;width:-webkit-fit-content!important;width:fit-content!important}.requisites_setUpTitle__JSFBk{font-size:16px!important;font-weight:600!important}.requisites_setUpValue__I7RJr{font-size:14px!important;font-weight:500!important}.requisites_setUpIndex__KiGsx{color:#16097d!important;font-size:16px!important;font-weight:600!important}.requisites_setUpIndexGrid__xy3f4{background-color:#dfecff!important;border-radius:50%!important;padding:4px 12px!important}@media screen and (min-width:901px)and (max-width:1200px){.requisites_setUpValue__I7RJr{font-size:13px!important}.requisites_setUpTitle__JSFBk{font-size:15px!important}.requisites_setUpIndex__KiGsx{font-size:14px!important}.requisites_setUpIndexGrid__xy3f4{padding:2px 10px!important}.requisites_listSteps__uM428,.requisites_stepsValue__ezLcf{font-size:14px!important;font-weight:400!important}}@media screen and (min-width:601px)and (max-width:900px){.requisites_setUpValue__I7RJr{font-size:13px!important}.requisites_setUpTitle__JSFBk{font-size:15px!important}.requisites_setUpIndex__KiGsx{font-size:14px!important}.requisites_setUpIndexGrid__xy3f4{padding:2px 10px!important}.requisites_listSteps__uM428,.requisites_stepsValue__ezLcf{font-size:14px!important;font-weight:400!important}}@media screen and (min-width:0px)and (max-width:600px){.requisites_setUpValue__I7RJr{font-size:13px!important}.requisites_setUpTitle__JSFBk{font-size:15px!important}.requisites_setUpIndex__KiGsx{font-size:14px!important}.requisites_setUpIndexGrid__xy3f4{padding:2px 10px!important}.requisites_listSteps__uM428,.requisites_stepsValue__ezLcf{font-size:14px!important;font-weight:400!important}}.requisites_setUpContent__S\+SLb{color:#026666!important;font-size:13px!important;font-weight:400!important}.integrationSetupHeader_integrationIcon__8IJZY{height:30px!important;width:30px!important}.integrationSetupHeader_integrationContent__oJs1t{display:flex!important;padding-top:4px!important}@media screen and (min-width:0px)and (max-width:600px){.integrationSetupHeader_integrationIcon__8IJZY{height:22px!important;width:22px!important}.integrationSetupHeader_integrationContent__oJs1t{padding-top:2px!important}}@media screen and (min-width:600px)and (max-width:900px){.integrationSetupHeader_integrationIcon__8IJZY{height:22px!important;width:22px!important}.integrationSetupHeader_integrationContent__oJs1t{padding-top:2px!important}}@media screen and (min-width:901px)and (max-width:1600px){.integrationSetupHeader_integrationIcon__8IJZY{height:22px!important;width:22px!important}.integrationSetupHeader_integrationContent__oJs1t{padding-top:2px!important}}.scheduleMeetingStyle_outerContainer__RsNnP{display:flex;flex-direction:column;justify-content:center;padding:15px 15px 0}.scheduleMeetingStyle_outerContainer__RsNnP .scheduleMeetingStyle_titleText__Wil2K{color:#1f384c;font-size:18px;font-weight:600}.featureSectionStyle_outerContainer__mAtXs{background:linear-gradient(90deg,#f7e9ff80,#a6c8ff80);border-radius:10px;padding:30px;width:100%}.featureSectionStyle_outerContainer__mAtXs .featureSectionStyle_innerContainer__8q6RH{align-items:center;display:flex;flex-direction:column;gap:15px;justify-content:center}.featureSectionStyle_outerContainer__mAtXs .featureSectionStyle_innerContainer__8q6RH .featureSectionStyle_badgeContainer__WCify{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__mAtXs .featureSectionStyle_innerContainer__8q6RH .featureSectionStyle_badgeContainer__WCify img{height:12px;width:12px}.featureSectionStyle_outerContainer__mAtXs .featureSectionStyle_innerContainer__8q6RH .featureSectionStyle_badgeContainer__WCify .featureSectionStyle_badgeText__HR9Ha{color:#6a097d;font-size:13px;font-weight:400}.featureSectionStyle_outerContainer__mAtXs .featureSectionStyle_innerContainer__8q6RH .featureSectionStyle_titleText__Yn7hv{font-size:20px;font-weight:500;text-align:center}.featureSectionStyle_outerContainer__mAtXs .featureSectionStyle_innerContainer__8q6RH .featureSectionStyle_descText__-5raj{color:#3f3f3f;font-size:15px;font-weight:400;text-align:center}.reachOutStyle_container__WeMeO{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__WeMeO .reachOutStyle_reachoutText__J4HB-{color:#0a6add;font-size:15px;text-align:center}.reachOutStyle_container__WeMeO .reachOutStyle_cardItem__LrJl9{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__WeMeO .reachOutStyle_cardItem__LrJl9{flex:1 1 45%}}@media(max-width:768px){.reachOutStyle_container__WeMeO .reachOutStyle_cardItem__LrJl9{padding:20px;width:90%}}@media(max-width:465px){.reachOutStyle_container__WeMeO .reachOutStyle_cardItem__LrJl9{width:100%}}.channelsStyles_outerContainer__o0B82{display:flex;gap:30px;justify-content:center}@media(max-width:465px){.channelsStyles_outerContainer__o0B82{align-items:center;flex-direction:column}}.channelsStyles_outerContainer__o0B82 .channelsStyles_cardItem__XUB7t{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__o0B82 .channelsStyles_cardItem__XUB7t{flex:1 1 45%}}@media(max-width:768px){.channelsStyles_outerContainer__o0B82 .channelsStyles_cardItem__XUB7t{padding:20px;width:90%}}@media(max-width:465px){.channelsStyles_outerContainer__o0B82 .channelsStyles_cardItem__XUB7t{width:100%}}.channelsStyles_outerContainer__o0B82 .channelsStyles_cardItem__XUB7t .channelsStyles_titleContainer__EQ2v2{align-items:center;display:flex;gap:5px}.channelsStyles_outerContainer__o0B82 .channelsStyles_cardItem__XUB7t .channelsStyles_titleContainer__EQ2v2 img{height:15px;width:15px}.channelsStyles_outerContainer__o0B82 .channelsStyles_cardItem__XUB7t .channelsStyles_titleText__YTM2O{font-size:18px;font-weight:500}.channelsStyles_outerContainer__o0B82 .channelsStyles_cardItem__XUB7t .channelsStyles_itemContainer__lM27x{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__o0B82 .channelsStyles_cardItem__XUB7t .channelsStyles_itemContainer__lM27x{grid-template-columns:1fr}}.channelsStyles_outerContainer__o0B82 .channelsStyles_cardItem__XUB7t .channelsStyles_itemContainer__lM27x .channelsStyles_item__-kb-s{align-items:flex-start;display:flex;gap:10px}.channelsStyles_outerContainer__o0B82 .channelsStyles_cardItem__XUB7t .channelsStyles_itemContainer__lM27x .channelsStyles_item__-kb-s .channelsStyles_itemContent__x6LSc{display:flex;flex-direction:column;gap:5px}.channelsStyles_outerContainer__o0B82 .channelsStyles_cardItem__XUB7t .channelsStyles_itemContainer__lM27x .channelsStyles_item__-kb-s .channelsStyles_itemContent__x6LSc .channelsStyles_usageTitle__PckPN{color:#252525;font-size:15px}.channelsStyles_outerContainer__o0B82 .channelsStyles_cardItem__XUB7t .channelsStyles_itemContainer__lM27x .channelsStyles_item__-kb-s .channelsStyles_itemContent__x6LSc .channelsStyles_usageDesc__kNcco{color:#797979;font-size:13px}.channelsItem_item__Pjw7s{align-items:center;background-color:#f9f9f9;border-radius:5px;display:flex;justify-content:center;padding-bottom:25px;padding-top:25px}.channelsItem_item__Pjw7s.channelsItem_whatsapp__e3rsq{background-color:rgba(37,211,102,.102);box-shadow:0 0 1px 0 #31d66f}.channelsItem_item__Pjw7s.channelsItem_instagram__ZKF4X{background-color:rgba(194,35,108,.051);box-shadow:0 0 1px 0 #c4256f}.channelsItem_item__Pjw7s.channelsItem_facebook__4V\+cM{background-color:rgba(24,119,242,.051);box-shadow:0 0 1px 0 #1877f2}.channelsItem_item__Pjw7s.channelsItem_website__PpFS8{background-color:rgba(106,9,125,.051);box-shadow:0 0 1px 0 #6a097d}.channelsItem_item__Pjw7s .channelsItem_mainContent__0V7xu{align-items:center;display:flex;gap:10px;justify-content:center}.channelsItem_item__Pjw7s .channelsItem_labelText__ZCzG0{font-size:15px;font-weight:500}.channelsItem_channelItemLableText__EVqOh{font-size:15px!important;font-weight:500!important}.channelsItem_channelItemLableDescription__uurrS{color:#7a7a7a!important;font-size:14px!important;font-weight:400!important}.cardStyles_cardContainer__j\+uMQ{display:flex!important;flex-direction:column!important;gap:20px!important;height:100%!important;justify-content:center!important}.contactItem_container__EqDuK{align-items:center;display:flex;flex-direction:column;gap:15px;height:100%;justify-content:space-between}.contactItem_container__EqDuK .contactItem_titleText__3nRGC{font-size:18px;font-weight:500;text-align:center}.contactItem_container__EqDuK .contactItem_descText__f-B\+7{color:#3f3f3f;font-size:15px}.contactItem_container__EqDuK .contactItem_btnContainer__5qKKE{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__EqDuK .contactItem_btnContainer__5qKKE .contactItem_btnText__x58a0{color:#6a097d;font-weight:500}.contactItem_container__EqDuK .contactItem_btnContainer__5qKKE: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__kR7xB{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__dscHw{word-break:break-all!important}.callAnalysisCard_audioIconPosition__C1yKV{bottom:7px!important;position:absolute!important;right:8px!important}.callAnalysisCard_audioPlayIconStyle__YIeFD{border-radius:50%!important;box-shadow:0 0 3px #0000004d!important;padding:4px 4px 0!important}.callAnalysisCard_fullWidth__KOGzj{width:100%!important}.callAnalysisCard_evaluationRatingGrid__Na2bQ .MuiAvatar-root{font-size:13px!important;height:36px!important;width:36px!important}.callAnalysisCard_timerIconStyle__X5KDZ{font-size:14px!important;vertical-align:middle!important}.callAnalysisCard_reportProblemIconStyle__EoMSc{color:red!important;font-size:18px!important}.callAnalysisCard_durationFieldValue__ecLCH{color:#000!important;font-size:13px!important;font-weight:400!important;margin:0 0 0 2px!important}.callAnalysisCard_audioFileNameStyle__Zldpq{color:#000!important;font-size:14px!important;font-weight:500!important}.callAnalysisCard_cardFieldLabel__wi0HT{color:#747474!important;font-size:14px!important;font-weight:500!important}.callAnalysisCard_cardFieldValue__sLH2d{color:#000!important;font-size:14px!important;font-weight:400!important}@media screen and (max-width:1600px){.callAnalysisCard_callAnalysisCardStyle__kR7xB{max-width:315px!important;width:315px!important}.callAnalysisCard_evaluationRatingGrid__Na2bQ .MuiAvatar-root{font-size:12px!important;height:32px!important;width:32px!important}.callAnalysisCard_durationFieldValue__ecLCH{font-size:12px!important}.callAnalysisCard_audioFileNameStyle__Zldpq,.callAnalysisCard_cardFieldLabel__wi0HT,.callAnalysisCard_cardFieldValue__sLH2d{font-size:13px!important}}@media screen and (max-width:1000px){.callAnalysisCard_callAnalysisCardStyle__kR7xB{max-width:calc(100% - 5px)!important;min-width:320px!important;width:100%!important}}@media screen and (max-width:450px){.callAnalysisCard_evaluationRatingGrid__Na2bQ .MuiAvatar-root{font-size:12px!important}.callAnalysisCard_audioFileNameStyle__Zldpq{color:#000!important;font-size:13px!important;font-weight:500!important}.callAnalysisCard_cardFieldLabel__wi0HT{color:#747474!important;font-size:13px!important;font-weight:500!important}.callAnalysisCard_cardFieldValue__sLH2d{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__5xhfq{width:100%}.chatbotEmbedLinkAndDomains_cbEmbedIframeItem__Z5ObH{border:1px solid #e9e9e9;border-radius:5px;margin:0 auto 15px!important}.chatbotEmbedLinkAndDomains_cbEmbedIframeHeadMainItem__R-7XR{background-color:#f5f5f5;padding:10px 15px}.chatbotEmbedLinkAndDomains_cbEmbedCopyFrameHead__\+TfS3{color:#000!important;font-size:15px!important;font-weight:600!important}.chatbotEmbedLinkAndDomains_cbEmbedCopyFrameSubHead__G3pQN{color:#565656!important;font-size:13px!important;font-weight:600!important}.chatbotEmbedLinkAndDomains_cbFrameMainItem__C-OEE{padding:10px 15px!important}.chatbotEmbedLinkAndDomains_cbEmbedFrameCopyItem__JITt0{margin:10px 0 0}.chatbotEmbedLinkAndDomains_cbEmbedFrameText__d6zir{word-wrap:break-word!important;font-size:14px!important;font-weight:500!important;word-break:break-all!important}.chatbotEmbedLinkAndDomains_cbEmbedWidgetItem__9pO0d{border:1px solid #e9e9e9;border-radius:5px;margin:10px 0 0!important}.chatbotEmbedLinkAndDomains_cbWidgetMainItem__X6KHT{padding:15px!important}.chatbotEmbedLinkAndDomains_cbDividerStyle__RYLPf{background-color:#6a097d;border:none!important;color:#6a097d;height:2px!important;opacity:1!important;padding:2px 0 0!important;width:100%}.chatbotEmbedLinkAndDomains_cbAddDomainItem__Wekr3{cursor:pointer;margin:10px 0 0!important}.chatbotEmbedLinkAndDomains_cbNewDomainText__kZEVy{color:#6a097d!important;font-size:15px!important;font-weight:600!important}.staticChatbotPreview_chatbotChatMainSectionItem__lnchR{padding:20px!important}.staticChatbotPreview_chatbotChatIconDiv__p1B\+u{align-self:self-start;border-radius:50%;box-shadow:0 0 2px 0 #00000026;display:flex;object-fit:cover;object-position:center}.staticChatbotPreview_botMsgBoxStyle__qnBXq{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__\+4ZH1 .staticChatbotPreview_botMsgBoxStyle__qnBXq{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll!important;background:initial!important;max-height:none!important}.staticChatbotPreview_prtbotMsgBoxStyle__dN9h4{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__gOcWe{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__TYH9r{font-size:14px!important;word-break:break-all!important}.staticChatbotPreview_typeMessageItem__qB0ZD{padding:0 10px!important}.staticChatbotPreview_typeMessageContainer__2EQ20{align-items:center!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:10px!important;justify-content:center!important}.staticChatbotPreview_inputAdornment__QHUWg{background-color:#f7e9ff80!important}.staticChatbotPreview_poweredByItem__oncQv{margin:10px!important;padding:0 10px!important}.staticChatbotPreview_chat_poweredby_text__iuSPZ{color:#989696!important;display:flex!important;font-size:13px!important;font-weight:500!important;margin:2px 10px 0!important}.staticChatbotPreview_chat_powered_logo__9b\+Bz{height:auto;object-fit:fill;vertical-align:sub;width:100px}.staticChatbotPreview_chatbotPreviewMessageboxMainItem__UH3PW{margin:0!important}.staticChatbotPreview_chatbotPreviewMessageboxMainContainer__qd1o8{border-radius:8px!important;box-shadow:1px 1px 5px -2px #f7e9ff!important}.staticChatbotPreview_sendMsgTextField__snIK\+ .MuiInputBase-input{color:#000;font-size:15px!important;font-weight:500!important;padding:11px 15px!important}.staticChatbotPreview_chatbotNavbarMainItem__Sg3xZ{border-bottom:1px solid #dedede;border-radius:15px 15px 0 0!important;box-shadow:0 0 2px 0 #00000026}.staticChatbotPreview_header__ENOIj{align-self:start;display:flex;width:100%}.staticChatbotPreview_headerMobile__HDa--{align-self:start;display:flex;padding:10px 30px 0;width:100%}.staticChatbotPreview_svgStyle__jPle4{display:flex;padding:0 7px}.staticChatbotPreview_sourceStyle__dg5fu{font-size:13px;font-weight:600}.staticChatbotPreview_parentbotMsgBoxStyle__\+4ZH1,.staticChatbotPreview_userMessageContainer__3RPf7{position:relative}.staticChatbotPreview_userReactionStyle__GrZj9{right:9px}.staticChatbotPreview_botReactionStyle__Gh6b7,.staticChatbotPreview_userReactionStyle__GrZj9{background:#fff;border:1px solid #e7dbdb;border-radius:50%;bottom:-17px;cursor:pointer;padding:1px;position:absolute}.staticChatbotPreview_botReactionStyle__Gh6b7{left:9px}.staticChatbotPreview_scrollAnimation__OBRnB{background-color:gray;transition:background-color .5s ease}.staticChatbotPreview_chatbot_preview_arrow_item__nr2Q8{border-radius:10px!important;height:45px!important;max-height:45px!important;max-width:45px!important;width:45px!important}.staticChatbotPreview_icon_normal__b9CUd{border-radius:8px!important;height:100%!important;padding:5px!important;transition:transform .3s ease-in-out;width:100%!important}.staticChatbotPreview_iconGlobalStyle__mFu\+1{cursor:pointer!important;height:22px!important;width:22px!important}@media screen and (max-width:600px){.staticChatbotPreview_headerMobile__HDa--{padding:10px 20px 0}}.staticChatbotPreview_cbNamePreviewSmall__R6z4O{display:flex!important;font-size:15px!important;font-weight:600!important}.staticChatbotPreview_cbIconStyle__hhCSa{border-radius:50%!important;height:30px!important;object-fit:fill!important;width:30px!important}.staticChatbotPreview_cbIconStyleScreen__ki0Ve{border-radius:50%!important;height:24px!important;object-fit:fill!important;width:24px!important}.staticChatbotPreview_fieldOptionWrapper__aVX7\+{gap:10px!important;margin-left:8px!important;margin-top:8px!important}.staticChatbotPreview_maxWidthInherit__ViNXj{max-width:calc(100% - 80px)!important;width:inherit!important}.chatbotPreview_cbPreviewMainItem__Tb153{padding:15px 0!important}.chatbotPreview_cbPreviewMainConatiner__Imrsf{flex-direction:column!important;position:relative!important}.chatbotPreview_cbPreviewTryItem__Sfnx7{background-color:#0000!important;height:100%;padding:0!important}.chatbotPreview_mbStaticPreviewWrapper__solsy{align-items:center!important;flex-wrap:nowrap!important;justify-content:space-between!important}.chatbotPreview_cbMarginTop__Ylh70{margin-top:5px!important}.chatbotPreview_cbPreviewHeadItem__qwlsL{text-align:center}.chatbotPreview_cbPreviewHead__2qfPB{color:#1f384c!important;font-size:16px!important;font-weight:600!important}.chatbotPreview_previewIconWrapper__An6Z0{position:absolute!important;right:10px!important;text-align:end!important;top:12px!important;z-index:10000!important}.chatbotPreview_previewIconImg__b\+m1w{height:auto!important;object-fit:fill!important;transform:rotate(180deg)!important;vertical-align:middle!important;width:23px!important}.chatbotPreview_cbPreviewResetBtn__oF-aB{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__JqyLZ,.chatbotPreview_tryPreviewHeadMainItem__3hqx0{margin:10px auto!important}.chatbotPreview_cbChatBtnIconItem__4onIS{margin:0 auto!important}.chatbotPreview_cbChatBtnIconContainer__1Mw8\+{justify-content:center}.chatbotPreview_cbChatIconsitem__wvLGf{border-radius:50%!important;box-shadow:0 5px 15px #00000059!important;cursor:pointer!important;height:auto;width:45px}.chatbotPreview_cbPreviewIframeItem__GgGeE{margin:0 auto!important;max-width:485px!important;width:80%!important}.chatbotPreview_tryPreviewIframeItem__af39j{margin:10px auto!important;max-width:460px!important;width:80%!important}.chatbotPreview_chatbotSwipeableDrawer__tpLdG{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__A8p3\+::-webkit-scrollbar{display:none}.chatbotPreview_chatbotPreviewMainContainer__-fM2N,.chatbotPreview_chatbotPreviewMainItem__2Rlr6,.chatbotPreview_chatbotPreviewSubContainer__7epCu{height:100%}.chatbotPreview_cbPreviewIframeParentDiv__MYsMg{height:100%;padding:5px!important}.chatbotPreview_tryPreviewIframeParentDiv__W2zG4{align-items:center;box-sizing:border-box!important;display:flex;height:100%;justify-content:center;padding:5px!important}.chatbotPreview_tryKnowPreviewIframeParentDiv__hFEgG{height:100%;padding:5px!important}.chatbotPreview_cbPreviewIframeParentDiv__MYsMg 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__W2zG4 iframe{border-radius:15px!important;height:calc(100vh - 160px)!important;min-height:300px!important}.chatbotPreview_tryKnowPreviewIframeParentDiv__hFEgG 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__GgGeE{max-width:400px!important}}@media screen and (max-height:750px){.chatbotPreview_chatbotSwipeableDrawer__tpLdG{max-height:600px!important;top:10%!important}.chatbotPreview_cbPreviewIframeParentDiv__MYsMg iframe{height:525px!important}}@media screen and (max-width:1200px)and (min-width:0px){.chatbotPreview_cbPreviewHeadItem__qwlsL{margin-block:13px!important}.chatbotPreview_cbChatBtnIconItem__4onIS{margin:0 auto!important}.chatbotPreview_cbPreviewIframeParentDiv__MYsMg iframe{height:565px!important;min-height:auto!important}.chatbotPreview_tryPreviewIframeParentDiv__W2zG4 iframe{height:calc(100vh - 160px)!important;min-height:300px!important}.chatbotPreview_tryKnowPreviewIframeParentDiv__hFEgG iframe{height:calc(100vh - 245px)!important;min-height:300px!important}.chatbotPreview_cbPreviewHeadMainItem__JqyLZ{background:#fff;height:0!important;margin:5px auto!important;max-height:55px!important;top:0}.chatbotPreview_tryPreviewHeadMainItem__3hqx0{height:85px!important;margin:0 auto!important;max-height:85px!important;top:0}.chatbotPreview_cbPreviewIframeItem__GgGeE{height:calc(100% - 110px)!important;min-height:410px!important;width:90%!important}.chatbotPreview_tryPreviewIframeItem__af39j{margin:0 auto!important;width:90%!important}.chatbotPreview_cbChatIconsitem__wvLGf{height:auto;width:35px}}@media screen and (max-width:900px)and (min-width:601px){.chatbotPreview_tryPreviewIframeParentDiv__W2zG4 iframe{height:calc(100vh - 170px)!important}}@media screen and (max-width:600px)and (min-width:0px){.chatbotPreview_chatbotSwipeableDrawer__tpLdG{width:95%!important}.chatbotPreview_cbPreviewIframeParentDiv__MYsMg iframe{height:100%!important;max-height:100%!important;min-height:300px!important}.chatbotPreview_tryPreviewIframeParentDiv__W2zG4 iframe{height:calc(100vh - 160px)!important;max-height:100%!important;min-height:540px!important}.chatbotPreview_tryKnowPreviewIframeParentDiv__hFEgG iframe{height:calc(100vh - 275px)!important;margin-top:0!important;max-height:100%!important;min-height:300px!important}.chatbotPreview_cbPreviewHeadMainItem__JqyLZ{background:#fff;height:0!important;margin:5px auto 0!important;max-height:55px!important;top:0}.chatbotPreview_tryPreviewHeadMainItem__3hqx0{height:auto!important;margin:0 auto!important;max-height:auto!important;top:0}.chatbotPreview_tryPreviewIframeItem__af39j{width:90%!important}}.chatbotPreview_fsStaticPreviewWrapper__WI2Y8{align-items:center!important;justify-content:space-between!important;position:relative!important}.chatbotPreview_fsPreviewHeadItem__jAghk{align-items:center;display:flex;justify-content:center;margin-bottom:8px;width:100%}.chatbotPreview_fsPreviewHeadContainer__Xx0oB{gap:10px;justify-content:space-between}.chatbotPreview_addPhoneNumberIcon__a\+Ssb{color:#4c4a4d!important;font-weight:700!important;height:24px!important;width:24px!important}.chatbotPreview_deletePhoneNumberIcon__CfDHg{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__Q2tGm{background:linear-gradient(180deg,#fff 0,#efd7fe);border-radius:0 0 12px 12px;padding:30px 70px 35px!important;width:100%}.planHasExhausted_meterWrapper__D5wdN{padding:30px 0 20px}.planHasExhausted_heading__gBqkE{color:#6a097d;font-size:18px;font-weight:600;margin-bottom:10px!important;text-align:center}.planHasExhausted_subHeading__IHwA-{color:#1f384c!important;font-size:14px!important;font-weight:500!important}.planHasExhausted_coloredSubheading__hkZIZ{color:#6a097d!important;font-size:14px!important;font-weight:500!important}.planHasExhausted_creditText__zdXdQ{color:#4c4a4d!important;font-size:13px!important;font-weight:500!important}.planHasExhausted_textAlignCenter__hFF2Y{text-align:center}.planHasExhausted_signUpBtnWrapper__y8YfU{font-size:15px!important;margin:25px 0 5px!important;min-width:161px}.planHasExhausted_secondGrid__gzI5y{padding:9px 0!important}.planHasExhausted_bottomText__AomRx{color:#4c4a4d!important;font-size:12px!important;font-weight:500!important}.planHasExhausted_bottomColoredText__yOVcM{color:#6a097d!important;cursor:pointer;font-size:12px!important;font-weight:600!important;padding-left:3px}.planHasExhausted_confirmationText__LSwbs{color:#1f384c;font-size:18px;font-weight:600;margin:23px 0 7px!important}.planHasExhausted_subText__VU4-T{font-size:15px!important;font-weight:400!important;margin-bottom:20px!important;max-width:264px!important;text-align:center!important}.planHasExhausted_buttonWrapper__zRV5O{margin:0 10px!important;width:100px}.calendly_setupDiv__w2jAz{background-color:#f7e9ff80;border-radius:5px;padding:30px;width:auto}.calendly_setupDivText__-UwvD{font-size:15px;font-weight:600}.calendly_stepContainer__ZY679{align-items:center;cursor:pointer;display:flex}.calendly_circle__2Omfz{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__0fEBW{font-size:15px}.calendly_onCLickBgColor__j\+PaP{background-color:#6a097d}.calendly_onCLickColor__o1f05{color:#6a097d;font-weight:600}.calendly_selectedCardStyle__3iJBH{background-color:#fbf4ff}.calendly_selectedCardBtnStyle__8shSZ{background-color:#6a097d;color:#fff}.calendly_calendlySelectedEventCardStyle__7wj4B{background-color:#fbf4ff!important}.calendly_templateCardStyle__M3UiM{height:auto!important;width:auto}.fieldSetup_fieldGrid__\+KZw9{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 4fr}.fieldSetup_fieldItem__UxhGz,.fieldSetup_fieldName__A\+hXC{font-weight:600;margin-bottom:15px}.fieldSetup_fieldItem__UxhGz{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__OSrpv{gap:20px}.fieldSetup_descriptionItem__tLD47{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__Y17JX{align-items:center;display:flex;flex-direction:row;justify-content:center}.fieldSetup_headerContainer__J2FdE{align-items:center;display:flex;gap:10px}.fieldSetup_headerText__k5bqz{font-size:15px;font-weight:500}.fieldSetup_headerIcon__PPdFA{font-size:20px}.fieldSetup_setupDiv__i8x\+7{background-color:#f7e9ff80;border-radius:5px;padding:30px;width:auto}.fieldSetup_setupDivText__1glVW{font-size:16px;font-weight:500}.messageFormats_messageFormatHeadingStyle__cDM7d{color:#000!important;font-size:17px!important;font-weight:600!important}.messageFormats_messageFormatSubHeadingStyle__Q9t6s{color:#858585!important;font-size:13px!important;font-weight:500!important}.messageFormats_messageFormatImageStyle__kYG1t{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__8ljOX{background-color:#f4f4f4!important;border-radius:3px!important;box-shadow:0 0 2px #00000040!important;height:100%!important;width:100%!important}.messageFormats_useThisCardButton__5Ewxc{background-color:#fbf4ff!important;margin-bottom:5px!important}.messageFormats_useThisCardButton__5Ewxc,.messageFormats_viewExamplesButton__vTRan{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__vTRan{background-color:#fff!important}.messageFormats_popupTitleStyle__BmfAL{color:#6a097d!important;font-size:16px!important;font-weight:600!important}.messageFormats_popupCardHeadingStyle__0lyDr{color:#000!important;font-size:15px!important;font-weight:500!important}.leadGenerationCard_leadGenerCardStyle__NG0Eo{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__475QV{color:#949494!important;font-size:13px!important}.leadGenerationCard_leadGenerationCardIcon__PYqkl{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__0Am-F{font-size:13px!important;font-weight:600!important}.leadGenerationCard_exploreMenuButton__4ncT8{padding:3px!important}.leadGenerationCard_exploreMenuButtonOpen__7wD9K,.leadGenerationCard_exploreMenuButton__4ncT8{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__7wD9K{padding:0 3px!important}.leadGenerationCard_selectedLeadIntegration__JiLQq{background-color:#fbf4ff!important}.leadGenerationCard_nonSelectedLeadIntegration__nvbDK{background-color:#fff!important}.staticMessageFormatForm_createStaticMessageFormatFormGrid__vT2HW{padding:25px 25px 0!important}.staticMessageFormatForm_createFormatTextStyle__\+nSM5{font-size:17px!important;font-weight:600!important}.staticMessageFormatForm_messageFormatFormGrid__e2SAI{overflow:auto!important;padding:3px!important}.staticMessageFormatForm_messageFormatFormFieldLabel__ztUnp{font-size:15px!important;font-weight:600!important}.staticMessageFormatForm_messageFormatGridStyle__BtjP3{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__Aa700{font-size:14px!important;font-weight:600!important}.staticMessageFormatForm_messageFormatTextFieldStyle__Jumx-{border:none!important;border-radius:5px!important;box-shadow:0 0 2px #00000040!important;width:100%!important}.staticMessageFormatForm_messageFormatTextFieldStyle__Jumx- fieldset{border:none!important}.staticMessageFormatForm_messageFormatTextFieldStyle__Jumx- .MuiOutlinedInput-input{font-size:15px!important;font-weight:500!important;padding:11.5px 14px!important}.staticMessageFormatForm_messageFormatRadioStyle__scYuy .MuiRadio-root{padding:5px!important}.staticMessageFormatForm_messageFormatRadioStyle__scYuy .MuiTypography-root{font-size:14px!important;font-weight:600!important}.staticMessageFormatForm_messageFormatRadioStyle__scYuy .MuiFormControlLabel-root{margin-left:-5px!important}.staticMessageFormatForm_newObjectColor__dp0PK{color:#6a097d!important}.staticMessageFormatForm_noValidJSONColor__fdXQA{color:red!important}.staticMessageFormatForm_messageObjectGridStyle__0H-jC{border-radius:3px!important;box-shadow:0 0 3px #00000040!important;box-sizing:border-box!important;padding:20px!important}.staticMessageFormatForm_fullScreenIconStyle__jWFxz{cursor:pointer!important;font-size:18px!important}.staticMessageFormatForm_viewMessageObjectGridStyle__\+zXys{border-radius:10px!important;box-shadow:0 0 3px #00000040!important;padding:15px!important}.staticMessageFormatForm_closeIconStyle__CT5\+t{cursor:pointer!important;font-size:22px!important}.staticMessageFormatForm_messageFormatJSONViewStyle__r\+2P9{white-space:break-spaces!important}.subChatbot_purposeTextArea__Tbk34{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__Tbk34::placeholder{color:#ababab!important}.subChatbot_lastColumnSticky__-olEh{position:-webkit-sticky!important;position:sticky!important;right:-1px!important}.subChatbot_subAiChatbotDataGridItem__bbfkk{padding:20px 22px 20px 20px!important;width:100%!important}.subChatbot_subAiChatbotDataGridContainer__xV5BN{flex-direction:column!important;gap:24px!important}.subChatbot_emptySubAIChatbotIcon__YbaV1{height:auto!important;width:165px!important}.subChatbot_addSubChatbotBtnContainer__KjHm8{justify-content:flex-end!important}.subChatbot_inputFieldContainer__DHK4j{gap:12px!important}.subChatbot_requiredColor__f2KFA{color:#c60000!important}.subChatbot_subChatbotAutoComplete__NYVuK{background-color:#fff!important;width:100%!important}.subChatbot_popupBtnsContainer__nB3mB{align-items:center!important;gap:12px!important;justify-content:center!important;padding:20px 0!important}.subChatbot_tableContainer__09XXe{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__V-5Z2{background-color:#fbf4ff!important}.subChatbot_cursorPointer__c5iqr{cursor:pointer!important}.subChatbot_menuItem__DRto-{font-size:14px!important}.subChatbot_textAlignCenter__jyZlj{text-align:center!important}.subChatbot_purposeMappingStyle__9UZpw{-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__adKQ0{min-height:26px!important}.subChatbot_campaignContactStyle__TpTcp{white-space:normal!important}.subChatbot_toolTipStyle__ujv3X .MuiTooltip-popper{background:#fff!important;background-color:initial!important;padding:0!important}@media screen and (max-width:1600px){.subChatbot_purposeTextArea__Tbk34{font-size:14px!important}}.persistent_textTextArea__lqABy{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__lqABy::placeholder{color:#ababab!important}.persistent_actionTypeRadioButton__eDgh- .MuiFormControlLabel-label{font-size:15px;font-weight:500}.persistent_actionTypeRadioButton__eDgh-{display:flex!important;flex-direction:row!important}.persistent_persistentMenuNameTextField__VKr30 fieldset{border:none!important;box-shadow:0 0 2px 0 #00000040!important;width:100%!important}.persistent_persistentMenuNameTextField__VKr30 .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.persistent_autoComplete__pT0SP .MuiAutocomplete-input{font-weight:500!important}.persistent_autoComplete__pT0SP{background-color:#fff!important;width:100%!important}.persistent_popupFieldTypography__NBubu{color:#000!important;font-size:15px!important;font-weight:500!important}.persistent_popupBtnsContainer__lnVbJ{align-items:center!important;gap:12px!important;justify-content:center!important;padding:20px 0!important}.persistent_mainContainer__bwG8Q{align-items:center!important;justify-content:flex-end!important}.persistent_innerGridContainer__SfzrJ{align-items:center!important;flex-wrap:nowrap!important;gap:10px!important}.persistent_textAlignEnd__F8hNk{text-align:end!important}.persistent_menuItemBtn__M3ScS{width:150px!important}.persistent_marginTop__yUzPs{margin-top:16px!important}.persistent_popUpContainer__FyQar{flex-direction:column!important;justify-content:center!important}.persistent_textAlignCenter__ARCPj{text-align:center!important}.persistent_inputField__QBqno{flex-direction:column!important;gap:8px!important}@media screen and (max-width:1600px){.persistent_actionTypeRadioButton__eDgh- .MuiFormControlLabel-label,.persistent_textTextArea__lqABy{font-size:14px}.persistent_persistentMenuNameTextField__VKr30 .MuiInputBase-input{font-size:13px!important}}.leadGenerationGlobal_popupTitleStyle__4ju1J{color:#6a097d!important;font-size:16px!important;font-weight:600!important}.leadGenerationGlobal_popupGlobalPadding__TV7ng{padding:0 30px 30px!important}.leadGenerationGlobal_newLeadStyleGlobal__zjpBZ{box-sizing:border-box!important;overflow:auto!important;position:relative!important}.leadGenerationGlobal_popupDividerStyle__Uj8qf{border:.2px solid #9d9d9d!important;color:#9d9d9d!important;opacity:.2!important}.leadGenerationGlobal_formHeadingFontStyle__k58t-{font-size:15px!important;font-weight:600!important}.leadGenerationGlobal_newLeadDetailsStyle__1mdpL{border-radius:5px!important;padding:4px!important;width:100%!important}.leadGenerationGlobal_leadGenerationDescription__QCOnP{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__2NMH\+{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__yjW5v{min-height:80px!important}.leadGenerationGlobal_text_area_style__2NMH\+::placeholder{font-family:inherit!important;min-height:40px!important;opacity:.5}.leadGenerationGlobal_newFieldTextStyle__FiNkw{color:#6a097d!important;font-size:15px!important;font-weight:500!important}.leadGenerationGlobal_buttonPositionStyle__P6zF7{bottom:10px!important;left:0!important;padding-left:4px!important;position:absolute!important;width:100%!important;z-index:3!important}.leadGenerationGlobal_methodAutoComplete__S1yuV{box-shadow:0 0 3px #00000040!important;font-weight:500!important}.leadGenerationGlobal_methodAutoComplete__S1yuV .MuiOutlinedInput-root{padding:3px 4px!important}.leadGenerationGlobal_methodAutoComplete__S1yuV .MuiInputBase-input{font-weight:500!important}.leadGenerationGlobal_methodAutoComplete__S1yuV .MuiAutocomplete-input{font-size:15px!important}.leadGenerationGlobal_enumChipStyle__Txwdo,.leadGenerationGlobal_enumChipStyle__Txwdo .MuiFormControl-root,.leadGenerationGlobal_enumChipStyle__Txwdo .MuiInputBase-input,.leadGenerationGlobal_enumChipStyle__Txwdo .MuiOutlinedInput-root{min-height:45px!important}.leadGenerationGlobal_selectFieldCardStyle__YR7sF{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 3px #00000040!important;padding:20px!important}.leadGenerationGlobal_selectFieldHeadingTextStyle__6SAGq{color:#6a097d!important;font-size:15px!important;font-weight:600!important}.leadGenerationGlobal_checkBoxStyle__0zxlw{margin-right:50px!important}.leadGenerationGlobal_checkBoxStyle__0zxlw path{fill:#6a097d!important}.leadGenerationGlobal_checkBoxStyle__0zxlw path:disabled{fill:#7a7a7a!important}.leadGenerationGlobal_checkBoxStyle__0zxlw svg{height:24px!important;width:24px!important}.leadGenerationGlobal_checkBoxStyle__0zxlw .MuiPaper-root{padding:5px 9px!important}.leadGenerationGlobal_checkBoxStyle__0zxlw .MuiTypography-root{font-size:15px!important;font-weight:500!important;line-height:1!important}.leadGenerationGlobal_emailContentLabelSpacing__hMFf6{margin:5px 0!important}.leadGenerationGlobal_templatePromp__C\+Vld{color:#000!important}.leadGenerationGlobal_templatePrompDisble__icTHe,.leadGenerationGlobal_templatePromp__C\+Vld{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__icTHe{color:#00000061!important}.leadGenerationGlobal_stepContainer__RVOcC{align-items:center!important;display:flex!important;padding:0 8px 6px 0!important}.leadGenerationGlobal_circle__dsJcj{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__La-P8{font-size:15px}.leadGenerationGlobal_selectChannelButtonStyle__9zGxp{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__9zGxp:disabled{background-color:#00000026!important;color:#00000073!important}.leadGenerationGlobal_formGroupStyles__vVaxp{display:grid!important}@media screen and (max-width:1000px){.leadGenerationGlobal_checkBoxStyle__0zxlw svg{height:18px!important;width:18px!important}.leadGenerationGlobal_checkBoxStyle__0zxlw .MuiTypography-root{font-size:14px!important;font-weight:500!important}.leadGenerationGlobal_formHeadingFontStyle__k58t-,.leadGenerationGlobal_templatePromp__C\+Vld{font-size:14px!important}.leadGenerationGlobal_selectFieldCardStyle__YR7sF{padding:15px 15px 55px!important}.leadGenerationGlobal_leadGenerationDescription__QCOnP{font-size:14px!important}.leadGenerationGlobal_checkBoxStyle__0zxlw .MuiCheckbox-root{padding:7px!important}.leadGenerationGlobal_checkBoxStyle__0zxlw{margin-right:25px!important}.leadGenerationGlobal_enumChipStyle__Txwdo .MuiChip-root,.leadGenerationGlobal_enumChipStyle__Txwdo .MuiInputBase-input,.leadGenerationGlobal_methodAutoComplete__S1yuV .MuiAutocomplete-input{font-size:14px!important}.leadGenerationGlobal_popupGlobalPadding__TV7ng{padding:0 15px 30px!important}}@media screen and (min-width:600px)and (max-width:1000px){.leadGenerationGlobal_buttonPositionStyle__P6zF7{bottom:0!important}}@media screen and (max-width:450px){.leadGenerationGlobal_formGroupStyles__vVaxp{grid-template-columns:repeat(2,1fr)!important}.leadGenerationGlobal_selectChannelButtonStyle__9zGxp{font-size:13px!important;padding-inline:18px!important}}@media screen and (min-width:600px)and (max-width:750px){.leadGenerationGlobal_formGroupStyles__vVaxp{grid-template-columns:repeat(2,1fr)!important}.leadGenerationGlobal_selectChannelButtonStyle__9zGxp{font-size:13px!important;padding-inline:17px!important}}@media screen and (min-width:450px)and (max-width:600px){.leadGenerationGlobal_formGroupStyles__vVaxp{grid-template-columns:repeat(3,1fr)!important}}@media screen and (min-width:750px)and (max-width:900px){.leadGenerationGlobal_formGroupStyles__vVaxp{grid-template-columns:repeat(3,1fr)!important}}@media screen and (min-width:900px)and (max-width:1300px){.leadGenerationGlobal_formGroupStyles__vVaxp{grid-template-columns:repeat(4,1fr)!important}}@media screen and (min-width:1300px)and (max-width:1450px){.leadGenerationGlobal_formGroupStyles__vVaxp{grid-template-columns:repeat(5,1fr)!important}}@media screen and (min-width:1450px)and (max-width:1600px){.leadGenerationGlobal_formGroupStyles__vVaxp{grid-template-columns:repeat(6,1fr)!important}}@media screen and (min-width:1600px){.leadGenerationGlobal_formGroupStyles__vVaxp{grid-template-columns:repeat(7,1fr)!important}}.leadGenerationDataStyle_fieldLeadData__\+MCML{background-color:#fbf4ff!important;border-radius:8px!important;padding:1px!important}.leadGenerationDataStyle_leadDetailSelectStyle__-fLg4{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__lueaX{color:gray!important;cursor:pointer!important;padding-bottom:5px!important}.leadGenerationDataStyle_selectedLeadDetailsMobileStyle__DrCA8{border-bottom:3px solid #6a097d!important;color:#6a097d;cursor:pointer!important;padding-bottom:5px!important}.leadGenerationDataStyle_leadDetailSelectTextStyle__V5a8G{color:#000!important;font-size:14px!important;font-weight:600!important}.leadGenerationDataStyle_configTextStyle__3LhEn{color:#000!important;font-size:16px!important;font-weight:600!important}.leadGenerationDataStyle_leadDetailSelectTextMobileStyle__wfGwO{font-size:13px!important;font-weight:600!important;white-space:nowrap!important}.leadGenerationDataStyle_tabGridStyle__RQ54g{max-width:45vw!important;min-width:320px!important;overflow:auto!important;padding:5px!important}.leadGenerationDataStyle_tabGridStyle__RQ54g::-webkit-scrollbar{height:4px!important;width:1px!important}@media screen and (max-width:750px){.leadGenerationDataStyle_editDeleteButtonStyle__kkLYF{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__kkLYF{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__jelpe{background-color:#fbf4ff!important;color:#000!important;font-size:14px!important;font-weight:600!important;padding:12px!important;white-space:nowrap!important}.leadGenerationTableStyle_viewButtonColumnHeadingStyle__4OSWQ{background-color:#fbf4ff!important;position:-webkit-sticky!important;position:sticky!important;right:0!important}.leadGenerationTableStyle_tableBodySubHeadingFontStyle__QfJ05{background-color:#fff!important;color:#141414!important;font-size:14px!important;font-weight:500!important;padding:12px!important;white-space:nowrap!important}.leadGenerationTableStyle_viewButtonColumnStyle__biudp{background-color:#fff!important;position:-webkit-sticky!important;position:sticky!important;right:0!important}.leadGenerationTableStyle_cellRow__F88CI:last-child td{border-bottom:none!important}@media screen and (max-width:1600px){.leadGenerationTableStyle_tableBodyHeadingFontStyle__jelpe,.leadGenerationTableStyle_tableBodySubHeadingFontStyle__QfJ05{font-size:13px!important}}@media screen and (max-width:1000px){.leadGenerationTableStyle_tableBodySubHeadingFontStyle__QfJ05{font-size:13px!important}}.createPersona_maskBox__AAV05{border-radius:5px;box-shadow:0 0 2px 0 rgba(0,0,0,.251);color:#7a7a7a;position:relative}.createPersona_maskBox__AAV05 .createPersona_mask__Zf07F{border-radius:5px;color:#6a097d!important;height:45px;position:absolute;transition:all .5s ease;width:150px}.createPersona_maskBox__AAV05 .MuiButton-root{color:#7a7a7a;font-size:18px;font-weight:500;text-transform:capitalize;transition:all .2s ease .1s;width:150px}.createPersona_maskBox__AAV05 .createPersona_selectedIndividualButton__uimhi{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__AAV05 .createPersona_selectedBrandButton__-5MoT{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__j7wfG{margin:0 0 10px!important}.createPersona_personaDivider__j7wfG .MuiDivider-root{border-bottom-width:0!important}.createPersona_personaUpdateDivider__wFqYU{margin:24px 0!important}.createPersona_personaUpdateDivider__wFqYU .MuiDivider-root{border-bottom-width:0!important}.createPersona_personaEditText__nvyJK{font-size:18px;font-weight:600}.createPersona_personaEditTypeName__UoIw8{font-size:18px;font-weight:400}.createPersona_personaNameSubHeading__ocbXy{color:#7a7a7a;font-size:15px;font-weight:400;margin-bottom:20px!important}.createPersona_personaTypeText__XA8eR{font-size:16px;font-weight:700;margin:0 19px 5px!important}.createPersona_editPersonaCancelSaveButtonItem__lX3qu{display:flex!important}.createPersona_editPersonaCancelSaveButtonItemMobile__EW7ZW{display:none!important}.createPersona_personaNameCreatePage__7VO7F{display:flex!important}.createPersona_personaNameCreatePageMobile__m4Gf4{display:none!important}.createPersona_formUpdatePersonaScroll__9228a{max-width:100%}.createPersona_chatbotMainContainer__rDCHv{padding:23px 25px 10px!important}.createPersona_chatbotCreateMainItem__-Mx3n{background:#fff;border-radius:10px;overflow:auto!important;padding:0!important}.createPersona_dividerStyle__jysXr{color:#b3b3b3!important;margin-top:15px!important;opacity:.6!important}@media screen and (min-width:0px)and (max-width:600px){.createPersona_chatbotMainContainer__rDCHv{padding:18px 20px 15px!important}.createPersona_dividerStyle__jysXr{margin-top:5px!important}.createPersona_editPersonaCancelSaveButtonItem__lX3qu{display:none!important}.createPersona_editPersonaCancelSaveButtonItemMobile__EW7ZW{display:flex!important;padding:0 19px}.createPersona_formUpdatePersonaScroll__9228a{height:calc(100vh - 270px);overflow:scroll}.createPersona_personaNameCreatePage__7VO7F{display:none!important}.createPersona_personaNameCreatePageMobile__m4Gf4{display:flex!important}.createPersona_createPersonaFormMobileHeight__Zu-Mq{height:calc(100vh - 230px);overflow:scroll}.createPersona_updateFormWrapper__iF3D0{max-height:none!important;overflow-y:visible!important;overflow-y:initial!important}}.createPersona_updateFormWrapper__iF3D0{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__zkRxF{border:1px solid #e9e9e9!important;border-radius:5px!important;box-sizing:border-box!important;max-width:100%!important;overflow:auto!important}.intentStyle_intentColorPicker__hZ-rW{border:1px solid #0000000f!important;border-radius:5px!important;box-shadow:0 0 3px 0 #0000000f!important;display:flex!important}.intentStyle_intentColorPicker__hZ-rW .MuiInputBase-root,.intentStyle_intentColorPicker__hZ-rW .intentStyle_MuiTextField-root__vcVCZ{height:100%!important}.intentStyle_intentColorPicker__hZ-rW button{margin:10px 10px 10px 15px!important}.intentStyle_intentColorPicker__hZ-rW .ColorPicker-MuiInputBase-input{font-size:15px!important;padding:14px 0 10px 10px}.intentStyle_intentColorPicker__hZ-rW .ColorPicker-MuiInput-underline:after,.intentStyle_intentColorPicker__hZ-rW .ColorPicker-MuiInput-underline:before,.intentStyle_intentColorPicker__hZ-rW .ColorPicker-MuiInput-underline:hover:not(.Mui-disabled):before{border:none!important}.intentStyle_intentColorGridBox__df4JA{border-radius:5px!important;height:18px!important;width:18px!important}.intentStyle_flagRemainingCheckbox__W-sw2 .MuiSvgIcon-root{fill:#6a097d}.intentStyle_disableFlagRemainingCheckbox__4ks97 .MuiSvgIcon-root{fill:#7a7a7a}.intentStyle_checkboxGridItem__RbpYg span{padding:0!important}.threadList_threadListContainer__WcrTX{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__EoDbo{border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;flex-shrink:0;padding:16px}.threadList_headerTopRow__Fia\+4{align-items:center;display:flex;justify-content:space-between}.threadList_headerTitle__j1uMt{color:#1a1a1a;font-size:18px;font-weight:600}.threadList_filterButton__5Y6J9{align-items:center;border-radius:6px;cursor:pointer;display:flex;height:32px;justify-content:center;transition:background-color .2s ease;width:32px}.threadList_filterButton__5Y6J9:hover{background-color:#f5f5f5}.threadList_threadListContent__KE8te{box-sizing:border-box;flex:1 1;max-width:100%;min-width:0;overflow-x:hidden;overflow-y:auto;width:100%}.threadList_threadListContent__KE8te::-webkit-scrollbar{width:6px}.threadList_threadListContent__KE8te::-webkit-scrollbar-track{background:#0000}.threadList_threadListContent__KE8te::-webkit-scrollbar-thumb{background-color:#d0d0d0;border-radius:3px}.threadList_threadListItem__5ji02{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__5ji02:hover{background-color:#fafafa}.threadList_threadListItem__5ji02.threadList_selected__Y-FhK{background-color:#f0f4ff;border-left:3px solid #6a097d;padding-left:13px}.threadList_threadListItem__5ji02.threadList_highlighted__WsLQT{animation:threadList_highlightPulse__XqN\+s .5s ease-in-out;background-color:#fff9e6}@keyframes threadList_highlightPulse__XqN\+s{0%{background-color:#ffe082}to{background-color:#fff9e6}}.threadList_threadNameContainer__AYFuc{align-items:center;display:flex;flex:1 1;gap:6px;min-width:0}.threadList_unreadIndicator__LdfZy{background-color:#1e88e5!important}.threadList_threadAvatar__CYq2p{align-items:flex-start;display:flex;flex-shrink:0;padding-top:2px}.threadList_whatsappIcon__ijq4F{height:20px;object-fit:contain;width:20px}.threadList_threadContent__\+zBkH{display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:0;overflow:hidden}.threadList_threadTopRow__lP4gg{align-items:flex-start;display:flex;gap:8px;justify-content:space-between;min-width:0}.threadList_threadName__eC-65{color:#1a1a1a;flex:1 1;font-size:14px;font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.threadList_threadTimeContainer__soMIR{align-items:center;display:flex;flex-shrink:0;gap:8px}.threadList_threadTime__g\+J-J{color:#757575;font-size:12px;font-weight:400;white-space:nowrap}.threadList_threadPhoneNumberRow__XzjYH{align-items:center;color:#757575;display:flex;font-size:12px;font-weight:400;gap:6px;min-width:0;overflow:hidden}.threadList_threadPhoneNumber__qlG7I{flex-shrink:0;white-space:nowrap}.threadList_threadPhoneNumberSeparator__ivqiC{color:#757575;color:#a1a1a1;flex-shrink:0;opacity:.6;transform:scale(1.5)}.threadList_threadBusinessName__JWcY9{color:#a1a1a1;cursor:pointer;flex:1 1;max-width:150px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.threadList_channelIconRow__3x7SD{align-items:center;display:flex;margin-top:2px}.threadList_channelIconRow__3x7SD img{height:16px;width:16px}.threadList_threadLastMessage__115HF{color:#616161;font-size:13px;font-weight:400;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.threadList_threadLastMessage__115HF .threadList_senderLabel__h4dkz{color:#9e9e9e;font-weight:500}.threadList_threadMetaRow__m1StI{align-items:center;display:flex;justify-content:space-between;margin-top:4px}.threadList_threadIcons__6ZjXv{align-items:center;display:flex;gap:6px}.threadList_channelIcon__WOyCm{align-items:center;display:flex;justify-content:center}.threadList_channelIcon__WOyCm img{height:16px;width:16px}.threadList_statusBadge__YRHDp{align-items:center;border-radius:4px;display:inline-flex;font-size:11px;font-weight:500;padding:2px 8px}.threadList_statusBadge__YRHDp.threadList_open__8ATab{background-color:#e8f5e9;color:#2e7d32}.threadList_statusBadge__YRHDp.threadList_resolved__dDyZB{background-color:#e3f2fd;color:#1565c0}.threadList_statusBadge__YRHDp.threadList_noTicket__RndRN{background-color:#f5f5f5;color:#757575}.threadList_agentAvatar__foZEj{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__LdfZy{background-color:#6a097d;border-radius:50%;flex-shrink:0;height:8px;width:8px}.threadList_tagIndicator__1yjP8{align-items:center;display:flex;gap:4px}.threadList_tagIndicator__1yjP8 .threadList_tagDot__ocq3O{background-color:#9c27b0;border-radius:50%;height:6px;width:6px}.threadList_paginationContainer__Ohw62{background-color:#fafafa;border-top:1px solid #e5e5e5;display:flex;flex-direction:column;gap:8px;padding:12px 16px}.threadList_paginationInfo__GVGm2{align-items:center;display:flex;justify-content:space-between}.threadList_paginationText__J-2K4{color:#757575;font-size:12px;font-weight:400}.threadList_paginationControls__7ai1Y{align-items:center;display:flex;gap:8px}.threadList_pageInfo__gGBUH{color:#424242;font-size:12px;font-weight:500}.threadList_paginationButton__3onT9{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__3onT9:hover:not(:disabled){background-color:#f5f5f5;border-color:#bdbdbd}.threadList_paginationButton__3onT9:disabled{cursor:not-allowed;opacity:.5}.threadList_emptyState__o9QFV{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:40px 24px;text-align:center}.threadList_emptyStateIcon__RoBrG{color:#bdbdbd}.threadList_emptyStateTitle__Pcuck{color:#424242;font-size:16px;font-weight:500}.threadList_emptyStateText__0cBrP{color:#757575;font-size:14px;font-weight:400}.threadList_threadListItemSkeleton__PwoHU{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__gPgyG::-webkit-scrollbar{width:6px}.threadList_virtualizedList__gPgyG::-webkit-scrollbar-track{background:#0000}.threadList_virtualizedList__gPgyG::-webkit-scrollbar-thumb{background-color:#d0d0d0;border-radius:3px}@media(max-width:768px){.threadList_threadListContainer__WcrTX{max-width:100%;min-width:100%;width:100%}.threadList_threadName__eC-65{max-width:150px}}@media(max-width:1200px){.threadList_threadListContainer__WcrTX{max-width:320px;min-width:320px;width:320px}}.threadList_filterIcon__3lBgN{color:#616161;font-size:20px}.threadList_searchBarContainer__6Ntih{flex-shrink:0;margin-top:12px;width:100%}.threadList_searchInput__oRvaW{width:100%}.threadList_searchInput__oRvaW .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__oRvaW .MuiOutlinedInput-root:hover{background-color:#eee}.threadList_searchInput__oRvaW .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#0000001a}.threadList_searchInput__oRvaW .MuiOutlinedInput-root.Mui-focused{background-color:#fff;box-shadow:0 0 0 2px #0000000d}.threadList_searchInput__oRvaW .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#0003;border-width:1px}.threadList_searchInput__oRvaW .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-color:#00000014;border-width:1px}.threadList_searchInput__oRvaW .MuiOutlinedInput-input{color:#333;font-size:13px;font-weight:400;height:auto;line-height:1.5;padding:0!important}.threadList_searchInput__oRvaW .MuiOutlinedInput-input::placeholder{color:#9e9e9e;font-size:13px!important;font-weight:400;opacity:1}.threadList_searchInput__oRvaW .MuiInputAdornment-root{align-items:center;color:#9e9e9e;display:flex;height:auto;justify-content:center;margin-left:10px;margin-right:8px}.threadList_searchInput__oRvaW .MuiInputAdornment-root .MuiSvgIcon-root{align-items:center;display:flex;font-size:18px}.threadList_emptyStateIconSize__HE6up{font-size:64px}.inboxControls_inboxControlsContainer__zoXwk{background-color:#fff;contain:layout;display:flex;flex-direction:column;height:100%;overflow:hidden}.inboxControls_header__dRnbS{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;flex-shrink:0;justify-content:space-between;padding:14px 16px}.inboxControls_title__TXSkc{color:#212121;font-size:15px;font-weight:600!important}.inboxControls_closeButton__2nYzR{color:#616161;padding:4px}.inboxControls_closeButton__2nYzR:hover{background-color:#0000000a}.inboxControls_closeButton__2nYzR svg{font-size:20px}.inboxControls_content__3AwMo{contain:layout style;flex:1 1;overflow-anchor:none;overflow-y:auto;padding:0 16px}.inboxControls_section__KfJ-k{border-bottom:1px solid #f0f0f0;margin-top:0;padding-bottom:14px;padding-top:14px}.inboxControls_section__KfJ-k:last-child{border-bottom:none}.inboxControls_sectionHeader__nYjfa{align-items:center;cursor:pointer;display:flex;gap:6px;margin-bottom:10px}.inboxControls_sectionHeader__nYjfa:hover{opacity:.8}.inboxControls_sectionTitle__3Ci0D{color:#212121;font-size:14px;font-weight:600!important}.inboxControls_subSection__RpT4Z{border-top:1px solid #f5f5f5!important;margin-left:0!important;margin-top:14px!important;padding-top:12px!important}.inboxControls_subSection__RpT4Z:first-child{border-top:none;margin-top:0;padding-top:0}.inboxControls_subSectionTitle__z83XW{color:#424242;font-size:13px;font-weight:500!important}.inboxControls_helpIcon__7gtZ6{color:#9e9e9e;cursor:help;font-size:14px!important}.inboxControls_expandIcon__9n8le{color:#616161;font-size:18px;margin-left:auto;transition:transform .2s}.inboxControls_radioGroup__arA0-{margin-top:6px}.inboxControls_radioLabel__LYR7C{height:32px;margin-bottom:2px;margin-left:-4px}.inboxControls_radioLabel__LYR7C .MuiFormControlLabel-label{color:#424242;font-size:13px}.inboxControls_radioLabel__LYR7C .MuiRadio-root{padding:6px}.inboxControls_checkboxGroup__gVfqo{margin-top:6px}.inboxControls_checkboxLabel__h2HS-{height:30px;margin-bottom:2px;margin-left:-4px!important}.inboxControls_checkboxLabel__h2HS- .MuiFormControlLabel-label{color:#424242;font-size:13px}.inboxControls_checkboxLabel__h2HS- .MuiCheckbox-root{padding:5px}.inboxControls_tagsContainer__grat5{margin-top:6px;max-height:180px;overflow-y:auto}.inboxControls_emptyMessage__j2khf{color:#9e9e9e;font-size:13px!important}.inboxControls_channelGroup__r29aK{margin-bottom:4px}.inboxControls_channelHeader__iclZr{align-items:center;display:flex;justify-content:space-between;width:100%}.inboxControls_expandButton__s58eU{color:#616161;padding:4px}.inboxControls_expandButton__s58eU svg{font-size:18px}.inboxControls_subChannelsContainer__Zydbh{margin-left:28px;margin-top:4px}.inboxControls_subChannelLabel__ZgHMr{margin-left:0}.inboxControls_searchInput__meTqM{margin-top:8px}.inboxControls_searchInput__meTqM .MuiOutlinedInput-root{font-size:13px}.inboxControls_searchInput__meTqM .MuiOutlinedInput-input{padding:8px 12px}.inboxControls_footer__L5nkw{background-color:#fff;border-top:1px solid #e0e0e0;display:flex;flex-shrink:0;gap:12px;padding:14px 16px}.inboxControls_applyButton__6VfNt,.inboxControls_resetButton__facsD{border-radius:6px;cursor:pointer;flex:1 1;padding:10px 20px;text-align:center;transition:background-color .2s}.inboxControls_applyButton__6VfNt:hover,.inboxControls_resetButton__facsD:hover{opacity:.9}.inboxControls_applyButton__6VfNt:active,.inboxControls_resetButton__facsD:active{opacity:.8}.inboxControls_applyButton__6VfNt p,.inboxControls_resetButton__facsD p{font-size:14px;font-weight:500;margin:0}.inboxControls_resetButton__facsD{background-color:#f5f5f5;border:1px solid #e0e0e0;color:#424242}.inboxControls_resetButton__facsD:hover{background-color:#eee}.inboxControls_applyButton__6VfNt{background-color:#6a097d;color:#fff}.inboxControls_applyButton__6VfNt:hover{background-color:#4a0657}.inboxControls_applyButton__6VfNt p{color:#fff}.inboxControls_inboxControlsDrawer__GJUSI .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__RHI8S{background-color:#0000001a}.apiKeyStyle_pageDivider__jvE4e{padding-top:10px}.apiKeyStyle_pageOutlet__d8KFn{padding:25px 25px 0 27px}.apiKeyStyle_infoText__xwM4I{color:#7a7a7a}.apiKeyStyle_infoCard__OrDm0{align-items:flex-start;background-color:#fff;border:none;border-radius:8px;box-shadow:0 0 3px 0 #4c4a4d;display:flex!important;gap:16px;height:100%;padding:16px}.apiKeyStyle_cardIcon__CIQwt{align-items:center;border-radius:8px;display:flex;justify-content:center;padding:8px}.apiKeyStyle_cardIcon__CIQwt svg{font-size:20px!important}.apiKeyStyle_cardTitle__E1VMt{align-items:center;display:flex;gap:8px;margin-bottom:4px!important}.apiKeyStyle_cardDesc__ZZt1L{color:#7a7a7a;line-height:1.5!important}.apiKeyStyle_usageBadge__gE4mc{align-items:center;background-color:#4ac9581a;border-radius:4px;color:#4ac958;display:inline-flex;font-size:12px;font-weight:600;padding:2px 8px}.apiKeyStyle_createKeyPopup__Ckqr1{padding:20px 30px;width:100%!important}.apiKeyStyle_createKeyPopupTitle__OYANg{color:#6a097d;font-size:16px!important;font-weight:600!important}.apiKeyStyle_createKeyDesc__a5CMj{color:#7a7a7a;font-size:13px!important}@media screen and (max-width:600px){.apiKeyStyle_createKeyPopup__Ckqr1{padding:20px}}.apiKeyStyle_saveKeyContainerPadding__d68XK{padding:20px 30px}.apiKeyStyle_saveKeyContainerBodyPadding__v4IP6{padding:0 30px 20px}.apiKeyStyle_saveKeyContainer__SUCDV{align-items:flex-start;background-color:#faefdc;display:flex!important;flex-wrap:nowrap!important}.apiKeyStyle_saveKeyWarningIcon__iehjj{background-color:#ffe99a;color:#ffa200}.apiKeyStyle_saveKeyTitle__HzikW{color:#92400e;font-size:16px!important;font-weight:600!important}.apiKeyStyle_saveKeyDesc__ZBkiw{color:#92400e;font-size:13px!important;font-weight:400!important}.apiKeyStyle_saveKeyContainerZIndex__KR2bb{z-index:9999}.apiKeyStyle_copyKeyContainer__8b3\+x{align-items:center;background-color:#f8fafc;border-radius:10px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex!important;flex-wrap:nowrap!important;justify-content:space-between;padding:10px 20px}.apiKeyStyle_keyText__j37fD{color:#4c4a4d;font-family:Courier New,Courier,monospace!important;font-size:14px!important;word-break:break-all}.apiKeyStyle_copyIcon__Lezvk{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#7a7a7a;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all .2s}.apiKeyStyle_copyIcon__Lezvk:hover{background-color:#f1f5f9;border-color:#cbd5e1}.apiKeyStyle_copyIcon__Lezvk svg{font-size:18px!important}
/*# sourceMappingURL=main.e9c75c1d.css.map*/