@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-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.1em;--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-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}.tagify[disabled],.tagify[disabled].tagify--select,.tagify[readonly].tagify--select{pointer-events:none}.tagify[disabled]:not(.tagify--mix):not(.tagify--select),.tagify[readonly]:not(.tagify--mix):not(.tagify--select){cursor:default}.tagify[disabled]:not(.tagify--mix):not(.tagify--select)>.tagify__input,.tagify[readonly]:not(.tagify--mix):not(.tagify--select)>.tagify__input{margin:5px 0;visibility:hidden;width:0}.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div,.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div{padding:var(--tag-pad)}.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div:before,.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .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{pointer-events:none}.tagify__tag--editable>.tagify__tag__removeBtn:after{opacity:0;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-width:110px;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:1em;margin:auto 0;opacity:0;pointer-events:none;position:absolute;white-space:nowrap;z-index:1}.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;overflow:hidden;pointer-events:none;position:absolute;text-overflow:ellipsis;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 .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;max-height:300px;max-height:var(--tagify-dd-max-height);overflow:hidden;overflow-x:hidden;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}*,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}.chats_templateWrapper__Y9WH9{overflow:auto}.chats_lowerBlock__f4tbS{overflow:hidden}.chats_maskBox__IVTxC{background-color:#fbf4ff!important;border-radius:5px;color:#000;display:flex;flex-wrap:nowrap;padding:7px 10px;position:relative;width:92%}.chats_mask__B8j36{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__IVTxC .MuiButton-root{color:#000;font-size:13px;font-weight:600;text-transform:capitalize;transition:all .2s ease .1s;width:120px}.chats_maskBox__IVTxC .selected-monthly-button,.chats_maskBox__IVTxC .selected-yearly-button{background:#fff;color:#000;font-size:13px;font-weight:600;height:34px;text-transform:capitalize;width:120px}.chats_maskBox__IVTxC .not-active-button{color:#606060}.chats_refreshIconStyle__fLZAT{background-color:#fbf4ff!important;border-radius:5px!important;cursor:pointer!important;padding:12px!important}.chats_dividerStyle__s6ZWK{opacity:1!important}.chats_allChatbotSTyle__cZi8b{color:#6a097d;font-size:14px;font-weight:600}.chats_chatbotName__V7Gzd{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__UoAki{color:#000;font-size:12px;font-weight:500;width:100%!important}.chats_userLastMessage__a5AgU{color:#707070!important;font-size:12px!important;font-weight:400!important;max-height:15px!important;max-width:100%!important}.chats_userLastMessageTime__lan9e{text-wrap:auto;color:#707070;font-size:11px;font-weight:400}.chats_chatbotNameHeading__D7uzO,.chats_userNameHeading__mTnlK{font-size:15px;font-weight:500}.chats_userNameHeading__mTnlK{border-left:1px solid #bebebe;color:#000;padding-left:12px}.chats_userLastMessageHeading__pwoN-{font-size:15px;font-weight:600;text-align:center}.chats_selectedChat__9Wpav{background-color:#f4f4f4;border-radius:5px;cursor:pointer;padding:10px}.chats_notSelectedChat__l5Fts{border-bottom:1px solid #f4f4f4;cursor:pointer;padding:10px}.chats_notSelectedChat__l5Fts:hover{background-color:#f4f4f4;border-radius:5px}.chats_filterTextField__97Z-f .MuiOutlinedInput-input{padding:9px 8px!important}.chats_filterTextField__97Z-f .MuiOutlinedInput-root{padding-right:8px!important}.chats_activeAvatar__07YvX{background-color:#b3b3b3!important}.chats_activeAvatar__07YvX,.chats_activeSelectedAvatar__BSNWv{border-radius:3px!important;font-size:10px!important;font-weight:600!important}.chats_activeSelectedAvatar__BSNWv{background-color:#6a097d!important}.chats_sendButtonBadge__\+IKO6 span{z-index:1100!important}.chats_mediaPreviewImg__lVVoO{border-radius:5px!important;height:100%!important;object-fit:contain!important;width:100%!important}.chats_mediaImg__-O8ST{height:100%!important;max-height:500px!important;max-width:100%!important;min-height:500px!important}.chats_mediaPreviewGrid__52QbP{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__XCb3B{max-width:100%!important}.chats_previewSectionContainer__w2UJb{flex-wrap:nowrap!important;gap:10px!important;min-width:-webkit-fit-content!important;min-width:-moz-fit-content!important;min-width:fit-content!important;padding:5px 2px!important}.chats_sendIconFab__MfKiY{background-color:#4ac958!important}.chats_sendMediaIcon__IbJ4W{color:#fff!important}.chats_fileUploadIconInputAdornment__\+ynSb{height:100%!important;margin:0!important;min-height:100%!important}.chats_fileUploadIconInput__HaEHI{display:none!important}.chats_mediaUploadIconButton__Z-8co{align-self:center!important;color:#0c836f!important}.chats_mediaUploadIcon__oDVvF{fill:#0c836f!important;height:20px!important;width:20px!important}.chats_infoIcon__pWHiw{color:#fff!important;cursor:pointer!important}.chats_cannedResponsePopupHeaderContainer__xpPMx{padding:20px 30px!important;width:100%!important}@media screen and (max-width:600px){.chats_cannedResponsePopupDivider__2JjkV{margin:0 20px!important}.chats_cannedResponsePopupHeaderContainer__xpPMx{padding:20px!important}.chats_addMessageContainer__NtYkV,.chats_cannedResponseGridContainer__SrkHu{padding:0 20px!important}}.chats_cannedResponsePopupTitle__jEaHy{color:#6a097d!important;font-size:16px!important;font-weight:600!important}.chats_cannedResponsePopupDivider__2JjkV{margin:0 30px!important;padding:0!important}.chats_cannedRedActionBtn__th\+U0{cursor:pointer!important;height:20px!important;width:20px!important}.chats_cannedResponseGridContainer__SrkHu{margin:15px 0!important;overflow:auto!important;padding:2px 30px!important;width:100%!important}.chats_cannedResponseContinerMaxHeight__RH\+AT{gap:12px!important;max-height:80vh!important}.chats_cannedResponseMessagesContainerMaxHeight__pSkj7{gap:16px!important;max-height:50vh!important}.chats_cannedResponseMessageTextarea__CDFTk{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__vGuGF{min-height:0!important;padding:0!important}.chats_cannedResponseMessageTypo__Rg-t6{color:#000!important;font-size:15px!important;font-weight:600!important}.chats_cannedResponseAccordion__pIHX0{background:#0000!important;box-shadow:none!important;min-width:0!important}.chats_cannedResponseDragDropIcon__d7ftu{cursor:grab!important}.chats_cannedResponseccordionSummary__vGuGF .MuiAccordionSummary-content{margin:1px 0 12px 8px!important}.chats_dragIndicatorIcon__nOXi1{color:#999!important}.chats_cannedResponseAccordionDetails__gYUGc{padding:8px 16px 16px!important}.chats_cannedResponseAccordionDetailsForOneItem__h\+9S9{padding:0 1px 1px 8px!important}.chats_cannedResponseFooterBtn__gg8lq{padding:10px 0!important}.chats_cannedResponseFooterBtnContainer__WJYcl{gap:12px!important;padding:20px 0!important}.chats_addMessageContainer__NtYkV{padding:0 30px!important;width:100%!important}.chats_cannedResContainer__X7QKO{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__l-UAr{bottom:10px!important;position:absolute!important;right:10px!important}.chats_sendCannedResIcon__a4ROS{color:#fff!important;height:18px!important;width:18px!important}.chats_sendCannedResIconBtn__JEdyc{background-color:#4ac958!important;border-radius:50%!important}.chats_candResponseTitle__0HPJI{font-size:14px!important;font-weight:600!important}.chats_cannedResVariable__xstmo{color:#6a097d!important;cursor:pointer!important;font-size:13px!important;font-weight:400!important;text-decoration:underline!important}.chats_clearMediaIcon__fcVYD{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__52QbP:hover .chats_clearMediaIcon__fcVYD{display:flex!important}.chats_mediaFileNameTypography__vKBEq{font-size:13px!important;font-weight:500!important;text-align:center!important}.chats_documentMediaContainer__vEzvB{background-color:#dadada!important;border-radius:5px!important;height:100%!important;width:100%!important}.chats_documentMedia__mPT29{background-color:#dadada!important;border-radius:10px!important;height:300px!important;width:300px!important}.chats_previewSectionMainContainer__SSe8V{padding:20px 30px!important;width:100%!important}.chats_allchatBotsList__e9BqJ::-webkit-scrollbar,.chats_chatBotsLists__RJAfU::-webkit-scrollbar{width:5px}.chats_activeChatbotsList__qW-S4::-webkit-scrollbar,.chats_activeChatsList__yyGEt::-webkit-scrollbar{width:5px}.chats_chatListItem__8TYI9{box-sizing:border-box!important;padding-right:15px!important}.chats_closedCount__BZ3oC{color:#fff;padding:4px;vertical-align:middle}.chats_userLastMessageEntries__FOOvx{text-align:left}.chats_messageEntryTitle__hsAwO{font-size:13px;font-weight:500;opacity:.5}.chats_messageEntryValue__euBY3{font-size:14px;font-weight:600;word-break:break-word!important}.chats_reactMarkdownStyle__PfEEi{overflow:visible;overflow:initial;word-break:break-word}.chats_reactMarkdownStyle__PfEEi ul{list-style-type:circle!important;padding:0 15px;white-space:normal!important}.chats_reactMarkdownStyle__PfEEi ol{padding:10px 15px!important;white-space:normal!important}.chats_reactMarkdownStyle__PfEEi ol:last-child{padding:10px 15px 0!important}.chats_reactMarkdownStyle__PfEEi pre ol{padding:10px 15px}.chats_reactMarkdownStyle__PfEEi ol li{margin-top:10px!important}.chats_reactMarkdownStyle__PfEEi blockquote{display:flex!important;margin:initial!important}.chats_reactMarkdownStyle__PfEEi ul li{display:list-item;margin-bottom:5px!important;padding-top:0!important;text-align:-webkit-match-parent}.chats_reactMarkdownStyle__PfEEi pre{overflow:auto!important;white-space:pre-wrap!important;width:100%!important;word-break:break-all!important}.chats_reactMarkdownStyle__PfEEi pre,code{overflow:auto!important;white-space:pre-line!important;width:100%!important;word-break:break-word!important}.chats_reactMarkdownStyle__PfEEi strong{margin:10px 0!important}.chats_reactMarkdownStyle__PfEEi 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__RONdl{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.chats_lastMessageMarkdownStyle__RONdl h2{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__RONdl p{display:inline!important}.chats_card__IohXt{border-radius:5px!important;box-shadow:0 0 3px #00000040;margin-bottom:12px!important;width:240px!important}.chats_card_top__QhKCh{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__rmyUX{font-size:14px!important;font-weight:500!important}.chats_contact_profile__oyqkD{height:30px!important;width:30px!important}.chats_card_bottom__MEVpC{margin-inline:10px!important}.chats_contact_number__NpPP1{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__NpPP1 span{font-size:14px!important}.chats_call_icon__ZQvIv,.chats_email_icon__WNKAF{color:#00000073!important;font-size:16px!important}.chats_contact_email__dyrau{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__dyrau span{font-size:14px!important}.chats_form_chatbot__ZAIS8{border-radius:5px!important;margin-bottom:12px!important;width:340px!important}.chats_form_title__g4Zka{font-size:15px!important;padding:5px!important}.chats_form_field__6CzpT{display:flex!important;flex-direction:column!important;gap:12px!important;margin-left:3PX!important;padding:12px 3px 12px 5px!important}.chats_text_field__do3jO{border-radius:5px!important;box-shadow:0 0 2px 0 #00000073!important;width:100%!important}.chats_text_field__do3jO .MuiOutlinedInput-input{font-size:14px!important;padding:12px 10px!important}.chats_text_field__do3jO .MuiInputBase-multiline{padding:0!important}.chats_text_field__do3jO .MuiOutlinedInput-notchedOutline{border:none!important}.chats_text_area__aNsjg{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__aNsjg::placeholder{color:#00000059!important}.chats_auto_complete__Sel9E{background-color:#0000!important}.chats_auto_complete__Sel9E .MuiOutlinedInput-root{padding:0!important}.chats_form_control_label__TfWbj .MuiTypography-root{font-size:14px}.chats_form_submit__b7B7U{border-bottom:1px solid #d5d7db!important;display:flex!important;gap:10px!important;padding:5px 3px 15px 5px!important}.chats_cbCancelButton__ThJ\+6{background-color:#fff!important;border:1px solid #6a097d!important;border-radius:5px!important;color:#6a097d!important}.chats_cbCancelButton__ThJ\+6,.chats_cbSaveButton__gR85X{font-size:14px!important;font-weight:500!important;max-width:100px!important;text-transform:capitalize!important;width:100px!important}.chats_cbSaveButton__gR85X{background-color:#6a097d!important;border-radius:5px!important;color:#fff!important}.chats_message_temp__jzcIu{display:flex;gap:15px;margin-block:10px!important}.chats_question_styles__mXRYI{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__YMXx5{bottom:-18px!important}.chats_reactionStyle__YMXx5,.chats_reactionUserStyle__LOE-C{border:1px solid #e7dbdb;border-radius:50%;padding:1px;position:absolute!important}.chats_reactionUserStyle__LOE-C{bottom:-30px!important;right:5px!important}.chats_botMsgBoxStyle__SUhZV p,.chats_botMsgBoxStyle__SUhZV pre,.chats_parentbotMsgBoxStyle__jujp3 pre{margin:0!important}.chats_userCopyIcon__k223m{bottom:0;cursor:pointer;opacity:0;position:absolute;right:-25px}.chats_parentbotMsgBoxStyle__jujp3:hover .chats_userCopyIcon__k223m{bottom:0;cursor:pointer;opacity:1;position:absolute;right:-25px}.chats_parentbotMsgBoxStyle__jujp3 p,.chats_reactMarkdownStyle__PfEEi p,code,h1,h2,h3,h4,h5,h6,ol,pre,ul{margin:0!important}.chats_chatbotRatingIconStyle__FalE2{fill:red!important;cursor:pointer;font-size:20px!important;margin-left:7px}.chats_feedback_submit_btn__5gfg1{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__PfEEi ul{list-style-type:circle!important;padding:10px 15px}.chats_mediaImg__-O8ST{max-height:400px!important;min-height:400px!important}}.chats_chat_reply_text__-BuoI{font-size:13px!important;font-weight:500!important}.chats_chat_reply_text__-BuoI p{margin:2px 0!important}.chats_chat_message_reply_left_item__bk7Hz{-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__7Antk{height:100%;max-width:50px!important;position:absolute;right:0;top:0}.chats_chat_reply_meadia_text__iMZIK{-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__y4E6c{max-width:calc(100% - 40px)!important}.chats_chat_chatbot_text_hidden_label__-y6Zf,.chats_chat_media_reply_text_item__y4E6c{-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__-y6Zf{text-overflow:ellipsis!important}.chats_chat_media_reply_img_item__60fjF{height:100%!important;max-width:50px!important;position:absolute;right:0;top:0;width:50px!important}.chats_chatbot_preview_arrow_item__d\+fNW{border-radius:10px!important;height:45px!important;max-height:45px!important;max-width:45px!important;width:45px!important}.chats_fileTypeContainer__Jwm-F{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__IEp57{border-radius:5px!important;cursor:pointer!important;padding:9px 12px!important;width:100%!important}.chats_fileTypeGridItemDisabled__WpkRO{cursor:context-menu!important;opacity:.5!important}.chats_fileTypeGridItem__IEp57:hover{background:#eaeaea!important}.chats_fileItemContainer__iQx8U{align-items:center!important;display:flex!important;gap:15px!important;justify-content:start!important}.chats_fileTypeIcon__-\+cNO{display:flex!important}.chats_fileTypeLabel__GXqXF{font-size:14px!important;font-weight:500!important}.chats_agentAccordion__3OQqw{margin:0!important}.chats_transitionAccordion__Gsckf .MuiCollapse-vertical{transition-duration:1.44s!important;transition:height .3s cubic-bezier(.4,0,.2,1) 0ms!important}.chats_stepTextStyle__-bWxO{color:#000!important;font-size:15px!important;font-weight:600!important}.chats_stepTextValueStyle__UJH74{color:#6a097d!important;font-size:15px!important;font-weight:600!important}.chats_dateRangePickerClass__k-BCH .DateRangePicker_picker{left:-1px!important;top:30px!important}.chats_dateRangePickerClass__k-BCH .DateRangePicker{position:static!important}.chats_dateRangePickerClass__k-BCH .DateRangePickerInput__withBorder{border:none!important;border-radius:5px!important;box-shadow:0 0 3px #00000040!important;padding-bottom:1px!important}.chats_dateRangePickerClass__k-BCH .DateInput{display:inline!important;width:auto!important}.chats_dateRangePickerClass__k-BCH .DateInput_input__focused{border-bottom:none!important}.chats_dateRangePickerClass__k-BCH .DateInput_fang{z-index:0!important}.chats_dateRangePickerClass__k-BCH .DateInput_input,.chats_dateRangePickerClass__k-BCH .DateRangePickerInput_arrow{display:none}.chats_filterButtons__KGdBp{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__7QV\+L{padding:20px 25px!important;z-index:2!important}.chats_dividerGlobalStyle__gSAbO{border:.2px solid #9d9d9d!important;color:#9d9d9d!important;opacity:.2!important}.chats_accordionDrawerStyle__Oy9Sd{max-height:75vh!important;overflow-x:hidden!important;overflow-y:auto!important;width:100%!important}.chats_accordionDetailsStyle__Iu3Tf{padding:0 16px 16px!important}.chats_threadExecutionDrawersStyle__\+7R3O{max-height:80vh!important;overflow-x:hidden!important;overflow-y:auto!important;width:100%!important}.chats_jsonDataStyle__hyetC{border-radius:10px!important;padding:10px!important}.chats_carouselDataStyle__fOblg,.chats_jsonDataStyle__hyetC{background-color:#fff!important;box-shadow:0 0 2px #00000040!important}.chats_carouselDataStyle__fOblg{border-radius:5px!important;padding:20px!important}.chats_jsonDataPreStyle__wbFij{font-size:15px!important;font-weight:500!important;white-space:pre-wrap!important;word-break:break-word!important}.chats_accordionDesignStyle__1lgRD{background:#f1f1f1!important;box-shadow:none!important}.chats_executionLogButtonStyle__vbIoI{right:-38px!important;top:-5px!important}.chats_executionLogButtonStyle__vbIoI,.chats_openAILogoStyle__NhJHQ{cursor:pointer!important;height:20px!important;position:absolute!important;width:20px!important}.chats_openAILogoStyle__NhJHQ{left:-22px!important;top:26px!important}.chats_relativePositonStyle__IcQOq{position:relative!important}.chats_carouselPrevArrow__FArI2{display:block!important;padding:3px 3px 1px!important}.chats_carouselNextArrow__1EBtY,.chats_carouselPrevArrow__FArI2{border-radius:50%!important;box-shadow:0 0 3px #00000040!important}.chats_carouselNextArrow__1EBtY{display:flex!important;padding:3px 3px 2px!important}.chats_userAvatarIcon__JtsAE{color:#6a097d!important;display:flex!important;height:auto!important;object-fit:fill!important;width:30px!important}.chats_sendTemplatePopupInfoGrid__y5lBR{padding-left:8px!important}.chats_sendTemplatePopupGrid__tPN5Q{margin:0 auto!important;padding:0 20px!important}.chats_sendTemplateAssignVariableGrid__syfvN{border-radius:5px!important;padding:10px!important}.chats_sendTemplateAssignVariableTableGrid__nkTUd{margin-block:12px!important}.chats_sendTemplateValueTextField__arPN4{background-color:#fff!important;min-width:200px!important}.chats_inValidUrlSpan__0XFCG{color:#c60000!important;font-size:13px!important}.chats_sendTemplateValueAutoComplete__GPBi9{min-width:200px!important}.chats_sendTemplateBtnGroupGrid__uWodU{bottom:20px!important;position:absolute!important}@media screen and (min-width:1200px){.chats_sendTemplatePopupGrid__tPN5Q{margin:0 auto!important;padding:0 30px 0 22px!important}}@media screen and (max-width:1600px){.chats_filterButtons__KGdBp{font-size:13px!important}}@media screen and (max-width:1000px){.chats_dateRangePickerClass__k-BCH .DateRangePickerInput_arrow_svg{height:20px!important;width:20px!important}.chats_filterButtons__KGdBp{font-size:12px!important}}@media screen and (max-width:600px){.chats_dateRangePickerClass__k-BCH .DateRangePicker_picker{max-width:68vw!important;overflow:auto!important}}@media screen and (min-width:600px)and (max-width:899px){.chats_dateRangePickerClass__k-BCH .DateRangePickerInput__withBorder{width:100%!important}}@media screen and (min-width:900px)and (max-width:1199px){.chats_dateRangePickerClass__k-BCH .DateRangePickerInput__withBorder{width:100%!important}}.global_cbHeaderBreadCrumbsHeadText__HMWJr{color:#7a7a7a!important;font-size:13px!important;font-weight:600!important}.global_cbHeaderBreadCrumbsChatbotLabel__pH3n3{color:#1f384c!important;font-size:13px!important;font-weight:600!important}.global_primaryFontSize__4xbpo{font-size:15px!important}.global_secondaryFontSize__z\+Jb6{font-size:14px!important}.global_tertiaryFontSize__MluoK{font-size:13px!important}.global_primaryFontWeight__K2LmJ{font-weight:600!important}.global_secondaryFontWeight__7rIJh{font-weight:500!important}.global_primaryColor__LTMvu{color:#6a097d!important}.global_blackColor__086Et{color:#000!important}.global_clickable__cZrIu{cursor:pointer!important}.global_backIconContainer__jWz3t{align-items:center!important;justify-content:center!important;position:relative!important}.global_backIconItem__ijJzR{left:0!important;position:absolute!important;top:10%!important}.global_backText__uicHm{color:#6a097d!important;font-size:15px!important;font-weight:600!important;margin-left:25px!important}.global_fullwidth__ruoE6{width:100%!important}.global_fullwidthWithMargin__7Vmj5{margin-top:8px!important;width:100%!important}.global_boxSizingBorderBox__KU5gU{box-sizing:border-box!important}.global_emailLabel__duVO3{color:#4c4a4d!important;font-size:15px!important;font-weight:600!important;margin-bottom:10px!important}.global_stagingMargin__hYFl3{margin-top:30px!important}.global_marginBottom5__LjE7t{margin-bottom:5px!important}.global_flagPopperContainer__23--3{align-items:center!important;display:flex!important;gap:20px!important;justify-content:space-between!important}.global_displayFlex__0MeEV{align-items:center;display:flex}.global_displayFlexStyle__0D54y{display:flex!important}.global_startAlignment__s6vzg{align-items:start!important;justify-content:space-between!important}.global_centerAlignment__F5ggx{align-items:center!important;justify-content:center!important}.global_contentCenter__PEyih{align-content:center!important;justify-content:center!important}.global_flexAlignmentEnd__\+tYmf{align-items:center!important;display:flex!important;justify-content:end!important}.global_globalTextfieldStyle__V9DZL{background:#fff;display:flex;justify-content:space-around;width:100%}.global_globalTextfieldStyle__V9DZL fieldset{border-color:initial!important;border-width:0!important}.global_globalTextfieldStyle__V9DZL .MuiFormHelperText-root{font-size:13px;margin-left:0!important}.global_globalTextfieldStyle__V9DZL .MuiInputBase-input{border-radius:3px;box-shadow:0 0 3px 0 #00000040!important;padding:14px!important}.global_globalTextStyleBlack__XWT0a{color:#4c4a4d!important;font-size:15px!important;font-weight:600!important}.global_globalTextStyleGrey__CIdaf{color:#7a7a7a;font-size:15px!important;font-weight:600!important;text-align:center}.global_required__3-zRo{color:#c60000!important;padding-left:3px}.global_gridItemStyle__ugad0{align-content:center!important;display:flex!important;width:100%}.global_htmlGridContainer__awTUZ{flex-wrap:nowrap!important;height:100vh!important;padding:50px!important}.global_htmlHeading__W9N-X{font-size:20px!important;font-weight:600!important}.global_htmlGridItemStyles__TwNU0{height:100%!important;width:100%!important}.global_fullHeight__GSAUx{height:100%!important}.global_zIndex1__FuY5S{z-index:1!important}.global_roundedBorder__0DfRG{border-radius:15px!important}.global_overflowAuto__Ar4Yx{overflow:auto!important}.global_overflowHidden__tbvvu{overflow:hidden!important}.global_maxHeightStyle__feB2R{max-height:61px!important}.global_cbPreviewHeader__fP5e-{align-items:center!important;border:none!important;border-radius:15px 15px 0 0!important;height:60px!important;padding:0 10px!important}.global_cbIconImg__IXXTP{object-fit:fill!important}.global_cbIconImg__IXXTP,.global_fsIconImg__JZ15E{border-radius:50%!important;display:flex!important;height:28px!important;width:28px!important}.global_fsIconImg__JZ15E{object-fit:cover!important}.global_textCenter__cGEol{text-align:center!important}.global_dividerStyle__0HR9B{border-color:#6a6a6a!important}.global_formWrapper__GfKJo{max-height:730px;overflow-x:hidden!important;overflow-y:auto}.global_formWrapperSingleTemplate__12KQY{height:100%;overflow-y:scroll;padding:10px 20px 20px}.global_authLabel__gc8wm{color:#6a097d;font-size:26px;font-weight:600;margin-bottom:35px!important;text-align:center}.global_authSublabelText__KdDUM{color:#4c4a4d;font-size:18px;font-weight:600;margin-bottom:20px!important;text-align:center}.global_authSublabelProductTextStyle__NN3gu{color:#6a097d;font-size:19px;font-weight:600}.global_resendButtonStyle__5kzoO{color:#6a097d;margin-left:5px}.global_dividerStyle__0HR9B{border-style:initial;color:#b1b1b1;font-size:12px;font-weight:600;margin-top:9px!important;padding-left:20px!important}.global_emailDividerStyle__xShTg{padding:0!important}.global_continueWithGoogleButton__zKqK4{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__qbbRr{padding-left:26px!important}.global_authPromptTextStyleLogin__K6ggX{margin-top:8px!important}.global_authPromptTextStyleLogin__K6ggX,.global_authPromptTextStyleRegistration__-c2sk{color:#4c4a4d;font-size:15px;font-weight:600;text-align:start}.global_authPromptSubTextStyle__TzSaF{color:#6a097d;font-size:15px;font-weight:600}.global_inputLabel__VLcxh{color:#4c4a4d!important;font-size:15px!important;font-weight:600!important;margin-bottom:8px}.global_dashboardOutletWrapper__RE4hW{width:100%!important}.global_dashboardChildWrapper__DrVYr{flex-wrap:nowrap!important;padding:27px 40px}.global_dashboardChildTitleTextStyle__p5aFp{color:#4c4a4d;font-size:18px!important;font-weight:600;margin-bottom:27px!important;width:100%}.global_updatePersonaFullContainer__9ftqP{border-radius:10px;box-shadow:0 0 3px 0 rgba(0,0,0,.251);padding:24px}@media screen and (max-width:599px){.global_updatePersonaFullContainer__9ftqP{flex-wrap:nowrap!important;padding:15px!important}.global_updatePersonaFullContainerForm__BeZcO{display:flex;flex-wrap:nowrap;height:calc(100vh - 157px)}}.global_dashboardChildTitleTextStylePersona__tcTEz{color:#4c4a4d;font-size:18px!important;font-weight:600;margin-bottom:8px!important;width:100%}.global_globalSearchBar__oXsZi{box-shadow:0 0 2px 0 #5f6368!important;height:33px!important}.global_globalSearchBarHeight__5H1lo{box-shadow:0 0 2px 0 #5f6368!important;height:auto!important}.global_searchBar__Gyarc{border-radius:5px;box-shadow:0 0 2px 0 #7a7a7a;max-width:262px;width:100%}.global_searchBar__Gyarc .MuiInputBase-input,.global_searchBar__Gyarc .MuiInputBase-root{border:initial;border-radius:5px;max-width:262px;width:100%}.global_searchBar__Gyarc .MuiInputBase-input{padding:5px 10px!important}.global_searchBar__Gyarc .MuiInputBase-input placeholder{font-size:10px}.global_searchBar__Gyarc .MuiOutlinedInput-notchedOutline{border-width:0!important}.global_dashboardChildSectionTextStyle__oxk9D{color:#1f384c;font-size:15px;font-weight:600;margin-bottom:10px!important;margin-top:10px!important}.global_containerFlexWrap__kYUg1{flex-wrap:nowrap!important}.global_containerflexWrapStyle__wlt1P{align-items:center!important;flex-wrap:nowrap!important}.global_dashboardNavigationToggleButtonStyle__rfd\+U{padding:13px 8px 8px!important;position:absolute!important}@media screen and (min-width:320px)and (max-width:600px){.global_headerMenuIcon__q4FYp{padding:16px 8px!important;position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:1101}}.global_WritewizGlobaltable__X5zlY{border:1px solid #e9e9e9!important;border-radius:5px 5px 0 0!important}.global_headerRow__6bo7J th{background-color:#fbf4ff;color:#000;font-size:14px;font-weight:600;padding:12px!important;white-space:pre;z-index:auto}.global_tableRowStyle__o05\+4{align-items:center;color:#373737;display:flex}.global_additionalRowClass__5ZmpD{white-space:pre}.global_bodyRow__hhObu:hover{background:#f2f2f2}.global_selectedBodyRow__ilMnn{background:#f7e9ff}.global_bodyRow__hhObu td{cursor:pointer;font-size:14px;font-weight:500;padding:10px 12px}.global_tableCategoryImage__gUMHY{height:18px;width:18px}.global_globalTileStyle__0fnvD{box-shadow:0 0 4px 0 #d9d9d9}.global_globalTileStyle__0fnvD,.global_globalTileStyle__0fnvD:hover{align-items:center;border-radius:5px;display:flex;height:54px;max-width:220px;width:100%}.global_globalTileStyle__0fnvD:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.251)}.global_featureIconStyle__JxiEa{margin:15px!important}.global_headText__NpAe2{color:#4c4a4d;font-size:15px;font-weight:600}.global_descriptionText__VhOW0{color:#7a7a7a!important;font-size:12px!important;font-weight:400!important}.global_pageText__hsplW{color:#4c4a4d!important;font-size:15px!important;font-weight:500!important}.global_featuredTilesWrapper__tFVpQ{margin-bottom:25px!important;margin-top:25px!important}.global_mobileFooterWrapper__ot80j{display:none}.global_mobileFooterSelect__ePs0a{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__ePs0a div{padding:6px 14px!important}.global_ppPlanSlider__2ORTK .MuiSlider-markLabel{color:#7a7a7a;font-size:12px}.global_ppPlanSlider__2ORTK .MuiSlider-mark{display:none}.global_ppPlanSlider__2ORTK .MuiSlider-thumb{border-radius:3px;color:#6a097d;height:15px;width:4px}.global_ppPlanSlider__2ORTK .MuiSlider-rail{background:#e1e1e1;height:5px}.global_globalCardBulletListText__wSfRM{padding-bottom:5px}.global_globalCardBox__jWV8E{border-radius:10px;box-shadow:0 0 2px 0 #6a097d;font-size:15px;padding:20px 15px}.global_globalCardBoxDescription__7XFhf{overflow:auto}.global_globalCardHeading__lc2rQ{color:#6a097d;font-family:Open Sans;font-size:15px;font-weight:500;margin:0 0 10px!important}.global_globalCardBullet__jEUWJ{color:#4c4a4d;font-family:Open Sans;font-size:15px;padding:0 0 0 20px}.global_iconCell__eT1H2{width:60%}.global_iconCellLastModifield__aqOj5{width:20%}.global_documentClickCell__Dmglx{cursor:pointer}.global_statusColor__ncZRS{border:1px solid #000!important}.global_rowTextfieldTable__spmo8 .MuiInputBase-input,.global_rowTextfield__B1bIz .MuiInputBase-input{padding:4.5px 14px!important}.global_rowTextfieldTable__spmo8 .MuiOutlinedInput-notchedOutline{border:none!important}.global_globalMenuStyle__hNUXu .MuiPaper-root{box-shadow:none!important;filter:drop-shadow(0 2px 5px rgba(0,0,0,.1))!important}.global_menuItemStyle__6yf0j{-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__6yf0j .MuiListItemIcon-root{color:#6a097d}.global_menuItemStyle__6yf0j:hover{background:#fbf4ff!important;color:#6a097d}.global_homeBoxDesign__PEZie{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__BZSOI .MuiPaper-elevation{height:100%;margin:30px 100px!important;max-width:100%!important;width:100%}.global_newDocumentPopup__BZSOI .MuiPaper-root::-webkit-scrollbar{width:4px}.global_newDocumentPopup__BZSOI .MuiPaper-root::-webkit-scrollbar-track{background:#f3f5f9}.global_newDocumentPopup__BZSOI .MuiPaper-root::-webkit-scrollbar-thumb{background-color:#6a097d;border-radius:20px}.global_dashboardChildSectionTextStylePrimary__iO\+aD{color:#6a097d;cursor:pointer;font-size:15px;font-weight:600;margin-bottom:10px!important}.global_deleteConfirmPopupStyle__fFtI1{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__UuRUe{height:auto;width:25px}.global_deleteConfirmPopupTextStyle__XhCBo{color:#6a097d;font-size:16px;font-weight:600;margin:0 0 2px!important}.global_deleteConfirmPopupSubTextStyle__Zu0zg{font-size:14px;font-weight:500}.global_deleteConfirmHeaderPopup__39MFf{padding:28px 50px 45px 28px!important}.global_deleteConfirmButtonsPopup__bt-ph{background:#fbf4ff;padding:15px 20px}.global_deleteConfirmationLogoItem__hSZ\+\+{align-items:center;background:#cf2c2c33;border-radius:50%;display:flex;justify-content:center;max-width:45px;padding:10px 20px;width:45px}.global_globalDeleteLogoHeadContainer__fresK{align-items:start;display:flex;gap:15px}.global_cmpGlobalMobileAddIcon__d\+0ai{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 4px 0 #00000040!important;color:#6a097d!important;padding:10px!important}.global_addIconStyles__UjmaS{fill:#6a097d!important;height:28px!important;width:auto!important}.global_cmpGlobalMobileAddIconDark__yCrNr{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__UB0qG{color:#1f384c!important}.global_globalDecsText__Fb9oM{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important}.global_globalHeaderFontStyle__SRyXE{font-size:18px!important;font-weight:600!important}.global_globalHeaderFontSize__JG42a{font-size:18px!important}.global_globalLibraryFontSize__mMRPP{font-size:17px!important}.global_globalHeaderFontWeight__H3x\+S{font-weight:600!important}.global_globalSubHeadingFontSize__4hIxK{font-size:16px}.global_globalSubHeadingFontWeight__e4z-w{font-weight:500}.global_cardHeaderFontSize__mT8R4{font-size:16px!important}.global_cardDescriptionFontSize__m-wmo{font-size:14px!important}.global_formLabelFontSize__Be9G\+{font-size:15px!important}.global_formLabelFontWeight__7jHwq{font-weight:600!important}.global_dividerStyles__z0RMr{margin-top:5px!important;opacity:.8!important;width:100%!important}.global_previewIconImgWrapper__bj2Gx{cursor:pointer!important;gap:5px!important;justify-content:end!important}.global_previewIconStyle__r-WJY{height:auto!important;object-fit:fill!important;width:23px!important}.global_previewIconFont__EGyG2{color:#0a6add!important;font-size:16px!important;font-weight:600!important}.global_primaryButtonFontStyle__a75SH{font-size:15px!important;font-weight:600!important}.global_whatsappIntegrationFontStyle__y5D7d{font-size:23px!important;font-weight:600!important}.global_whatsappIntegrationSubFontStyle__3BVsJ{color:#7a7a7a!important;font-size:14px!important}.global_timeZoneMenu__w-yg6 .Mui-focusVisible{background-color:#fff!important}.global_timeZoneMenu__w-yg6 .MuiOutlinedInput-input{padding:8px 10px!important;width:160px!important}.global_chatbotTitleSelect__8-hUD .MuiOutlinedInput-input{color:#000!important;font-size:14px!important;font-weight:600!important;width:100%!important}.global_chatbotTitleSelect__8-hUD .MuiAutocomplete-input,.global_chatbotTitleSelect__8-hUD .MuiOutlinedInput-root{padding:0!important}.global_chatbotTitleSelect__8-hUD .MuiAutocomplete-inputRoot{max-width:320px!important;padding:0 40px 0 0!important;width:100%!important}.global_chatbotTitleSelect__8-hUD fieldset{border:none!important}@media screen and (max-width:550px){.global_continueWithGoogleButton__zKqK4{width:100%!important}}@media screen and (min-width:0px)and (max-width:900px){.global_globalSearchBarHeight__5H1lo{box-shadow:0 0 2px 0 #5f6368!important;height:30px!important}}@media screen and (min-width:0px)and (max-width:860px){.global_mobileFooterWrapper__ot80j{display:block}}@media screen and (min-width:320px)and (max-width:600px){.global_dashboardChildWrapper__DrVYr{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__oCrx-{margin:0 auto!important;width:100%!important}.global_generateTitleButtonWrapper__emije{border-top:.5px solid #e7e7e7;display:flex;justify-content:center;padding:20px 0;width:100%}.global_generateTitleButtonWrapperBlogGeneration__RPOpE{margin-top:20px!important}.global_generateTitleButtonWrapperBlogGeneration2__rw9AM{margin-top:8px!important}.global_openArrowStyle__OlOoc{height:auto;transform:translateX(58px) translateY(30px)}.global_closeArrowStyle__Aj7xS,.global_openArrowStyle__OlOoc{cursor:pointer;position:fixed;top:0;transition:all .4s ease-in-out;width:24px;z-index:5}.global_closeArrowStyle__Aj7xS{height:-13px;transform:rotate(180deg);transform:translateX(239px) translateY(30px) rotate(180deg)}.global_tooltipCard__FHJLE{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__I4CJi{height:24px;overflow:hidden;padding:2px}.global_tooltipFirstRow__BMVDw{flex-wrap:nowrap!important;width:189px!important}.global_tooltipCardItem__AgIUY{margin-top:6px!important}.global_backDropStyle__ZkaqH div{color:#6a097d!important}.global_removeGlobalCss__nkUzb{display:block!important;padding:6px 10px!important}.global_featuredTempMainContainer__X2GEg{align-items:center;gap:10px}.global_featureAllTempLabelContainer__f6zHB{gap:10px!important}.global_globalHeadMainItemRightContainer__7Iajv{display:flex!important;flex-wrap:nowrap!important;gap:15px;justify-content:end}.global_globalHeadLeftSubItem__2Bc7k,.global_globalHeadRightSubItem__cGARE{margin:0 8px!important}.global_globalSearchbarSubItem__8wb9t{width:286px}.global_globalNewAddBtnItem__li79d{width:268px}.global_createChatbotIcon__HJMu6{height:18px!important;width:auto!important}.global_addDocumentBtn__Yi47P{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__Ny9w9{align-items:start!important}.global_createChatbotContainer__TGbJe{align-items:center!important}.global_sampleChatbotBtn__Bkkyd{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__9bMwr{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__wtCQT{word-wrap:normal!important}.global_approvedButtonStyle__trNMt{background-color:#00ff001a!important;border:1px solid green!important;border-radius:5px!important;padding:3px 10px!important}.global_pendingButtonStyle__CnSrO{background-color:#ffa50033!important;border:1px solid #ffa50080!important;border-radius:5px!important;padding:3px 10px!important}.global_rejectedButtonStyle__PZlAs{background-color:#ff00001a!important;border:1px solid #ff0000b3!important;border-radius:5px!important;padding:3px 10px!important}.global_settingsPageMainItem__OSmXn{padding:30px 40px!important}@media screen and (max-width:425px)and (min-Width:320px){.global_settingsPageMainItem__OSmXn{padding:30px 20px!important}}@media screen and (min-width:1536px){.global_globalHeadLeftSubItem__2Bc7k,.global_globalHeadRightSubItem__cGARE{margin:0 8px!important;max-width:286px!important}}@media screen and (min-width:1440px)and (max-width:1535px){.global_globalHeadLeftSubItem__2Bc7k{margin:0 8px!important;max-width:260px!important}.global_globalHeadRightSubItem__cGARE{margin:0 8px!important;max-width:230px!important}}@media screen and (min-width:1200px)and (max-width:1440px){.global_globalHeadRightSubItem__cGARE{max-width:230px!important}}@media screen and (min-width:900px)and (max-width:1199px){.global_globalHeadMainItemRightContainer__7Iajv{align-items:center;justify-content:start}.global_globalHeadLeftSubItem__2Bc7k{margin:0 8px 0 0!important;max-width:260px!important}.global_globalHeadRightSubItem__cGARE{margin:0 8px!important;max-width:230px!important}}@media screen and (min-width:599px)and (max-width:899px){.global_globalHeadMainItemRightContainer__7Iajv{align-items:center;justify-content:start}.global_globalHeadRightSubItem__cGARE{margin:0 5px!important;max-width:50px!important}.global_globalHeadLeftSubItem__2Bc7k{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__2Bc7k{margin:0 5px 0 0!important;max-width:200px!important}.global_globalHeadRightSubItem__cGARE{margin:0 5px!important;max-width:50px!important}}@media screen and (min-width:320px)and (max-width:599px){.global_globalHeadMainItemRightContainer__7Iajv{align-items:center;justify-content:start}.global_globalHeadRightSubItem__cGARE{margin:0 5px!important}.global_globalHeadLeftSubItem__2Bc7k{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__2Bc7k{max-width:200px!important}}.global_channelIconStyle__ReBcG{padding-right:0!important}@media screen and (max-width:599px)and (min-width:0px){.global_closeArrowStyle__Aj7xS,.global_openArrowStyle__OlOoc{display:none!important}}@media screen and (min-width:1535px){.global_iconCell__eT1H2{width:50%}.global_iconCellLastModifield__aqOj5{width:20%}}@media screen and (min-width:1440px)and (max-width:1536px){.global_iconCell__eT1H2{width:45%!important}.global_iconCellLastModifield__aqOj5{width:20%!important}}@media screen and (min-width:1200px)and (max-width:1440px){.global_iconCell__eT1H2{width:44%!important}.global_iconCellLastModifield__aqOj5{width:20%!important}}@media screen and (min-width:900px)and (max-width:1200px){.global_iconCell__eT1H2{width:70%!important}.global_iconCellLastModifield__aqOj5{width:26%!important}}@media screen and (min-width:600px)and (max-width:900px){.global_iconCellLastModifield__aqOj5{width:40%}}@media screen and (min-width:320px)and (max-width:599px){.global_featuredTempMainContainer__X2GEg{gap:10px}}.global_blogGenerationFormStyles__0GqBs{max-height:700px;overflow-y:scroll}.global_textVariantAutocompleteStyle__A-ryG{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__A-ryG .MuiAutocomplete-popupIndicator{display:none}.global_textVariantAutocompleteStyle__A-ryG .MuiChip-deleteIcon{color:#010101!important;font-size:15px!important}.global_textVariantAutocompleteStyle__A-ryG .MuiFormControl-root{background:#fff;border:none!important;border-radius:4px;min-height:40px}.global_textVariantAutocompleteStyle__A-ryG .MuiAutocomplete-tag{margin:6px!important}.global_textVariantAutocompleteStyle__A-ryG .MuiAutocomplete-inputRoot{padding:0!important}.global_textVariantAutocompleteStyle__A-ryG input{border:none!important;color:rgba(0,0,0,.871)!important}.global_textVariantAutocompleteStyle__A-ryG .MuiOutlinedInput-notchedOutline{border:none!important}.global_textVariantAutocompleteStyle__A-ryG .MuiInputBase-input{font-family:inherit!important;font-size:14px!important;font-weight:400;min-height:40px!important;padding:0!important}.global_textVariantAutocompleteStyle__A-ryG .MuiOutlinedInput-root{background:#fff;min-height:40px!important}.global_textVariantAutocompleteStyle__A-ryG .MuiChip-root{background-color:#fff!important;border-radius:6px!important;font-size:14px!important;font-weight:400}.global_textVariantAutocompleteStyle__A-ryG .global_MuiListSubheader-sticky__NFloP{padding-left:12px!important}.global_autocompleteParaphrasing__avfk-{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__avfk- .MuiChip-deleteIcon{color:#010101!important;font-size:15px!important}.global_autocompleteParaphrasing__avfk- .MuiFormControl-root{background:#fff;border:none!important;border-radius:4px;min-height:40px}.global_autocompleteParaphrasing__avfk- .MuiAutocomplete-tag{margin:6px!important}.global_autocompleteParaphrasing__avfk- .MuiAutocomplete-inputRoot{padding:0!important}.global_autocompleteParaphrasing__avfk- input{border:none!important;color:rgba(0,0,0,.871)!important}.global_autocompleteParaphrasing__avfk- .MuiOutlinedInput-notchedOutline{border:none!important}.global_autocompleteParaphrasing__avfk- .MuiInputBase-input{font-family:inherit!important;font-size:14px!important;font-weight:400;min-height:40px!important;padding:0 10px!important}.global_autocompleteParaphrasing__avfk- .MuiOutlinedInput-root{background:#fff;min-height:40px!important}.global_autocompleteParaphrasing__avfk- .MuiChip-root{background-color:#fff!important;border:1px solid #e1cee5!important;border-radius:6px!important;font-size:14px!important;font-weight:400}.global_autocompleteParaphrasing__avfk- .global_MuiListSubheader-sticky__NFloP{padding-left:12px!important}.global_disabledClass__vz8lc{cursor:wait;opacity:.5}.global_selectComponent__d6Imb fieldset{border-color:initial!important;border-width:0!important}.global_selectComponent__d6Imb .MuiSelect-select{padding-left:0!important}.global_subheaderGlobalStyle__RblyO{color:#565656;font-size:13px;font-weight:600}.global_checkboxStyle__yf9gK{padding:0!important}.global_checkboxStyle__yf9gK [type=checkbox]:checked,.global_checkboxStyle__yf9gK [type=checkbox]:not(:checked){left:0!important}.global_fabStyle__Cw-bF{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__Cw-bF:hover{background:#6a097d}.global_fabtextStyle__nShBU{color:#fff;font-size:15px!important;font-weight:500!important;padding-right:16px!important}@media screen and (max-width:450px){.global_fabStyle__Cw-bF{display:none!important}}.global_validationText__YuoGi{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__SRyXE{font-size:16px!important;font-weight:600!important}.global_globalHeaderFontSize__JG42a{font-size:16px!important}.global_cardHeaderFontSize__mT8R4,.global_globalLibraryFontSize__mMRPP{font-size:15px!important}.global_cardDescriptionFontSize__m-wmo{font-size:13px!important}.global_globalDecsText__Fb9oM{font-size:12px!important}.global_globalNewAddBtnItem__li79d{width:228px!important}.global_addDocumentBtn__Yi47P,.global_sampleChatbotBtn__Bkkyd{font-size:14px!important;padding:6px 10px!important}.global_cmpGlobalMobileAddIcon__d\+0ai{padding:4.5px 7px!important}.global_createChatbotIcon__HJMu6{height:15px!important}.global_cardDeleteIcon__RGAlG{height:14px!important;width:14px!important}.global_formLabelFontSize__Be9G\+{font-size:14px!important}.global_formLabelFontWeight__7jHwq{font-weight:600!important}.global_previewIconStyle__r-WJY{width:20px!important}.global_previewIconFont__EGyG2{font-size:15px!important}.global_primaryButtonFontStyle__a75SH{font-size:13px!important}.global_whatsappIntegrationFontStyle__y5D7d{font-size:18px!important}.global_whatsappIntegrationSubFontStyle__3BVsJ{font-size:13px!important}}@media screen and (min-width:601px)and (max-width:900px){.global_globalHeaderFontStyle__SRyXE{font-size:16px!important;font-weight:600!important}.global_globalHeaderFontSize__JG42a{font-size:16px!important}.global_globalLibraryFontSize__mMRPP{font-size:15px!important}.global_globalDecsText__Fb9oM{font-size:12px!important}.global_cardHeaderFontSize__mT8R4{font-size:15px!important}.global_cardDescriptionFontSize__m-wmo{font-size:13px!important}.global_cardDeleteIcon__RGAlG{height:14px!important;width:14px!important}.global_addDocumentBtn__Yi47P,.global_sampleChatbotBtn__Bkkyd{font-size:14px!important;padding:6px 10px!important}.global_cmpGlobalMobileAddIcon__d\+0ai{padding:4.5px 7px!important}.global_formLabelFontSize__Be9G\+{font-size:14px!important}.global_formLabelFontWeight__7jHwq{font-weight:600!important}.global_previewIconStyle__r-WJY{width:20px!important}.global_previewIconFont__EGyG2{font-size:15px!important}.global_primaryButtonFontStyle__a75SH{font-size:13px!important}.global_whatsappIntegrationFontStyle__y5D7d{font-size:18px!important}.global_whatsappIntegrationSubFontStyle__3BVsJ{font-size:13px!important}}@media screen and (min-width:0px)and (max-width:600px){.global_globalHeaderFontStyle__SRyXE{font-size:15px!important;font-weight:600!important}.global_cardHeaderFontSize__mT8R4{font-size:15px!important}.global_cardDescriptionFontSize__m-wmo{font-size:13px!important}.global_cardDeleteIcon__RGAlG{height:14px!important;width:14px!important}.global_globalLibraryFontSize__mMRPP{font-size:15px!important}.global_cmpGlobalMobileAddIcon__d\+0ai{padding:5px 8px!important}.global_addDocumentBtn__Yi47P,.global_sampleChatbotBtn__Bkkyd{font-size:14px!important;padding:6px 10px!important}.global_formLabelFontSize__Be9G\+{font-size:14px!important}.global_formLabelFontWeight__7jHwq{font-weight:600!important}.global_dividerStyles__z0RMr{margin-top:0!important}.global_previewIconStyle__r-WJY{width:20px!important}.global_previewIconFont__EGyG2{font-size:15px!important}.global_primaryButtonFontStyle__a75SH{font-size:13px!important}.global_whatsappIntegrationFontStyle__y5D7d{font-size:18px!important;font-weight:600!important}.global_whatsappIntegrationSubFontStyle__3BVsJ{font-size:13px!important}}@media screen and (max-height:700px){.global_authLabel__gc8wm{font-size:24px;margin-bottom:30px!important}}@media screen and (max-width:1600px){.global_headerRow__6bo7J th{font-size:14px;padding:12px 14px!important}.global_tableRowStyle__o05\+4{font-size:14px;white-space:nowrap!important}.global_globalTextfieldStyle__V9DZL .MuiInputBase-input{font-size:14px!important;padding:11px!important}.global_autocompleteParaphrasing__avfk- .MuiInputBase-input{min-height:32px!important}}.global_iconStyle__FxY9P{height:24px!important;width:auto!important}.global_columnSpaceBetween__s7kDH{flex-direction:column!important;justify-content:space-between!important}.global_consultationWrapper__Yatrx{bottom:17px!important;position:fixed!important;right:42px!important}.global_zeroPadding__ZljN1{padding:0!important}.global_spaceAlignmentCenter__a6YMF{justify-content:space-between!important}.global_startAlignmentStyle__AeFJM{align-items:start!important;justify-content:start!important}.global_cbMainSectionItem__ucjXB{flex-direction:column!important;flex-wrap:nowrap!important;overflow:auto!important;padding:10px!important}.global_isBotWrapper__B5ONu{margin:5px 0!important;text-align:start!important;width:100%!important}.global_isBotContainer__AwBtt{align-items:center!important;flex-wrap:nowrap!important;justify-content:start!important}.global_isBotContainerEnd__FQaIS{align-items:center!important;flex-wrap:nowrap!important;justify-content:end!important}.global_isBotItemEndStyle__fndPy{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__8KBjG{flex-direction:column!important}.global_flexRow__YcEh4{flex-direction:row!important}.global_maxWidthPreview__DWO9b{max-width:calc(100% - 75px)!important}.global_wrapperGlobalPageHeader__-Gx04{align-items:center;justify-content:space-between!important}.global_autoCompleteWrapper__VE8na{align-content:center!important;gap:15px!important;height:100%!important}.global_contentEnd__-fyjB{justify-content:end!important}.global_justifyCenter__44HQM{justify-content:center!important}.global_alignItemCenter__3Qeb1{align-items:center!important}.global_textItemsEnd__kymkx{text-align:end!important}.global_savebuttonStyle__jvoJH{margin-left:15px!important;width:100px!important}.global_wpIntegrationWrapper__wjXpv{background-color:#fbf4ff!important;border-radius:5px!important;padding:30px!important;width:100%!important}.global_textWpInt__AOWyd{color:#353535;font-size:15px;font-weight:600}.global_padTop__yu4XT{padding-top:20px!important}.global_gapLength__sPV2n{gap:20px!important}.global_gapLess__pId3L{gap:15px!important}.global_gapOne__oyQgk{gap:8px!important}.global_gapTwo__0zX-o{gap:16px!important}.global_arrowBackForwardSize__bKdy1{font-size:20px!important}.global_marginAuto__Tscsy{margin:auto!important}.global_maxWidthFull__JqXHl{max-width:100%!important}.global_congratulationsWrapper__J1ygO{flex-direction:column!important;gap:7px!important;padding:30px 45px!important}.global_relativePosition__8EjZK{position:relative}.global_absolutePosition__B9ed5{position:absolute}.global_globalTableRow__Lv0b0:hover .global_hoveredIcon__eVaPG{opacity:1}.global_hoveredIcon__eVaPG{opacity:0}.global_globalBreadCrumbs__jvP8k .MuiBreadcrumbs-separator{margin-left:3px!important;margin-right:3px!important}.global_globalBreadCrumbs__jvP8k .MuiBreadcrumbs-ol{flex-wrap:nowrap!important;overflow:auto!important;text-overflow:ellipsis!important;white-space:nowrap!important}.global_globalBreadCrumbs__jvP8k .MuiBreadcrumbs-ol::-webkit-scrollbar{height:1px!important;width:1px!important}.global_globalBreadCrumbs__jvP8k .MuiBreadcrumbs-ol::-webkit-scrollbar-thumb{background-color:#fff!important}.global_radioButton__F9xeJ{color:#6a097d!important}.global_radioLabelStyle__V3ott span{font-size:15px!important;font-weight:500}.chatsMobileResponsive_templateWrapper__J\+YX\+{overflow:auto}.chatsMobileResponsive_lowerBlock__o\+ZOl{overflow:hidden!important}.chatsMobileResponsive_maskBox__Pcv4N{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__oP64z{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__Pcv4N .MuiButton-root{color:#000;font-size:13px;font-weight:600;text-transform:capitalize;transition:all .2s ease .1s;width:50%}.chatsMobileResponsive_maskBox__Pcv4N .selected-monthly-button,.chatsMobileResponsive_maskBox__Pcv4N .selected-yearly-button{background:#fff;color:#000;font-size:13px;font-weight:600;height:34px;text-transform:capitalize;width:50%}.chatsMobileResponsive_maskBox__Pcv4N .not-active-button{color:#606060}.chatsMobileResponsive_refreshIconStyle__sjrbw{background-color:#fbf4ff!important;border-radius:5px!important;cursor:pointer!important;padding:12px!important}.chatsMobileResponsive_dividerStyle__U5FiD{opacity:1!important}.chatsMobileResponsive_allChatbotSTyle__ASEg1{color:#6a097d;font-size:14px;font-weight:600}.chatsMobileResponsive_chatbotName__ch6EO{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__Abk8s{color:#000;font-size:12px;font-weight:500}.chatsMobileResponsive_userLastMessage__PBg5x{color:#707070;font-size:12px;font-weight:400;max-height:15px!important;max-width:100%!important}.chatsMobileResponsive_userLastMessageTime__j2O3W{text-wrap:auto;color:#707070;font-size:11px;font-weight:400}.chatsMobileResponsive_chatbotNameHeading__ZnRdA{font-size:15px;font-weight:500;padding-right:12px;text-overflow:ellipsis!important;white-space:noWrap!important}.chatsMobileResponsive_userNameHeading__89DHQ{border-left:1px solid #bebebe;color:#000;font-size:15px;font-weight:500;padding-left:12px}.chatsMobileResponsive_userLastMessageHeading__43bei{font-size:15px;font-weight:600;text-align:center}.chatsMobileResponsive_selectedChat__s1Urp{background-color:#f4f4f4;border-radius:5px;cursor:pointer;padding:10px}.chatsMobileResponsive_notSelectedChat__q386g{border-bottom:1px solid #f4f4f4;cursor:pointer;padding:10px}.chatsMobileResponsive_notSelectedChat__q386g:hover{background-color:#f4f4f4;border-radius:5px}.chatsMobileResponsive_filterTextField__zdFov .MuiOutlinedInput-input{padding:9px 8px!important}.chatsMobileResponsive_filterTextField__zdFov .MuiOutlinedInput-root{padding-right:8px!important}.chatsMobileResponsive_activeAvatar__Xtq\+g{background-color:#b3b3b3!important;border-radius:3px!important;font-size:10px!important;font-weight:600!important}.chatsMobileResponsive_activeSelectedAvatar__WyTWe{background-color:#6a097d!important;border-radius:3px!important;font-size:10px!important;font-weight:600!important}.chatsMobileResponsive_chatBotsLists__0GGMM{overflow:scroll!important;padding-right:0!important}.chatsMobileResponsive_chatBotsLists__0GGMM::-webkit-scrollbar{width:5px}.chatsMobileResponsive_allchatBotsList__bezL1{overflow:scroll!important}.chatsMobileResponsive_allchatBotsList__bezL1::-webkit-scrollbar{width:5px}.chatsMobileResponsive_activeChatbotsList__1TbS3{overflow:scroll!important}.chatsMobileResponsive_activeChatbotsList__1TbS3::-webkit-scrollbar{width:5px}.chatsMobileResponsive_allActiveChatbotList__VY6lW{overflow:scroll!important}.chatsMobileResponsive_allActiveChatbotList__VY6lW::-webkit-scrollbar{width:5px}.chatsMobileResponsive_chatsEmptyLists__fnAoR{height:calc(100vh - 300px)!important;overflow:scroll!important;padding-right:0!important}.chatsMobileResponsive_chatsEmptyLists__fnAoR::-webkit-scrollbar{width:5px}.chatsMobileResponsive_closedCount__08xDH{color:#fff;padding:4px;vertical-align:middle}.chatsMobileResponsive_userLastMessageEntries__AgGb9{text-align:left}.chatsMobileResponsive_messageEntryTitle__6qr2I{font-size:13px;font-weight:500;opacity:.5}.chatsMobileResponsive_messageEntryValue__jD2dA{font-size:14px;font-weight:600;word-break:break-word!important}.chatsMobileResponsive_chatbotSearch__sgMov .MuiOutlinedInput-input{padding:9.5px 8px!important}.chatsMobileResponsive_chatsViewComponent__OY13O{max-width:100%!important}.chatsMobileResponsive_reactMarkdownStyle__GsizK ul{list-style-type:circle!important;padding:0 15px}.chatsMobileResponsive_reactMarkdownStyle__GsizK ol{padding:10px 15px!important}.chatsMobileResponsive_reactMarkdownStyle__GsizK ol:last-child{padding:10px 15px 0!important}.chatsMobileResponsive_reactMarkdownStyle__GsizK pre ol{padding:10px 15px}.chatsMobileResponsive_reactMarkdownStyle__GsizK ol li{margin-top:10px!important}.chatsMobileResponsive_reactMarkdownStyle__GsizK ol li:last-child{margin-block:10px!important}.chatsMobileResponsive_reactMarkdownStyle__GsizK ul li{display:list-item;margin-bottom:5px!important;padding-top:0!important;text-align:-webkit-match-parent}.chatsMobileResponsive_reactMarkdownStyle__GsizK ul li:last-child{margin-block:10px!important}.chatsMobileResponsive_reactMarkdownStyle__GsizK pre{overflow:auto!important;white-space:pre-wrap!important;width:100%!important;word-break:break-all!important}.chatsMobileResponsive_reactMarkdownStyle__GsizK pre,code{overflow:auto!important;white-space:pre-line!important;width:100%!important;word-break:break-word!important}.chatsMobileResponsive_reactMarkdownStyle__GsizK blockquote{display:flex!important;margin:initial!important}.chatsMobileResponsive_reactMarkdownStyle__GsizK strong{margin:10px 0!important}.chatsMobileResponsive_reactMarkdownStyle__GsizK img{display:block!important;height:auto!important;margin-bottom:20px!important;margin-left:5px!important;object-fit:fill!important;width:100%!important}.chatsMobileResponsive_botMsgBoxStyle__4G3iD p,.chatsMobileResponsive_botMsgBoxStyle__4G3iD pre,.chatsMobileResponsive_parentbotMsgBoxStyle__W8A2- p,.chatsMobileResponsive_parentbotMsgBoxStyle__W8A2- pre,.chatsMobileResponsive_reactMarkdownStyle__GsizK p{margin:0!important}.chatsMobileResponsive_reactionStyle__uiOJe{border:1px solid #e7dbdb;border-radius:50%;bottom:-15px!important;padding:1px;position:absolute!important}.chatsMobileResponsive_reactionUserStyle__HBuWg{border:1px solid #e7dbdb;border-radius:50%;bottom:-30px!important;padding:1px;position:absolute!important;right:5px!important}.chatsMobileResponsive_lastMessageMarkdownStyle__cpF8X{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.chatsMobileResponsive_lastMessageMarkdownStyle__cpF8X p{display:inline!important}.chatsMobileResponsive_chatbot_preview_arrow_item__E3bf5{border-radius:10px!important;height:45px!important;max-height:45px!important;max-width:45px!important;width:45px!important}.chatsMobileResponsive_feedback_submit_btn__KGxMp{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__0WlaB{border-radius:5px!important;box-shadow:0 0 2px 0 #00000073!important;width:100%!important}.chatsMobileResponsive_text_field__0WlaB .MuiOutlinedInput-input{font-size:14px!important;padding:12px 10px!important}.chatsMobileResponsive_text_field__0WlaB .MuiInputBase-multiline{padding:0!important}.chatsMobileResponsive_text_field__0WlaB .MuiOutlinedInput-notchedOutline{border:none!important}.chatsMobileResponsive_chatbotNameHeadingResponsive__8xd8D{max-width:100%!important;min-width:250px!important}@media screen and (min-width:0px)and (max-width:600px){.chatsMobileResponsive_chatbotNameHeadingResponsive__8xd8D{max-width:calc(100% - 25px)!important}}.carouselCard_chat_crl_main_item__nx8DD{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__8XjDW{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__YguQP{height:150px!important;max-height:150px!important}.carouselCard_amenities_grid_style__BDlr2{height:210px!important;margin-top:6px!important;max-height:210px!important;overflow:auto!important}.carouselCard_amenities_grid_style__BDlr2::-webkit-scrollbar{width:4px!important}.carouselCard_amenities_grid_content_style__6coDE{height:240px!important;margin-top:6px!important;max-height:240px!important;overflow:auto!important}.carouselCard_amenities_grid_content_style__6coDE::-webkit-scrollbar{width:4px!important}.carouselCard_chat_crl_icon__wQGSy{height:auto;width:18px}.carouselCard_chat_crl_media_item__8B2gI{margin:10px 0!important;max-width:100%!important}.carouselCard_chat_crl_img_captions_item__jz1LP{min-height:65px!important}.carouselCard_chat_crl_img_caption_text__7k7MI{font-size:15px!important;font-weight:600!important;text-align:left!important}.carouselCard_chat_crl_img_caption_text__7k7MI,.carouselCard_chat_crl_img_caption_text_sub__YuzDH{-webkit-line-clamp:3!important;display:-webkit-box!important;overflow:hidden!important;text-overflow:ellipsis!important}.carouselCard_chat_crl_img_caption_text_sub__YuzDH{color:#707070!important;font-size:12px!important;font-weight:500!important;text-align:left}.carouselCard_slick_slide__zUvNC{width:auto!important}.carouselCard_chatbot_click_slider__DmsuT{display:flex!important;flex-wrap:nowrap;max-width:100%}.carouselCard_chat_carousel_div__gC-A2 .carouselCard_slider_container__og4\+Y{margin-top:10px!important;max-width:100%!important}.carouselCard_chatbot_click_slider__DmsuT .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__GpL70{right:0!important}.carouselCard_slick_prev__KW5Fr{left:0!important}.carouselCard_chatbot_click_slider__DmsuT .slick-next:before,.carouselCard_chatbot_click_slider__DmsuT .slick-prev:before{color:#000!important}.carouselCard_chatbot_click_slider_template__YepRL{display:flex!important;flex-wrap:nowrap;max-width:100%}.carouselCard_chatbot_click_slider_template__YepRL .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__YepRL .slick-next:before,.carouselCard_chatbot_click_slider_template__YepRL .slick-prev:before{color:#000!important}.carouselCard_chatbot_click_slider_template__YepRL .slick-slide{margin:5px 0 5px 5px!important;padding-inline:5px!important}.carouselCard_insurance_Card_bullet_points__B9FUU{margin:0!important;padding-left:17px!important;padding-top:3px!important}.carouselCard_insurance_Card_bullet_points_update__TQqHa{font-size:14px!important;list-style-position:inside!important;margin:0!important;padding-left:10px!important;padding-top:0!important}@media screen and (min-width:320px)and (max-width:415px){.carouselCard_chat_crl_main_item__nx8DD{max-width:200px!important;min-width:200px!important}.carouselCard_chat_product_main_item__8XjDW{max-width:250px!important;min-width:250px!important}}@media screen and (min-width:600px)and (max-width:650px){.carouselCard_chat_crl_main_item__nx8DD{max-width:200px!important;min-width:200px!important}.carouselCard_chat_product_main_item__8XjDW{max-width:250px!important;min-width:250px!important}}@media screen and (min-width:1000px)and (max-width:1030px){.carouselCard_chat_crl_main_item__nx8DD{max-width:200px!important;min-width:200px!important}.carouselCard_chat_product_main_item__8XjDW{max-width:265px!important;min-width:265px!important}}@media screen and (min-width:1220px)and (max-width:1250px){.carouselCard_chat_crl_main_item__nx8DD{max-width:200px!important;min-width:200px!important}.carouselCard_chat_product_main_item__8XjDW{max-width:250px!important;min-width:250px!important}}@media screen and (max-width:400px){.carouselCard_chat_crl_img_caption_text_sub__YuzDH{font-size:11px!important}}@media screen and (min-width:600px)and (max-width:640px){.carouselCard_chat_crl_img_caption_text_sub__YuzDH{font-size:11px!important}}.messageFormatForms_formFieldLabels__KLqts{font-size:15px!important;font-weight:500!important}.messageFormatForms_formFieldsTextField__NsyxL{border-radius:5px!important;box-shadow:0 0 3px #00000040!important;width:100%!important}.messageFormatForms_formFieldsTextField__NsyxL fieldset{border:none!important;outline:none!important}.messageFormatForms_formFieldsTextField__NsyxL .MuiOutlinedInput-input{font-size:14px!important;padding:12.5px 14px!important}.messageFormatForms_previewHeadingTitle__sTB23{color:#1f384c!important;font-size:18px!important;font-weight:600!important}.messageFormatForms_chat_crl_main_item__yfmTx{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}.messageFormatForms_chat_crl_img_item__ku9Pa{border-radius:5px!important;margin:5px 5px 0!important}.messageFormatForms_chat_crl_img_caption_text__LqfPo{font-size:15px!important;font-weight:600!important;text-align:left!important}.messageFormatForms_chat_crl_img_caption_text__LqfPo,.messageFormatForms_chat_crl_img_caption_text_sub__Qprc5{-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__Qprc5{color:#707070!important;font-size:12px!important;font-weight:500!important;margin-top:5px!important;text-align:left}.messageFormatForms_formatTypeFontStyle__S0Brg{color:#333!important;font-size:15px!important;font-weight:500!important;vertical-align:middle!important}.messageFormatForms_formatFontStyle__PgGvM{color:#000!important;font-size:15px!important;font-weight:600!important;vertical-align:middle!important}.messageFormatForms_subClassName__j5JXN{font-size:15px!important;font-weight:400!important}.messageFormatForms_tableCTAStyles__2ywGJ{border-radius:5px!important;box-shadow:0 0 3px #00000040!important;margin-top:8px!important;max-width:-webkit-fill-available!important}.messageFormatForms_tableHeadCellStyle__E4\+nk{color:#717171!important;font-size:15px!important;font-weight:500!important;padding-block:12px!important;padding-inline:8px!important}.messageFormatForms_tableCellStyles__Ye93Z{border-bottom:none!important;color:#000!important;font-size:15px!important;font-weight:400!important;padding:8px!important}.messageFormatForms_chat_crl_media_item__93GhT{margin:10px 0!important;max-width:100%!important}.messageFormatForms_autoComplete__sbqHm .MuiAutocomplete-input{font-size:15px!important}.messageFormatForms_autoComplete__sbqHm{box-shadow:0 0 3px #00000040;box-sizing:border-box!important}.messageFormatForms_accordionImagePreview__9Lit9{background-color:#0000!important;box-shadow:none!important}.messageFormatForms_file_inputs_avatar__My5qW{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__My5qW input{border:0;cursor:pointer;opacity:0;padding:0;position:relative;text-align:right;z-index:2}.messageFormatForms_file_inputs_avatar__My5qW 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__My5qW 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__yfmTx{max-width:250px!important;min-width:250px!important}}@media screen and (min-width:600px)and (max-width:640px){.messageFormatForms_chat_crl_main_item__yfmTx{max-width:250px!important;min-width:250px!important}}@media screen and (min-width:600px)and (max-width:610px){.messageFormatForms_chat_crl_main_item__yfmTx{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__nKRIA{border-radius:5px 5px 0 0!important;cursor:pointer!important;height:100%!important;max-height:100%!important;width:100%!important}.dynamicCarousel_ic_card_details_main_item__pU\+3r{margin:15px 0!important}.dynamicCarousel_lower_section_carousel_style__TDQWH{-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__TDQWH::-webkit-scrollbar{width:4px!important}.dynamicCarousel_lower_section_carousel_style__TDQWH::-webkit-scrollbar:vertical{width:5px}.dynamicCarousel_lower_section_carousel_style__TDQWH::-webkit-scrollbar-thumb{background-color:#00000080;border-radius:10px}.dynamicCarousel_global_textfield_common_style__PM8kb{-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__yDX3B{font-size:14px!important;font-weight:600!important}.dynamicCarousel_ternary_textfield_style__Wuxsa{word-wrap:break-word!important;font-size:12px!important;font-weight:500!important}.dynamicCarousel_ternary_textfield_light_style__zipYk{color:#7a7a7a!important}.dynamicCarousel_ternary_dark_textfield_style__82hWQ{color:#000!important;font-size:12px!important;font-weight:600!important}.dynamicCarousel_dynamic_list_style__fhTSo{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__t1IcV{list-style-position:inside!important;margin-block-end:5px!important;margin-block-start:5px!important;padding-inline-start:17px!important}.dynamicCarousel_carousel_container_style__fP3Zh{position:relative!important}.dynamicCarousel_open_image_icon_style__pdk7X{background-color:#dfdfdf!important;border-radius:50%!important;bottom:12px!important;color:#000!important;cursor:pointer!important;font-size:18px!important;padding:5px!important;position:absolute!important;right:5px!important;z-index:1!important}.dynamicCarousel_new_image_carousel_image_style__EGZq4{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__8T6lP .slick-slide{position:relative!important;width:none!important}.dynamicCarousel_chatbot_click_slider_image_carousel__8T6lP .slick-track{display:flex!important;padding:0!important;position:relative!important}.dynamicCarousel_chatbot_click_slider_image_carousel__8T6lP .slick-next{background-color:#0000!important;height:18px!important;right:15px!important}.dynamicCarousel_chatbot_click_slider_image_carousel__8T6lP .slick-next:before,.dynamicCarousel_chatbot_click_slider_image_carousel__8T6lP .slick-prev:before{background-color:#000!important;border-radius:50%!important;font-size:18px!important}.dynamicCarousel_chatbot_click_slider_image_carousel__8T6lP .slick-prev{background-color:#0000!important;height:17px!important;left:15px!important;z-index:5!important}@keyframes dynamicCarousel_blink__SyAoq{0%,50%,to{opacity:1}25%,75%{opacity:.4}}.dynamicCarousel_blinking_arrow__DWpvR{animation:dynamicCarousel_blink__SyAoq 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__EGZq4{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__EGZq4{max-width:600px!important;width:100vw!important}}.insuranceCard_ic_card_main_item__VIHlX{margin-bottom:5px!important;margin-left:6px!important;margin-top:5px!important;max-width:350px!important;width:auto!important}.insuranceCard_ic_card_sub_item__rYVvJ{margin-right:10px!important;padding:15px}.insuranceCard_ic_card_sub_item__rYVvJ,.insuranceCard_ic_card_sub_new_item__VnBau{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__VnBau{padding:15px 0 10px}.insuranceCard_ic_main_logo__A63nL{height:40px;object-fit:fill;vertical-align:middle;width:40px}.insuranceCard_ic_head_label__asPHH{font-size:16px!important;font-weight:600!important}.insuranceCard_ic_plan_label__Myac5{font-size:14px!important;font-weight:500!important}.insuranceCard_ic_plan_price_label__xnU8P{font-size:28px!important;font-weight:500!important}.insuranceCard_ic_component_fields__\+AR3c{margin-bottom:15px!important}.insuranceCard_ic_logo_item__TFVo5{max-width:41px!important;width:41px!important}.insuranceCard_ic_details_label_item__0M-yk{max-width:calc(100% - 60px)!important;width:calc(100% - 60px)!important}.insuranceCard_ic_logo_img__W8BBw{border-radius:50%;height:100%;vertical-align:middle;width:100%}.insuranceCard_ic_card_details_main_item__BHfwK{margin-top:5px!important;padding:15px 0 0!important}.insuranceCard_ic_card_details_main_new_item__nxBbt{padding:10px 0 0!important}.insuranceCard_ic_details_btn__xRysE{border-radius:5px!important;font-size:14px!important;font-weight:500!important;text-transform:none!important}.insuranceCard_ic_view_more_item__7kgAB{margin-top:10px!important;text-align:end}.insuranceCard_chat-slider-prev-arrow__uP-PR :before{color:#000}.insuranceCard_slick-arrow__CsAK0 .slick-next{right:40px!important}.insuranceCard_slick-prev__l3rS0{left:-35px!important}.insuranceCard_slick-next__-lNOb{right:40px!important}.insuranceCard_slick-next__-lNOb:before,.insuranceCard_slick-prev__l3rS0:before{margin-top:2px!important}.insuranceCard_slick-track__OuJh-{padding:5px}.insuranceCard_chatbot_click_slider__\+-GON .slick-track{max-width:-webkit-max-content!important;max-width:max-content!important;min-width:-webkit-fill-available!important}.insuranceCard_chatbot_click_slider__\+-GON .slick-next:before,.insuranceCard_chatbot_click_slider__\+-GON .slick-prev:before{color:#000!important}@media screen and (min-width:320px)and (max-width:450px){.insuranceCard_ic_card_main_item__VIHlX{max-width:240px!important}.insuranceCard_ic_card_sub_item__rYVvJ{padding:10px 15px!important}.insuranceCard_ic_main_logo__A63nL{width:30px!important}.insuranceCard_ic_head_label__asPHH{font-size:14px!important}.insuranceCard_ic_plan_label__Myac5{font-size:13px!important}.insuranceCard_ic_plan_price_label__xnU8P{font-size:22px!important}.insuranceCard_ic_component_fields__\+AR3c{margin-bottom:10px!important}.insuranceCard_ic_logo_item__TFVo5{max-width:35px!important;width:35px!important}.insuranceCard_ic_details_btn__xRysE{font-size:12px!important}}@media screen and (min-width:601px)and (max-width:700px){.insuranceCard_ic_card_main_item__VIHlX{max-width:240px!important}.insuranceCard_ic_card_sub_item__rYVvJ{padding:10px 15px!important}.insuranceCard_ic_main_logo__A63nL{width:30px!important}.insuranceCard_ic_head_label__asPHH{font-size:14px!important}.insuranceCard_ic_plan_label__Myac5{font-size:13px!important}.insuranceCard_ic_plan_price_label__xnU8P{font-size:22px!important}.insuranceCard_ic_component_fields__\+AR3c{margin-bottom:10px!important}.insuranceCard_ic_logo_item__TFVo5{max-width:35px!important;width:35px!important}.insuranceCard_ic_details_btn__xRysE{font-size:12px!important}}@media screen and (min-width:701px)and (max-width:1200px){.insuranceCard_ic_card_main_item__VIHlX{max-width:320px!important}}@media screen and (min-width:1000px)and (max-width:1080px){.insuranceCard_ic_card_main_item__VIHlX{max-width:240px!important}.insuranceCard_ic_card_sub_item__rYVvJ{padding:10px 15px!important}.insuranceCard_ic_main_logo__A63nL{width:30px!important}.insuranceCard_ic_head_label__asPHH{font-size:14px!important}.insuranceCard_ic_plan_label__Myac5{font-size:13px!important}.insuranceCard_ic_plan_price_label__xnU8P{font-size:22px!important}.insuranceCard_ic_component_fields__\+AR3c{margin-bottom:10px!important}.insuranceCard_ic_logo_item__TFVo5{max-width:35px!important;width:35px!important}.insuranceCard_ic_details_btn__xRysE{font-size:12px!important}}@media screen and (min-width:1220px)and (max-width:1250px){.insuranceCard_ic_card_main_item__VIHlX{max-width:240px!important}.insuranceCard_ic_card_sub_item__rYVvJ{padding:10px 15px!important}.insuranceCard_ic_main_logo__A63nL{width:30px!important}.insuranceCard_ic_head_label__asPHH{font-size:14px!important}.insuranceCard_ic_plan_label__Myac5{font-size:13px!important}.insuranceCard_ic_plan_price_label__xnU8P{font-size:22px!important}.insuranceCard_ic_component_fields__\+AR3c{margin-bottom:10px!important}.insuranceCard_ic_logo_item__TFVo5{max-width:35px!important;width:35px!important}.insuranceCard_ic_details_btn__xRysE{font-size:12px!important}}.chatLogsTemplatePreview_previewSectionCardBlock__xD7w3{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__KISch{margin:10px 5px!important}.chatLogsTemplatePreview_templatePreviewHeaderImageForCarouseltemplate__it68i{border-radius:8px!important;height:200px!important;max-height:100%!important;object-fit:contain!important;width:100%!important}.chatLogsTemplatePreview_hiddenOverflowStyleCarouselTemplte__haeia{height:200px!important}.chatLogsTemplatePreview_workflowPreviewSectionCardBlock__4OVCB{max-height:45vh!important;overflow-y:auto!important}.chatLogsTemplatePreview_templatePreviewHeaderImage__d\+q0a{border-radius:5px 5px 0 0!important;max-height:200px!important;width:100%}.chatLogsTemplatePreview_templatePrviewHeaderItem__72U79{padding:14px 10px 5px!important}.chatLogsTemplatePreview_documentPreviewContainer__Dh5I6{background-color:#ecefe1!important;height:200px!important;padding:10px!important;position:relative!important;width:100%!important}.chatLogsTemplatePreview_documentPreviewFileName__OhWr1{font-size:13px!important;font-weight:500!important;text-align:center!important}.chatLogsTemplatePreview_openDocumentIcon__7Ss5R{cursor:pointer!important;height:20px!important;position:absolute!important;right:2px!important;top:2px!important;width:20px!important}.chatLogsTemplatePreview_templatePrviewBodyItem__AmHCZ{max-height:200px!important;overflow-y:auto!important;padding:5px 10px 14px!important}.chatLogsTemplatePreview_templatePrviewFooterItem__MlR2S{padding:5px 10px 14px!important}.chatLogsTemplatePreview_preTextStyle__ZzhH1{font-size:14px!important;font-weight:500!important;overflow-x:auto!important;white-space:pre-line!important;word-break:break-word!important}.chatLogsTemplatePreview_previewSubButton__l8LHZ{font-size:18px!important;margin-top:2px!important}.chatLogsTemplatePreview_templatePreviewButtonItemBorder__ZhhV3{border-top:1px solid #cfcfcf!important}.chatLogsTemplatePreview_templatePreviewButtonItem__cdSKw{font-Weight:500!important;color:#6a097d!important;cursor:pointer!important;font-size:15px!important}.chatLogsTemplatePreview_hiddenOverflowStyle__pRMJD{overflow:hidden!important}.chatLogsTemplatePreview_templatePreviewBtnDescription__saaBD{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important}@media screen and (max-width:1600px){.chatLogsTemplatePreview_preTextStyle__ZzhH1{font-size:13px!important}}@media screen and (max-width:400px){.chatLogsTemplatePreview_previewSectionCardBlock__xD7w3{max-width:250px!important;min-width:225px!important}}@media screen and (min-width:600px)and (max-width:700px){.chatLogsTemplatePreview_previewSectionCardBlock__xD7w3{max-width:250px!important;min-width:225px!important}}@media screen and (min-width:1220px)and (max-width:1350px){.chatLogsTemplatePreview_previewSectionCardBlock__xD7w3{max-width:250px!important;min-width:225px!important}}.templateHeaderPreview_hiddenOverflowStyle__aNIyz{overflow:hidden!important}.templateHeaderPreview_templatePreviewHeaderImage__YyhFE{border-radius:5px 5px 0 0!important;max-height:200px!important;width:100%}.templateHeaderPreview_templatePrviewHeaderItem__ZgwHz{padding:14px 10px 5px!important}.templateHeaderPreview_documentPreviewFileName__ukN\+t{font-size:13px!important;font-weight:500!important;text-align:center!important;word-break:break-all}.templateHeaderPreview_openDocumentIcon__G4w3M{cursor:pointer!important;height:20px!important;position:absolute!important;right:2px!important;top:2px!important;width:20px!important}.templateHeaderPreview_documentPreviewContainer__nYcT1{background-color:#ecefe1!important;height:200px!important;padding:10px!important;position:relative!important;width:100%!important}.templateHeaderPreview_templatePreviewHeaderImageForCarouseltemplate__Ze\+Bs{border-radius:8px!important;height:200px!important;max-height:100%!important;object-fit:contain!important;width:100%!important}.callAnalysisAudio_enableFeatureMainContainer__aAjUD{height:calc(100vh - 70px)!important}.callAnalysisAudio_enableFeatureContainerStyle__BDdHq{border-radius:15px!important;box-shadow:0 0 6px #00000026!important;height:100%!important;padding:40px!important}.callAnalysisAudio_callAnalysisCardsContainer__5S\+hl{box-sizing:border-box!important;overflow:auto!important;padding:5px 5px 5px 2px!important}.callAnalysisAudio_blankCallRecordContainerStyle__2kCGA{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 4px #00000040!important;overflow:auto!important}.callAnalysisAudio_callAnalysisPaginationContainer__duof3{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__fni-X{background-color:#fff!important;border-radius:10px!important;max-width:100%;overflow:auto!important;width:100%}.callAnalysisAudio_addFilterIcon__Wj4ql{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__L8FwS{color:#6a097d!important;font-size:16px!important;font-weight:600!important}.callAnalysisAudio_checkBoxStyle__1p-PB .MuiPaper-root{padding:5px 9px!important}.callAnalysisAudio_checkBoxStyle__1p-PB .MuiTypography-root{font-size:14px!important;font-weight:500!important;line-height:1!important}.callAnalysisAudio_checkBoxFilter__drttK{padding:7px 9px!important}.callAnalysisAudio_audioFieldLabel__ki8v2{color:#000!important;font-size:15px!important}.callAnalysisAudio_darkFontWeightField__zNT17{font-weight:500!important}.callAnalysisAudio_lightFontWeightField__GBiSp{font-weight:400!important}.callAnalysisAudio_transcriptsViewStyle__4\+RbE{background-color:#f3f5f9!important;border-radius:10px!important;width:100%!important}.callAnalysisAudio_transcriptDataStyle__5DCf7{height:100%!important;margin-block:15px!important;max-height:170px!important;overflow:auto!important;padding-inline:15px!important;width:100%!important}.callAnalysisAudio_autoComplete__HznWX .MuiAutocomplete-input{font-size:15px!important}.callAnalysisAudio_autoComplete__HznWX{box-shadow:0 0 3px #00000040;box-sizing:border-box!important}.callAnalysisAudio_transcriptPersonName__jeO-e{color:#000!important;font-size:14px!important;font-weight:500!important}.callAnalysisAudio_transcriptAnswer__nGkQM{color:#000!important;font-size:14px!important;font-weight:400!important}.callAnalysisAudio_aiAnalysisFontStyle__1gwQb{color:#5e5e5e!important;font-size:16px!important;font-weight:500!important}.callAnalysisAudio_aiAnalysisComponent__fuSEI{height:100%!important;margin-block:15px!important;max-height:160px!important;min-height:0!important;overflow:auto!important;padding-inline:15px!important}.callAnalysisAudio_tableCellBorder__jvixG{border-top:1px solid #e1e0e0!important;padding:12px!important}.callAnalysisAudio_tableBorderLessCell__f3pqH,.callAnalysisAudio_tableCellBorder__jvixG{border-bottom:none!important;border-right:1px solid #e1e0e0!important;line-height:1em!important}.callAnalysisAudio_tableBorderLessCell__f3pqH{border-top:none!important;padding:16px 12px!important}.callAnalysisAudio_tableCellDarkBorder__yYBka{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__HyWlK{color:#6a097d!important;font-size:14px!important;font-weight:500!important}.callAnalysisAudio_tableBodySubHeadingFontStyle__VLyPO{color:#141414!important;font-size:14px!important;font-weight:400!important}.callAnalysisAudio_finalNoteCellStyle__R6RM7{border-bottom:none!important;border-right:1px solid #e1e0e0!important;line-height:1em!important;padding:12px!important}.callAnalysisAudio_finalNoteFontStyle__tryYf{color:#000!important;font-size:14px!important;font-weight:500!important}.callAnalysisAudio_finalNoteSubFontStyle__QCe6S{color:#6a097d!important;font-size:14px!important;font-weight:500!important;line-height:1em!important;padding:12px!important}.callAnalysisAudio_evaluationRatingGrid__YLeld .MuiAvatar-root{font-size:14px!important;height:40px!important;width:40px!important}.callAnalysisAudio_durationFieldValue__OvYV3{color:#000!important;font-size:15px!important;font-weight:400!important;margin:0 0 0 2px!important;vertical-align:middle!important}.callAnalysisAudio_audioFileNameStyle__s\+Yep{color:#000!important;font-size:16px!important;font-weight:500!important}.callAnalysisAudio_newAgentStyle__z9eoF{color:#6a097d!important;font-style:15px!important;font-weight:500!important}.callAnalysisAudio_audioIconPosition__ohgGC{bottom:2px!important;position:absolute!important;right:4px!important}.callAnalysisAudio_audioPlayIconStyle__G2wEg{border-radius:50%!important;box-shadow:0 0 3px #0000004d!important;cursor:pointer;padding:4px 4px 0!important}.callAnalysisAudio_playButtonStyle__cuK\+Z{background-color:#f7e9ff!important}.callAnalysisAudio_buttonStyle__ejVOT{border-radius:50%!important;color:#6a097d!important;min-width:0!important;padding:4px 6px!important}.callAnalysisAudio_customRange__ZSfjt{border:none!important;cursor:pointer;height:6px;outline:none!important}.callAnalysisAudio_customRange__ZSfjt::-webkit-slider-runnable-track{border:none;border-radius:5px;height:6px;width:100%}.callAnalysisAudio_customRange__ZSfjt::-moz-range-progress{background:#6a097d;border-radius:5px;height:6px}.callAnalysisAudio_customRange__ZSfjt::-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__5t0yk{font-size:14px!important}.callAnalysisAudio_csf_intrested_dropdown__5t0yk .MuiSelect-select{padding:8.5px 14px!important}.callAnalysisAudio_csf_intrested_dropdown__5t0yk .MuiAutocomplete-inputRoot{padding:3px 5px!important}.callAnalysisAudio_csf_intrested_dropdown__5t0yk fieldset{border:none!important;box-shadow:0 0 2px #00000040!important}.callAnalysisAudio_csf_intrested_dropdown__5t0yk{border-radius:5px!important}.callAnalysisAudio_csf_intrested_dropdown__5t0yk .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__PYqDL{margin-bottom:5px!important;white-space:pre-line!important;word-break:break-word!important}.callAnalysisAudio_dateRangePickerClass__itYil .DateRangePicker_picker{left:0!important}.callAnalysisAudio_dateRangePickerClass__itYil .DateRangePickerInput__withBorder{border:none!important;border-radius:5px!important;box-shadow:0 0 3px #00000040!important;padding-bottom:1px!important}.callAnalysisAudio_dateRangePickerClass__itYil .DateInput{display:inline!important;width:auto!important}.callAnalysisAudio_dateRangePickerClass__itYil .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__itYil .DateInput_input__focused{border-bottom:none!important}.callAnalysisAudio_filterButtons__nYCRi{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__ABNY0{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__0tqLZ{font-size:14px!important;font-weight:500!important}.callAnalysisAudio_backFontStyle__tQJ0A{color:#444!important;font-size:14px!important;font-weight:600!important}.callAnalysisAudio_errorImage__2nL2S{height:400px!important;margin-bottom:5px!important;width:400px!important}.callAnalysisAudio_errorTextStyle__ioRPT{font-size:17px!important;font-weight:500!important}.callAnalysisAudio_tablePaginationStyle__quga- .MuiTablePagination-toolbar{min-height:30px!important;padding-inline:15px!important}.callAnalysisAudio_tablePaginationStyle__quga- .MuiTablePagination-selectLabel{font-size:14px!important;font-weight:500!important}.callAnalysisAudio_tablePaginationStyle__quga- .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__quga- .MuiTablePagination-select{padding-top:5px!important}.callAnalysisAudio_tablePaginationStyle__quga- .MuiTablePagination-displayedRows{font-size:14px!important;font-weight:500!important;margin-left:15px!important}.callAnalysisAudio_tablePaginationStyle__quga- .MuiTablePagination-actions{margin-left:10px!important}.callAnalysisAudio_tablePaginationStyle__quga- .MuiButtonBase-root{padding:4px 0!important}.callAnalysisAudio_paginationGridStyle__tHRpa{border-radius:5px!important;box-shadow:0 0 2px #00000080!important;margin-right:7px!important;padding:0 8px 0 0!important}.callAnalysisAudio_leftSectionStyle__3pd0j{max-width:345px!important;padding:5px!important}.callAnalysisAudio_removeAllFilterFontStyle__tu30u{color:#6a097d!important;cursor:pointer!important;font-size:15px!important;font-weight:600!important}.callAnalysisAudio_headingTextStyle__DYJVp{color:#000!important;font-size:15px!important;font-weight:600!important}.callAnalysisAudio_infoIconStyles__7Vjsp{cursor:pointer!important;font-size:17px!important;margin-left:7px!important;margin-top:-3px!important;vertical-align:middle!important}.callAnalysisAudio_popupDividerStyle__pPRGG{border:.2px solid #9d9d9d!important;color:#9d9d9d!important;opacity:.3!important}.callAnalysisAudio_reportAProblemButton__Gm8Rn{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__Gm8Rn:hover{background-color:#f7e9ff!important;color:#6a097d!important}.callAnalysisAudio_reportAProblemSelectedButton__yEEuv{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__6JhNf{color:#000!important;font-size:14px!important;font-weight:500!important}.callAnalysisAudio_reportAProblemTextField__g1ykq{border-radius:5px!important;box-shadow:0 0 2px #00000040!important;width:100%!important}.callAnalysisAudio_reportAProblemTextField__g1ykq fieldset{border:none!important;outline:none!important}.callAnalysisAudio_reportAProblemTextField__g1ykq .MuiOutlinedInput-input{font-size:14px!important;padding:12.5px 14px!important}.callAnalysisAudio_reportProblemsContainer__ZOR\+V{max-height:35vh!important;overflow:auto!important;padding:0 5px 5px!important}@media screen and (max-width:1600px){.callAnalysisAudio_filterButtons__nYCRi{font-size:13px!important}.callAnalysisAudio_removeAllFilterFontStyle__tu30u{font-size:14px!important}.callAnalysisAudio_tablePaginationStyle__quga- .MuiTablePagination-displayedRows,.callAnalysisAudio_tablePaginationStyle__quga- .MuiTablePagination-selectLabel{margin-block:10px!important}.callAnalysisAudio_leftSectionStyle__3pd0j{max-width:330px!important}.callAnalysisAudio_evaluationRatingGrid__YLeld .MuiAvatar-root{font-size:13.5px!important;height:38px!important;width:38px!important}.callAnalysisAudio_durationFieldValue__OvYV3{font-size:14px!important}.callAnalysisAudio_audioFieldLabel__ki8v2{font-size:14.5px!important}.callAnalysisAudio_transcriptAnswer__nGkQM{font-size:13.5px!important}.callAnalysisAudio_aiAnalysisFontStyle__1gwQb{font-size:15px!important}.callAnalysisAudio_autoComplete__HznWX .MuiAutocomplete-input{font-size:14px!important}.callAnalysisAudio_tableBodyHeadingFontStyle__HyWlK,.callAnalysisAudio_tableBodySubHeadingFontStyle__VLyPO{font-size:13.5px!important}.callAnalysisAudio_addFilterIcon__Wj4ql{padding:3.5px 8px!important}}@media screen and (max-width:1250px){.callAnalysisAudio_audioFileNameStyle__s\+Yep{font-size:15px!important}}@media screen and (max-width:1000px){.callAnalysisAudio_audioComponentsStyles__ABNY0{gap:1px!important}.callAnalysisAudio_mobileIconStyle__p9lfx{font-size:16px!important}.callAnalysisAudio_dateRangePickerClass__itYil .DateInput_input{font-size:14px!important;max-width:80px!important;padding:10px 4px 7px!important}.callAnalysisAudio_dateRangePickerClass__itYil .DateRangePickerInput_arrow{vertical-align:auto!important}.callAnalysisAudio_dateRangePickerClass__itYil .DateRangePickerInput_arrow_svg{height:20px!important;width:20px!important}.callAnalysisAudio_evaluationRatingGrid__YLeld .MuiAvatar-root{font-size:12px!important;height:34px!important;width:34px!important}.callAnalysisAudio_durationFieldValue__OvYV3{font-size:13px!important}.callAnalysisAudio_audioFileNameStyle__s\+Yep{font-size:15px!important}.callAnalysisAudio_newAgentStyle__z9eoF{font-style:14px!important}.callAnalysisAudio_autoComplete__HznWX .MuiAutocomplete-input{font-size:14px!important}.callAnalysisAudio_filterButtons__nYCRi{font-size:12px!important}.callAnalysisAudio_removeAllFilterFontStyle__tu30u{font-size:13px!important}.callAnalysisAudio_audioFieldLabel__ki8v2,.callAnalysisAudio_transcriptPreLine__PYqDL{font-size:14px!important}}@media screen and (max-width:600px){.callAnalysisAudio_dateRangePickerClass__itYil .DateInput_input{max-width:80px!important;padding:10px 9px 7px!important}.callAnalysisAudio_audioComponentsStyles__ABNY0{gap:1px!important}.callAnalysisAudio_mobileIconStyle__p9lfx{font-size:16px!important}.callAnalysisAudio_customRange__ZSfjt{height:4px}.callAnalysisAudio_customRange__ZSfjt::-webkit-slider-runnable-track{height:4px}.callAnalysisAudio_customRange__ZSfjt::-moz-range-progress{height:4px}.callAnalysisAudio_customRange__ZSfjt::-webkit-slider-thumb{height:10px;margin-top:-6px;width:10px}.callAnalysisAudio_dateRangePickerClass__itYil .DateRangePicker_picker{max-width:68vw!important;overflow:auto!important}.callAnalysisAudio_audioFileNameStyle__s\+Yep{font-size:14px!important}.callAnalysisAudio_reportProblemsContainer__ZOR\+V{max-height:20vh!important}}@media screen and (min-width:320px)and (max-width:599px){.callAnalysisAudio_errorImage__2nL2S{height:300px!important;width:300px!important}.callAnalysisAudio_errorTextStyle__ioRPT{font-size:14px!important;font-weight:500!important}}@media screen and (min-width:600px)and (max-width:899px){.callAnalysisAudio_errorImage__2nL2S{height:350px!important;width:350px!important}.callAnalysisAudio_errorTextStyle__ioRPT{font-size:15px!important;font-weight:500!important}.callAnalysisAudio_dateRangePickerClass__itYil .DateRangePickerInput__withBorder{width:100%!important}}@media screen and (min-width:900px)and (max-width:1199px){.callAnalysisAudio_errorImage__2nL2S{height:400px!important;width:400px!important}.callAnalysisAudio_errorTextStyle__ioRPT{font-size:16px!important;font-weight:500!important}.callAnalysisAudio_dateRangePickerClass__itYil .DateRangePickerInput__withBorder{width:100%!important}}@media screen and (max-width:900px){.callAnalysisAudio_aiAnalysisComponent__fuSEI{height:100%!important;min-height:0!important}}@media screen and (max-width:768px){.callAnalysisAudio_popupTitleStyle__L8FwS{font-size:15px!important}.callAnalysisAudio_reportAProblemButton__Gm8Rn,.callAnalysisAudio_reportAProblemQuestionStyle__6JhNf,.callAnalysisAudio_reportAProblemSelectedButton__yEEuv,.callAnalysisAudio_reportAProblemTextField__g1ykq .MuiOutlinedInput-input{font-size:13px!important}}.login_otpInputError__3qEBR{border-left:0!important;border-right:0!important;border-top:0!important;border:1px solid red}.login_inputOtpStyle__2oyR2,.login_otpInputError__3qEBR{font-size:16px!important;height:40px!important;justify-content:center;margin:4px!important;outline:none;text-align:center;width:60px!important}.login_inputOtpStyle__2oyR2{border-left:0!important;border-right:0!important;border-top:0!important}.login_rightBlockWrapper__chZHw{width:50%}.login_rightBlock__KfwY6{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__FkCCP{display:flex;justify-content:center;overflow:hidden;padding:0 50px;width:50%!important}.login_leftBlock__Cg2MA{align-items:center;flex-wrap:nowrap;height:100vh;justify-content:center;max-width:385px;min-height:550px}.login_whiteLogoStyleItem__Om\+gt{left:45px!important;position:absolute!important;text-align:start!important;top:50px!important}.login_whiteLogoStyle__78EOG{height:auto!important;width:220px!important}.login_bannerContentItem__C9P0X{height:100%!important;margin:0 auto!important}.login_bannerContentContainer__uwmPt{align-items:center!important;height:100%!important}.login_bannerTextContainer__Rbzym{margin-bottom:5px!important}.login_bannerText__kFIZx{color:#fff!important;font-size:26px!important;font-weight:600!important}.login_subBannerTextContainer__pslGe{margin:0 0 40px!important}.login_subBannerText__hxyhH{color:#f1f1f1!important;font-size:16px!important;font-weight:500!important}.login_listItemContainer__ZJEAq{margin:11px 0!important}.login_listItemWrapper__Aoea9{justify-content:space-between!important}.login_iconContainer__erGOi{max-width:21px!important}.login_listIcon__vjkx5{height:auto!important;margin-top:3px!important;width:100%!important}.login_textContainer__hy6AO{max-width:calc(100% - 35px)!important;width:calc(100% - 35px)!important}.login_listText__Z8Gau{color:#fff!important;font-size:15px!important;font-weight:400!important}.login_metaVerifiedContainer__moMQ3{bottom:30px!important;left:30px!important;position:absolute!important;text-align:start!important}.login_metaVerifiedImage__Xvarc{height:auto!important;width:140px!important}.login_oppositeToMetaLogo__E8mzO{bottom:-5px!important;position:absolute!important;right:-90px!important}.login_italicText__-gfFO{color:#fff;font-size:25px;font-style:italic;font-weight:600;max-width:360px!important;text-align:center}.login_loginImage__c\+0Wi{height:auto!important;margin:50px 0!important;width:450px!important}@media screen and (max-height:700px){.login_loginImage__c\+0Wi{height:auto!important;margin:35px 0!important;width:400px!important}.login_italicText__-gfFO{font-size:23px}.login_whiteLogoStyle__78EOG{height:auto!important;width:220px!important}}@media screen and (max-width:550px){.login_leftBlockWrapper__FkCCP{padding:0 30px!important}}@media screen and (max-width:1000px){.login_rightBlock__KfwY6{display:none!important}.login_chronoxLogoWrapperSecond__SV4Ff{display:block!important;margin:30px 0!important}.login_leftBlockWrapper__FkCCP{display:flex;justify-content:center;padding:0 50px;width:100%!important}}@media screen and (max-height:900px){.login_rightPanelImg__bj-AU{bottom:-8%;height:700px;left:-1%;max-width:950px;position:fixed;width:auto}}@media screen and (min-height:900px){.login_rightPanelImg__bj-AU{bottom:-3%;height:700px;left:1%;max-width:950px;position:fixed;width:auto}}.login_recaptchaBlock__jQc\+5{margin:30px 0 40px!important;transform:scale(1.25)}.login_mainRecaptchaBlock__tEOG4{display:flex;justify-content:center}.login_whiteWeLogoStyle__856n-{margin-bottom:35px}.login_chronoxLogoWrapperSecond__SV4Ff{display:none;margin:20px 0}.login_logoStyle__HmzD9{height:auto;width:200px}@media screen and (max-width:1735px)and (min-width:1550px){.login_rightPanelImg__bj-AU{left:-13%}}@media screen and (max-width:1550px)and (min-width:1405px){.login_rightPanelImg__bj-AU{left:-20%}}@media screen and (max-width:1405px)and (min-width:1300px){.login_rightPanelImg__bj-AU{left:-25%}}@media screen and (max-width:450px)and (min-width:390px){.login_recaptchaBlock__jQc\+5{margin:30px 0 40px!important;transform:scale(1.15)!important}}@media screen and (max-width:390px){.login_recaptchaBlock__jQc\+5{transform:none!important}}.login_editIconStyle__OBeDB{position:absolute!important;right:18px}@media screen and (max-width:600px){.login_leftBlock__Cg2MA{align-items:center;height:auto!important;justify-content:start}.login_chronoxLogoWrapperSecond__SV4Ff{margin:30px 0 20px!important}}.button_authButtonStyle__KGkKP{background:#6a097d!important;border-radius:3px!important;color:#fff!important;font-size:15px!important;font-weight:600!important;height:56px}.button_primaryButtonStyle__0VhW\+{background:#6a097d!important;border-radius:5px!important;box-shadow:0 0 2px 0 #6a097d!important;color:#fff!important;padding:6px 10px!important}.button_blackShadowedButton__QMERi{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__mGRHp{color:#6a097d!important}.button_LogoutButtonStyle__Y9W9S{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__Tix71{padding:5px!important}.button_primaryButtonStyleIcon__Tix71,.button_primaryButtonStylePersona__hzWVA{background:#6a097d!important;border-radius:5px!important;color:#fff!important;font-size:13px!important;font-weight:600!important}.button_primaryButtonStylePersona__hzWVA{margin-left:5px!important;min-width:43px!important;padding:6px 10px!important}.button_individualButton__qhLtJ{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__hzWVA:hover,.button_primaryButtonStyle__0VhW\+:hover{background:#6a097d}.button_secondaryButtonStyle__NhC\+C{background:#f7e9ff!important;box-shadow:none!important;color:#6a097d!important;padding:6px 10px!important}.button_borderedButtonStyle__piwHJ{background:#fff!important;box-shadow:0 0 2px 0 #6a097d!important;color:#6a097d!important;padding:5.8px 10px!important}.button_transparentBorderedButtonStyle__40Vii{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__piwHJ:hover{box-shadow:0 0 4px 0 #6a097d}.button_ctaButtonStyle__Da4fz{background:#f7e9ff!important;font-size:14px!important;padding:6px 10px!important;width:170px!important}.button_ctaButtonStyle__Da4fz,.button_linearGredientAnimatedButton__0WQEg{border-radius:5px!important;color:#6a097d!important;font-weight:600!important}.button_linearGredientAnimatedButton__0WQEg{font-size:15px!important;overflow:hidden!important;padding:8px 10px!important;position:relative!important;text-transform:inherit!important;z-index:0!important}.button_linearGredientAnimatedButton__0WQEg:before{animation:button_bgRotate__1SH7p 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__0WQEg: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__1SH7p{to{transform:rotate(1turn)}}.button_secondaryButtonStyle__NhC\+C .button_Mui-disabled__ngGZF{border:1px solid red!important;cursor:not-allowed!important}.button_upgradeButtonStyle__NvZAU{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__OKG3a{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__vogFo{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__kTj-q{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__g-EJt{font-size:13px!important;padding:8px 27.5px!important}.button_primaryButtonStyleCreatePersona__VGqPa,.button_primaryButtonStylePersonaEdit__g-EJt{background:#6a097d!important;border-radius:5px!important;color:#fff!important;font-weight:600!important}.button_primaryButtonStyleCreatePersona__VGqPa{font-size:15px!important;height:40px!important;padding:8px 20px!important}.button_deleteIntegrationButton__zs2mt{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__vogFo,.button_primaryButtonStylePersonaEdit__g-EJt{width:97%}}.button_cancelDomainButton__kLdpe{background:#fbf4ff!important;color:#767676!important;padding:5px 20px!important}.button_addButton__5NQNf,.button_cancelDomainButton__kLdpe{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__5NQNf{background:#6a097d!important;color:#fff!important;padding:5px 30px!important}.button_textVariantStyle__2KnXo{color:#6a097d!important;font-size:15px!important;font-weight:600!important;padding:0!important;text-transform:none!important}@media(hover:hover){.button_borderedButtonStyle__piwHJ:hover{background:#f7e9ff!important}}.button_headerUpgradeButton__cf2BR{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__kfv22{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__gduaS{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__ORq2q{background:#f7e9ff!important;border-radius:5px;color:#6a097d!important;font-size:15px;font-weight:600;height:34px;width:115px}.button_linkChatbotButtonStyle__guJAL{background:#6a097d!important;border-radius:5px;color:#fff!important;font-size:15px;font-weight:600;height:34px;width:100px}.button_channelsThemeBtnStyle__Wcio9{background-color:#f7e9ff!important;box-shadow:0 0 2px #6a097db3!important;color:#6a097d!important;font-size:14px!important;padding:5px 20px!important}.button_whatsappThemeBtnStyle__YLTCh{background:#4ac958!important;color:#fff;font-size:14px!important}.button_facebookThemeBtnStyle__lm5Sj{background:#3d5b99!important;color:#fff;font-size:14px!important}.button_instaThemeBtnStyle__su-k3{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);border:none}.button_calendlyCancelButtonStyle__DgevL{background:#fff!important;border-radius:5px!important;box-shadow:0 0 2px 0 #6a097d!important;color:#6a097d!important;padding:6px 10px!important}.button_calendlySelectedEventBtnStyle__iC2bf{background-color:#6a097d!important}@media screen and (max-height:700px){.button_authButtonStyle__KGkKP{height:50px}}.verifyAccount_otpInputError__kh44V{border-left:0!important;border-right:0!important;border-top:0!important;border:1px solid red;width:56px!important}.verifyAccount_inputOtpStyle__HW4JU,.verifyAccount_otpInputError__kh44V{font-size:16px!important;height:40px!important;justify-content:center;margin:4px!important;outline:none;text-align:center}.verifyAccount_inputOtpStyle__HW4JU{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__KBGNE{transform:scale(.77);transform-origin:0 0}.verifyAccount_inputOtpStyle__HW4JU,.verifyAccount_otpInputError__kh44V{border-radius:0!important;caret-color:blue!important;color:#4c4a4d!important;font-size:16px!important;font-weight:400!important;height:50px!important}.verifyAccount_otpInputError__kh44V{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__KBGNE{transform:scale(.77);transform-origin:0 0}.verifyAccount_inputOtpStyle__HW4JU,.verifyAccount_otpInputError__kh44V{border-radius:0!important;caret-color:blue!important;color:#4c4a4d!important;font-size:16px!important;font-weight:400!important;height:50px!important}.verifyAccount_otpInputError__kh44V{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__KBGNE{transform:scale(.77);transform-origin:0 0}.verifyAccount_inputOtpStyle__HW4JU,.verifyAccount_otpInputError__kh44V{border-radius:0!important;caret-color:blue!important;color:#4c4a4d!important;font-size:14px!important;font-weight:400!important;height:50px!important}.verifyAccount_otpInputError__kh44V{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__x6eN9{background-color:initial!important;box-shadow:0 1px 1px 0 #00000040!important}.header_header__x6eN9 .MuiToolbar-root{justify-content:space-between}.header_documentTitleStyle__zqcfM{padding-left:20px}.header_docNameTextfieldStyle__AZFSA,.header_documentTitleStyle__zqcfM{border-left:1px solid #bdbdbd;color:#4c4a4d;font-size:15px!important;font-weight:600!important;margin:0 0 0 20px!important}.header_docNameTextfieldStyle__AZFSA{min-width:100%!important}.header_docNameTextfieldStyle__AZFSA .MuiTextField-root{width:100%}.header_docNameTextfieldStyle__AZFSA .MuiInputBase-root{font-size:15px!important;font-weight:600!important;width:100%}.header_docNameTextfieldStyle__AZFSA .MuiInputBase-input{padding-left:15px;text-align:start;width:100%}.header_docNameTextfieldStyle__AZFSA .MuiInputBase-root:after,.header_docNameTextfieldStyle__AZFSA .MuiInputBase-root:before{border-bottom:0!important}.header_creditWrapper__2YC\+p{align-items:center;color:#4c4a4d;display:flex;font-weight:600;margin-right:15px!important}@media screen and (max-width:599px){.header_header__x6eN9{background:#fff!important;box-shadow:none!important}.header_creditWrapper__2YC\+p,.header_headerButtonWrapper__dSZe3{display:none}.header_spaceBetweenCenter__1aKH3{align-items:center!important;display:flex!important;justify-content:space-between!important}.header_headerToolBar__lPKvo{padding:0!important}.header_docNameTextfieldStyle__AZFSA{border-left:0;margin:0!important}.header_docNameTextfieldStyle__AZFSA .MuiInputBase-input{padding:0!important}}.header_menuItemList__RgeLD .MuiListItemText-primary{font-size:14px!important;font-weight:600!important}.header_menuItemList__RgeLD{max-width:275px!important;padding:0!important;width:100%!important}.header_subListMenuItem__RHSYu{padding-inline:32px!important}.header_menuItemList__RgeLD .MuiListItemIcon-root{min-width:40px!important}.header_exploreMenuButton__cy4kO{padding:3px!important}.header_exploreMenuButtonOpen__bPbtZ,.header_exploreMenuButton__cy4kO{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__bPbtZ{background-color:#00000026!important;color:#0009!important;padding:0 3px!important}.header_exploreMenuButton__cy4kO:hover{background-color:#00000026!important}.header_creditWrapper__2YC\+p .MuiPaper-elevation,.header_exploreMenuButtonWidth__IU5l8{min-width:210px!important}.header_listItemButtonComponent__18GQg{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__lEE30{word-wrap:break-word!important}.header_menuItemList__RgeLD .MuiListItemText-primary{word-wrap:break-word!important;max-width:275px!important}.header_headerButtonWrapperSM__cUzBQ{display:flex!important}.header_exploreMenuGrid__jVep2{align-items:center!important;display:flex!important;margin-inline:16px!important}.header_moreVerticalIcon__2qM6S{align-items:end!important;display:flex!important}.header_moreVerticalIconMenu__x5oYx{display:flex!important;padding-block:0!important}.header_expandMoreGridMobile__caOBr{align-items:center!important;display:flex!important}.header_breadCrumbWrapper__yRh5N{cursor:pointer!important;display:block!important;font-size:12px;font-weight:500}@media screen and (min-width:600px){.header_breadCrumbWrapper__yRh5N{display:none!important}}.header_breadcrumbsStyle__-NnoF{line-height:1!important}.header_cbHeaderBreadCrumbsHeadText__fwYJi{color:#7a7a7a!important;font-size:12px!important;font-weight:600!important;text-decoration:underline!important}.header_cbHeaderBreadCrumbsChatbotLabel__RGrFP{color:#1f384c!important;font-size:12px!important;font-weight:600!important}@media screen and (max-width:650px){.header_headerButtonWrapperSM__cUzBQ{display:none!important}.header_headerButtonWrapperXS__USL\+d{display:flex!important}}.header_headerButtonWrapperXS__USL\+d{display:none}.header_documentNameAreaContainer__C5MtM{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__mCfib{align-items:flex-start;display:flex!important;flex-direction:column!important;gap:4px}.header_currentActiveMenuContainer__mCfib.header_center__u\+s5k{justify-content:center}.header_currentActiveMenuContainer__mCfib.header_space-between__Pb5Vr{justify-content:space-between}.header_currentActiveMenuItem__gzNLw{cursor:pointer!important;display:block!important}@media(min-width:600px){.header_currentActiveMenuItem__gzNLw{display:none!important}}.header_documentNameAreaContainer__C5MtM .MuiTextarea-root{background-color:#fff;border:initial!important}@media screen and (min-width:1450px){.header_documentNameAreaContainer__C5MtM{min-width:1000px!important}}@media screen and (min-width:1000px)and (max-width:1450px){.header_documentNameAreaContainer__C5MtM{min-width:700px!important;min-width:550px!important}}@media screen and (max-width:599px){.header_documentNameAreaContainer__C5MtM{border-left:initial!important;color:#4c4a4d;font-size:15px!important;font-weight:600!important;margin:initial!important;min-width:100%!important}.header_documentNameAreaContainer__C5MtM .MuiTextarea-root{background-color:#fbf4ff!important;border:initial!important;border-left:initial!important}.header_headerWrapper__ELA\+T{width:100%}.header_logoContainer__IdeXH{flex-wrap:nowrap!important}}@media screen and (min-width:599px)and (max-width:780px){.header_documentNameAreaContainer__C5MtM{min-width:0!important;min-width:auto!important}}.header_headerAppBar__DY75l{background:#fbf4ff!important;box-shadow:0 1px 1px 0 #00000040!important;padding-left:45px!important}@media(min-width:600px){.header_headerAppBar__DY75l{background:#fff!important;padding-left:0!important;position:static!important}}.header_displayCenter__\+G-i-{align-items:center!important;display:flex!important}.header_timeZoneItem__yo8vO{position:absolute!important;right:20px!important}.header_timeZoneBox__\+SSQp{align-items:center!important;display:flex!important;height:100%!important;justify-content:center!important}.header_timeZoneImagStyle__KQ0xJ{height:25px!important;width:25px!important}.header_cmpGlobalMobileAddIconDarkItem__hVpLf{bottom:10px!important;position:absolute!important;right:20px!important}.header_absoluteAlignment__PwaLH{bottom:11px!important;position:absolute!important;right:20px!important}.header_menuItemPadding__PdfJv{padding-block:8px!important}.header_menuItemPaddingTen__q64xb{padding-block:10px!important}.header_menuItemStyling__JG4kl{font-size:14px!important;font-weight:500!important}.sideNavigationPanel_headerSideItem__JzUJF{margin-bottom:10px!important;margin-left:10px!important;max-width:215px!important}.sideNavigationPanel_headerSideItem__JzUJF,.sideNavigationPanel_headerSideMobileItem__-cISn{border-bottom:1px solid #dbdbdb!important;border-radius:0!important;font-size:15px!important;font-weight:600!important}.sideNavigationPanel_headerSideMobileItem__-cISn{margin-bottom:20px!important;margin-left:0!important;max-width:183px!important}.sideNavigationPanel_headerSideItem__JzUJF:hover,.sideNavigationPanel_headerSideMobileItem__-cISn:hover{background-color:#0000!important;color:#000!important}.sideNavigationPanel_sideBarIcon__UsHDN,.sideNavigationPanel_sideNavigationPanelStyle__qB1Gk .MuiDrawer-paper{transition:all .45s ease-in-out!important}.sideNavigationPanel_sideNavigationPanelStyle__qB1Gk{transition:all 1s ease!important}.sideNavigationPanel_sideNavigationPanelStyle__qB1Gk .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__qB1Gk .MuiToolbar-root{cursor:pointer;justify-content:center;min-height:0!important;min-height:auto!important;padding:30px 30px 20px!important}.sideNavigationPanel_sideNavigationPanelStyle__qB1Gk .sideNavigationPanel_selectedListItemStyle__i-jxY{background:#f7e9ff;color:#6a097d;cursor:pointer;font-size:14px;font-weight:600}.sideNavigationPanel_sideNavigationPanelStyle__qB1Gk .sideNavigationPanel_selectedListItemStyle__i-jxY:hover{background:#f7e9ff!important;color:#6a097d!important;cursor:pointer;font-size:14px;font-weight:600}.sideNavigationPanel_sideNavigationPanelStyle__qB1Gk .MuiListItem-root:hover{background:#f7e9ff;color:#000;cursor:pointer;transition:all .35s ease-out!important}.sideNavigationPanel_sideNavigationPanelStyle__qB1Gk .MuiListItem-root:hover .sideNavigationPanel_listItemMenuText__1tXxZ{padding-left:8px!important;transition:all .35s ease-out!important}.sideNavigationPanel_sideNavigationPanelStyle__qB1Gk .MuiListItemText-primary{cursor:pointer;font-size:14px;font-weight:600}.sideNavigationPanel_headerSideItem__JzUJF .MuiListItemText-primary{white-space:nowrap!important}.sideNavigationPanel_headerSideItem__JzUJF .MuiListItemText-primary,.sideNavigationPanel_headerSideMobileItem__-cISn .MuiListItemText-primary{color:#000!important;font-size:15px!important;font-weight:600!important;overflow:hidden!important;text-overflow:ellipsis!important}.sideNavigationPanel_sideNavigationPanelStyle__qB1Gk .MuiListItemButton-root{border-radius:7px;cursor:pointer;padding-left:20px!important}.sideNavigationPanel_sideNavigationPanelStyle__qB1Gk .MuiListItemButton-root:hover{background-color:initial;cursor:pointer}.sideNavigationPanel_sideNavigationPanelStyle__qB1Gk .MuiListItem-root{border-radius:7px;cursor:pointer;height:42px;margin:8px 0;padding:0}.sideNavigationPanel_sideNavigationPanelStyle__qB1Gk .MuiListItemIcon-root{align-items:center;cursor:pointer;display:flex;margin-right:20px!important;min-width:0;min-width:auto}.sideNavigationPanel_sideNavigationPanelStyle__qB1Gk .sideNavigationPanel_listItemStyle__APko9{cursor:pointer;font-size:14px;font-weight:500}.sideNavigationPanel_SelectedListSubItemStyle__5WPa4{background-color:#f7e9ff!important;border-radius:5px!important;color:#6a097d!important}.sideNavigationPanel_SelectedListSubItemStyle__5WPa4,.sideNavigationPanel_listSubItemStyle__Y8roI{font-size:10px!important;margin-bottom:10px!important;padding:2px 20px 2px 0!important}.sideNavigationPanel_listSubItemStyle__Y8roI:hover{background-color:#f7e9ff!important;border-radius:5px!important;color:#000!important}.sideNavigationPanel_listSubItemStyle__Y8roI:hover .sideNavigationPanel_subMenuHoverItems__faSg4{padding-left:6px!important;transition:all .3s ease-out!important}.sideNavigationPanel_subMenuHoverItems__faSg4 .MuiTypography-root{font-size:12px!important;font-weight:600!important}.sideNavigationPanel_imageSubNavigationMenu__QVqeY{height:18px;margin:0 10px 0 15px!important;padding-left:0!important;width:18px}.sideNavigationPanel_creditUsedComponentWrapper__N-RQS{margin-bottom:20px!important}.sideNavigationPanel_downloadExtensionWrapper__T-FgM{margin:0 15px 20px!important}.sideNavigationPanel_profileWrapper__kAmyr{margin:0 15px 10px!important}.sideNavigationPanel_AccountDetailsWrapper__x7I62{margin-bottom:0 15px 10px!important}.sideNavigationPanel_settingsWorkspace__GsAc8{margin:0 15px 10px!important}.sideNavigationPanel_backToHomeButton__q5JIM{margin:0 15px 15px!important}.sideNavigationPanel_navigationPanelContentWrapperDelegateAccess__ud9F\+,.sideNavigationPanel_navigationPanelContentWrapper__R8QbG{flex-wrap:nowrap!important;height:100%!important}.sideNavigationPanel_imageNavigationMenu__1PSfu{height:18px;margin:0 15px!important;padding-left:0!important;width:18px}.sideNavigationPanel_scaledSmall__bILFR{transform:scale(1.1)!important}.sideNavigationPanel_scaledLarge__q1ApV{transform:scale(1.2)!important}.sideNavigationPanel_mobileImageNavigationMenu__I83l8{height:18px;margin:0 20px!important;padding-left:0!important;width:18px}.sideNavigationPanel_headerSideItem__JzUJF .sideNavigationPanel_imageNavigationMenu__1PSfu{margin:0 20px 0 2px!important;padding-left:0!important}.sideNavigationPanel_headerSideMobileItem__-cISn .sideNavigationPanel_imageNavigationMenu__1PSfu,.sideNavigationPanel_headerSideMobileItem__-cISn .sideNavigationPanel_mobileImageNavigationMenu__I83l8{margin:0 20px 0 10px!important;padding-left:0!important}.sideNavigationPanel_writewizLogoStyle__qy1zA{display:flex;flex-wrap:nowrap;height:auto;margin-left:22px;transition:all .3s ease-in-out!important;width:160px}.sideNavigationPanel_smallLogoStyle__ttK0q{animation:sideNavigationPanel_opacityAnimation__UCuNj .5s ease-in-out forwards}.sideNavigationPanel_workSpaceAnimationStyle__B3BYU{animation:sideNavigationPanel_opacityAnimationWorkspace__2V0Zz .7s ease-in forwards}@keyframes sideNavigationPanel_opacityAnimationWorkspace__2V0Zz{0%{opacity:0}to{opacity:1}}@keyframes sideNavigationPanel_opacityAnimation__UCuNj{0%{opacity:.2}to{opacity:1}}.sideNavigationPanel_drawerClosed__kEuEl,.sideNavigationPanel_drawerOpen__wxSr7{transition:width .4s ease-in-out}.sideNavigationPanel_settingsStyleSidePanel__3xn-I{transform:translateX(20px)}.sideNavigationPanel_settingsStyleSidePanel__3xn-I .MuiList-root{padding:0!important}.sideNavigationPanel_activeWorkspaceMenu__kCcqL{background-color:#f7e9ff!important;font-weight:600!important}.sideNavigationPanel_activeWorkspaceMenu__kCcqL,.sideNavigationPanel_inActiveWorkspaceMenu__wb9YA{border-bottom:1px solid #0000001a!important;color:#000!important;font-size:14px!important;min-height:0!important;padding:12px 20px!important}.sideNavigationPanel_inActiveWorkspaceMenu__wb9YA{background-color:#fff!important;font-weight:500!important}@media screen and (max-height:785px){.sideNavigationPanel_sideNavigationPanelStyle__qB1Gk .MuiToolbar-root{cursor:pointer;justify-content:center;min-height:0!important;min-height:auto!important;padding:20px 30px 10px!important}.sideNavigationPanel_sideNavigationPanelStyle__qB1Gk .MuiListItem-root{border-radius:7px;cursor:pointer;height:39px;margin:7px 0;padding:0}.sideNavigationPanel_profileWrapper__kAmyr{margin:0 15px 10px!important}.sideNavigationPanel_AccountDetailsWrapper__x7I62{margin:0 15px 15px!important}}.sideNavigationPanel_navigationPanelContentWrapper__R8QbG .MuiList-root{max-height:calc(100vh - 375px);overflow-x:hidden!important;overflow-y:auto!important;padding-bottom:0!important;padding-top:0!important}.sideNavigationPanel_navigationPanelContentWrapperDelegateAccess__ud9F\+ .MuiList-root{max-height:calc(100vh - 360px);overflow-x:hidden!important;overflow-y:auto!important;padding-bottom:0!important;padding-top:0!important}.sideNavigationPanel_navigationPanelContentWrapper__R8QbG .MuiList-root::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;outline:medium none invert!important;outline:initial!important}.sideNavigationPanel_navigationPanelContentWrapper__R8QbG .MuiList-root::-webkit-scrollbar{width:5px!important}.sideNavigationPanel_navigationPanelContentWrapperDelegateAccess__ud9F\+ .MuiList-root::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;outline:medium none invert!important;outline:initial!important}.sideNavigationPanel_navigationPanelContentWrapperDelegateAccess__ud9F\+ .MuiList-root::-webkit-scrollbar{width:5px!important}@media screen and (max-width:900px)and (min-width:0px){.sideNavigationPanel_sideNavigationPanelStyle__qB1Gk .MuiListItemText-primary{font-size:13px!important}.sideNavigationPanel_imageNavigationMenu__1PSfu,.sideNavigationPanel_mobileImageNavigationMenu__I83l8{height:16px!important;width:16px!important}}@media screen and (max-width:599px)and (min-width:0px){.sideNavigationPanel_writewizLogoStyle__qy1zA{margin-left:0}.sideNavigationPanel_sideNavigationPanelStyle__qB1Gk .MuiToolbar-root{padding:15px 30px 30px 0!important}.sideNavigationPanel_headerSideItem__JzUJF{max-width:193px!important}}@media screen and (max-width:1600px)and (min-width:901px){.sideNavigationPanel_sideNavigationPanelStyle__qB1Gk .MuiListItemText-primary{font-size:13px!important}.sideNavigationPanel_imageNavigationMenu__1PSfu,.sideNavigationPanel_mobileImageNavigationMenu__I83l8{height:16px!important;width:16px!important}}.sideNavigationPanel_drawerHeaderContainer__0ZIJF{justify-content:start!important}.sideNavigationPanel_newCollapsedLogo__1XskI{cursor:pointer!important;height:auto!important;margin-left:9px!important;width:35px!important}.sideNavigationPanel_mobiledrawerContainer__uNCEO{flex-direction:column!important;justify-content:space-between!important}.sideNavigationPanel_workspaceWrapper__WonmX{background-color:#dee8f3!important;border-radius:5px!important;margin:0 15px!important;padding:8px 15px!important}.sideNavigationPanel_workspaceContainer__liV0f{flex-direction:column!important;gap:8px!important}.sideNavigationPanel_workspaceTextContainer__w-92P{align-items:center!important;flex-direction:row!important}.sideNavigationPanel_workspaceTextGap__nS59C{gap:8px!important}.sideNavigationPanel_workspaceText__GSjQD{color:#4c4a4d!important;font-size:12px!important;font-weight:500!important}.sideNavigationPanel_organizationName__vnadX{color:#000!important;font-size:14px!important;font-weight:600!important}.sideNavigationPanel_workspaceDivider__6SQIn{margin:10px 20px 0!important}.sideNavigationPanel_mobileDrawerPadding__ort93{padding:10px!important}.sideNavigationPanel_desktopDrawerDivider__8Xq4o{margin:10px 15px 0!important}.sideNavigationPanel_miniDrawerDividerPadding__oxL0M{margin:10px 5px 5px!important}.sideNavigationPanel_drawerItemsPadding__MpizT{padding:10px 6px 10px 15px!important}.sideNavigationPanel_drawerTooltipWrapper__LKZIY{padding:0 15px 0 0!important;padding-block:5px!important}.sideNavigationPanel_miniDrawerWorkspaceWrapper__U0QVr{background-color:#dee8f3!important;border-radius:5px!important;margin:0 10px!important;padding:15px!important}.sideNavigationPanel_miniDrawerPadding__iTJsR{padding:15px 10px 15px 15px!important}.sidePanelAccountDetails_mainBlock__5CiDB{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__-zc4p{background-color:#6a097d!important;margin-bottom:10px!important;padding:6px!important}.sidePanelAccountDetails_settingsMainBlock__VdUUu{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__VdUUu:hover{background-color:#f7e9ff!important;border:none!important;border-radius:5px!important}.sidePanelAccountDetails_settingsMainBlock__VdUUu:hover .sidePanelAccountDetails_nameStyle__jtgoL{color:#000!important}.sidePanelAccountDetails_mainBlockMobile__GmdDT{padding:17px 10px;padding-top:0!important}.sidePanelAccountDetails_mainBlockMobile__GmdDT,.sidePanelAccountDetails_settingsBlockMobile__7saXw{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__7saXw{padding:10px}.sidePanelAccountDetails_settingsBlockMobile__7saXw:hover{background-color:#f7e9ff!important}.sidePanelAccountDetails_nameStyle__jtgoL{color:#4c4a4d!important;font-size:14px!important;font-weight:600!important;margin-left:8px!important}.sidePanelAccountDetails_menuLogout__2P1a-{color:#6a097d!important;font-size:16px!important;font-weight:500!important;margin:2px 4px!important;min-height:48px}.sidePanelAccountDetails_menuLogout__2P1a-,.sidePanelAccountDetails_settingsMenu__iPL1D{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__iPL1D{color:#4c4a4d!important;font-size:14px!important;font-weight:600!important;margin:4px!important;min-height:0!important;min-width:180px!important}.sidePanelAccountDetails_menuLogout__2P1a- .MuiListItemIcon-root{color:#6a097d}.sidePanelAccountDetails_settingsMenu__iPL1D .MuiListItemIcon-root{color:#4c4a4d}.sidePanelAccountDetails_menuLogout__2P1a-:hover{background:#fbf4ff!important;color:#000!important}.sidePanelAccountDetails_settingsMenu__iPL1D:hover{background:#f7e9ff!important;color:#000!important}.sidePanelAccountDetails_profilestyles__t9dSA{height:auto!important;width:23px!important}.sidePanelAccountDetails_menuStyleSidePanel__S5-Y2,.sidePanelAccountDetails_settingsStyleSidePanel__h1NIp{box-shadow:0 0 4px 0 #6a097d}@media screen and (max-height:745px){.sidePanelAccountDetails_mainBlock__5CiDB,.sidePanelAccountDetails_settingsMainBlock__VdUUu{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__S5-Y2 .MuiList-root,.sidePanelAccountDetails_settingsStyleSidePanel__h1NIp .MuiList-root{padding:4px!important}@media screen and (max-width:1600px){.sidePanelAccountDetails_nameStyle__jtgoL{font-size:13px!important}.sidePanelAccountDetails_mainBlock__5CiDB,.sidePanelAccountDetails_settingsMainBlock__VdUUu{padding:12px 15px!important}}@media screen and (min-width:901px)and (max-width:1600px){.sidePanelAccountDetails_menuStyleSidePanel__S5-Y2 .MuiList-root,.sidePanelAccountDetails_settingsStyleSidePanel__h1NIp .MuiList-root{padding:4px!important}.sidePanelAccountDetails_menuLogout__2P1a-,.sidePanelAccountDetails_settingsMenu__iPL1D{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__t9dSA{height:auto!important;width:20px!important}}@media screen and (min-width:601px)and (max-width:900px){.sidePanelAccountDetails_menuStyleSidePanel__S5-Y2 .MuiList-root,.sidePanelAccountDetails_settingsStyleSidePanel__h1NIp .MuiList-root{padding:4px!important}.sidePanelAccountDetails_menuLogout__2P1a-,.sidePanelAccountDetails_settingsMenu__iPL1D{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__t9dSA{height:auto!important;width:20px!important}}@media screen and (max-width:600px){.sidePanelAccountDetails_menuStyleSidePanel__S5-Y2 .MuiList-root,.sidePanelAccountDetails_settingsStyleSidePanel__h1NIp .MuiList-root{padding:4px!important}.sidePanelAccountDetails_menuLogout__2P1a-,.sidePanelAccountDetails_settingsMenu__iPL1D{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__t9dSA{height:auto!important;width:18px!important}}.sidePanelAccountDetails_AccountDetailsWrapper__S8WB4{margin-bottom:15px!important}.consultation_mainBlock__dzqYL{padding:14px}.consultation_mainBlock__dzqYL,.consultation_mainPageDesign__f7kM\+{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__f7kM\+{box-shadow:0 0 5px #6a097d4d;margin-bottom:15px;padding:15px;position:relative}.consultation_logoContainer__qQtV6{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__cfANy{align-items:center;display:flex;gap:10px}.consultation_mainBlockMobile__DhpkJ{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__WtAVH{color:#6a097d!important;font-size:15px!important;font-weight:500!important}.consultation_menuLogout__lBFzL{-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__lBFzL .MuiListItemIcon-root{color:#6a097d}.consultation_menuLogout__lBFzL:hover{background:#fbf4ff!important;color:#6a097d}.consultation_profilestyles__wGZDl{height:auto!important;width:23px!important}.consultation_menuStyleSidePanel__eHGJ7{box-shadow:0 0 4px 0 #6a097d}.consultation_heading__QhHSQ{color:#333;font-size:13px!important;font-weight:400!important}.consultation_subHeading__b5zpk{align-items:center;color:#6a097d;display:flex;font-size:13px!important;font-weight:600!important;gap:5px}.consultation_closeIconContainer__7yESj{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__dzqYL{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__eHGJ7 .MuiList-root{padding:4px!important}@media screen and (min-width:901px)and (max-width:1600px){.consultation_menuStyleSidePanel__eHGJ7 .MuiList-root{padding:4px!important}.consultation_menuLogout__lBFzL{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__wGZDl{height:auto!important;width:20px!important}}@media screen and (min-width:601px)and (max-width:900px){.consultation_menuStyleSidePanel__eHGJ7 .MuiList-root{padding:4px!important}.consultation_menuLogout__lBFzL{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__wGZDl{height:auto!important;width:20px!important}}@media screen and (max-width:600px){.consultation_menuStyleSidePanel__eHGJ7 .MuiList-root{padding:4px!important}.consultation_menuLogout__lBFzL{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__wGZDl{height:auto!important;width:18px!important}}@media screen and (max-width:1600px){.consultation_mainBlock__dzqYL{padding:10px}.consultation_nameStyle__WtAVH{font-size:13px!important}}.support_mainblock__rBFIS{padding:15px 0!important}.support_firstBlock__9m4sC{padding:0 15px 15px 20px}.support_heading__U61fl{display:flex;font-size:16px!important;font-weight:600!important}.support_secondBlock__H21W5{font-size:18px!important;font-weight:500!important;margin:15px 15px 18px 20px!important}.support_thirdBlock__ICWZx{border:.5px solid #e6e6e6!important;border-radius:10px!important;margin:0 15px 15px 20px!important;padding:15px!important}.support_thirdBlockHeading__t3-6w{color:#4c4a4d!important;font-size:13px!important;font-weight:500!important;margin-bottom:10px!important}.support_nameStyle__nB\+o-{color:#4c4a4d!important;font-size:14px!important;font-weight:600!important}.support_emailStyle__o6UQn{color:#4c4a4d!important;font-size:13px!important;font-weight:500}.support_descriptionStyle__oE\+r-{color:#4c4a4d;font-size:14px!important;font-weight:500!important}.support_descriptionStyle__oE\+r- li{margin-left:25px!important}.support_dividerStyle__BgQET{border-color:#7a7a7a!important}.support_lastBlock__9et8a{margin-top:15px!important}.support_fourthBlock__SKMD3{box-sizing:border-box!important;padding:0 15px 15px 20px!important}.chatbotList_personaNameSubHeading__26Zbz{color:#7a7a7a;font-size:12px;font-weight:500;margin-bottom:30px!important}.chatbotList_global_searchBar__yMHEb__rVt87{border-radius:5px;box-shadow:0 0 2px 0 #7a7a7a;max-width:344px;width:100%}.chatbotList_global_searchBar__yMHEb__rVt87 .chatbotList_MuiInputBase-root__HDhOW{border:initial;border-radius:5px;justify-content:space-between;width:100%}.chatbotList_searchBarPerosonaList__7mpdU{display:flex;height:33px;justify-content:end}.chatbotList_personaCreatedList__7j0r-{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__8eHft{margin:25px 20px 20px!important}.chatbotList_personaCreatedListDefault__zUlnk{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__zUlnk: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__7j0r-:hover{height:174px;margin-right:20px!important;max-width:300px!important;min-width:300px!important}.chatbotList_personaCreatedListDefault__zUlnk:hover,.chatbotList_personaCreatedList__7j0r-: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__zUlnk:hover{height:192px;margin-right:30px!important;max-width:325px!important;min-width:325px!important}.chatbotList_avatarImage__W65Z0{height:50px!important;margin-right:12px!important;object-fit:fill!important;width:auto!important}.chatbotList_personaIndividualTypeName__dZNA7{background:#fbf4ff;color:#6a097d;right:12px}.chatbotList_personaBrandTypeName__M3Px6,.chatbotList_personaIndividualTypeName__dZNA7{border-radius:0 0 5px 5px;font-size:10px;font-weight:500;padding:5px 9px;position:absolute;top:0}.chatbotList_personaBrandTypeName__M3Px6{background:#e7f1fc;color:#0a6add;right:30px}.chatbotList_crownPersona__7xKHP{position:absolute;right:86px;top:3px}.chatbotList_createdPersonaTypeText__gdJPs{color:#7a7a7a;font-size:15px;font-weight:500;width:100%}.chatbotList_personaToneCard__CLB5d{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__MwJB-{-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__zT2Zv{bottom:20px;max-width:280px!important;min-width:280px!important;position:absolute}.chatbotList_personaOccupation__cG9\+4{font-size:13px;margin-top:2px!important;white-space:nowrap}.chatbotList_personaName__MHrF2,.chatbotList_personaOccupation__cG9\+4{max-width:265px!important;min-width:265px!important;overflow:hidden;text-overflow:ellipsis}.chatbotList_personaName__MHrF2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:15px;font-weight:500}.chatbotList_personaListNoData__VJJTv{font-size:15px;font-weight:500;padding:20px 0;width:100%}.chatbotList_featuredPersonaTileStyle__dFSOg{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__dFSOg:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.251)}.chatbotList_personaHeaderContainer__8jD8-{flex-direction:row}.chatbotList_personaListCreateNew__m03H4{display:flex}.chatbotList_personaFeatureIconStyle__x8GtI{height:18px;margin-right:15px!important;width:18px}.chatbotList_personaSearchBarContainer__IMYZK{justify-content:end}.chatbotList_personaNameStyle__uSMlm{color:#4c4a4d;font-size:15px;font-weight:600}.chatbotList_PersonaDisplayNameStyle__ZK6No{color:#7a7a7a;font-size:13px;padding:2px 0 7px}.chatbotList_PersonaDescpTooltip__LDjuv{background-color:initial!important}.chatbotList_PersonaDescpTooltip__LDjuv .MuiTooltip-popper{background:#fff!important;background-color:initial!important;padding:0!important}.chatbotList_personaMenuContainer__l3wGq{background-color:#fff;border-radius:5px;box-shadow:0 0 15px 0 #00000014;flex-wrap:nowrap!important;max-width:289px;padding:15px}.chatbotList_personaAvatarStyle__sezfM{border-radius:50%;height:60px;width:60px}.chatbotList_leftBlock__qibUt{padding-left:10px}.chatbotList_personaSummaryStyle__lTjpZ{color:#4c4a4d;font-size:12px}.chatbotList_personacontainerToneCard__CmyFI{flex-wrap:nowrap!important;overflow:hidden;padding:1px}.chatbotList_upgradePopupItemStyle__vB1oA{background:#fbf4ff;padding:40px}.chatbotList_upgradePopupContainerStyle__96FN5{align-items:center;justify-content:center}.chatbotList_upgradePersonaText1__LgKQb{font-size:18px;font-weight:600;padding-bottom:20px}.chatbotList_upgradePersonaText2__D9MG-{font-size:15px;font-weight:500;padding-bottom:40px}.chatbotList_upgradePersonaText3__-npRv{font-size:18px;font-weight:600}.chatbotList_crownUpgradePersonaImage__Pkv0l{width:98px}.chatbotList_headingNamePersona__Ror8A{display:flex}.chatbotList_personaListSearchBar__vHD0N .MuiOutlinedInput-input{padding:15.5px 8px!important}.chatbotList_personaListSearchBar__vHD0N .chatbotList_jss1__yeuBH{background-color:#0000!important}.chatbotList_chatbotProfileAvtarContainer__ykxAT{align-items:start;justify-content:space-between!important}.chatbotList_chatbotProfileAvtarItem__QvmN1{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__3ingd{background:#0000!important}.chatbotList_defaultBackground__a4bhc{background:#faf0ff!important}.chatbotList_sampleChatbot__jEtir{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__Zyjya{align-items:center!important;gap:5px!important;height:24px!important}.chatbotList_chatbot_icon__mL7uc{border-radius:50%!important;height:44px!important;width:44px!important}.chatbotList_default_icon__pJbih{border-radius:50%!important;height:50px!important;width:50px!important}.chatbotList_chatbotNameItem__S1F1D{margin:5px 0!important;overflow:hidden!important;text-overflow:ellipsis!important}.chatbotList_chatbotDescItem__gxzeI{margin:0!important;overflow:hidden!important;text-overflow:ellipsis!important}.chatbotList_chatbotDescText__y4aC5,.chatbotList_chatbotHeadText__UdFwO{color:#000!important;font-weight:500!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatbotList_messageBox__LXY1J{border-radius:5px!important;box-shadow:0 0 2px #6a097d4d!important;margin-top:16px!important;padding:7px 10px!important}.chatbotList_conversationBox__UrCkY{border-radius:5px!important;box-shadow:0 0 2px #6a097d4d!important;padding:10px!important}.chatbotList_conversationBoxContainer__eLzVl{align-items:center!important;display:flex!important;flex-wrap:nowrap!important;gap:8px!important}.chatbotList_conversationBoxItem__OJQ99{display:flex!important;margin-top:2px!important}.chatbotList_conversationFontStyle__G6NSs{font-size:14px!important;font-weight:500!important}@media screen and (min-width:901px)and (max-width:1600px){.chatbotList_personaCreatedList__7j0r-,.chatbotList_personaCreatedList__7j0r-:hover{height:175px!important;margin-right:20px!important;max-width:285px!important;min-width:285px!important}.chatbotList_chatbotProfileAvtarItem__QvmN1{box-shadow:0 0 5px #0000001a!important;height:36px!important;width:36px!important}.chatbotList_chatbot_icon__mL7uc{height:32px!important;width:32px!important}.chatbotList_default_icon__pJbih{height:36px!important;width:36px!important}}@media screen and (min-width:0px)and (max-width:900px){.chatbotList_personaCreatedList__7j0r-{height:175px!important}.chatbotList_personaCreatedList__7j0r-:hover{height:175px!important;max-width:300px!important;min-width:300px!important}.chatbotList_chatbotProfileAvtarItem__QvmN1{box-shadow:0 0 5px #0000001a!important;height:36px!important;width:36px!important}.chatbotList_chatbot_icon__mL7uc{height:32px!important;width:32px!important}.chatbotList_default_icon__pJbih{height:36px!important;width:36px!important}.chatbotList_personaCreatedList__7j0r-{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__MwJB-,.chatbotList_personaName__MHrF2,.chatbotList_personaOccupation__cG9\+4,.chatbotList_personaconcise__zT2Zv{max-width:90%!important;min-width:90%!important}.chatbotList_personaHeaderContainer__8jD8-{flex-direction:column}.chatbotList_personaListCreateNew__m03H4{display:none}.chatbotList_personaFeatureIconStyle__x8GtI{margin-right:0!important}.chatbotList_featuredPersonaTileStyle__dFSOg{padding:5px!important}.chatbotList_personaSearchBarContainer__IMYZK{justify-content:start;margin-bottom:20px!important}}@media screen and (min-width:0px)and (max-width:599px){.chatbotList_headingNamePersona__Ror8A{display:none}.chatbotList_personaListSearchBar__vHD0N .MuiOutlinedInput-input{padding:5.5px 8px!important}}.template_templateWrapper__DPQDG{overflow:scroll}.template_templateSearchbarStyle__Eiph0{background:#fff}.template_featuredTemplateTileStyle__clzrT{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__clzrT:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.251)}.template_featureIconStyle__C6MYf{height:18px;width:18px}.template_categoryTileStyle__dIWY7{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__dIWY7:hover,.template_selectedCategoryTileStyle__qlqeD{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__OVv6d{color:#000!important;font-size:15px!important;font-weight:600!important;margin:0 0 1px!important}.template_categoryDescriptionStyle__cZXfO{color:#7a7a7a;font-size:13px;font-weight:500;margin:1px 0 20px!important}.template_templateTileStyle__ZHXg\+{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__ZHXg\+:hover{box-shadow:0 0 3px 0 #6a097d}.template_templateTitleTextstyle__0jooU{color:#4c4a4d;font-size:15px;font-weight:500;margin-bottom:10px!important}.template_templateDescriptionTextStyle__QhJ1a{color:#7a7a7a;font-size:14px;font-weight:400}.template_templateIconStyle__I5j7l{margin-bottom:10px!important}.template_featuredTilesWrapper__\+ssi1{margin-bottom:5px!important}.template_categoryListWrapper__EbDru{background:#fff}.template_hideFeatureBtnItem__aejcx{margin:0 0 10px!important;text-align:end!important}.template_hideFeatureUpIconBtn__53RGd{color:#6a097d!important;font-size:13px!important;font-weight:600!important;justify-content:end;text-transform:none!important}.template_categoryListDropDown__tr3ie{background:#fff;border-radius:5px;box-shadow:0 0 2px 0 #00000040}.template_categodydropdowntextfield__FVQm2 .template_MuiIconButton-root__8yFz3{padding:0!important}.template_tempSearchbarItemPersonaList__U7yCe,.template_tempSearchbarItem__\+OOUe{text-align:end!important}.template_titleSticky__tcdUg{background-color:#fff!important;top:40px!important;z-index:10!important}.template_stickyCategory__ENmNM{position:-webkit-sticky!important;position:sticky!important;top:150px!important}.template_templateMainItem__L4tN2{background-color:#fff!important;height:calc(100vh - 300px)!important;z-index:1!important}.template_featuredTemplateViewAllStyle__RH1wU{background:#f6f2f9;box-shadow:0 0 2px 0 #6a097d}.template_bannerImgDesktop__X6TXz{border-radius:10px;object-fit:fill;width:inherit}.template_bannerImgMobile__22gSh{display:none}.template_headerToolbar__W-4S-{margin:0 auto!important;width:95%!important}.template_featuredTemplateImgItem__5s9Ph{display:flex}.template_templateDescOverflowStyle__tLJHZ{-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important;text-overflow:ellipsis!important}.template_cbtMainHead__lnkB6{color:#4c4a4d;font-size:18px;font-weight:600;margin-bottom:8px!important}.template_noDataFoundItem__oKM\+E{align-items:center;display:flex;height:calc(100vh - 250px)!important}.template_tempCardsMainItem__iYHX-{margin:0 0 5px!important}.template_templatCategoryMainHeadingItem__9si2I{margin:10px 0 15px!important}.template_templatCardMainHeadingItem__Rmuu1{margin:10px 0!important}.template_templatCardMainHeading__d20KX{color:#1f384c!important;font-size:15px!important;font-weight:600!important}.template_homeTableSubHeading__g7WjN{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important}.template_HomeTableHeadingMainItem__otqdB{margin:0 0 15px!important}.template_homeWelcomeText__1-HXD{color:#1f384c!important;font-size:14px!important;font-weight:600!important}.template_homeWelcomeHighlightedText__oRVTJ{color:#6a097d!important;font-size:14px!important;font-weight:600!important}.template_HomeBannerBgDesktopItem__sAfJw{background-image:url(/static/media/HomeDesktopBanner.a3f6d7bb3677bb46b41f.png);height:auto!important}.template_HomeBannerBgDesktopItem__sAfJw,.template_HomeBannerBgHomeItem__9yxIC{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__9yxIC{background-image:url(/static/media/HomeMobileBanner.9de087bac25bb38c8a3f.png);display:none!important;height:auto}.template_HomeBannerMainText__Wpki4{color:#fff!important;font-size:16px!important;font-weight:600!important}.template_HomeBannerSubText__TtrKx{color:#fff!important;font-size:14px!important;font-weight:400!important}.template_HomeBannerBtn__wrkMA{background:#f7e9ff!important;border-radius:5px!important;color:#6a097d!important;font-size:14px!important;font-weight:600!important;text-transform:none!important}.template_cfcMainItem__2uFCd{background-color:#fbf4ff!important;cursor:pointer}.template_cfcMainText__sfb4f{color:#000!important;font-size:15px!important;font-weight:500!important}.template_cfcSubtext__TWpOJ{-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__cbUfI{margin-bottom:10px!important}.template_newDocumentPopup__JGL08 .MuiPaper-elevation{margin:30px 100px!important;max-width:100%!important;min-height:20%!important;min-width:20%!important}.template_newDocumentPopup__JGL08 .MuiPaper-root::-webkit-scrollbar{width:4px}.template_newDocumentPopup__JGL08 .MuiPaper-root::-webkit-scrollbar-track{background:#f3f5f9}.template_newDocumentPopup__JGL08 .MuiPaper-root::-webkit-scrollbar-thumb{background-color:#6a097d;border-radius:20px}.template_addChatbotIcon__LO2QP{display:none!important}.template_sampleChatbotsGrid__ra1pl{padding:20px 10px!important;width:100%!important}.template_listsMainContainer__snlQi{max-height:calc(100vh - 190px)!important;overflow:auto!important;padding:10px 5px!important;width:100%!important}.template_mainScreenPadding__9ZZSv{padding:20px 22px 25px 27px!important}.template_sampleChatbotPadding__qZC0V{padding:0 0 0 30px}@media screen and (min-width:950px)and (max-width:1200px){.template_listsMainContainer__snlQi{max-height:calc(100vh - 210px)!important}}@media screen and (min-width:0px)and (max-width:950px){.template_newDocumentPopup__JGL08 .MuiPaper-elevation{margin:30px 10px!important}.template_sampleChatbotsGrid__ra1pl{padding:0!important}.template_chatbotGrid__4fPmy{padding:20px 20px 10px!important}}@media screen and (min-width:0px)and (max-width:900px){.template_addChatbotBtn__rG8Pi{display:none!important}.template_addChatbotIcon__LO2QP{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__bShM-{max-width:250px!important}}@media screen and (min-width:320px)and (max-width:600px){.template_headRightSubItem__bShM-{max-width:225px!important}.template_chatbotGrid__4fPmy{padding:20px!important}.template_templateSearchbarStyle__Eiph0{margin:0 0 10px!important}.template_featureItem__6OhZP{margin-top:15px!important}.template_HomeBannerBgHomeItem__9yxIC{display:block!important}.template_HomeBannerBgDesktopItem__sAfJw{display:none!important}.template_listsMainContainer__snlQi{max-height:calc(100vh - 210px)!important}}@media screen and (min-width:0px)and (max-width:369px){.template_dashboardChildSectionTextStyle__Rkfq9{font-size:14px}.template_hideFeatureBtnItem__aejcx{max-width:38%!important}}@media screen and (min-width:900px)and (max-width:1200px){.template_tempBlogCards__5-yuG{flex-wrap:wrap!important}}@media screen and (min-width:320px)and (max-width:900px){.template_templateTileStyle__ZHXg\+{border-radius:10px;box-shadow:0 0 15px 0 #00000014;height:190px;margin-bottom:15px!important;margin-right:0!important;padding:20px}.template_featuredTilesWrapper__\+ssi1{margin-bottom:5px!important}}@media screen and (min-width:320px)and (max-width:600px){.template_featuredTemplateImgItem__5s9Ph{width:100%!important}.template_featuredTemplateTileStyle__clzrT{margin:10px 0!important;padding:15px!important}.template_featureTemplateAlignment__GobYl{justify-content:space-between}.template_fetureTempleLength__XQQkQ{max-width:47%!important;min-width:47%!important}.template_bannerImgDesktop__X6TXz{display:none}.template_bannerImgMobile__22gSh{border-radius:10px;display:flex!important;object-fit:fill;width:inherit}}@media screen and (min-width:600px)and (max-width:1200px){.template_bannerImgDesktop__X6TXz{display:none}.template_bannerImgMobile__22gSh{border-radius:10px;display:flex!important;object-fit:fill;width:inherit}}.template_menuStyleSidePanel__w-Ljk{box-shadow:0 0 4px 0 #6a097d}.emptyState_pageIconStyle__o8aiF{margin-bottom:15px!important}.emptyState_primaryActionBtnSpacing__3YGcX{margin:25px 0 15px!important}.globalSearch_globalSearch__a3jV9 .MuiOutlinedInput-input{padding:11.5px 8px!important}.globalSearch_globalSearch__a3jV9 .Mui-focused,.globalSearch_globalSearch__a3jV9 .MuiOutlinedInput-notchedOutline{border:none!important}.globalSearch_globalSearch__a3jV9{border-radius:5px!important;box-shadow:0 0 2px 0 #5f6368!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;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}@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%}.createPersona_maskBox__RJHdZ{border-radius:5px;box-shadow:0 0 2px 0 rgba(0,0,0,.251);color:#7a7a7a;position:relative}.createPersona_maskBox__RJHdZ .createPersona_mask__EOpMP{border-radius:5px;color:#6a097d!important;height:45px;position:absolute;transition:all .5s ease;width:150px}.createPersona_maskBox__RJHdZ .MuiButton-root{color:#7a7a7a;font-size:18px;font-weight:500;text-transform:capitalize;transition:all .2s ease .1s;width:150px}.createPersona_maskBox__RJHdZ .createPersona_selectedIndividualButton__\+WSTP{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__RJHdZ .createPersona_selectedBrandButton__biyyE{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__T90QO{margin:0 0 10px!important}.createPersona_personaDivider__T90QO .MuiDivider-root{border-bottom-width:0!important}.createPersona_personaUpdateDivider__Puvgw{margin:24px 0!important}.createPersona_personaUpdateDivider__Puvgw .MuiDivider-root{border-bottom-width:0!important}.createPersona_personaEditText__UAFpl{font-size:18px;font-weight:600}.createPersona_personaEditTypeName__skuma{font-size:18px;font-weight:400}.createPersona_personaNameSubHeading__g5Z0F{color:#7a7a7a;font-size:15px;font-weight:400;margin-bottom:20px!important}.createPersona_personaTypeText__BAJ-J{font-size:16px;font-weight:700;margin:0 19px 5px!important}.createPersona_editPersonaCancelSaveButtonItem__sGwFl{display:flex!important}.createPersona_editPersonaCancelSaveButtonItemMobile__qvNO-{display:none!important}.createPersona_personaNameCreatePage__WK1Hr{display:flex!important}.createPersona_personaNameCreatePageMobile__7FPGH{display:none!important}.createPersona_formUpdatePersonaScroll__eIbGv{max-width:100%}.createPersona_chatbotMainContainer__\+d7IV{padding:30px 30px 10px!important}.createPersona_chatbotCreateMainItem__3ZQyW{background:#fff;border-radius:10px;overflow:auto!important;padding:0!important}.createPersona_dividerStyle__XxG3H{color:#b3b3b3!important;margin-top:15px!important;opacity:.6!important}@media screen and (min-width:0px)and (max-width:600px){.createPersona_chatbotMainContainer__\+d7IV{padding:18px 20px 15px!important}.createPersona_dividerStyle__XxG3H{margin-top:5px!important}.createPersona_editPersonaCancelSaveButtonItem__sGwFl{display:none!important}.createPersona_editPersonaCancelSaveButtonItemMobile__qvNO-{display:flex!important;padding:0 19px}.createPersona_formUpdatePersonaScroll__eIbGv{height:calc(100vh - 270px);overflow:scroll}.createPersona_personaNameCreatePage__WK1Hr{display:none!important}.createPersona_personaNameCreatePageMobile__7FPGH{display:flex!important}.createPersona_createPersonaFormMobileHeight__bU8si{height:calc(100vh - 230px);overflow:scroll}.createPersona_updateFormWrapper__rX0bJ{max-height:none!important;overflow-y:visible!important;overflow-y:initial!important}}.createPersona_updateFormWrapper__rX0bJ{max-height:calc(100vh - 260px);overflow-y:scroll}.chatbot_tabStyle__AORX2{text-transform:capitalize!important}.chatbot_iFrameContainer__odIAV{border:1px solid #e9e9e9;border-radius:3px!important}.chatbot_embedHeadItem__E2z3W{background-color:#fbf4ff!important}.chatbot_embedTitle__t7Bgy{color:#6a097d!important;font-size:15px;font-weight:500}.chatbot_embedHeadContainer__dNfaA{padding:20px 10px 20px 20px}.chatbot_embedDescription__-CBkU{color:#565656!important}.chatbot_embedLinkContainer__jZ-RL{padding:20px}.chatbot_domainTable__U9ZDG{margin-top:18px!important;width:100%}.chatbot_tryChatBotStyles__5cW4T{max-height:calc(100vh - 220px);overflow-y:scroll}.chatbot_exploreAIFontStyle__yfNsB{border-left:1px solid #000!important;padding-left:16px!important}.chatbot_fixGridContainer__VWO\+P{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__eyPDF{width:100%!important}.chatbot_cbViewMainItem__dfCe8{position:relative}.chatbot_cbViewMainMobileItem__oSrF\+{border-top:none}.chatbot_cbPreviewMainItem__OOdpm{background-color:#f6f6f6}.chatbot_cbPreviewMainItem__OOdpm,.chatbot_cbWPMainItem__VH3ij{height:calc(100vh - 90px)!important;max-height:calc(100vh - 90px)!important}.chatbot_cbPreviewHeadItem__2pFoo{margin:10px 0!important}.chatbot_cbPreviewHead__GdN71{color:#1f384c!important;font-size:16px!important;font-weight:500!important}.chatbot_cbDetailsMainItem__NtCqX{position:relative!important}.chatbot_sampleChatbotSettings__w7RyE{overflow:auto;padding-right:25px!important}.chatbot_sampleChatbotSettings__w7RyE::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_sampleChatbotSettings__w7RyE::-webkit-scrollbar{width:5px!important}.chatbot_sampleChatbotEditSettings__MEWA4{overflow:auto;padding-right:25px!important}.chatbot_sampleChatbotEditSettings__MEWA4::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_sampleChatbotEditSettings__MEWA4::-webkit-scrollbar{width:5px!important}.chatbot_sampleChatbotThemeSettings__pr9sX{overflow:auto;padding-right:25px!important}.chatbot_sampleChatbotThemeSettings__pr9sX::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_sampleChatbotThemeSettings__pr9sX::-webkit-scrollbar{width:5px!important}.chatbot_sampleChatbotEditThemeSettings__gYQM4{overflow:auto;padding-right:25px!important}.chatbot_sampleChatbotEditThemeSettings__gYQM4::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_sampleChatbotEditThemeSettings__gYQM4::-webkit-scrollbar{width:5px!important}.chatbot_cbTabsRenderMainItem__Bhl9W{overflow:auto;padding-right:25px!important}.chatbot_cbThemeRenderMainItem__33ecn::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_cbThemeRenderMainItem__33ecn::-webkit-scrollbar{width:5px!important}.chatbot_chatbotTabsRenderMainItem__irVBC{overflow:auto;padding-right:25px!important}.chatbot_whatsappTabsRenderMainItem__i5Hh1{overflow:auto;padding-right:25px!important;z-index:1}.chatbot_whatsappIntegratedTabsRenderMainItem__QVzqq{display:flex!important;flex-wrap:wrap!important;gap:25px!important;margin-top:10px!important;overflow:auto;padding:5px 25px 5px 5px!important}.chatbot_cbTabsRenderMainItem__Bhl9W::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_cbTabsRenderMainItem__Bhl9W::-webkit-scrollbar{width:5px!important}.chatbot_chatbotTabsRenderMainItem__irVBC::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_chatbotTabsRenderMainItem__irVBC::-webkit-scrollbar{width:5px!important}.chatbot_cbHeaderMainItem__L4nI2{position:relative!important}.chatbot_cbHeaderBreadCrumbsHeadText__D90Ue{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important}.chatbot_cbHeaderBreadCrumbsChatbotLabel__z\+CGd{color:#1f384c!important;font-size:13px!important;font-weight:600!important}.chatbot_cbHeaderBreadCrumbMainItem__vBzM1{margin:2px 0 0!important}.chatbot_cbCancelButton__L3Xwz{background-color:#fff!important;border:1px solid #6a097d!important;border-radius:5px!important;color:#6a097d!important}.chatbot_cbCancelButton__L3Xwz,.chatbot_cbSaveButton__ZNgcN{font-size:15px!important;font-weight:500!important;max-width:130px!important;text-transform:capitalize!important;width:130px!important}.chatbot_cbSaveButton__ZNgcN{padding:5.7px 16px!important}.chatbot_cbResetButton__b1zj-,.chatbot_cbSaveButton__ZNgcN{background-color:#6a097d!important;border-radius:5px!important;color:#fff!important}.chatbot_cbResetButton__b1zj-{font-size:15px!important;font-weight:500!important;text-transform:capitalize!important}.chatbot_cbResetButtonStyle__gwEtK{max-width:160px!important;opacity:1;width:160px!important}.chatbot_cbSaveCancelContainerMargin__oBSR7{margin:10px 0!important}.chatbot_cbSaveCancelContainer__FsmKS{justify-content:start!important}.chatbot_gapEnd__NpMUA{gap:10px!important;justify-content:end!important}.chatbot_cbDetailsPreviewMainItem__6z809,.chatbot_cbDetailsSettingsPreviewMainItem__loD3y{background-color:#fff;position:absolute;right:0;top:16px;z-index:2}.chatbot_marginWrapper__v0zBs{margin:0 0 2px!important}.chatbot_cbDetailsTabitem__b3whq .chatbot_MuiTabs-root__tAo0\+ .chatbot_MuiTabs-fixed__pFsGx{max-width:82%!important;overflow:auto!important;width:82%!important}.chatbot_chatbottabStyle__tfyUx{min-height:auto!important}.chatbot_chatbotTabStyle__zJ9AT{font-size:15px!important;margin-right:15px!important;padding:12px 0 10px!important}.chatbot_dashboardStyle__gd-bB,.chatbot_trydashboardStyle__jcxw5{padding:0 0 0 27px!important}.chatbot_themeSettingsStyle__XtYQ1{margin:5px 35px 10px 0!important}.chatbot_setThemeAutoComplete__UlYoR{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__UlYoR .MuiOutlinedInput-notchedOutline{border:none!important}.chatbot_setThemeAutoComplete__UlYoR .MuiAutocomplete-input{font-size:14px!important;padding:0 3px!important}.chatbot_chatbotTabStyle__zJ9AT{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__Bhl9W{overflow:auto}.chatbot_themeSettingsStyle__XtYQ1{margin:5px 0 10px!important}}@media screen and (max-width:1200px)and (min-width:600px){.chatbot_cbDetailsPreviewMainItem__6z809{padding-block:4px;top:0;width:100%}.chatbot_cbDetailsSettingsPreviewMainItem__loD3y{padding-block:4px;top:5px}.chatbot_whatsappTabsRenderMainItem__i5Hh1{margin-top:5px!important}.chatbot_whatsappIntegratedTabsRenderMainItem__QVzqq{margin-top:35px!important}.chatbot_sampleChatbotEditSettings__MEWA4,.chatbot_sampleChatbotSettings__w7RyE,.chatbot_sampleChatbotThemeSettings__pr9sX{overflow:auto;padding-right:0!important}.chatbot_sampleChatbotEditThemeSettings__gYQM4{overflow:auto;padding-right:5px!important}.chatbot_chatbotTabsRenderMainItem__irVBC{margin-top:30px!important;overflow:auto;padding-right:0!important}}@media screen and (max-width:600px)and (min-width:0px){.chatbot_cbPreviewMainItem__OOdpm,.chatbot_cbWPMainItem__VH3ij{height:calc(100vh - 120px)!important;max-height:calc(100vh - 120px)!important}.chatbot_cbSaveCancelContainer__FsmKS{justify-content:center!important}.chatbot_cbDetailsPreviewMainItem__6z809{padding:4px;top:0;width:100%}.chatbot_cbDetailsSettingsPreviewMainItem__loD3y{padding:4px;top:5px}.chatbot_chatbotTabsRenderMainItem__irVBC{margin-top:30px!important;overflow:auto;padding-right:0!important}.chatbot_chatbotTabStyle__zJ9AT{font-size:14px!important;font-weight:600!important;min-height:auto!important;padding:12px 0!important}.chatbot_cbDetailsMainItem__NtCqX{padding-right:0;position:relative!important}.chatbot_sampleChatbotEditSettings__MEWA4,.chatbot_sampleChatbotEditThemeSettings__gYQM4,.chatbot_sampleChatbotSettings__w7RyE,.chatbot_sampleChatbotThemeSettings__pr9sX{overflow:auto;padding-right:5px!important}.chatbot_cbTabsRenderMainItem__Bhl9W{overflow:auto;padding-right:0!important}.chatbot_dashboardStyle__gd-bB{padding:0 20px!important}.chatbot_trydashboardStyle__jcxw5{padding:0!important}.chatbot_fixGridContainer__VWO\+P{height:67%!important;top:16%!important}}@media screen and (min-width:601px)and (max-width:900px){.chatbot_dashboardStyle__gd-bB{padding:0 25px!important}.chatbot_fixGridContainer__VWO\+P{height:67%!important;top:16%!important}}@media screen and (min-width:900px)and (max-width:1200px){.chatbot_fixGridContainer__VWO\+P{height:67%!important;top:16%!important}}@media screen and (max-width:900px)and (min-width:0px){.chatbot_cbCancelButton__L3Xwz,.chatbot_cbSaveButton__ZNgcN{font-size:13px!important;max-width:100px!important;width:100px!important}.chatbot_cbResetButton__b1zj-{font-size:13px!important}.chatbot_setThemeAutoComplete__UlYoR .MuiOutlinedInput-root{font-size:14px!important;padding:7.5px!important}.chatbot_whatsappTabsRenderMainItem__i5Hh1{margin-top:5px!important;padding-right:5px!important}.chatbot_whatsappIntegratedTabsRenderMainItem__QVzqq{margin-top:35px!important;padding:5px 10px 5px 5px!important}.chatbot_setThemeAutoComplete__UlYoR{font-size:13px!important;min-width:160px!important}.chatbot_exploreAIFontStyle__yfNsB{border-left:none!important;padding-left:16px!important}}@media screen and (max-width:1600px)and (min-width:901px){.chatbot_cbHeaderBreadCrumbsChatbotLabel__z\+CGd,.chatbot_cbHeaderBreadCrumbsHeadText__D90Ue{font-size:12px!important}.chatbot_cbCancelButton__L3Xwz,.chatbot_cbSaveButton__ZNgcN{font-size:13px!important;max-width:100px!important;width:100px!important}.chatbot_cbResetButton__b1zj-{font-size:13px!important}.chatbot_chatbotTabStyle__zJ9AT{font-size:14px!important;padding:12px 0!important}.chatbot_setThemeAutoComplete__UlYoR .MuiOutlinedInput-root{font-size:14px!important;padding:7.5px!important}}@media screen and (max-width:1200px)and (min-width:901px){.chatbot_cbViewMainItem__dfCe8{padding-right:27px!important}}.chatbot_checkedIcon__9S0md .MuiSvgIcon-root{fill:#6a097d}.chatbot_checkboxStyle__M-jmD{align-items:center;display:flex;font-size:15px;font-weight:500}.chatbotSettings_chatbotSettingsForm__lXl5G{width:100%}.chatbotEmbedLinkAndDomains_cbEmbedIframeItem__EaJXO{border:1px solid #e9e9e9;border-radius:5px;margin:0 auto 15px!important}.chatbotEmbedLinkAndDomains_cbEmbedIframeHeadMainItem__i50\+y{background-color:#f5f5f5;padding:10px 15px}.chatbotEmbedLinkAndDomains_cbEmbedCopyFrameHead__-366I{color:#000!important;font-size:15px!important;font-weight:600!important}.chatbotEmbedLinkAndDomains_cbEmbedCopyFrameSubHead__XMV2A{color:#565656!important;font-size:13px!important;font-weight:600!important}.chatbotEmbedLinkAndDomains_cbFrameMainItem__NZg5v{padding:10px 15px!important}.chatbotEmbedLinkAndDomains_cbEmbedFrameCopyItem__iDGyc{margin:10px 0 0}.chatbotEmbedLinkAndDomains_cbEmbedFrameText__jCDXp{word-wrap:break-word!important;font-size:14px!important;font-weight:500!important;word-break:break-all!important}.chatbotEmbedLinkAndDomains_cbEmbedWidgetItem__dmVdg{border:1px solid #e9e9e9;border-radius:5px;margin:10px 0 0!important}.chatbotEmbedLinkAndDomains_cbWidgetMainItem__NJkQC{padding:15px!important}.chatbotEmbedLinkAndDomains_cbDividerStyle__CQ2Uc{background-color:#6a097d;border:none!important;color:#6a097d;height:2px!important;opacity:1!important;padding:2px 0 0!important;width:100%}.chatbotEmbedLinkAndDomains_cbAddDomainItem__bpI7i{cursor:pointer;margin:10px 0 0!important}.chatbotEmbedLinkAndDomains_cbNewDomainText__\+DF\+G{color:#6a097d!important;font-size:15px!important;font-weight:600!important}.callAnalysisDashboard_averageCallComponent__jG8wp{background-color:#fbf4ff!important;border-radius:10px!important;height:100%!important;padding:32px 24px!important}.callAnalysisDashboard_averageHeadingName__3350K{color:#1c1c1c!important;font-size:15px!important;font-weight:600!important}.callAnalysisDashboard_averageHeadingValue__NTmuk{color:#1c1c1c!important;font-size:24px!important;font-weight:700!important}.callAnalysisDashboard_pieChartContainer__EFEof{background-color:#f7f9fb!important;border-radius:10px!important;height:100%!important;padding:20px!important}.callAnalysisDashboard_pieChartHeadingName__1IH9s{color:#1c1c1c!important;font-size:16px!important;font-weight:600!important}.callAnalysisDashboard_pieChartsStyle__5vGSr .MuiChartsLegend-mark{y:-4!important;rx:50%!important;height:10px!important;width:10px!important}.callAnalysisDashboard_pieChartsStyle__5vGSr{height:190px!important;overflow:visible;width:200px!important}.callAnalysisDashboard_pieChartsStyle__5vGSr text{color:#1c1c1c!important;font-size:14px!important;font-weight:600!important;transform:translateX(5px)}.callAnalysisDashboard_customBarChart__4nyG6 .MuiBarElement-root{width:25px!important}.callAnalysisDashboard_customBarChart__4nyG6 svg{height:570px!important;overflow:visible!important}.callAnalysisDashboard_customBarChart__4nyG6 .MuiChartsXAxis-root text{font-size:8px!important}.callAnalysisDashboard_customBarChart__4nyG6{height:600px!important;margin-top:-150px!important;overflow:visible!important}.callAnalysisDashboard_agentGraphStyle__I9\+be{height:650px!important}.callAnalysisDashboard_customBarChart__4nyG6 .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__4nyG6 .MuiChartsGrid-line{stroke:#1c1c1c0d!important}.callAnalysisDashboard_customBarChart__4nyG6 .MuiChartsGrid-line:first-child{stroke:#1c1c1c33!important}.callAnalysisDashboard_tableBodyHeadingFontStyle__vOJ9s{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__uu1uk{color:#373737!important;font-size:14px!important;font-weight:500!important;padding:12px!important;white-space:nowrap!important}.callAnalysisDashboard_cellRow__cRdm6:last-child td{border-bottom:none!important}.callAnalysisDashboard_cellRow__cRdm6:hover{background-color:#f7f9fb!important}.callAnalysisDashboard_viewButtonStyle__futqU{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_labelHeading__0DVvP{color:#1c1c1c!important;font-size:14px!important;font-weight:600!important}.callAnalysisDashboard_labelCircle__2hXFL{border-radius:50%!important;height:10px!important;min-width:10px!important}.callAnalysisDashboard_viewButtonColumnStyle__XPNI8{background-color:#fff;position:-webkit-sticky!important;position:sticky!important;right:0!important}.callAnalysisDashboard_viewButtonColumnHeadingStyle__G2jKs{background-color:#fbf4ff!important;position:-webkit-sticky!important;position:sticky!important;right:0!important}@media screen and (max-width:1600px){.callAnalysisDashboard_labelHeading__0DVvP{color:#1c1c1c!important;font-size:13px!important;font-weight:600!important}.callAnalysisDashboard_tableBodyHeadingFontStyle__vOJ9s,.callAnalysisDashboard_tableBodySubHeadingFontStyle__uu1uk{font-size:13px!important}}@media screen and (max-width:1000px){.callAnalysisDashboard_pieChartContainer__EFEof{padding:0!important}.callAnalysisDashboard_pieContainer__f6p8d{padding:15px 0 15px 15px!important}.callAnalysisDashboard_barContainer__HBFjL{padding:15px 0 0 15px!important}.callAnalysisDashboard_pieLabelContainer__D4Z8p{padding:15px 15px 15px 0!important}.callAnalysisDashboard_tableBodySubHeadingFontStyle__uu1uk{font-size:13px!important}.callAnalysisDashboard_agentGraphStyle__I9\+be{width:1500px!important}.callAnalysisDashboard_cellRow__cRdm6:hover{background-color:#0000!important}.callAnalysisDashboard_viewButtonColumnStyle__XPNI8{background-color:#fff!important;position:-webkit-sticky!important;position:sticky!important;right:0!important}.callAnalysisDashboard_viewButtonColumnHeadingStyle__G2jKs{background-color:#fbf4ff!important;position:-webkit-sticky!important;position:sticky!important;right:0!important}}@media screen and (max-width:1600px){.callAnalysisDashboard_pieChartHeadingName__1IH9s{font-size:15px!important}}@media screen and (max-width:900px){.callAnalysisDashboard_pieChartHeadingName__1IH9s{font-size:14px!important}}.accountInformationCard_header__kWEy8{margin-bottom:1px solid #e9e9e9!important;padding:0 0 15px!important}.accountInformationCard_headerText__y4ycU{color:#1f384c;font-size:18px!important;font-weight:600!important}.accountInformationCard_objectKeyStyle__3LsQ5{color:#949494!important;font-size:16px;font-weight:600}.accountInformationCard_objectValueStyle__mC10u{color:#1f384c;font-size:15px;font-weight:600}.accountInformationCard_bottomContainer__-6UnR{background:#fff;padding:0 15px!important}.accountInformationCard_genericValueStyle__mmExe{font-size:16px!important;font-weight:500!important;margin:2px 0!important}.accountInformationCard_metaIconStyle__j82Qm{height:auto;margin-right:5px!important;width:18px}.accountInformationCard_qrpopupCardDesign__R3sjs{padding-bottom:35px!important;padding-top:0!important;width:380px!important}.accountInformationCard_qrCodeItem__aTD5X{margin-bottom:25px!important}.accountInformationCard_qrcodeTitleDesign__Oo4x7{color:#000!important;font-size:20px!important;font-weight:600!important}.accountInformationCard_copyToClipboardWrapper__cJvpH{margin-bottom:7px!important;max-width:256px!important}.accountInformationCard_tooltopZindex__EP5dH{z-index:1300!important}.accountInformationCard_qrZindex__bL0VH{z-index:1!important}.accountInformationCard_rightMargin__TiZ6z{margin-right:5px!important}.accountInformationCard_slackZohoAccSetUpDivider__g\+4ke{opacity:.8!important}.accountInformationCard_facebookIntegrationCard__tPMbT{max-width:335px!important;min-width:335px!important}.accountInformationCard_facebookIntegrationCard__tPMbT,.accountInformationCard_integrationDetailsCard__dEumO{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 3px #00000040!important;padding-bottom:15px!important;position:relative!important}.accountInformationCard_integrationDetailsCard__dEumO{max-width:300px!important;min-width:300px!important}.accountInformationCard_integrationHeader__mpwHq{border-radius:10px 10px 0 0!important;height:50px!important;margin-bottom:30px!important}.accountInformationCard_globalIntegrationIcon__d0QK0{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__u9AiB{background-color:#d9eaff!important;border-radius:5px 5px 0 0!important;padding:15px!important;text-align:right!important}.accountInformationCard_instagramPageID__sB9gE{background:linear-gradient(90deg,#833ab4,#fd1d1d,#fcb045)!important}.accountInformationCard_instagramPageID__sB9gE,.accountInformationCard_slackPage__kAmee{border-radius:5px 5px 0 0!important;color:#fff!important;padding:15px!important;text-align:right!important}.accountInformationCard_slackPage__kAmee{background:linear-gradient(90deg,#411041,#592c5a)!important}.accountInformationCard_zohoPage__nkCLo{background:#2c334d!important;border-radius:5px 5px 0 0!important;color:#fff!important;padding:15px!important;text-align:right!important}.accountInformationCard_instagramIDStyle__XcH05,.accountInformationCard_slackIDStyle__EH-qa{color:#fff!important;font-size:12px!important;font-weight:500!important}.accountInformationCard_integrationWabaID__\+rw8t{background-color:#d7f2db!important;border-radius:5px 5px 0 0!important;padding:15px!important;text-align:right!important}.accountInformationCard_pageIDStyle__hSABU{color:#8e8e8e!important;font-size:12px!important;font-weight:500!important}.accountInformationCard_instagramIcon__CrCjL{background-color:#c2f1ff!important}.accountInformationCard_instagramIcon__CrCjL,.accountInformationCard_integrationIcon__Xo9Lf{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__Xo9Lf{background-color:#cce5ff!important}.accountInformationCard_slackIcon__uyjb0{background-color:#ebeafe!important}.accountInformationCard_slackIcon__uyjb0,.accountInformationCard_wpintegrationIcon__hOYtX{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__G\+00s{background-color:#a7e3b0}.accountInformationCard_connectionStyle__m18Zx{margin:5px 15px 10px!important}.accountInformationCard_connectionButtonStyle__-Avns{margin:10px 15px 5px!important}.accountInformationCard_connectionTextStyle__AJJOT,.accountInformationCard_wpconnectionTextStyle__uEgwL{font-size:12px!important;font-weight:600!important}.accountInformationCard_wpintegrationTextStyle__XzWdT{font-size:13px!important;font-weight:600!important}.accountInformationCard_businessName__wPTzQ{margin:5px 15px 0!important}.accountInformationCard_integrationPageName__K1Rm-{margin-inline:15px!important}.accountInformationCard_chatbotNameLink__wrPJS{color:#6a097d!important;font-size:15px!important;font-weight:500!important}.accountInformationCard_pageNameStyle__VZNdx{color:#000!important;font-size:15px!important;font-weight:600!important}.accountInformationCard_phoneNumberStyle__gfdp4{color:#6a097d!important;cursor:pointer!important;font-size:15px!important;font-weight:600!important}.accountInformationCard_phoneNumberDefaultStyle__iXKId{color:#000!important;font-size:15px!important;font-weight:600!important}.accountInformationCard_integrationPageCategory__vkEUU{padding:10px 15px 0!important}.accountInformationCard_infoTooltipIcon__9ahQ1{cursor:pointer!important;height:20px!important;width:20px!important}.accountInformationCard_assignCustomRecipientTypography__zANjb{color:blue!important;cursor:pointer!important;font-size:14px!important;font-weight:500!important;text-decoration:underline!important}.accountInformationCard_pageCategoryStyle__1rIzv{color:#949494!important;font-size:12px!important;font-weight:500!important}.accountInformationCard_pageCategoryTextStyle__sEUia{color:#000!important;font-size:15px!important;font-weight:400!important;height:25px!important}.accountInformationCard_slackDescriptionTextStyle__BJeR6{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.accountInformationCard_chatbotNameStyle__xCN5h{color:#000!important;font-size:15px!important;font-weight:400!important}.accountInformationCard_qualityRatingTextStyle__RvzZp{font-size:15px!important;font-weight:500!important}.accountInformationCard_selectedChatbotstyle__Y8TWl{height:18px!important;margin-right:10px!important;width:18px!important}@media screen and (min-width:901px)and (max-width:1600px){.accountInformationCard_headerText__y4ycU{font-size:17px!important}.accountInformationCard_genericValueStyle__mmExe,.accountInformationCard_objectKeyStyle__3LsQ5{font-size:14px!important}.accountInformationCard_bottomContainer__-6UnR{padding:0 10px!important}.accountInformationCard_qrpopupCardDesign__R3sjs{width:380px!important}}@media screen and (min-width:601px)and (max-width:900px){.accountInformationCard_headerText__y4ycU{font-size:17px!important}.accountInformationCard_genericValueStyle__mmExe,.accountInformationCard_objectKeyStyle__3LsQ5{font-size:14px!important}.accountInformationCard_bottomContainer__-6UnR{padding:0 10px!important}.accountInformationCard_qrpopupCardDesign__R3sjs{width:420px!important}}@media screen and (min-width:0px)and (max-width:600px){.accountInformationCard_headerText__y4ycU{font-size:16px!important}.accountInformationCard_genericValueStyle__mmExe,.accountInformationCard_objectKeyStyle__3LsQ5{font-size:13px!important}.accountInformationCard_bottomContainer__-6UnR{padding:0 10px!important}.accountInformationCard_qrpopupCardDesign__R3sjs{padding-bottom:30px!important;padding-top:30px!important;width:300px!important}.accountInformationCard_qrcodeTitleDesign__Oo4x7{font-size:16px!important}.accountInformationCard_facebookIntegrationCard__tPMbT{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__tPMbT{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__oSD9M{padding:0 5px 0 0;padding-block:0}.chatbotWhatsAppIntegrationSetup_setUpTitle__ydnH0{font-size:16px!important;font-weight:600!important}.chatbotWhatsAppIntegrationSetup_setUpValue__hoyA2{font-size:14px!important;font-weight:500!important}.chatbotWhatsAppIntegrationSetup_setUpContent__VlR9w{color:#026666!important;font-size:13px!important;font-weight:400!important}.chatbotWhatsAppIntegrationSetup_integrateButtonGrid__k4HqN{align-items:center!important;border-top:1px solid #e1dcdc;display:flex!important;justify-content:center!important;padding-block:20px!important}.chatbotWhatsAppIntegrationSetup_viewIntegrationButtonGrid__p8-lB{align-items:center!important;color:#6a097d!important;display:flex!important;font-weight:600!important;justify-content:end!important;padding-block:20px!important}.chatbotWhatsAppIntegrationSetup_integrateGridStyles__Cw0qw{width:100%!important}.chatbotWhatsAppIntegrationSetup_integrateSkipButtonGrid__bFVYo{align-items:center!important;display:flex!important;justify-content:space-between!important;padding-block:10px 20px!important}.chatbotWhatsAppIntegrationSetup_setUpIndex__JXjpb{color:#16097d!important;font-size:16px!important;font-weight:600!important}.chatbotWhatsAppIntegrationSetup_setUpIndexGrid__ihScv{background-color:#dfecff!important;border-radius:50%!important;padding:4px 12px!important}.chatbotWhatsAppIntegrationSetup_tipStyle__zd-Uf{color:#026666!important;font-size:14px!important;font-weight:600!important}.chatbotWhatsAppIntegrationSetup_listSteps__ddBt1{color:#026666!important;list-style:inside!important;list-style-type:disc!important}.chatbotWhatsAppIntegrationSetup_stepsValue__Tujpp{color:#026666!important}.chatbotWhatsAppIntegrationSetup_listSteps__ddBt1 li{margin-block:10px!important}.chatbotWhatsAppIntegrationSetup_linkItems__EOV70{text-decoration:none!important}@media screen and (min-width:901px)and (max-width:1200px){.chatbotWhatsAppIntegrationSetup_setUpValue__hoyA2{font-size:13px!important}.chatbotWhatsAppIntegrationSetup_setUpTitle__ydnH0{font-size:15px!important}.chatbotWhatsAppIntegrationSetup_setUpIndex__JXjpb{font-size:14px!important}.chatbotWhatsAppIntegrationSetup_setUpIndexGrid__ihScv{padding:2px 10px!important}.chatbotWhatsAppIntegrationSetup_listSteps__ddBt1,.chatbotWhatsAppIntegrationSetup_stepsValue__Tujpp{font-size:14px!important;font-weight:400!important}}@media screen and (min-width:601px)and (max-width:900px){.chatbotWhatsAppIntegrationSetup_setUpValue__hoyA2{font-size:13px!important}.chatbotWhatsAppIntegrationSetup_setUpTitle__ydnH0{font-size:15px!important}.chatbotWhatsAppIntegrationSetup_setUpIndex__JXjpb{font-size:14px!important}.chatbotWhatsAppIntegrationSetup_setUpIndexGrid__ihScv{padding:2px 10px!important}.chatbotWhatsAppIntegrationSetup_listSteps__ddBt1,.chatbotWhatsAppIntegrationSetup_stepsValue__Tujpp{font-size:14px!important;font-weight:400!important}}@media screen and (min-width:0px)and (max-width:600px){.chatbotWhatsAppIntegrationSetup_setUpValue__hoyA2{font-size:13px!important}.chatbotWhatsAppIntegrationSetup_setUpTitle__ydnH0{font-size:15px!important}.chatbotWhatsAppIntegrationSetup_setUpIndex__JXjpb{font-size:14px!important}.chatbotWhatsAppIntegrationSetup_setUpIndexGrid__ihScv{padding:2px 10px!important}.chatbotWhatsAppIntegrationSetup_listSteps__ddBt1,.chatbotWhatsAppIntegrationSetup_stepsValue__Tujpp{font-size:14px!important;font-weight:400!important}}.integrations_subHeading__vCcKw{padding:5px 0 15px}.integrations_upperBlock__bTKYP{padding:0 28px 15px}.integrations_cbHeaderBreadCrumbsHeadText__ARI8V{color:#7a7a7a!important;font-size:13px!important;font-weight:600!important}.integrations_cbHeaderBreadCrumbsChatbotLabel__VIRhu{color:#1f384c!important;font-size:13px!important;font-weight:600!important}.integrations_cbHeaderBreadCrumbMainItem__-vFo0{margin:2px 0 0!important}.integrations_integrateGridStyles__hQ\+5u{width:100%!important}.integrations_blockMargin__rbA6H{margin-block:20px!important}.integrations_integrateButtonGrid__fJK45{align-items:center!important;display:flex!important;justify-content:center!important;padding-block:20px!important}.integrations_integrationView__HxbWf{padding:20px 30px!important}.integrations_integrationWorking__uoiWY{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 3px #0000004d!important;padding:20px!important}.integrations_workingIconStyle__Uj6W\+{border-radius:7px!important;padding:10px 0!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.integrations_integrationContent__gzOZm{display:flex!important;padding-top:4px!important}.integrations_whatsappIntegrationIcon__H3GXi{height:30px!important;width:30px!important}.integrations_integrationView__HxbWf{background-color:#f6f6f6!important;box-shadow:0 0 2px #00000040;padding:20px 25px!important}.integrations_integrationPhoneView__-FsBm,.integrations_integrationView__HxbWf{background-color:#fff!important;border-radius:10px!important;margin-top:15px!important;overflow:scroll!important}.integrations_integrationPhoneView__-FsBm{padding:20px 25px 20px 5px!important}.integrations_customRecipientMainContainer__JFCU3{padding:20px 5px!important}.integrations_integrationDefaultView__Gfbsy{background-color:#f6f6f6!important;height:calc(100vh - 110px)!important;padding:15px 25px!important}.integrations_integrationTable__qlAXX{overflow:auto!important;width:100%!important}.integrations_integrationTable__qlAXX::-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__qlAXX::-webkit-scrollbar{height:7px!important}.integrations_organizationStyle__I25Dy{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__I25Dy:hover{box-shadow:0 0 3px 0 #6a097d}.integrations_workspaceIconstyle__hQH3A{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__Ra8mm{color:#000;font-size:15px!important;font-weight:600!important;margin-bottom:10px!important}.integrations_activeStyle__f9bWW{color:#32bb46!important;font-size:15px!important;font-weight:600!important}.integrations_notActiveStyle__KBfnn{color:#bb3232!important;font-size:15px!important;font-weight:600!important}.integrations_fieldName__NLtq8{color:#949494!important;font-size:13px!important;font-weight:500!important}.integrations_fieldValue__Dy3s1{color:#000!important;font-size:15px!important;font-weight:400!important;margin-bottom:10px!important}.integrations_noTicketFieldFound__LCm8t{align-items:center;display:flex;height:calc(100vh - 250px)!important}.integrations_zohoIntegrationGridItem__O3c9N{z-index:2!important}.integrations_zohoInformationCardGridItem__BAiJx{max-height:83vh!important;overflow:auto!important;width:100%!important}.integrations_zohoInformationCardGridContainer__6ypOt{gap:30px!important}.integrations_zohoInformationCardBtnContainer__2qfFY{gap:12px!important;margin-bottom:30px!important}.integrations_showAllZohoAccountGridContainer__RvmxT{flex-direction:column!important;gap:20px!important;padding:30px!important}.integrations_zohoIntegrationGridContainer__41M--{flex-wrap:nowrap!important;overflow:auto!important}.integrations_tableHeadingFontStyle__gkaJr{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__SWePx{color:#000!important;font-size:14px!important;font-weight:500!important;padding:12px!important;white-space:nowrap!important}.integrations_ticketFieldTitle__oNG7e{color:#000!important;font-size:14px!important;font-weight:600!important;white-space:nowrap!important}.integrations_ticketSubjectStaticValueTitle__JwE3Y{color:#676767!important;font-size:14px!important;font-weight:500!important;white-space:nowrap!important}.integrations_ticketFieldValues__SVoA0{color:#000!important;font-size:14px!important;font-weight:500!important}.integrations_tableBodyRow__\+RnMM td{border:none!important}.integrations_zohoTextField__oaaxo{background-color:#fff!important;border-radius:4px!important;min-width:300px!important;width:100%!important}.integrations_zohoTextField__oaaxo fieldset{border:none!important;box-shadow:0 0 3px #00000040!important}.integrations_zohoTextField__oaaxo .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.integrations_zohoFieldsDropdown__TSuCt{border-radius:5px!important;font-size:14px!important;max-width:300px!important;max-width:100%!important;width:300px!important;width:100%!important}.integrations_zohoFieldsDropdown__TSuCt .MuiAutocomplete-endAdornment{position:relative!important}.integrations_zohoFieldsDropdown__TSuCt .MuiAutocomplete-clearIndicator{bottom:-14px!important;position:absolute!important;right:18px!important}.integrations_zohoFieldsDropdown__TSuCt .MuiAutocomplete-popupIndicator{bottom:-14px!important;position:absolute!important;right:-6px!important}.integrations_zohoFieldsDropdown__TSuCt .MuiAutocomplete-tag{margin:3px 0!important;max-width:calc(100% - 3px)!important}.integrations_zohoFieldsDropdown__TSuCt .MuiSelect-select{padding:8.5px 14px!important}.integrations_zohoFieldsDropdown__TSuCt .MuiAutocomplete-inputRoot{padding:3px 5px!important}.integrations_zohoFieldsDropdown__TSuCt fieldset{border:none!important;box-shadow:0 0 3px #00000040!important}.integrations_zohoFieldsDropdown__TSuCt .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__mPco4{background-color:#fbf4ff!important;border-radius:8px!important;padding:1px!important}.integrations_zohoTabGridStyle__g0w0U{max-width:45vw!important;min-width:320px!important;overflow:auto!important;padding:5px!important}.integrations_zohoTabGridStyle__g0w0U::-webkit-scrollbar{height:4px!important;width:1px!important}.integrations_zohoTabSelectStyle__vGDCa{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__hewJ\+{color:#000!important;font-size:14px!important;font-weight:600!important}.integrations_zohoTabSelectedMobileStyle__6Tw2C{border-bottom:3px solid #6a097d!important;color:#6a097d;cursor:pointer!important;padding-bottom:5px!important}.integrations_zohoSelectMobileStyle__tP0Qp{color:gray!important;cursor:pointer!important;padding-bottom:5px!important}.integrations_zohoTabSelectTextMobileStyle__VUG1j{font-size:13px!important;font-weight:600!important;white-space:nowrap!important}@media screen and (min-width:0px)and (max-width:1400px){.integrations_zohoTextField__oaaxo{min-width:250px!important}}@media screen and (max-width:1600px){.integrations_tableHeadingFontStyle__gkaJr{font-size:14px!important}.integrations_tableSubHeadingFontStyle__SWePx,.integrations_ticketFieldTitle__oNG7e,.integrations_ticketFieldValues__SVoA0,.integrations_ticketSubjectStaticValueTitle__JwE3Y{font-size:13px!important}}@media screen and (min-width:1200px){.integrations_showAllZohoAccountGridContainer__RvmxT{margin-top:0!important}.integrations_zohoIntegrationGridContainer__41M--{margin-top:0!important;padding:15px 15px 15px 5px!important}}@media screen and (min-width:0px)and (max-width:600px){.integrations_showAllZohoAccountGridContainer__RvmxT{margin-top:8px!important}.integrations_zohoIntegrationGridContainer__41M--{margin-top:-18px!important;padding:15px 7px!important}.integrations_whatsappIntegrationIcon__H3GXi{height:22px!important;width:22px!important}.integrations_integrationContent__gzOZm{padding-top:2px!important}.integrations_integrationView__HxbWf{overflow-y:scroll!important;padding:15px 10px!important}.integrations_integrationPhoneView__-FsBm{overflow-y:scroll!important;padding:5px!important}.integrations_integrationDefaultView__Gfbsy{height:calc(100vh - 90px)!important;overflow-y:scroll!important;padding:15px!important}.integrations_upperBlock__bTKYP{padding:0 20px!important}.integrations_dividerStyle__F2Jc1{margin-top:5px!important}.integrations_subHeading__vCcKw{padding:0 0 15px}}.integrations_whatsappIntegrationFontStyle__L-3Jl{font-size:17px!important;font-weight:600!important}.integrations_assignCusonRecippientBtnGrp__issoF{padding:20px 0!important}@media screen and (min-width:600px)and (max-width:900px){.integrations_whatsappIntegrationIcon__H3GXi{height:22px!important;width:22px!important}.integrations_integrationContent__gzOZm{padding-top:2px!important}.integrations_integrationDefaultView__Gfbsy,.integrations_integrationPhoneView__-FsBm,.integrations_integrationView__HxbWf{overflow-y:scroll!important;padding:15px!important}.integrations_integrationDefaultView__Gfbsy{height:calc(100vh - 100px)!important}.integrations_upperBlock__bTKYP{padding:0 20px!important}}@media screen and (min-width:901px)and (max-width:1600px){.integrations_whatsappIntegrationIcon__H3GXi{height:22px!important;width:22px!important}.integrations_integrationContent__gzOZm{padding-top:2px!important}.integrations_integrationDefaultView__Gfbsy,.integrations_integrationPhoneView__-FsBm,.integrations_integrationView__HxbWf{overflow-y:scroll!important;padding:15px!important}.integrations_integrationDefaultView__Gfbsy{height:calc(100vh - 100px)!important}.integrations_upperBlock__bTKYP{padding:0 20px 10px!important}}@media screen and (min-width:1200px)and (max-width:1600px){.integrations_upperBlock__bTKYP{padding:0 30px 15px!important}}.confirmationPopover_mainBlock__heQHd .MuiPaper-root{box-shadow:0 0 4px 0 #00000040;margin-top:30px;max-width:400px;overflow:visible;padding:20px;position:relative}.confirmationPopover_mainBlock__heQHd .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__heQHd .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__eRYcR{margin:10px 0!important}.confirmationPopover_descStyle__oGnzc{color:#000;font-size:13px;font-weight:500}.confirmationPopover_buttonWrapper__bYFRU{margin-top:15px!important}.confirmationPopover_buttonWrapperGrid__0GVmV{width:100px}.staticChatbotPreview_chatbotChatMainSectionItem__FZWoJ{padding:20px!important}.staticChatbotPreview_chatbotChatIconDiv__kB6Fi{align-self:self-start;border-radius:50%;box-shadow:0 0 2px 0 #00000026;display:flex;object-fit:cover;object-position:center}.staticChatbotPreview_botMsgBoxStyle__KynAJ{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__VToMk .staticChatbotPreview_botMsgBoxStyle__KynAJ{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll!important;background:initial!important;max-height:none!important}.staticChatbotPreview_prtbotMsgBoxStyle__XV7Tl{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__XqrC7{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__oB3TX{font-size:14px!important;word-break:break-all!important}.staticChatbotPreview_typeMessageItem__qjeSh{padding:0 10px!important}.staticChatbotPreview_typeMessageContainer__BUexz{align-items:center!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:10px!important;justify-content:center!important}.staticChatbotPreview_inputAdornment__oQ7vY{background-color:#f7e9ff80!important}.staticChatbotPreview_poweredByItem__dunPD{margin:10px!important;padding:0 10px!important}.staticChatbotPreview_chat_poweredby_text__RyHO2{color:#989696!important;display:flex!important;font-size:13px!important;font-weight:500!important;margin:2px 10px 0!important}.staticChatbotPreview_chat_powered_logo__nPtxn{height:auto;object-fit:fill;vertical-align:sub;width:100px}.staticChatbotPreview_chatbotPreviewMessageboxMainItem__A0\+3p{margin:0!important}.staticChatbotPreview_chatbotPreviewMessageboxMainContainer__yKp7k{border-radius:8px!important;box-shadow:1px 1px 5px -2px #f7e9ff!important}.staticChatbotPreview_sendMsgTextField__JO9Jy .MuiInputBase-input{color:#000;font-size:15px!important;font-weight:500!important;padding:11px 15px!important}.staticChatbotPreview_chatbotNavbarMainItem__iXfh-{border-bottom:1px solid #dedede;border-radius:15px 15px 0 0!important;box-shadow:0 0 2px 0 #00000026}.staticChatbotPreview_header__uGGOf{align-self:start;display:flex;width:100%}.staticChatbotPreview_headerMobile__P5PVj{align-self:start;display:flex;padding:10px 30px 0;width:100%}.staticChatbotPreview_svgStyle__UOdkT{display:flex;padding:0 7px}.staticChatbotPreview_sourceStyle__2LTZX{font-size:13px;font-weight:600}.staticChatbotPreview_parentbotMsgBoxStyle__VToMk,.staticChatbotPreview_userMessageContainer__G3VuY{position:relative}.staticChatbotPreview_userReactionStyle__-MJ2W{right:9px}.staticChatbotPreview_botReactionStyle__J6tcq,.staticChatbotPreview_userReactionStyle__-MJ2W{background:#fff;border:1px solid #e7dbdb;border-radius:50%;bottom:-17px;cursor:pointer;padding:1px;position:absolute}.staticChatbotPreview_botReactionStyle__J6tcq{left:9px}.staticChatbotPreview_scrollAnimation__FM4Tn{background-color:gray;transition:background-color .5s ease}.staticChatbotPreview_chatbot_preview_arrow_item__AJ\+DO{border-radius:10px!important;height:45px!important;max-height:45px!important;max-width:45px!important;width:45px!important}@media screen and (max-width:600px){.staticChatbotPreview_headerMobile__P5PVj{padding:10px 20px 0}}.staticChatbotPreview_cbNamePreviewSmall__tSFgA{display:flex!important;font-size:15px!important;font-weight:600!important}.staticChatbotPreview_cbIconStyle__Q8bdZ{border-radius:50%!important;height:30px!important;object-fit:fill!important;width:30px!important}.staticChatbotPreview_cbIconStyleScreen__aChij{border-radius:50%!important;height:24px!important;object-fit:fill!important;width:24px!important}.staticChatbotPreview_fieldOptionWrapper__AVsmb{gap:10px!important;margin-left:8px!important;margin-top:8px!important}.staticChatbotPreview_maxWidthInherit__E-igd{max-width:calc(100% - 80px)!important;width:inherit!important}.chatbotPreview_cbPreviewMainItem__HNZEC{padding:15px 0!important}.chatbotPreview_cbPreviewMainConatiner__F0ztm{flex-direction:column!important;position:relative!important}.chatbotPreview_cbPreviewTryItem__Hqhny{background-color:#0000!important;height:100%;padding:0!important}.chatbotPreview_mbStaticPreviewWrapper__GlhLX{align-items:center!important;flex-wrap:nowrap!important;justify-content:space-between!important}.chatbotPreview_cbMarginTop__l0evs{margin-top:5px!important}.chatbotPreview_cbPreviewHeadItem__aUkV7{text-align:center}.chatbotPreview_cbPreviewHead__LniKl{color:#1f384c!important;font-size:16px!important;font-weight:600!important}.chatbotPreview_previewIconWrapper__X4jaF{position:absolute!important;right:10px!important;text-align:end!important;top:12px!important;z-index:10000!important}.chatbotPreview_previewIconImg__s3pYM{height:auto!important;object-fit:fill!important;transform:rotate(180deg)!important;vertical-align:middle!important;width:23px!important}.chatbotPreview_cbPreviewResetBtn__\+bDbh{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__4E0AS,.chatbotPreview_tryPreviewHeadMainItem__40EQW{margin:10px auto!important}.chatbotPreview_cbChatBtnIconItem__Zbhmq{margin:0 auto!important}.chatbotPreview_cbChatBtnIconContainer__sOOXW{justify-content:center}.chatbotPreview_cbChatIconsitem__xSbzL{border-radius:50%!important;box-shadow:0 5px 15px #00000059!important;cursor:pointer!important;height:auto;width:45px}.chatbotPreview_cbPreviewIframeItem__BSSrX{margin:0 auto!important;max-width:485px!important;width:80%!important}.chatbotPreview_tryPreviewIframeItem__toAP-{margin:10px auto!important;max-width:460px!important;width:80%!important}.chatbotPreview_chatbotSwipeableDrawer__UNBbz{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__QZ28r::-webkit-scrollbar{display:none}.chatbotPreview_chatbotPreviewMainContainer__g0mhy,.chatbotPreview_chatbotPreviewMainItem__wvRWd,.chatbotPreview_chatbotPreviewSubContainer__LFsjZ{height:100%}.chatbotPreview_cbPreviewIframeParentDiv__5yWXs{height:100%;padding:5px!important}.chatbotPreview_tryPreviewIframeParentDiv__9qD-c{align-items:center;box-sizing:border-box!important;display:flex;height:100%;justify-content:center;padding:5px!important}.chatbotPreview_tryKnowPreviewIframeParentDiv__UYXIq{height:100%;padding:5px!important}.chatbotPreview_cbPreviewIframeParentDiv__5yWXs 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__9qD-c iframe{border-radius:15px!important;height:calc(100vh - 160px)!important;min-height:300px!important}.chatbotPreview_tryKnowPreviewIframeParentDiv__UYXIq 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__BSSrX{max-width:400px!important}}@media screen and (max-height:750px){.chatbotPreview_chatbotSwipeableDrawer__UNBbz{max-height:600px!important;top:10%!important}.chatbotPreview_cbPreviewIframeParentDiv__5yWXs iframe{height:525px!important}}@media screen and (max-width:1200px)and (min-width:0px){.chatbotPreview_cbPreviewHeadItem__aUkV7{margin-block:13px!important}.chatbotPreview_cbChatBtnIconItem__Zbhmq{margin:0 auto!important}.chatbotPreview_cbPreviewIframeParentDiv__5yWXs iframe{height:565px!important;min-height:auto!important}.chatbotPreview_tryPreviewIframeParentDiv__9qD-c iframe{height:calc(100vh - 160px)!important;min-height:300px!important}.chatbotPreview_tryKnowPreviewIframeParentDiv__UYXIq iframe{height:calc(100vh - 245px)!important;min-height:300px!important}.chatbotPreview_cbPreviewHeadMainItem__4E0AS{background:#fff;height:0!important;margin:5px auto!important;max-height:55px!important;top:0}.chatbotPreview_tryPreviewHeadMainItem__40EQW{height:85px!important;margin:0 auto!important;max-height:85px!important;top:0}.chatbotPreview_cbPreviewIframeItem__BSSrX{height:calc(100% - 110px)!important;min-height:410px!important;width:90%!important}.chatbotPreview_tryPreviewIframeItem__toAP-{margin:0 auto!important;width:90%!important}.chatbotPreview_cbChatIconsitem__xSbzL{height:auto;width:35px}}@media screen and (max-width:900px)and (min-width:601px){.chatbotPreview_tryPreviewIframeParentDiv__9qD-c iframe{height:calc(100vh - 170px)!important}}@media screen and (max-width:600px)and (min-width:0px){.chatbotPreview_chatbotSwipeableDrawer__UNBbz{width:95%!important}.chatbotPreview_cbPreviewIframeParentDiv__5yWXs iframe{height:100%!important;max-height:100%!important;min-height:300px!important}.chatbotPreview_tryPreviewIframeParentDiv__9qD-c iframe{height:calc(100vh - 160px)!important;max-height:100%!important;min-height:540px!important}.chatbotPreview_tryKnowPreviewIframeParentDiv__UYXIq iframe{height:calc(100vh - 275px)!important;margin-top:0!important;max-height:100%!important;min-height:300px!important}.chatbotPreview_cbPreviewHeadMainItem__4E0AS{background:#fff;height:0!important;margin:5px auto 0!important;max-height:55px!important;top:0}.chatbotPreview_tryPreviewHeadMainItem__40EQW{height:auto!important;margin:0 auto!important;max-height:auto!important;top:0}.chatbotPreview_tryPreviewIframeItem__toAP-{width:90%!important}}.chatbotPreview_fsStaticPreviewWrapper__emp5U{align-items:center!important;justify-content:space-between!important;position:relative!important}.chatbotPreview_fsPreviewHeadItem__iarz8{align-items:center;display:flex;justify-content:center;margin-bottom:8px;width:100%}.chatbotPreview_fsPreviewHeadContainer__MAc3q{gap:10px;justify-content:space-between}.phoneComponent_phoneInputWrapper__XfgeR{border-radius:3px;box-shadow:0 0 3px 0 #00000040!important;height:52px}.phoneComponent_phoneInputWrapper__XfgeR .react-tel-input{height:100%}.phoneComponent_phoneInputWrapper__XfgeR .selected-flag{padding:0 0 0 8px!important}.phoneComponent_phoneInputWrapper__XfgeR .form-control{border:initial!important;height:100%!important;width:100%!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__9k07w{background:linear-gradient(180deg,#fff 0,#efd7fe);border-radius:0 0 12px 12px;padding:30px 70px 35px!important;width:100%}.planHasExhausted_meterWrapper__vMPYQ{padding:30px 0 20px}.planHasExhausted_heading__8BCQg{color:#6a097d;font-size:18px;font-weight:600;margin-bottom:10px!important;text-align:center}.planHasExhausted_subHeading__Hl7b5{color:#1f384c!important;font-size:14px!important;font-weight:500!important}.planHasExhausted_coloredSubheading__cKtC1{color:#6a097d!important;font-size:14px!important;font-weight:500!important}.planHasExhausted_creditText__uqWWC{color:#4c4a4d!important;font-size:13px!important;font-weight:500!important}.planHasExhausted_textAlignCenter__lZ0bv{text-align:center}.planHasExhausted_signUpBtnWrapper__FWhH2{font-size:15px!important;margin:25px 0 5px!important;min-width:161px}.planHasExhausted_secondGrid__njfKX{padding:9px 0!important}.planHasExhausted_bottomText__TWQD4{color:#4c4a4d!important;font-size:12px!important;font-weight:500!important}.planHasExhausted_bottomColoredText__CtlJt{color:#6a097d!important;cursor:pointer;font-size:12px!important;font-weight:600!important;padding-left:3px}.planHasExhausted_confirmationText__qUH0K{color:#1f384c;font-size:18px;font-weight:600;margin:23px 0 7px!important}.planHasExhausted_subText__3N5j3{font-size:15px!important;font-weight:400!important;margin-bottom:20px!important;max-width:264px!important;text-align:center!important}.planHasExhausted_buttonWrapper__zdK-0{margin:0 10px!important;width:100px}.calendly_setupDiv__lCzZk{background-color:#f7e9ff80;border-radius:5px;padding:30px;width:auto}.calendly_setupDivText__eZNGS{font-size:15px;font-weight:600}.calendly_stepContainer__kjneC{align-items:center;cursor:pointer;display:flex}.calendly_circle__Egweg{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__dCmEV{font-size:15px}.calendly_onCLickBgColor__GdEDM{background-color:#6a097d}.calendly_onCLickColor__MOm4U{color:#6a097d;font-weight:600}.calendly_selectedCardStyle__sAWYz{background-color:#fbf4ff}.calendly_selectedCardBtnStyle__TM6s6{background-color:#6a097d;color:#fff}.calendly_calendlySelectedEventCardStyle__vlqC\+{background-color:#fbf4ff!important}.calendly_templateCardStyle__vDqvZ{height:auto!important;width:auto}.templateCard_templateTileStyle__277-J{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__277-J:hover{box-shadow:0 0 3px 0 #6a097d}.templateCard_templateTitleTextstyle__cgvoM{color:#000;font-size:17px;font-weight:500;margin-bottom:10px!important}.templateCard_templateDescriptionTextStyle__oAo8p{color:#7a7a7a;font-size:13.4px;font-weight:400}.templateCard_templateIconStyle__aUUoB{margin-bottom:10px!important}.templateCard_templateDescOverflowStyle__t\+F9c{-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important;text-overflow:ellipsis!important}.templateCard_activityGrid__FFFF6{position:absolute!important;right:20px!important;top:15px!important}.templateCard_badgeStyle__d-d\+S{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__277-J{border-radius:10px;box-shadow:0 0 15px 0 #00000014;height:200px;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__cgvoM{font-size:15px}}@media screen and (min-width:601px)and (max-width:900px){.templateCard_templateTitleTextstyle__cgvoM{font-size:15px}}@media screen and (min-width:901px)and (max-width:1600px){.templateCard_templateTitleTextstyle__cgvoM{font-size:15px}.templateCard_templateTileStyle__277-J{max-width:325px!important;min-width:325px}}.templateCard_fieldName__tEtIT{color:#949494!important;font-size:13px!important;font-weight:500!important}.templateCard_fieldValue__NCSsx{color:#000!important;font-size:15px!important;font-weight:400!important;margin-bottom:10px!important}.templateCard_fieldCountStyle__JCx3e{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}.welcome_smallMenu__XGXaN{maxHeight:150px}.welcome_welcome_pg_wz_logo__MCL7j{width:170px}.welcome_welcomePageProgress__z3fv6 .MuiCircularProgress-progress{stroke:#6a097d!important}.welcome_welcomePageProgress__z3fv6 .MuiCircularProgress-track{stroke:#f7e9ff}.welcome_skipBackBtn__JR72N{align-content:end;align-items:center!important;border:none!important;color:#000000b3!important;column-gap:0;font-size:18px!important;font-weight:600!important;justify-content:center!important;text-transform:none!important}.welcome_questionsContainer__7lGZA{align-items:start!important;display:flex;flex-direction:column!important;justify-content:center!important;margin:auto!important;max-width:1050px!important;padding:50px}.welcome_questionsContainerButton__lX\+8O{align-items:center!important;display:flex;justify-content:start!important;margin:auto!important;max-width:960px!important;padding:50px}.welcome_questionsWrapper__FTEy7{width:100%!important}.welcome_navContainer__vz9-b{align-items:center;justify-content:space-between;margin-inline:auto;padding:20px 50px 0}.welcome_staticDataWrapper__2ErTL{display:flex;gap:15px;padding-bottom:35px}.welcome_backSkipContainer__fPF05{align-items:end;display:flex;justify-content:space-between;padding:50px 0}.welcome_dropdownForOptions__9a-Ff{margin-top:10px;width:100%}.welcome_textField__XsIta{border:none!important}.welcome_textField__XsIta>div{border:none!important;box-shadow:0 0 4px 0 #00000040!important}.welcome_textField__XsIta>div:focus{outline:1px solid #00000080!important}.welcome_textField__XsIta input{padding-bottom:0!important;padding-top:0!important}.welcome_textField__XsIta input::placeholder{font-size:14px!important}.welcome_startWritingBtn__HLpIa{background:#6a097d!important;color:#fff!important;font-size:17px!important;text-transform:none!important}.welcome_startWritingBtn__HLpIa:disabled{background:#6a097d80!important}.welcome_optionsList__tJ-x4{border-radius:8px;display:flex;font-size:10px!important;gap:15px;margin-top:10px;padding:0}.welcome_optionsList__tJ-x4 div{border-radius:6px;margin-top:4px;padding-bottom:3px;padding-top:3px}.welcome_optionsList__tJ-x4 li:active div,.welcome_optionsList__tJ-x4 li:hover div{background-color:#f7e9ff!important;color:#000!important}@media(max-width:500px){.welcome_welcome_pg_wz_logo__MCL7j{width:140px}}.welcome_chipStyle__pK-nG{background:#fff!important;border-radius:5px!important;box-shadow:0 0 4px 0 #0003!important;color:#1f384c!important;font-size:14px!important;font-weight:500!important;height:50px!important;padding:14px 0!important}.welcome_chipStyleSelected__gwgaw,.welcome_chipStyle__pK-nG:hover{background:#f7e9ff!important;box-shadow:0 0 2px 0 #6a097d!important;color:#6a097d!important}.welcome_chipStyleSelected__gwgaw{border-radius:5px!important;font-size:14px!important;font-weight:500!important;height:50px!important;padding:14px 0!important}.welcome_memberCountWrapper__suW6W{align-items:center!important;display:flex!important;justify-content:center!important;text-align:center!important;width:187px!important}.welcome_memberCount__u\+6lk:hover{background:#f7e9ff!important;box-shadow:0 0 2px 0 #6a097d!important;color:#6a097d!important}.welcome_memberCount__u\+6lk{background:#fff!important;box-shadow:0 0 4px 0 #0003!important;color:#1f384c!important}.welcome_memberCount__u\+6lk,.welcome_selectedMemberCount__A3qjJ{font-size:14px!important;font-weight:500!important;height:50px!important;padding:15px 10px!important;text-align:center!important}.welcome_selectedMemberCount__A3qjJ{background:#f7e9ff!important;box-shadow:0 0 2px 0 #6a097d!important;color:#6a097d!important}.welcome_subTextStyle__vGRxI{color:#a5a5a5!important;font-size:14px!important;font-weight:400!important}@media screen and (max-width:450px){.welcome_questionsContainer__7lGZA{padding:30px}.welcome_navContainer__vz9-b{padding:20px 30px 0}.welcome_backSkipContainer__fPF05{padding:30px}.welcome_questionsContainerButton__lX\+8O{padding:20px 30px!important}}.welcome_welcomeText__-hv\+s{margin-bottom:40px!important}.welcome_confirmationText__dTmt2{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#6a097d,#0a6add,#6a097d,#0a6add);-webkit-background-clip:text;font-size:60px;font-weight:600}.welcome_introGrid__4abR5{background-image:url(/static/media/waves.dfab93c371184da94468.png);background-position:bottom;background-repeat:no-repeat;background-size:cover;height:calc(100vh - 55px);padding:130px!important;position:relative}.welcome_overlay__pnq8B{background-color:#ffffff80;height:100%;left:0;mix-blend-mode:soft-light;padding:130px;position:absolute;top:0;width:100%}.welcome_introText__0gRYu{color:#4c4a4d;font-size:30px;font-weight:600}.welcome_subHeadingStyle__Myq-8{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#6a097d,#2b61a2);-webkit-background-clip:text;font-size:35px;font-weight:600}.welcome_introTextDescriptionStyle__7cS04{color:#1f384c!important;font-size:30px!important;font-weight:400!important;padding-top:20px!important}.welcome_subQueStyle__xIJ5B{color:#4c4a4d!important;font-size:16px!important;font-weight:400!important;margin-bottom:8px!important;margin-top:24px!important}.welcome_welcomeText__-hv\+s{font-size:50px;font-weight:400}@media screen and (min-width:600px)and (max-width:1000px){.welcome_overlay__pnq8B{padding:70px}.welcome_confirmationText__dTmt2{font-size:50px}.welcome_subHeadingStyle__Myq-8{font-size:30px}.welcome_introTextDescriptionStyle__7cS04{font-size:25px!important}}@media screen and (max-width:600px){.welcome_overlay__pnq8B{padding:40px}.welcome_confirmationText__dTmt2{font-size:40px}.welcome_subHeadingStyle__Myq-8{font-size:22px}.welcome_introTextDescriptionStyle__7cS04{font-size:18px!important;padding-top:10px!important}.welcome_questionsContainerButton__lX\+8O{padding:20px 50px}}.accountDetails_accDetailsMainItem__-sr4s,.accountDetails_accountDetailsWrapperStyle__HpA6B{border-radius:10px;box-shadow:0 0 3px 0 #00000040;padding:30px}.accountDetails_accDetailsMainItem__-sr4s{margin-bottom:30px!important}.accountDetails_accDetailsFormMainItem__NaIa2{margin:20px 0 30px!important}.accountDetails_accDetailsFormMainContainer__wKv2m{justify-content:start}.accountDetails_accDetailsMainHead__uKRdf{color:#000!important;font-size:18px!important;font-weight:600!important}.accountDetails_accDetailsSubHead__3LvoS{color:#000000b3!important;font-size:15px!important;font-weight:500!important}.accountDetails_firstBlock__FPnWJ{margin-bottom:30px!important}.accountDetails_personalInfoTextStyle__SE3G2{color:#4c4a4d!important;font-size:15px!important;font-weight:600!important;margin-bottom:5px!important}.accountDetails_updateTextStyle__AmjE1{color:#4c4a4d;font-size:12px!important;font-weight:600}.accountDetails_accDetailsGlobalFieldsItem__P1NX2{margin:0 25px 15px 0!important;max-width:350px!important;min-width:auto!important;width:350px!important}.accountDetails_accDetailsFullWithStyle__FohiX{width:100%}.accountDetails_accDetailGlobalFieldsLabel__amPME{color:#000!important;font-size:15px!important;font-weight:600!important}.accountDetails_accDetailGlobalFieldsItem__w6liU,.accountDetails_accDetailsGlobalFieldLabelItem__cfSZe{margin:4px 0!important}.accountDetails_accCancelBtnitem__lf42p,.accountDetails_accSaveBtnitem__IsmrC{max-width:120px!important;width:120px!important}@media screen and (max-width:600px)and (min-Width:320px){.accountDetails_accDetailsGlobalFieldsItem__P1NX2{margin:0 0 15px!important;max-width:350px!important;min-width:auto!important;width:350px!important}}@media screen and (max-width:600px)and (min-Width:320px)and (max-width:425px)and (min-Width:320px){.accountDetails_accDetailsGlobalFieldsItem__P1NX2{margin:0 0 15px!important;max-width:350px!important;min-width:auto!important;width:350px!important}.accountDetails_accDetailsMainItem__-sr4s{border-radius:10px;box-shadow:0 0 3px 0 #00000040;margin:30px 0!important;padding:30px 20px}}.accountDetails_fieldWrapper__5oPdr{margin:0 30px 20px 0!important;max-width:330px}.accountDetails_phoneInputWrapper__pgjpi{border-radius:3px;box-shadow:0 0 3px 0 #00000040!important;height:52px}.accountDetails_phoneInputWrapper__pgjpi .react-tel-input{height:100%}.accountDetails_phoneInputWrapper__pgjpi .selected-flag{padding:0 0 0 15px!important}.accountDetails_phoneInputWrapper__pgjpi .form-control{height:100%!important}.feedbackDialog_chat_feedback_btn__SBuIZ{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__SBuIZ:hover{background-color:gray;color:#000!important}.feedbackDialog_chatbot_submit_btn_hover__Ic7n8:hover{background-color:#ececec!important;color:#000!important}.feedbackDialog_chat_feedback_selected_btn__AydsV{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__\+dc1M{margin:5px 8px 5px 0!important}.feedbackDialog_chat_feedback_textfield__q5CQh{background-color:#e4e4e4!important;background-color:#0000!important;border-radius:5px;box-shadow:0 0 2px #00000040!important}.feedbackDialog_chat_feedback_textfield__q5CQh,.feedbackDialog_chat_feedback_textfield__q5CQh input{font-size:14px!important;font-weight:500!important}.feedbackDialog_chat_feedback_textfield__q5CQh fieldset{border:none!important;outline:none!important}.feedbackDialog_chat_feedback_textfield__q5CQh .MuiOutlinedInput-input{padding:12px 10px!important}.feedbackDialog_chat_feedback_textfield__q5CQh .MuiInputBase-multiline{padding:0!important}.feedbackDialog_chat_feedback_textfield__q5CQh .MuiOutlinedInput_notchedOutline{border:none!important}.feedbackDialog_feedback_submit_btn__yfjwa{background-color:#000!important;border-radius:5px!important;color:#fff!important;font-size:13px!important;font-weight:500!important;padding:7px 15px!important;text-transform:none!important}.feedbackDialog_feedback_submit_btn__yfjwa:disabled{opacity:.5}.feedbackDialog_feedback_reset_btn__3HVU-{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__3HVU-:disabled{opacity:.5}.feedbackDialog_longTextFeedbackInputField__\+NL69::placeholder{color:#0000005e!important;font-weight:500!important}.feedbackDialog_chat_feedback_textfield__q5CQh::placeholder{color:#0000005e!important;font-size:14px!important}.feedbackDialog_chat_feedback_textfield__q5CQh .feedbackDialog_MuiInputBase-root__GOxNP{font-size:14px!important}.datePickerStyles_presetsButtonItem__8BUuP{margin-left:20px!important;padding-bottom:15px!important}.datePickerStyles_presetsButtonContainer__Pn7av{display:flex!important;justify-content:space-between!important}.datePickerStyles_presetsButtonGap__M0sFX{gap:12px!important}.datePickerStyles_chosenButton__3\+Vny{background-color:#6a097d!important;color:#fff!important;padding:4px 15px!important;text-transform:capitalize!important}.datePickerStyles_chosenButton__3\+Vny:hover{background-color:#f7e9ff!important;box-shadow:0 0 4px #6a091980!important;color:#6a097d!important}.datePickerStyles_defaultButton__kEoIO{background-color:#000!important;color:#fff!important;padding:4px 15px!important;text-transform:capitalize!important}.datePickerStyles_defaultButton__kEoIO:hover{background-color:#f7e9ff!important;box-shadow:0 0 4px #6a091980!important;color:#6a097d!important}.datePickerStyles_closeBtnMargin__Vr-ry{margin-right:20px!important}.tab_outlineChildFullHeight__pvKLC{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__2u2sn{height:100%}.tab_tabAIOutputWrapper__ALXNQ{background:#fff;border-radius:10px;display:flex;flex-direction:column!important;height:100%;max-height:calc(100vh - 245px);overflow:auto}.tab_outlineChildPartialHeight__kwoRN{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__IdxkB ::-webkit-scrollbar-track{max-height:none}.tab_outlineChildTabHeader__blNuR{margin-bottom:15px!important}.tab_outlineChildTabHeader__blNuR .MuiTabs-indicator{background-color:#4c4a4d!important}.tab_outlineChildTabHeader__blNuR .MuiTabs-flexContainer{height:42px}.tab_outlineChildTabHeader__blNuR .Mui-selected{color:#4c4a4d!important}.tab_outlineChildTabHeader__blNuR .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__0aQIx .MuiTabs-indicator{background-color:#6a097d;border-top-left-radius:15px;border-top-right-radius:15px;height:5px}.tab_settingsTabStyle__0aQIx .Mui-selected{color:#4c4a4d;font-size:15px;font-weight:600;text-transform:inherit}.tab_settingsTabStyle__0aQIx .MuiTab-root{border-bottom:2px solid #d6d6d6;font-size:14px;font-weight:600;padding:9px!important;text-transform:inherit}.tab_settingsTabStyle__0aQIx .Mui-selected{color:#4c4a4d!important}.tab_settingsTabStyle__0aQIx{margin-bottom:15px}@media only screen and (max-width:1220px){.tab_settingsTabStyle__0aQIx .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__0aQIx .MuiTabs-root{margin-left:20px!important}.tab_settingsTabStyle__0aQIx{margin-inline:20px!important}}@media only screen and (min-width:600px)and (max-width:860px){.tab_tabAIOutputWrapper__ALXNQ{height:calc(100vh - 280px)}}@media only screen and (min-width:320px)and (max-width:599px){.tab_tabAIOutputWrapper__ALXNQ{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__kwoRN{height:calc(100% - 130px)}}.botmessage_botMessageBlock__R3xR4{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__R3xR4:hover .botmessage_botCopyIcon__cemim{opacity:1}.botmessage_botCopyIcon__cemim{bottom:0;cursor:pointer;left:-25px;opacity:0;position:absolute}.botmessage_feedbackMenuItem__\+pE6k .MuiMenuItem-root{padding:3px 10px!important}.botmessage_botMessageBlockItem__ivKaV{margin:10px 0!important;max-width:calc(100% - 10px)!important;text-align:start;width:auto}.botmessage_botMessageBlockContainer__x\+50M{align-items:end;flex-wrap:nowrap;justify-content:end}.botmessage_feedbackTooltipStyles__LN2-B{left:-30px;margin-top:0;position:absolute;top:0}.botmessage_messageFormatComponents__p0ZER{align-items:end!important;flex-wrap:nowrap!important;justify-content:end!important;margin-left:30px!important;max-width:calc(100% - 85px)!important}.botmessage_messageFormatComponentsForMultipleImages__o1N6F{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__BJvV7{border-radius:8px!important;max-width:300px!important;object-fit:contain!important;width:100%!important}.ratingCardStyles_cr_main_item__f-W6j{margin:10px 0 10px 6px!important;max-width:430px!important;width:auto!important}.ratingCardStyles_cr_sub_item__diV6P{border-radius:5px;box-shadow:0 0 3px 0 #00000026!important;padding:10px 10px 10px 0!important}.ratingCardStyles_cr_star__2YJOj{font-size:40px!important;width:100%!important}.ratingCardStyles_cr_star__2YJOj label{min-width:20%!important;width:20%!important}.ratingCardStyles_cr_star__2YJOj .MuiRating_icon{justify-content:center}.ratingCardStyles_cr_rating_labes__KvRhk{font-size:13px!important;font-weight:500!important}.ratingCardStyles_ratings__8ssU2 .rr--box{height:40px!important}.ratingCardStyles_rating_submit_btn__ilxZk{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__KvRhk{font-size:11px!important;font-weight:500!important}.ratingCardStyles_ratings__8ssU2 .rr--box{height:30px!important}.ratingCardStyles_rating_labels__HOMXy{font-size:12px!important;font-weight:500!important}.ratingCardStyles_cr_star__2YJOj{font-size:20px!important;width:100%!important}}@media only screen and (max-width:430px)and (min-width:400px){.ratingCardStyles_rating_submit_btn__ilxZk{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__8ssU2 .rr--box{height:25px!important}.ratingCardStyles_rating_labels__HOMXy{font-size:10px!important;font-weight:500!important}.ratingCardStyles_rating_submit_btn__ilxZk{font-size:12px!important;font-weight:500!important;margin-left:15px!important}}@media screen and (max-width:410px){.ratingCardStyles_cr_rating_labes__KvRhk{font-size:11px!important;font-weight:500!important}.ratingCardStyles_cr_star__2YJOj{font-size:25px!important;width:100%!important}}@media only screen and (max-width:500px)and (min-width:440px){.ratingCardStyles_cr_main_item__f-W6j{max-width:95%!important;width:auto!important}}@media only screen and (max-width:439px)and (min-width:0px){.ratingCardStyles_cr_main_item__f-W6j{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__5QGa5 span{font-size:15px;font-weight:500}.mobileDropdownDrawer_dropdownTitleStyle__lZJow{padding:0!important}.customForm_custom_form_grid_style__FrYK2{padding:20px!important}.customForm_custom_form_title_text_style__ynN81{font-size:15px!important;font-weight:600!important}.customForm_custom_form_field_heading_style__CzUIo{font-size:14px!important;font-weight:500!important}.customForm_custom_form_field_textfield__Dtu\+c{border:none!important;border-radius:5px!important;box-shadow:0 0 2px #00000040!important;width:100%!important}.customForm_custom_form_field_textfield__Dtu\+c fieldset{border:none!important}.customForm_custom_form_field_textfield__Dtu\+c .MuiOutlinedInput-input{font-size:14px!important;font-weight:500!important;padding:11.5px 14px!important}.customForm_custom_form_field_textarea__qaXF8{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__aUKp3{font-size:14px!important;opacity:.5!important;padding:6px 20px!important;text-transform:none!important}.customForm_methodAutoComplete__vpvZY{box-shadow:0 0 3px #00000040!important;font-weight:500!important}.customForm_methodAutoComplete__vpvZY .MuiOutlinedInput-root{padding:0 4px!important}.customForm_methodAutoComplete__vpvZY .MuiInputBase-input{font-weight:500!important}.customForm_methodAutoComplete__vpvZY .MuiAutocomplete-input{font-size:14px!important}.cartForm_cart_form_container_style__tFYM1{height:100%!important;max-height:100%!important;padding:15px 0!important;position:relative!important}.cartForm_cart_form_heading_text_style__BQxwf{color:#000!important;font-size:15px!important;font-weight:600!important}.cartForm_cart_details_item_style__G3G4N{height:100%!important;max-height:calc(100% - 160px)!important;overflow:auto!important;padding:0 5px 5px!important}.cartForm_cart_details_item_style__G3G4N::-webkit-scrollbar{width:4px!important}.cartForm_cart_form_cta_button_style__63wFt,.cartForm_cart_form_product_total_price_style__qfE7X{font-size:14px!important;font-weight:600!important}.cartForm_cart_form_cta_button_style__63wFt{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__\+bZKG{background-color:#fff!important;border-bottom:1px solid #0000001a!important;border-radius:5px!important;padding:13px 10px!important}.cartForm_cart_form_product_name_style__xj53V{color:#000!important;font-size:13px!important;font-weight:600!important}.cartForm_cart_form_product_price_style__Z3MGl{color:#000!important;font-size:14px!important;font-weight:600!important}.cartForm_cart_form_product_initial_price_sytle__Cy-MT{-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__1cpQF{color:#7a7a7a!important;font-size:10px!important;font-weight:500!important;overflow:hidden!important;text-align:end!important}.cartForm_cart_form_add_remove_button__1WLMz{min-width:0!important;padding:0 3px 2px!important;text-align:center!important}.cartForm_cart_add_remove_icons__oteVr{color:#40b87b!important;font-size:20px!important}.cartForm_cart_count_text_style__x6Erv{color:#40b87b!important;font-size:14px!important;font-weight:600!important}.cartForm_cart_add_remove_item_style__PLoyu,.cartForm_cart_count_item_style__9sbEr{border:1px solid #40b87b!important;border-radius:5px!important}.cartForm_cart_count_item_style__9sbEr{min-width:0!important;min-width:40px!important;padding:1.5px 0!important;text-align:center!important}.cartForm_metadataStylesVariants__04Lxx{color:#000!important;font-size:12px!important;font-weight:500!important}.cartForm_cart_product_variant_list__wC8ef{margin-block-end:0!important;margin-block-start:0!important;padding-inline-start:25px!important}.variantMenuCarousel_globalVariantTextField__X3apZ{-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__ibEq0{color:#000!important;font-size:14px!important;font-weight:600!important}.variantMenuCarousel_productCountryStyle__bRR1W{color:#7a7a7a!important;font-size:12px!important;font-weight:500!important}.variantMenuCarousel_primaryVariantFontStyle__yyQFn{font-size:14px!important;font-weight:600!important}.variantMenuCarousel_secondaryVariantFontStyle__v80ds{font-size:13px!important;font-weight:600!important}.variantMenuCarousel_productCategoryStyles__4MIwi{border-radius:5px!important;padding:4px 8px!important;white-space:nowrap!important}.variantMenuCarousel_ctaButtonStyles__PGjUU{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__pzGbu{min-width:0!important;padding:5px 18px!important;text-align:center}.extensionDrawer_extension_drawer_popup_style__e3pL5{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__VIBdP{cursor:pointer!important;font-size:13px!important;font-style:italic!important;font-weight:500!important}.extensionDrawer_extension_form_grid_style__x-FLX{height:100%!important;max-height:calc(100% - 10px)!important;padding:10px 5px!important;position:relative!important}.extensionDrawer_extensions_sub_fields_grid_style__aly7c{height:100%!important;max-height:350px!important;overflow:auto!important;padding:5px!important}.extensionDrawer_extensions_sub_fields_grid_style__aly7c::-webkit-scrollbar{width:4px!important}.extensionDrawer_extension_name_heading_style__I0IHn{color:#000!important;font-size:14px!important;font-weight:600!important}.extensionDrawer_extension_name_item_style__ZNQHP,.extensionDrawer_selected_extension_item_style__pvWzA{cursor:pointer!important;padding-bottom:10px!important}.extensionDrawer_extension_name_style__xAkmj,.extensionDrawer_selected_extension_name_style__wEGPO{font-size:13px!important;font-weight:600!important}.extensionDrawer_extension_name_style__xAkmj{color:#000!important}.extensionDrawer_extension_name_heading_text_style__TeqHp{font-size:13px!important;font-weight:600!important}.extensionDrawer_extension_table_body_style__nOklG tr:nth-child(odd){background-color:#f7e9ff66!important}.extensionDrawer_extension_table_body_style__nOklG tr:nth-child(odd):hover{background-color:#fafafa!important}.extensionDrawer_extension_table_row_style__HWZ8f:last-child td{border-bottom:none!important}.extensionDrawer_extension_table_row_style__HWZ8f:hover{background-color:#fafafa!important}.extensionDrawer_extension_number_text_style__OP2RX{font-size:13px!important;font-weight:600!important}.extensionDrawer_extension_name_text_style__5uewW{color:#000!important}.extensionDrawer_extension_name_text_style__5uewW,.extensionDrawer_variant_name_text_style__wtndn{font-size:13px!important;font-weight:500!important}@media screen and (max-width:1220px){.extensionDrawer_extension_drawer_popup_style__e3pL5{margin-top:0!important;padding:8px!important}}.tableFormat_table_name_heading_style__KZJpz{color:#000!important;font-size:15px!important;font-weight:600!important}.tableFormat_table_format_popup_style__NWScU{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__QeAuN{height:100%!important;max-height:calc(100% - 100px)!important;overflow:auto!important;padding:5px!important}.tableFormat_table_sub_fields_grid_style__QeAuN::-webkit-scrollbar{width:4px!important}.tableFormat_table_format_row_style__6j-q2:last-child td{border-bottom:none!important}.tableFormat_table_format_row_style__6j-q2:hover{background-color:#fafafa!important}.tableFormat_table_format_number_text_style__gFmif{font-size:14px!important;font-weight:600!important}.tableFormat_table_format_name_text_style__eDv8-{color:#000!important;font-size:14px!important;font-weight:500!important}.tableFormat_table_format_container_style__UoyK6{border:1px solid #e9e9e9!important;border-radius:5px!important;overflow:auto!important}.tableFormat_table_format_container_style__UoyK6::-webkit-scrollbar{height:4px!important;width:4px!important}.tableFormat_table_format_container_style__UoyK6 .tableFormat_dt-layout-row__BENt9{display:none!important}.tableFormat_table_format_container_style__UoyK6 .tableFormat_dt-layout-table__9ItR1{display:block!important}.tableFormat_table_format_heading_cell_style__J\+03A{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__iub\+2{left:0!important;position:-webkit-sticky!important;position:sticky!important;z-index:2!important}.tableFormat_table_format_heading_style__S3gTe{z-index:5!important}.tableFormat_table_format_cell_style__JWtX2{border-bottom:1px solid #e9e9e9!important;font-size:13.5px!important;font-weight:500!important;padding:12px 14px!important}.campaignContactStyle_campaignContactPopupTextField__naoCH fieldset{border:none!important;box-shadow:0 0 3px #00000040!important}.campaignContactStyle_campaignContactFieldPopupTextField__HfjIO fieldset{border:none!important;outline:none!important}.campaignContactStyle_campaignContactFieldPopupTextField__HfjIO .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:12.5px 14px!important}.campaignContactStyle_contactListNameTitle__8rFBo{color:#000!important;font-size:16px!important;font-weight:500!important}.campaignContactStyle_contactListContainer__6KeAH{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__qUFe5{color:#7a7a7a!important;cursor:pointer!important}.campaignContactStyle_contactBoxGrid__ZLkTN{border-radius:20px!important;box-shadow:0 0 2px 0 #6a097d!important;padding:5px 10px!important}.campaignContactStyle_runCampaignGrid__gSGrT{border-radius:20px!important;box-shadow:0 0 4px 0 #6a097d!important;margin-top:8px!important;padding:5px 15px!important}.campaignContactStyle_runCampignGridDisable__3dwUP{cursor:context-menu!important;opacity:.5!important}.campaignContactStyle_contactTitleTypography__UL05N{color:#000!important;font-size:13px!important;font-weight:500!important}.campaignContactStyle_timezoneTitleTypography__fEOog{color:#000!important;font-size:14px!important;font-weight:500!important}.campaignContactStyle_morevertIconGridItem__mvENe{display:flex!important;margin-top:2px!important}.campaignContactStyle_updatedAtTypography__5ge84{color:#cacaca!important;font-size:13px!important;font-weight:500!important}.campaignContactStyle_fullwidth__01BCm{width:100%!important}.campaignContactStyle_fullwidth__01BCm .css-14et0k8-MuiGrid-root{gap:5px!important}.campaignContactStyle_campaignContactPopupTextField__naoCH .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.campaignContactStyle_phoneNumberComponent__2Gs0c{border-radius:3px!important;box-shadow:0 0 3px #00000040!important;padding:3px 8px!important}.campaignContactStyle_mappingFieldsContainer__uxgF7{border:1px solid #e9e9e9!important;border-bottom:none!important}.campaignContactStyle_mappingFieldsContainer__uxgF7:last-child{border-bottom:1px solid #e9e9e9!important}.campaignContactStyle_contactFilterDropDowns__0fLW5{font-size:14px!important;max-width:300px!important;width:300px!important}.campaignContactStyle_contactFilterDropDowns__0fLW5 .MuiAutocomplete-endAdornment{position:relative!important}.campaignContactStyle_contactFilterDropDowns__0fLW5 .MuiAutocomplete-clearIndicator{bottom:-14px!important;position:absolute!important;right:18px!important}.campaignContactStyle_contactFilterDropDowns__0fLW5 .MuiAutocomplete-popupIndicator{bottom:-14px!important;position:absolute!important;right:-6px!important}.campaignContactStyle_contactFilterDropDowns__0fLW5 .MuiAutocomplete-tag{margin:3px 0!important;max-width:calc(100% - 3px)!important}.campaignContactStyle_contactFilterAutoCompleteMargin__jpJ5E .MuiAutocomplete-tag{margin:1px 0!important;max-width:calc(100% - 3px)!important}.campaignContactStyle_contactFilterDropdownsInPopup__t7O-9{font-size:14px!important;max-width:100%!important;width:100%!important}.campaignContactStyle_contactFilterDropdownsInPopup__t7O-9 .MuiOutlinedInput-root{padding-block:3px!important}.campaignContactStyle_contactFilterDropdownsInPopup__t7O-9 fieldset{border:none!important;box-shadow:0 0 2px #00000040!important}.campaignContactStyle_contactFilterDropdownsInPopup__t7O-9{border-radius:5px!important}.campaignContactStyle_contactFilterDropdownsInPopup__t7O-9 .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_contactFilterDropDowns__0fLW5 .MuiSelect-select{padding:8.5px 14px!important}.campaignContactStyle_contactFilterDropDowns__0fLW5 .MuiAutocomplete-inputRoot{padding:3px 5px!important}.campaignContactStyle_contactFilterDropDowns__0fLW5 fieldset{border:none!important;box-shadow:0 0 2px #00000040!important}.campaignContactStyle_contactFilterDropDowns__0fLW5{border-radius:5px!important}.campaignContactStyle_contactFilterDropDowns__0fLW5 .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__Xevza{color:#0306b9;font-size:13px!important;font-weight:500}.campaignContactStyle_tagContainerGrid__lHpfc{border:.5px solid #0306b9;border-radius:5px;padding:2px 5px}.campaignContactStyle_checkBoxContact__ePXER{padding:0!important}.campaignContactStyle_checkBoxTableCell__8NlIf{border-left:4px solid #0000!important}.campaignContactStyle_popupTitleTypography__UMTwM{color:#6a097d!important;font-size:16px!important;font-weight:600!important;margin-top:25px!important}.campaignContactStyle_popupTitleDivider__yqZvy{margin:10px 30px 0!important;padding:4px 0!important}.campaignContactStyle_popupBodyGridContainer__KVMie{padding:20px 30px!important;width:100%!important}.campaignContactStyle_filterPopupBodyContainer__\+uziL{padding:10px 30px!important;width:100%!important}.campaignContactStyle_popupBodyContainer__JK8rb{margin-bottom:20px!important;padding:10px 30px!important}.campaignContactStyle_popupFieldTypography__-0cQA{color:#000!important;font-size:14px!important;font-weight:500!important}.campaignContactStyle_newTagNameUlElement__U4e\+y{background:#fff;border-radius:0 0 5px 5px;bottom:0;margin:0;padding:0;position:fixed;width:100%;z-index:2}.campaignContactStyle_newTagDivider__gKep9{padding:6px 16x!important}.campaignContactStyle_importCSVTitle__3-g5p{color:#000!important;font-size:15px!important;font-weight:500!important}.campaignContactStyle_importCSVLimit__xFrd3{color:#5a5a5a!important;font-size:13px!important;font-weight:500!important}.campaignContactStyle_downloadSampleCSVTemplateText__K\+5o5{color:#00ab08!important;cursor:pointer!important;font-size:14px!important;font-weight:500!important}.campaignContactStyle_contactsTitleTypography__tJGK2{color:#6a097d!important;font-size:15px!important;font-weight:600!important}.campaignContactStyle_noContactsFoundTypography__Do6AR{color:#c60000!important;font-size:15px!important;font-weight:600!important}.campaignContactStyle_headerButtonStyle__Sa6xW{background:#fff!important;border-radius:5px!important;box-shadow:0 0 4px 0 #00000040!important;display:flex!important;padding:8px!important}.campaignContactStyle_headerEditIcon__iOyaF{color:#6a097d!important;cursor:pointer!important;font-size:13px!important;height:16px!important;position:absolute;top:50%!important;transform:translateY(-50%)!important;width:16px!important}.campaignContactStyle_noDataFoundItem__HoVMp{align-items:center;display:flex;height:calc(100vh - 250px)!important}.campaignContactStyle_lastColumnSticky__dF-mt{position:-webkit-sticky!important;position:sticky!important;right:0!important}.campaignContactStyle_moreVertIcon__piqbJ{background-color:#fff!important;text-align:end!important}.campaignContactStyle_createContactContainer__UZvmJ{align-items:center!important;display:flex!important;flex-direction:column!important;gap:12px!important;justify-content:center!important;margin:10px 0!important}.campaignContactStyle_createContactGridItem__rRlVB{background-color:#f7e9ff!important;border-radius:5px!important;cursor:pointer!important;padding:10px 12px!important;text-align:center!important;width:280px!important}.campaignContactStyle_contactOptionTypography__2Bu-3{color:#000!important;font-size:15px!important;font-weight:600!important}.campaignContactStyle_createContactFieldContainer__-Fon6{display:flex!important;flex-direction:column!important;gap:10px!important}.campaignContactStyle_contactPopupButtons__tH8f5{align-items:center!important;display:flex!important;gap:12px!important;justify-content:center!important;padding:20px 0!important}.campaignContactStyle_listBoxCustomStyle__jYEyF{max-height:150px!important;overflow:auto!important;padding-bottom:50px!important}.campaignContactStyle_selectTagTextField__hQJkB{max-height:90px!important;overflow-y:auto!important}.campaignContactStyle_addTagListItem__vX9uU{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__AVcYy{font-size:15px!important;font-weight:500!important}.campaignContactStyle_contactTableContainer__E2Rm3{border:1px solid #e9e9e9!important;border-radius:5px!important;box-sizing:border-box!important;max-width:100%!important;overflow:auto!important}.campaignContactStyle_sortIcon__Xn6If{cursor:pointer!important;font-size:10px!important;height:12px!important;line-height:normal!important}.campaignContactStyle_checkBoxCellWidth__CvkFJ{flex:0 0 auto;min-width:50px!important}.campaignContactStyle_fieldCellWidth__4IYsz,.campaignContactStyle_tagCellWidth__qJ3eN{flex:1 1;min-width:200px!important}.campaignContactStyle_correctContactsGrid__m3Yro{background-color:#4fd61f!important;border-radius:5px!important;padding:8px 12px!important}.campaignContactStyle_inCorrectContactsGrid__u8FA2{background-color:#c60000!important;border-radius:5px!important;padding:8px 12px!important}.campaignContactStyle_countOfContactGrid__OjVkf{border-radius:6px!important;padding:12px 14px!important}.campaignContactStyle_totalContactGrid__74Ekr{background-color:#f3f3f3!important;box-shadow:0 0 2px 0 rgba(0,0,0,.251)!important}.campaignContactStyle_validContactGrid__Y5Nug{background-color:rgba(0,164,93,.102)!important;box-shadow:0 0 2px 0 rgba(0,164,93,.502)!important}.campaignContactStyle_invalidContactGrid__CX\+ks{background-color:rgba(206,0,0,.071)!important;box-shadow:0 0 2px 0 rgba(206,0,0,.502)!important}.campaignContactStyle_validContactIcon__JMl1R{color:#00a45d!important}.campaignContactStyle_inValidContactIcon__-3m7f{color:#ce0000!important;margin-bottom:2px!important}.campaignContactStyle_inValidContactsTableTitle__rLg7D{color:#000!important;font-size:15px!important;font-weight:500!important}.campaignContactStyle_contactGridIcon__42nu3{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__YDBK3{color:#939393!important;font-size:15px!important;font-weight:500!important}.campaignContactStyle_totalContactCountTypography__\+emlm{color:#000!important;font-size:15px!important;font-weight:600!important}.campaignContactStyle_inValidContactsBtnContainer__2h9sX{margin-top:18px!important}.campaignContactStyle_infoIcon__YmOuJ{display:flex!important;height:20px!important;width:20px!important}.campaignContactStyle_inValidPhoneNumberSpan__tsbjp{color:#c60000!important;font-size:13px!important}@media screen and (max-width:1000px){.campaignContactStyle_importCSVTitle__3-g5p{font-size:14px!important}.campaignContactStyle_importCSVLimit__xFrd3{font-size:12px!important}.campaignContactStyle_downloadSampleCSVTemplateText__K\+5o5{font-size:13px!important}.campaignContactStyle_contactsTitleTypography__tJGK2,.campaignContactStyle_noContactsFoundTypography__Do6AR{font-size:14px!important}.campaignContactStyle_headerEditIcon__iOyaF{height:13px!important;margin-left:0!important;width:13px!important}}@media screen and (max-width:768px){.campaignContactStyle_totalContactCountTitleTypography__YDBK3,.campaignContactStyle_totalContactCountTypography__\+emlm{font-size:14px!important}}@media screen and (max-width:600px){.campaignContactStyle_popupTitleDivider__yqZvy{margin:10px 20px 0!important}.campaignContactStyle_popupBodyGridContainer__KVMie{padding:20px!important}.campaignContactStyle_filterPopupBodyContainer__\+uziL{padding:10px 20px!important}.campaignContactStyle_countOfContactGrid__OjVkf{padding:10px 13px!important}}.whatsappCampaignStyle_createWhatsappCampaignContainer__7lDIH{margin:0 auto!important}.whatsappCampaignStyle_whatsappCampaignLeftBox__DyPku{overflow-y:auto!important;padding-right:12px!important;padding-top:12px!important}.whatsappCampaignStyle_whatsappCampaignLeftBox__DyPku::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.whatsappCampaignStyle_whatsappCampaignLeftBox__DyPku::-webkit-scrollbar{width:5px!important}.whatsappCampaignStyle_whatsappCampaignPreviewItem__rBYCW{background-color:#fff;position:absolute;right:0;top:16px;z-index:2}.whatsappCampaignStyle_whatsappCampaignButtonGrid__yRRbU{bottom:20px!important;position:fixed!important}.whatsappCampaignStyle_previewMainContainer__rNzzZ{background-color:#f6f6f6!important;height:calc(100vh - 100px)!important;padding:10px!important;position:relative!important}.whatsappCampaignStyle_previewTitleGrid__7WY8N{padding-block:10px;text-align:center;width:100%}.whatsappCampaignStyle_previewTitleSpan__y-QkA{color:#1f384c!important;font-size:22px!important;font-weight:600!important}.whatsappCampaignStyle_previewCardBlock__JDy9m{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__wnGIz{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__I9bIR fieldset{border:none!important;box-shadow:0 0 3px #00000040!important}.whatsappCampaignStyle_whatsappCampaignTextField__I9bIR .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.whatsappCampaignStyle_whatsappCampaignTitleTypography__vxcu5{color:#000!important;font-size:14px!important;font-weight:500!important}.whatsappCampaignStyle_whatsappCampaignSubTitleTypography__y1phR{color:#7a7a7a!important;font-size:13px!important;font-style:italic;font-weight:500!important}.whatsappCampaignStyle_whatsappCampaignPurpleTitleTypography__UFrE3{color:#6a097d!important;font-size:14px!important;font-weight:600!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__U8TW0{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__U8TW0 .MuiAutocomplete-endAdornment{position:relative!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__U8TW0 .MuiAutocomplete-clearIndicator{bottom:-14px!important;position:absolute!important;right:18px!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__U8TW0 .MuiAutocomplete-popupIndicator{bottom:-14px!important;position:absolute!important;right:-6px!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__U8TW0 .MuiAutocomplete-tag{margin:3px 0!important;max-width:calc(100% - 3px)!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__U8TW0 .MuiSelect-select{padding:8.5px 14px!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__U8TW0 .MuiAutocomplete-inputRoot{padding:3px 5px!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__U8TW0 fieldset{border:none!important;box-shadow:0 0 3px #00000040!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__U8TW0 .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__A0D9b{background-color:#f4f4f4!important;border-radius:2px!important;padding:12px!important}.whatsappCampaignStyle_campaignMessageTypeBox__ytyBD{background-color:#f4f4f4!important;border-radius:2px!important;padding:8px 12px 0!important}.whatsappCampaignStyle_selectedContactsTitle__O0HW0{color:#737373!important;font-size:13px!important;font-weight:500!important}.whatsappCampaignStyle_ScheduleTitle__WHWLJ{color:#000!important;font-size:15px!important;font-weight:600!important}.whatsappCampaignStyle_dateRangePickerSlotprops__MerHC fieldset{border:none!important;box-shadow:0 0 2px #00000040!important;outline:none!important}.whatsappCampaignStyle_dateRangePickerSlotprops__MerHC input{outline:none!important}.whatsappCampaignStyle_dateRangePickerSlotprops__MerHC{background-color:#fff!important;color:#000!important}.whatsappCampaignStyle_dateRangePickerSlotprops__MerHC .MuiOutlinedInput-input{font-size:15px!important;font-weight:500!important;padding:10.5px 10px!important}.whatsappCampaignStyle_dateRangePickerSlotprops__MerHC{min-width:300px!important}.whatsappCampaignStyle_selectedContactValue__YSRkX{color:#000!important;font-size:14px!important;font-weight:500!important}.whatsappCampaignStyle_errorMessage__HhKxY{color:#c60000!important;font-size:14px!important;font-weight:500!important}.whatsappCampaignStyle_popupTitleTypography__dqIX8{color:#6a097d!important;font-size:16px!important;font-weight:600!important;margin-top:25px!important}.whatsappCampaignStyle_popupTitleDivider__yY2rP{margin:10px 30px 0!important;padding:4px 0!important}.whatsappCampaignStyle_popupBodyContainer__LiDv2{margin-bottom:20px!important;padding:10px 30px!important}.whatsappCampaignStyle_messageTemplateCategoryBody__Xu7ic{background:#fbf4ff!important;border-radius:5px!important;box-shadow:0 0 2px 0 #6a097d!important;padding:10px!important;width:300px!important}.whatsappCampaignStyle_messageTemplateCategoryTitle__Btmc5{color:#000!important;font-size:14px!important;font-weight:500!important}.whatsappCampaignStyle_messageTemplateCategoryDiscription__0JWsj{color:#6b6b6b!important;font-size:13px!important;font-weight:500!important}.whatsappCampaignStyle_assignValuesTitle__3TvLl,.whatsappCampaignStyle_tableHeadingFontStyle__n7GDQ{color:#000!important;font-size:15px!important;font-weight:600!important}.whatsappCampaignStyle_tableHeadingFontStyle__n7GDQ{background-color:#0000!important;padding:14px 12px!important;white-space:nowrap!important}.whatsappCampaignStyle_tableRow__ttfRV:last-child td{border-bottom:none!important}.whatsappCampaignStyle_tableSubHeadingFontStyle__qEpnc{color:#000!important;font-size:14px!important;font-weight:500!important;padding:12px!important;white-space:nowrap!important}.whatsappCampaignStyle_campaignTableContainer__jJRF0{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__Vxt4F{min-width:70px!important}.whatsappCampaignStyle_tableCellColor__RsC-1{background:#fff!important}.whatsappCampaignStyle_tableGridItem__qrNAW{padding:5px 15px 0 22px;width:100%}.whatsappCampaignStyle_circularProgress__yNVec{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__CaJ1W{z-index:10!important}.whatsappCampaignStyle_stickyColumnHeader__xpn9t,.whatsappCampaignStyle_stickyColumn__CaJ1W{height:31px!important;left:0!important;position:-webkit-sticky!important;position:sticky!important}.whatsappCampaignStyle_stickyColumnHeader__xpn9t{top:0!important;z-index:11!important}.whatsappCampaignStyle_stickyColumn__CaJ1W:hover{background-color:#f7f9fb!important;cursor:pointer!important}.whatsappCampaignStyle_checkBoxFilter__ahHao{padding:7px 0!important}.whatsappCampaignStyle_campaignContactNumber__HORip{color:#373737!important;font-size:14px!important;font-weight:500!important;white-space:nowrap!important}.whatsappCampaignStyle_backFontStyle__S62ZK{color:#444!important;font-size:14px!important;font-weight:600!important}.whatsappCampaignStyle_whatsappCampaignBackArrow__02idJ{left:15px;position:absolute;text-align:start}.whatsappCampaignStyle_campaignContactTableStyle__zEff3{margin-bottom:8px!important}.whatsappCampaignStyle_whatsappCampaignListDropDown__\+u7sf{background-color:#fff!important;min-width:250px!important;width:100%!important}.whatsappCampaignStyle_avatarStyles__1\+HjJ{background-color:#0000!important;font-size:10px!important;font-weight:600!important;height:32px!important;width:32px!important;z-index:2!important}.whatsappCampaignStyle_statusTableCell__ZnWTZ{border-radius:5px!important;font-size:13px!important;padding:6px 10px!important}.whatsappCampaignStyle_templateTypeStyle__j-BAp{border-radius:6px!important;font-size:.75rem!important;min-width:120px!important;padding:3px 8px!important;text-align:center!important}.whatsappCampaignStyle_addActionIconButton__sGerN{background-color:#6a097d!important;border-radius:5px!important;box-shadow:0 0 3px #0000004d!important}.whatsappCampaignStyle_deleteActionBtn__A94IR{color:#000!important}.whatsappCampaignStyle_chatbotStepIButton__GStfz{margin-left:8px;vertical-align:middle}.whatsappCampaignStyle_actionTableCell__mB1dj{max-width:300px!important;min-width:200px!important}.whatsappCampaignStyle_actionAutoComplete__a5dx8{background:#fff!important;min-width:250px!important;width:100%!important}.whatsappCampaignStyle_actionUserReplyAutoComplete__tMl\+L{max-width:300px!important}.whatsappCampaignStyle_renderInputDivOfUserReplyOfAction__PTyPH{display:flex!important;flex-wrap:wrap!important;max-height:79px!important;overflow-x:hidden!important;overflow-y:auto!important}@media screen and (max-width:1600px){.whatsappCampaignStyle_tableHeadingFontStyle__n7GDQ{font-size:14px!important}.whatsappCampaignStyle_tableSubHeadingFontStyle__qEpnc{font-size:13px!important}.whatsappCampaignStyle_assignValuesTitle__3TvLl{font-size:14px!important}.whatsappCampaignStyle_campaignContactNumber__HORip{font-size:13px!important}}@media screen and (min-width:0px)and (max-width:620px){.whatsappCampaignStyle_messageTemplateCategoryBody__Xu7ic{width:250px!important}}@media screen and (min-width:901px)and (max-width:1600px){.whatsappCampaignStyle_whatsappCampaignLeftBox__DyPku{padding:5px 15px 0 5px!important}.whatsappCampaignStyle_previewTitleSpan__y-QkA{font-size:20px!important}.whatsappCampaignStyle_previewCardBlock__JDy9m{max-width:80%!important;min-width:80%!important}}@media screen and (min-width:601px)and (max-width:900px){.whatsappCampaignStyle_whatsappCampaignLeftBox__DyPku{padding:5px 15px 0 5px!important}.whatsappCampaignStyle_previewMainContainer__rNzzZ{height:100%!important}.whatsappCampaignStyle_previewTitleSpan__y-QkA{font-size:20px!important}.whatsappCampaignStyle_previewCardBlock__JDy9m{max-width:80%!important;min-width:80%!important}.whatsappCampaignStyle_stickyColumn__CaJ1W{position:relative!important}.whatsappCampaignStyle_stickyColumnHeader__xpn9t{left:auto!important}}@media screen and (min-width:0px)and (max-width:600px){.whatsappCampaignStyle_whatsappCampaignLeftBox__DyPku{padding:5px!important}.whatsappCampaignStyle_whatsappCampaignPreviewItem__rBYCW{right:20px!important;top:0}.whatsappCampaignStyle_previewMainContainer__rNzzZ{height:100%!important}.whatsappCampaignStyle_previewTitleSpan__y-QkA{font-size:18px!important}.whatsappCampaignStyle_previewSwipeableDrawer__wnGIz{width:95%!important}.whatsappCampaignStyle_popupTitleDivider__yY2rP{margin:10px 20px 0!important}.whatsappCampaignStyle_stickyColumn__CaJ1W{position:relative!important}.whatsappCampaignStyle_stickyColumnHeader__xpn9t{left:auto!important}.whatsappCampaignStyle_tableGridItem__qrNAW{padding:5px 0 0 10px}}@media screen and (max-width:1200px)and (min-width:600px){.whatsappCampaignStyle_whatsappCampaignPreviewItem__rBYCW{right:25px!important;top:10px}.whatsappCampaignStyle_whatsappCampaignBackArrow__02idJ{left:25px!important;top:10px!important}}@media screen and (min-width:901px)and (max-width:1200px){.whatsappCampaignStyle_previewMainContainer__rNzzZ{height:100%!important}}.whatsappCampaignStyle_contactsSelectedInfo__zPkCm{color:#6a097d;font-size:14px;font-weight:500}.whatsappCampaignStyle_statusFilterTypography__Sw3Jy{font-size:14px;font-weight:500}.whatsappCampaignStyle_assignTagsListTypography__yoMg3{font-size:15px;font-weight:500}.whatsappCampaignStyle_newTagNameUlElement__M\+BwH{padding-left:0}.whatsappCampaignStyle_contactListRedirectURL__VrcdE{font-size:13px;font-style:italic;font-weight:500}.whatsappCampaignStyle_campaignPagePadding__O9ib3{padding:5px 10px 5px 5px!important}.whatsappCampaignStyle_retargetDrawerPadding__vI33s{padding:25px!important}.whatsappCampaignStyle_followupCampaignTitle__UNpbc{font-size:16px!important;font-weight:600!important}.whatsappCampaignStyle_templateRadioButtons__jiDgN .MuiFormControlLabel-label{font-size:14px!important;font-weight:500!important}.whatsappCampaignStyle_templateRadioButtons__jiDgN .MuiButtonBase-root{margin:0 9px!important;padding:0!important}.whatsappCampaignStyle_templateRadioButtons__jiDgN{display:flex!important;flex-direction:row!important}.templatemessages_tableContainer__IKQg9{max-height:81vh!important;min-height:auto!important}.templatemessages_tableContainer__IKQg9::-webkit-scrollbar{height:5px!important;width:5px!important}.templatemessages_tableDesign__LTS7E{border:1px solid #e9e9e9!important;border-radius:5px 5px 0 0!important;position:relative!important}.templatemessages_tableHead__OvPys{box-sizing:border-box!important;position:-webkit-sticky!important;position:sticky!important;top:0!important}.templatemessages_tableHeadRow__\+GusS{background-color:#fbf4ff!important;color:#000!important;font-size:15px!important;font-weight:600!important}.templatemessages_tableHeadCell__FJAQY{font-weight:600!important;padding:15px!important}.templatemessages_tableBody__Z4tVs{box-sizing:border-box!important;color:#000!important;font-size:15px!important;font-weight:400!important;max-height:40vh!important}.templatemessages_tableBodyCell__oWXkO{padding:14px!important}.templatemessages_tableBodyRow__GDbkq:hover{background-color:#f8f8f8!important}.templatemessages_showDetailsBlock__dY0w4{border:1px solid #ccc!important;margin-top:30px!important;padding:10px!important;width:100%!important}.templatemessages_showDetailsBlock__dY0w4,.templatemessages_showDetailsTitleField__6EmNM{color:#7a7a7a!important;font-size:15px!important;font-weight:500!important;margin-bottom:7px!important;overflow-wrap:break-word!important}.templatemessages_showDetailsTitleField__6EmNM{white-space:pre-wrap!important}.templatemessages_showDetailsDataField__oucCA{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_previewMainSection__CiG5h{background-color:#f6f6f6!important;height:calc(100vh - 87px)!important;padding:10px!important;position:relative!important}.templatemessages_previewCampignMainSecrion__o4GSW{background-color:#f6f6f6!important;height:calc(100vh - 100px)!important;padding:10px!important;position:relative!important}.templatemessages_previewTemplateMainSection__B88jH{background-color:#f6f6f6!important;height:calc(100vh - 165px)!important;padding:10px!important;position:relative!important}.templatemessages_previewSectionTextStyle__8XVLC{color:#1f384c!important;font-size:22px!important;font-weight:600!important}.templatemessages_previewSectionCardBlock__iA0p\+{max-height:52vh!important}.templatemessages_previewSectionCardBlockCarousel__-oSN2,.templatemessages_previewSectionCardBlock__iA0p\+{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__-oSN2{max-height:58vh!important}.templatemessages_preTextStyle__ey0Nz{font-size:15px!important;font-weight:500!important;overflow-x:auto!important;white-space:pre-line!important;word-break:break-word!important}.templatemessages_chatbotSwipeableDrawer__Dntmn{max-height:620px!important;top:15%!important}.templatemessages_chatbotSwipeableDrawerCarousel__k8v5P,.templatemessages_chatbotSwipeableDrawer__Dntmn{border-bottom-left-radius:10px;border-top-left-radius:10px;height:calc(100vh - 120px)!important;overflow:auto;width:480px!important}.templatemessages_chatbotSwipeableDrawerCarousel__k8v5P{max-height:675px!important;top:10%!important}.templatemessages_templatePreviewMainContainer__1nv6f{position:relative!important}.templatemessages_templatePreviewHeaderImage__\+ij2S{border-radius:5px 5px 0 0!important;max-height:300px!important;width:100%}.templatemessages_templatePrviewHeaderItem__ytKEF{padding:14px 10px 5px!important}.templatemessages_templatePrviewBodyItem__RESQq{padding:14px 10px!important}.templatemessages_templatePrviewFooterItem__fTvvi{padding:5px 10px 14px!important}.templatemessages_templatePreviewButtonItemBorder__IzoYe{border-top:1px solid #cfcfcf!important}.templatemessages_templatePreviewButtonItem__RaUkD{font-Weight:500!important;color:#6a097d!important;cursor:pointer!important;font-size:15px!important}.templatemessages_templatePreviewBtnDescription__pl719{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important}.templatemessages_drawerContainerStyle__hT0po{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__MaU1r{cursor:pointer!important;position:absolute!important;right:10px!important}.templatemessages_drawerContainerBoxStyle__TPMRl{display:flex!important;justify-content:center!important}.templatemessages_drawerContainerBoxDetail__08e5E{background-color:gray!important;border-radius:5px!important;height:4px!important;width:40px!important}.templatemessages_allOptionTextStyle__eQ09d{font-size:18px!important;font-weight:500!important}.templatemessages_closeDrawerIconStyle__Z2W\+L{color:#909090!important;cursor:pointer!important;left:15px!important;position:absolute!important}.templatemessages_carouselTemplatePrviewHeadItem__DMp9Z{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__oWXkO{padding:10px 15px!important}.templatemessages_previewSectionTextStyle__8XVLC{font-size:20px!important}.templatemessages_previewSectionCardBlockCarousel__-oSN2,.templatemessages_previewSectionCardBlock__iA0p\+{max-width:300px!important;min-width:275px!important}.templatemessages_preTextStyle__ey0Nz{font-size:14px!important}.templatemessages_previewSubButton__4VLQy{font-size:18px!important}}@media screen and (min-width:1201px)and (max-width:1600px){.templatemessages_tableBodyCell__oWXkO{padding:14px!important}}@media screen and (min-width:901px)and (max-width:1200px){.templatemessages_previewCampignMainSecrion__o4GSW,.templatemessages_previewMainSection__CiG5h,.templatemessages_previewTemplateMainSection__B88jH{height:100%!important}}@media screen and (min-width:601px)and (max-width:900px){.templatemessages_tableBodyCell__oWXkO{padding:14px!important}.templatemessages_previewSectionTextStyle__8XVLC{font-size:20px!important}.templatemessages_previewCampignMainSecrion__o4GSW,.templatemessages_previewMainSection__CiG5h,.templatemessages_previewTemplateMainSection__B88jH{height:100%!important}.templatemessages_previewSectionCardBlockCarousel__-oSN2,.templatemessages_previewSectionCardBlock__iA0p\+{max-width:300px!important;min-width:275px!important}.templatemessages_preTextStyle__ey0Nz{font-size:14px!important}.templatemessages_previewSubButton__4VLQy{font-size:18px!important}}@media screen and (min-width:0px)and (max-width:600px){.templatemessages_tableBodyCell__oWXkO{padding:14px!important}.templatemessages_previewCampignMainSecrion__o4GSW,.templatemessages_previewMainSection__CiG5h,.templatemessages_previewTemplateMainSection__B88jH{height:100%!important}.templatemessages_previewSectionTextStyle__8XVLC{font-size:18px!important}.templatemessages_preTextStyle__ey0Nz{font-size:14px!important}.templatemessages_previewSubButton__4VLQy{font-size:18px!important}.templatemessages_chatbotSwipeableDrawerCarousel__k8v5P,.templatemessages_chatbotSwipeableDrawer__Dntmn{width:95%!important}}.onboardingEnd_upperGrid__QGVYK{background-image:url(/static/media/wavePopup.9423a8405851cecb25b0.png);background-size:cover;padding:40px}.onboardingEnd_upperLogo__u5C20{height:60px;margin-bottom:15px;width:60px}.onboardingEnd_bottomContainer__yatv9{border-radius:5px;box-shadow:0 0 4px 0 #6a097d40;padding:25px}.onboardingEnd_confirmationText__cbQxF{-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__48NvV{border-radius:50%;height:106px;width:106px}.onboardingEnd_textStyle__B3WSK{color:#000;font-size:16px;font-weight:500}.onboardingEnd_containerStyle__fqKFe{gap:35px}@media screen and (max-width:600px){.onboardingEnd_upperGrid__QGVYK{padding:10px 20px 20px}.onboardingEnd_ppContainer__48NvV{height:95px;width:95px}.onboardingEnd_confirmationText__cbQxF{font-size:18px;margin-bottom:20px!important}.onboardingEnd_upperLogo__u5C20{height:40px;width:40px}.onboardingEnd_textStyle__B3WSK{font-size:14px}.onboardingEnd_containerStyle__fqKFe{gap:15px}}.dataconnector_templateSearchbarStyle__gck9B{background:#fff;position:-webkit-sticky;position:sticky;top:0}.dataconnector_docTitleTextStyle__5-wEG{color:#4c4a4d;font-size:18px!important;font-weight:600}.dataconnector_featuredTemplateTileStyle__C-BT-{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__QpOWv{font-size:15px;font-weight:600}.dataconnector_docDescription__kerJG{color:#7a7a7a;font-size:12px;font-weight:400}.dataconnector_docSectionTextStyle__t3Ap0{color:#1f384c;font-size:15px;font-weight:600;margin-bottom:18px!important;margin-top:10px!important}.dataconnector_featureIconStyle__fveFs{margin:15px!important}.dataconnector_categoryTileStyle__nY\+eh{border:1px solid #d9d9d9;border-radius:5px;color:#a5a5a5;font-size:15px;font-weight:400;margin-right:10px!important;padding:11px 18px}.dataconnector_categoryNameStyle__ToMRi{color:#4c4a4d!important;font-size:15px!important;font-weight:600!important;margin-top:20px!important}.dataconnector_categoryDescriptionStyle__9LJZL{color:#7a7a7a;font-size:13px;font-weight:400;margin:10px 0 20px!important}.dataconnector_templateTileStyle__sXB7h{border-radius:10px;box-shadow:0 0 15px 0 #00000014;margin-right:20px!important;max-width:299px!important;padding:25px}.dataconnector_templateTitleTextstyle__uf2XA{color:#4c4a4d;font-size:15px;font-weight:500;margin-bottom:10px!important}.dataconnector_templateDescriptionTextStyle__WMnMg{color:#7a7a7a;font-size:13px;font-weight:400}.dataconnector_templateIconStyle__j3zQf{margin-bottom:21px!important}.dataconnector_featuredTilesWrapper__UtUyi{margin-bottom:25px!important;margin-top:25px!important}.dataconnector_categoryListWrapper__2PS3N{background:#fff;position:-webkit-sticky;position:sticky;top:0}.dataconnector_newDocHeadTextItem__cl921{color:#7a7a7a!important;margin:30px 0 10px!important}.dataconnector_newDocHeadText__XBVyS{font-size:16px!important;font-weight:600!important}.dataconnector_documentsTableItem__oB4vV{height:calc(100vh - 190px)!important}.dataconnector_dataConnectorDashboard__zraj4{padding:20px 25px 0 27px!important}.dataconnector_chatbotTitleSelect__7J5Y7 .MuiOutlinedInput-input{font-weight:600!important;width:100%!important}.dataconnector_chatbotTitleSelect__7J5Y7 .MuiOutlinedInput-root{padding:0!important}.dataconnector_chatbotTitleSelect__7J5Y7 .MuiAutocomplete-input{padding-bottom:0!important;padding-left:0!important}.dataconnector_chatbotTitleSelect__7J5Y7 .MuiAutocomplete-inputRoot{max-width:300px!important;padding:0 60px 0 0!important;width:100%!important}.dataconnector_chatbotTitleSelect__7J5Y7 fieldset{border:none!important}.dataconnector_globalAddConnectorButton__zjzvr{margin:0!important;width:100%!important}.dataconnector_newConnectorBtn__lcVm4{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__TeZTT{box-shadow:0 0 3px #00000040!important}.dataconnector_methodAutoComplete__TeZTT .MuiOutlinedInput-root{padding:5px!important}.dataconnector_methodAutoComplete__TeZTT .MuiAutocomplete-input{font-size:15px!important}.dataconnector_cmpCreateFormHeight__B8TQC{overflow:auto!important}.dataconnector_createDataConnectorBlock__50tcD{flex-wrap:nowrap!important;padding:27px!important}.dataconnector_dataConnectorLowerBlock__J9npJ{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__J9npJ::-webkit-scrollbar{width:5px!important}.dataconnector_dataConnectorLowerBlock__J9npJ::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;outline:medium none invert!important;outline:initial!important}.dataconnector_cmpGlobalComponentBorderItem__1tKFG{background:#fff!important;border-radius:10px!important;padding:0!important}.dataconnector_cbHeaderBreadCrumbsHeadText__cZV3V{color:#7a7a7a!important;font-size:13px!important;font-weight:600!important}.dataconnector_cbHeaderBreadCrumbsChatbotLabel__OMLGS{color:#1f384c!important;font-size:13px!important;font-weight:600!important}.dataconnector_cbHeaderBreadCrumbMainItem__7TMlj{margin:2px 0 0!important}.dataconnector_cbCancelButton__bgSe2{background-color:#fff!important;border:1px solid #6a097d!important;border-radius:5px!important;color:#6a097d!important}.dataconnector_cbCancelButton__bgSe2,.dataconnector_cbSaveButton__\+hcx4{font-size:15px!important;font-weight:500!important;max-width:130px!important;text-transform:capitalize!important;width:130px!important}.dataconnector_cbSaveButton__\+hcx4{background-color:#6a097d!important;border-radius:5px!important;color:#fff!important}.dataconnector_reqSectionTextStyle__pIOjQ{color:#0a6add;font-size:15px;font-weight:600;margin-bottom:18px!important;margin-top:10px!important}.dataconnector_globalHeadRightSubItem__Vep9t{margin:0!important}.dataconnector_createFormField__aYhEp .MuiInputLabel-root{display:inline!important}.dataconnector_formFieldTitle__CoFBN{color:#000!important;font-size:16px!important;font-weight:500!important}.dataconnector_formFieldMethod__71pze .MuiOutlinedInput-root{padding:5px!important}.dataconnector_selectOptionTextStyle__7a6Ct{color:#000;font-size:15px;font-weight:500;margin-bottom:18px!important;margin-top:10px!important}.dataconnector_selectedOption__AszHe{background-color:#fbf3ff!important;box-shadow:0 0 2px #6a097d!important;color:#6a097d!important}.dataconnector_nonSelectedOption__FSTiz,.dataconnector_selectedOption__AszHe{border-radius:4px!important;font-size:14px!important;font-weight:500!important;padding:8px 25px!important}.dataconnector_nonSelectedOption__FSTiz{box-shadow:0 0 2px #0006!important;color:#000!important}.dataconnector_validationText__DMWIG{color:red!important;font-size:14px!important;font-weight:400!important;padding:5px 3px!important}.dataconnector_dataConnectorDescription__TN3tR{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__cnTxx{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__Hw3sW{min-height:100px!important}.dataconnector_text_area_style__cnTxx::placeholder{font-family:inherit!important;min-height:40px!important;opacity:.5}@media screen and (min-width:600px)and (max-width:919px){.dataconnector_cmpCreateFormHeight__B8TQC{overflow:auto!important}.dataconnector_cmpGlobalComponentBorderItem__1tKFG{padding:0!important}}@media screen and (min-width:320px)and (max-width:599px){.dataconnector_cmpGlobalComponentBorderItem__1tKFG{max-height:calc(100vh - 160px)!important;overflow:auto!important;padding:0!important}}@media screen and (min-width:890px)and (max-width:900px){.dataconnector_cmpCreateFormHeight__B8TQC{overflow:auto!important}}@media screen and (max-width:900px)and (min-width:0px){.dataconnector_cbHeaderBreadCrumbsChatbotLabel__OMLGS,.dataconnector_cbHeaderBreadCrumbsHeadText__cZV3V{font-size:12px!important}.dataconnector_dataConnectorDashboard__zraj4{padding:20px 25px 0!important}.dataconnector_cbCancelButton__bgSe2,.dataconnector_cbSaveButton__\+hcx4{font-size:13px!important;max-width:100px!important;width:100px!important}.dataconnector_newConnectorBtn__lcVm4{padding:6px 10px!important}}@media screen and (min-width:0px)and (max-width:600px){.dataconnector_dataConnectorDashboard__zraj4{padding:5px 20px 0!important}.dataconnector_createDataConnectorBlock__50tcD{padding:20px!important}.dataconnector_dataConnectorLowerBlock__J9npJ{max-height:calc(100vh - 100px)!important}}@media screen and (max-width:1600px)and (min-width:901px){.dataconnector_cbHeaderBreadCrumbsChatbotLabel__OMLGS,.dataconnector_cbHeaderBreadCrumbsHeadText__cZV3V{font-size:12px!important}.dataconnector_cbCancelButton__bgSe2,.dataconnector_cbSaveButton__\+hcx4{font-size:13px!important;max-width:100px!important;width:100px!important}.dataconnector_newConnectorBtn__lcVm4{padding:6px 10px!important}}@media screen and (max-width:1600px){.dataconnector_formFieldTitle__CoFBN{font-size:15px!important}.dataconnector_methodAutoComplete__TeZTT .MuiAutocomplete-input,.dataconnector_text_area_style__cnTxx{font-size:14px!important}}.dataconnector_gapAlignment__0MBTa{gap:15px!important}.dataconnector_primaryColor__WfI6Y{color:#6a097d!important}.dataconnectorform_globalHeadMainItemRightContainer__psrb5{margin-bottom:0!important}.dataconnectorform_dataConnectorHeaderText__vlING{color:#6a097d!important;font-size:17px!important;font-weight:600!important}.dataconnectorform_dataconnectorHeaderDivider__KxPEL{color:#b3b3b3!important;margin-top:20px!important;opacity:.6!important}.dataconnectorform_dataConnectorPopupSpacing__uwB5W{max-width:600px!important;padding:25px!important}.dataconnectorform_dataConnectorFormPopup__uAcYM{overflow:auto!important}.dataconnectorform_dataConnectorPopupBorderItem__HQz-y{background:#fff!important;border-radius:10px!important}.dataconnectorform_autoComplete__aU1ZE .MuiAutocomplete-input{font-size:15px!important}.dataconnectorform_autoComplete__aU1ZE{box-shadow:0 0 3px #00000040;box-sizing:border-box!important}.dataconnectorform_checkBox__coICM .Mui-checked{color:#6a097d!important}.dataconnectorform_checkBox__coICM{align-items:center!important;display:flex!important}.dataconnectorform_ctTextarea__sM\+kK{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__sM\+kK::placeholder{color:#0006!important;opacity:.9!important}.dataconnectorform_autocompleteValues__TO9KD{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__TO9KD::placeholder{font-size:15px!important;font-weight:500!important}.dataconnectorform_autocompleteValues__TO9KD .MuiChip-deleteIcon{color:#010101!important;font-size:16px!important}.dataconnectorform_autocompleteValues__TO9KD .MuiFormControl-root{background:#fff;border:none!important;border-radius:4px;min-height:52px}.dataconnectorform_autocompleteValues__TO9KD .MuiAutocomplete-tag{margin:6px!important}.dataconnectorform_autocompleteValues__TO9KD .MuiAutocomplete-inputRoot{padding:0!important}.dataconnectorform_autocompleteValues__TO9KD input{border:none!important;color:rgba(0,0,0,.871)!important}.dataconnectorform_autocompleteValues__TO9KD .MuiOutlinedInput-notchedOutline{border:none!important}.dataconnectorform_autocompleteValues__TO9KD .MuiInputBase-input{font-family:inherit!important;font-size:15px!important;font-weight:500;min-height:52px!important;padding:0 10px!important}.dataconnectorform_autocompleteValues__TO9KD .MuiOutlinedInput-root{background:#fff;min-height:52px!important}.dataconnectorform_autocompleteValues__TO9KD .MuiChip-root{background-color:#fff!important;border:1px solid #e1cee5!important;border-radius:6px!important;font-size:15px!important;font-weight:500}.dataconnectorform_autocompleteValues__TO9KD .dataconnectorform_MuiListSubheader-sticky__PHxAo{padding-left:12px!important}.dataconnectorform_text_area_style__JsoXb{height:auto;overflow-y:scroll}.templates_templateDropdownItem__ge6tI{margin:0 auto!important}.templates_templateSubHeadtext__Dn5C3{color:#938f8e!important;font-size:14px!important;font-weight:500!important}.templates_templateHeadtext__ehkuR{color:#000!important;font-size:16px!important;font-weight:500!important}.templates_templateDropdown__OcgyW .templates_MuiOutlinedInput-notchedOutline__s2B6s{border:none!important;outline:none!important}.templates_templateFieldBetweenSpacing__GRt2o{margin:2px 0!important}.templates_templateGlobalDropdown__7oW82{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 2px #00000080!important;font-size:15px!important}.templates_templateGlobalDropdown__7oW82 .templates_MuiSelect-select__77jY1{padding:12px 14px!important}.templates_templateGlobalTextfield__GThlm{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 2px #00000080!important}.templates_templateGlobalTextfield__GThlm input{padding:12px 14px!important}.templates_templateGlobalTextarea__\+rHWw,.templates_templateGlobalTextfield__GThlm input,.templates_templateGlobalTextfield__GThlm textarea{font-size:15px!important;font-weight:500!important}.templates_templateGlobalTextarea__\+rHWw{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__\+rHWw::placeholder{opacity:.6!important}.templates_callToActionButton__ONrbl{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__w5Zus{border-radius:3px;box-shadow:0 0 3px 0 #00000040!important}.templates_templateSubmitBtnGrid__D0Vz\+{bottom:20px!important;position:fixed!important}.templates_templateSubmitBtn__6X1Cw{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__7zP\+M{overflow-y:scroll!important;padding-right:20px!important;padding-top:12px!important}.templates_leftBlock__7zP\+M::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.templates_leftBlock__7zP\+M::-webkit-scrollbar{width:5px!important}.templates_cbDetailsPreviewMainItem__jXI1J{background-color:#fff;position:absolute;right:0;top:16px;z-index:2}.templates_categoryFields__oyL8y{border-radius:5px!important;box-shadow:0 0 2px #00000080!important;color:#6a097d!important;font-size:15px!important;padding:8px 20px!important}.templates_variableDisclaimerText__84xBE{font-size:14px!important}.templates_variableInfoIcon__dhtf2{cursor:pointer!important;font-size:17px!important;margin-left:7px!important}.templates_variableDisclaimerIcon__fRYl1{color:#d69d00!important;display:flex!important;font-size:22px!important}.templates_addButtonStyles__M3-D-{background-color:#fff!important;border:1px solid #6a097d!important;color:#6a097d!important;font-weight:600!important;text-transform:inherit!important}.templates_tipButtonStle__N\+fRc{color:#7a7a7a!important;font-size:15px!important;font-weight:500!important}.templates_callToActionGridStyle__Z3XA4{border-radius:5px!important;box-shadow:0 0 3px #0003!important;margin:15px 0!important;padding:20px!important;position:relative!important}.templates_callToActionGridStyleCarousel__TMSEz{border-radius:5px!important;box-shadow:0 0 3px #0003!important;margin:10px 0!important;padding:20px!important}.templates_callToActionTextStyle__Wi7QW{font-size:16px!important;font-weight:500!important;margin:10px 0 25px!important}.templates_callToActionTrackingStyle__NReb-{font-size:16px!important;font-weight:500!important;position:absolute!important;right:20px!important;top:35px!important}.templates_switchStyles__L0\+b2 .MuiSwitch-thumb,.templates_switchStyles__L0\+b2 .MuiSwitch-track{background-color:#7a7a7a!important}.templates_callToActionTextStyleCarousel__\+ai7k{font-size:16px!important;font-weight:500!important}.templates_closeActionButton__jkhoG{background-color:#f0f0f0!important;border-radius:50%!important;cursor:pointer!important;padding:7px!important;transform:translateY(45%)!important}.templates_closeActionButtonMobile__HMChw{display:none!important}.templates_cbPreviewMainItem__\+W22v{background-color:#f6f6f6;padding:15px 0!important}.templates_callToActionAutocomplete__Ru1wT{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 2px #00000080!important}.templates_callToActionAutocomplete__Ru1wT fieldset{border:none!important;outline:none!important}.templates_callToActionAutocomplete__Ru1wT input{font-weight:15px!important;font-weight:500!important}.templates_interactiveMessageFontStyle__UTF6g .MuiFormControlLabel-label{font-size:16px!important;font-weight:500!important}@media screen and (max-width:1200px)and (min-width:600px){.templates_cbDetailsPreviewMainItem__jXI1J{top:0}}@media screen and (min-width:901px)and (max-width:1600px){.templates_leftBlock__7zP\+M{padding:5px 15px 0 5px!important}.templates_templateHeadtext__ehkuR{font-size:15px!important;font-weight:600!important}.templates_templateSubHeadtext__Dn5C3{font-size:13px!important}.templates_categoryFields__oyL8y{font-size:14px!important;padding:6px 10px!important}.templates_templateGlobalTextfield__GThlm input,.templates_templateGlobalTextfield__GThlm textarea{font-size:14px!important;font-weight:500!important}.templates_templateGlobalDropdown__7oW82{font-size:14px!important}.templates_templateGlobalTextarea__\+rHWw{font-size:14px!important;font-weight:500!important}.templates_callToActionButton__ONrbl,.templates_variableDisclaimerText__84xBE{font-size:13px!important}.templates_variableDisclaimerIcon__fRYl1{font-size:20px!important;margin-top:3px!important}.templates_addButtonStyles__M3-D-{font-size:13px}.templates_tipButtonStle__N\+fRc{font-size:14px!important}.templates_mobileViewActions__7\+B5R{border-radius:5px!important;box-shadow:0 0 3px #0003!important;margin-bottom:20px!important;padding:20px!important;position:relative!important}.templates_callToActionGridStyleCarousel__TMSEz,.templates_callToActionGridStyle__Z3XA4{border-radius:5px!important;box-shadow:none!important;margin:5px 0!important;padding:10px 0!important}.templates_callToActionTextStyle__Wi7QW{margin:0 0 20px!important}.templates_callToActionTextStyleCarousel__\+ai7k,.templates_callToActionTextStyle__Wi7QW{font-size:14px!important;font-weight:600!important}.templates_closeActionButton__jkhoG{display:none!important}.templates_closeActionButtonMobile__HMChw{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__6X1Cw{font-size:13px!important;font-weight:500!important}.templates_callToActionAutocomplete__Ru1wT{font-size:14px!important}}@media screen and (min-width:601px)and (max-width:900px){.templates_leftBlock__7zP\+M{padding:5px 20px 0 5px!important}.templates_templateHeadtext__ehkuR{font-size:15px!important;font-weight:600!important}.templates_templateSubHeadtext__Dn5C3{font-size:13px!important}.templates_categoryFields__oyL8y{font-size:14px!important;padding:6px 10px!important}.templates_templateGlobalTextfield__GThlm input,.templates_templateGlobalTextfield__GThlm textarea{font-size:14px!important;font-weight:500!important}.templates_templateGlobalDropdown__7oW82{font-size:14px!important}.templates_templateGlobalTextarea__\+rHWw{font-size:14px!important;font-weight:500!important}.templates_callToActionButton__ONrbl,.templates_variableDisclaimerText__84xBE{font-size:13px!important}.templates_variableDisclaimerIcon__fRYl1{font-size:20px!important;margin-top:3px!important}.templates_addButtonStyles__M3-D-{font-size:13px}.templates_tipButtonStle__N\+fRc{font-size:14px!important}.templates_mobileViewActions__7\+B5R{border-radius:5px!important;box-shadow:0 0 3px #0003!important;margin-bottom:20px!important;padding:20px!important;position:relative!important}.templates_callToActionGridStyleCarousel__TMSEz,.templates_callToActionGridStyle__Z3XA4{border-radius:5px!important;box-shadow:none!important;margin:5px 0!important;padding:10px 0!important}.templates_callToActionTextStyle__Wi7QW{margin:0 0 20px!important}.templates_callToActionTextStyleCarousel__\+ai7k,.templates_callToActionTextStyle__Wi7QW{font-size:14px!important;font-weight:600!important}.templates_closeActionButton__jkhoG{display:none!important}.templates_closeActionButtonMobile__HMChw{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__6X1Cw{font-size:13px!important;font-weight:500!important}.templates_callToActionAutocomplete__Ru1wT{font-size:14px!important}}@media screen and (min-width:0px)and (max-width:600px){.templates_leftBlock__7zP\+M{padding:5px 20px 5px 5px!important}.templates_templateHeadtext__ehkuR{font-size:14px!important;font-weight:600!important}.templates_templateSubHeadtext__Dn5C3{font-size:13px!important}.templates_categoryFields__oyL8y{font-size:14px!important;padding:6px 10px!important}.templates_templateGlobalTextfield__GThlm input,.templates_templateGlobalTextfield__GThlm textarea{font-size:13px!important;font-weight:500!important}.templates_templateGlobalDropdown__7oW82{font-size:13px!important}.templates_templateGlobalTextarea__\+rHWw{font-size:13px!important;font-weight:500!important}.templates_callToActionButton__ONrbl,.templates_variableDisclaimerText__84xBE{font-size:13px!important}.templates_variableDisclaimerIcon__fRYl1{font-size:20px!important;margin-top:3px!important}.templates_addButtonStyles__M3-D-{font-size:13px}.templates_tipButtonStle__N\+fRc{font-size:14px!important}.templates_mobileViewActions__7\+B5R{border-radius:5px!important;box-shadow:0 0 3px #0003!important;margin-bottom:20px!important;padding:20px!important;position:relative!important}.templates_callToActionGridStyleCarousel__TMSEz,.templates_callToActionGridStyle__Z3XA4{border-radius:5px!important;box-shadow:none!important;margin:5px 0!important;padding:10px 0!important}.templates_callToActionTextStyle__Wi7QW{margin:0 0 20px!important}.templates_callToActionTextStyleCarousel__\+ai7k,.templates_callToActionTextStyle__Wi7QW{font-size:14px!important;font-weight:600!important}.templates_closeActionButton__jkhoG{display:none!important}.templates_closeActionButtonMobile__HMChw{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__6X1Cw{font-size:13px!important;font-weight:500!important}.templates_callToActionAutocomplete__Ru1wT{font-size:13px!important}.templates_cbDetailsPreviewMainItem__jXI1J{top:0}}@media screen and (max-width:900px){.templates_templatePayloadGridMobileStyle__3E\+RY{background-color:#f7e9ff26!important;border-radius:5px!important;padding:25px 10px 10px!important;position:relative!important}.templates_closePayloadStyle__98vqd{position:absolute!important;right:5px!important;top:5px!important}}.requisites_mainBlock__rufF4{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 3px #0000004d!important;padding:20px!important}.requisites_workingIconStyle__h8M0t{border-radius:7px!important;padding:10px 0!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.requisites_setUpTitle__kW6c3{font-size:16px!important;font-weight:600!important}.requisites_setUpValue__J-sFL{font-size:14px!important;font-weight:500!important}.requisites_setUpIndex__WoOEs{color:#16097d!important;font-size:16px!important;font-weight:600!important}.requisites_setUpIndexGrid__wTb7I{background-color:#dfecff!important;border-radius:50%!important;padding:4px 12px!important}@media screen and (min-width:901px)and (max-width:1200px){.requisites_setUpValue__J-sFL{font-size:13px!important}.requisites_setUpTitle__kW6c3{font-size:15px!important}.requisites_setUpIndex__WoOEs{font-size:14px!important}.requisites_setUpIndexGrid__wTb7I{padding:2px 10px!important}.requisites_listSteps__Wp3kX,.requisites_stepsValue__AF2G\+{font-size:14px!important;font-weight:400!important}}@media screen and (min-width:601px)and (max-width:900px){.requisites_setUpValue__J-sFL{font-size:13px!important}.requisites_setUpTitle__kW6c3{font-size:15px!important}.requisites_setUpIndex__WoOEs{font-size:14px!important}.requisites_setUpIndexGrid__wTb7I{padding:2px 10px!important}.requisites_listSteps__Wp3kX,.requisites_stepsValue__AF2G\+{font-size:14px!important;font-weight:400!important}}@media screen and (min-width:0px)and (max-width:600px){.requisites_setUpValue__J-sFL{font-size:13px!important}.requisites_setUpTitle__kW6c3{font-size:15px!important}.requisites_setUpIndex__WoOEs{font-size:14px!important}.requisites_setUpIndexGrid__wTb7I{padding:2px 10px!important}.requisites_listSteps__Wp3kX,.requisites_stepsValue__AF2G\+{font-size:14px!important;font-weight:400!important}}.requisites_setUpContent__hesQj{color:#026666!important;font-size:13px!important;font-weight:400!important}.integrationSetupHeader_integrationIcon__Dprn-{height:30px!important;width:30px!important}.integrationSetupHeader_integrationContent__bAzyN{display:flex!important;padding-top:4px!important}@media screen and (min-width:0px)and (max-width:600px){.integrationSetupHeader_integrationIcon__Dprn-{height:22px!important;width:22px!important}.integrationSetupHeader_integrationContent__bAzyN{padding-top:2px!important}}@media screen and (min-width:600px)and (max-width:900px){.integrationSetupHeader_integrationIcon__Dprn-{height:22px!important;width:22px!important}.integrationSetupHeader_integrationContent__bAzyN{padding-top:2px!important}}@media screen and (min-width:901px)and (max-width:1600px){.integrationSetupHeader_integrationIcon__Dprn-{height:22px!important;width:22px!important}.integrationSetupHeader_integrationContent__bAzyN{padding-top:2px!important}}.messageFormats_messageFormatHeadingStyle__yXV\+k{color:#000!important;font-size:17px!important;font-weight:600!important}.messageFormats_messageFormatSubHeadingStyle__jgzKg{color:#858585!important;font-size:13px!important;font-weight:500!important}.messageFormats_messageFormatImageStyle__nsXdV{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__NVCN0{background-color:#f4f4f4!important;border-radius:3px!important;box-shadow:0 0 2px #00000040!important;height:100%!important;width:100%!important}.messageFormats_useThisCardButton__xW3yX{background-color:#fbf4ff!important;margin-bottom:5px!important}.messageFormats_useThisCardButton__xW3yX,.messageFormats_viewExamplesButton__LDgPT{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__LDgPT{background-color:#fff!important}.messageFormats_popupTitleStyle__8z-Kr{color:#6a097d!important;font-size:16px!important;font-weight:600!important}.messageFormats_popupCardHeadingStyle__YHUcH{color:#000!important;font-size:15px!important;font-weight:500!important}.leadGenerationCard_leadGenerCardStyle__\+1S47{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__7nNZd{color:#949494!important;font-size:13px!important}.leadGenerationCard_leadGenerationCardIcon__9rsit{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__zlYCS{font-size:13px!important;font-weight:600!important}.leadGenerationCard_exploreMenuButton__PGzuK{padding:3px!important}.leadGenerationCard_exploreMenuButtonOpen__nPHU9,.leadGenerationCard_exploreMenuButton__PGzuK{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__nPHU9{padding:0 3px!important}.leadGenerationCard_selectedLeadIntegration__qbu9G{background-color:#fbf4ff!important}.leadGenerationCard_nonSelectedLeadIntegration__a5LO\+{background-color:#fff!important}.callAnalysisCard_callAnalysisCardStyle__g8fdZ{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__x4Z4s{word-break:break-all!important}.callAnalysisCard_audioIconPosition__zDqvW{bottom:7px!important;position:absolute!important;right:8px!important}.callAnalysisCard_audioPlayIconStyle__Brt8F{border-radius:50%!important;box-shadow:0 0 3px #0000004d!important;padding:4px 4px 0!important}.callAnalysisCard_fullWidth__V6QiH{width:100%!important}.callAnalysisCard_evaluationRatingGrid__yU12b .MuiAvatar-root{font-size:13px!important;height:36px!important;width:36px!important}.callAnalysisCard_timerIconStyle__DtQh0{font-size:14px!important;vertical-align:middle!important}.callAnalysisCard_reportProblemIconStyle__NLnCo{color:red!important;font-size:18px!important}.callAnalysisCard_durationFieldValue__6cJlp{color:#000!important;font-size:13px!important;font-weight:400!important;margin:0 0 0 2px!important}.callAnalysisCard_audioFileNameStyle__d57iB{color:#000!important;font-size:14px!important;font-weight:500!important}.callAnalysisCard_cardFieldLabel__LCYJN{color:#747474!important;font-size:14px!important;font-weight:500!important}.callAnalysisCard_cardFieldValue__fKRFu{color:#000!important;font-size:14px!important;font-weight:400!important}@media screen and (max-width:1600px){.callAnalysisCard_callAnalysisCardStyle__g8fdZ{max-width:315px!important;width:315px!important}.callAnalysisCard_evaluationRatingGrid__yU12b .MuiAvatar-root{font-size:12px!important;height:32px!important;width:32px!important}.callAnalysisCard_durationFieldValue__6cJlp{font-size:12px!important}.callAnalysisCard_audioFileNameStyle__d57iB,.callAnalysisCard_cardFieldLabel__LCYJN,.callAnalysisCard_cardFieldValue__fKRFu{font-size:13px!important}}@media screen and (max-width:1000px){.callAnalysisCard_callAnalysisCardStyle__g8fdZ{max-width:calc(100% - 5px)!important;min-width:320px!important;width:100%!important}}@media screen and (max-width:450px){.callAnalysisCard_evaluationRatingGrid__yU12b .MuiAvatar-root{font-size:12px!important}.callAnalysisCard_audioFileNameStyle__d57iB{color:#000!important;font-size:13px!important;font-weight:500!important}.callAnalysisCard_cardFieldLabel__LCYJN{color:#747474!important;font-size:13px!important;font-weight:500!important}.callAnalysisCard_cardFieldValue__fKRFu{color:#000!important;font-size:13px!important;font-weight:400!important}}.persistent_textTextArea__dOBFq{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__dOBFq::placeholder{color:#ababab!important}.persistent_actionTypeRadioButton__o7zRG .MuiFormControlLabel-label{font-size:15px;font-weight:500}.persistent_actionTypeRadioButton__o7zRG{display:flex!important;flex-direction:row!important}.persistent_persistentMenuNameTextField__hdiYg fieldset{border:none!important;box-shadow:0 0 2px 0 #00000040!important;width:100%!important}.persistent_persistentMenuNameTextField__hdiYg .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.persistent_autoComplete__XqXO- .MuiAutocomplete-input{font-weight:500!important}.persistent_autoComplete__XqXO-{background-color:#fff!important;width:100%!important}.persistent_popupFieldTypography__\+CNNh{color:#000!important;font-size:15px!important;font-weight:500!important}.persistent_popupBtnsContainer__yC-zW{align-items:center!important;gap:12px!important;justify-content:center!important;padding:20px 0!important}.persistent_mainContainer__o4Y8N{align-items:center!important;justify-content:flex-end!important}.persistent_innerGridContainer__Gmxg5{align-items:center!important;flex-wrap:nowrap!important;gap:10px!important}.persistent_textAlignEnd__ujroo{text-align:end!important}.persistent_menuItemBtn__hzmFQ{width:150px!important}.persistent_marginTop__7Yozb{margin-top:16px!important}.persistent_popUpContainer__hrhRK{flex-direction:column!important;justify-content:center!important}.persistent_textAlignCenter__wSV9P{text-align:center!important}.persistent_inputField__giWAn{flex-direction:column!important;gap:8px!important}@media screen and (max-width:1600px){.persistent_actionTypeRadioButton__o7zRG .MuiFormControlLabel-label,.persistent_textTextArea__dOBFq{font-size:14px}.persistent_persistentMenuNameTextField__hdiYg .MuiInputBase-input{font-size:13px!important}}.fieldSetup_fieldGrid__tbARB{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 4fr}.fieldSetup_fieldItem__2sza4,.fieldSetup_fieldName__N7mIm{font-weight:600;margin-bottom:15px}.fieldSetup_fieldItem__2sza4{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__JUGNP{gap:20px}.fieldSetup_descriptionItem__3l5po{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__NqlBZ{align-items:center;display:flex;flex-direction:row;justify-content:center}.fieldSetup_headerContainer__gKAW7{align-items:center;display:flex;gap:10px}.fieldSetup_headerText__Nq3O-{font-size:15px;font-weight:500}.fieldSetup_headerIcon__rd8Qu{font-size:20px}.fieldSetup_setupDiv__E9j37{background-color:#f7e9ff80;border-radius:5px;padding:30px;width:auto}.fieldSetup_setupDivText__c-DUR{font-size:16px;font-weight:500}.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}.leadGenerationGlobal_popupTitleStyle__v9Fep{color:#6a097d!important;font-size:16px!important;font-weight:600!important}.leadGenerationGlobal_popupGlobalPadding__IY0Yz{padding:0 30px 30px!important}.leadGenerationGlobal_newLeadStyleGlobal__wk7eH{box-sizing:border-box!important;overflow:auto!important;position:relative!important}.leadGenerationGlobal_popupDividerStyle__Cj-Kd{border:.2px solid #9d9d9d!important;color:#9d9d9d!important;opacity:.2!important}.leadGenerationGlobal_formHeadingFontStyle__9yoeU{font-size:15px!important;font-weight:600!important}.leadGenerationGlobal_newLeadDetailsStyle__q\+nx6{border-radius:5px!important;padding:4px!important;width:100%!important}.leadGenerationGlobal_leadGenerationDescription__yicnr{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__SgdKp{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__eJw3g{min-height:80px!important}.leadGenerationGlobal_text_area_style__SgdKp::placeholder{font-family:inherit!important;min-height:40px!important;opacity:.5}.leadGenerationGlobal_newFieldTextStyle__IVyaS{color:#6a097d!important;font-size:15px!important;font-weight:500!important}.leadGenerationGlobal_buttonPositionStyle__ErRoC{bottom:10px!important;left:0!important;padding-left:4px!important;position:absolute!important;width:100%!important;z-index:3!important}.leadGenerationGlobal_methodAutoComplete__YFOEE{box-shadow:0 0 3px #00000040!important;font-weight:500!important}.leadGenerationGlobal_methodAutoComplete__YFOEE .MuiOutlinedInput-root{padding:3px 4px!important}.leadGenerationGlobal_methodAutoComplete__YFOEE .MuiInputBase-input{font-weight:500!important}.leadGenerationGlobal_methodAutoComplete__YFOEE .MuiAutocomplete-input{font-size:15px!important}.leadGenerationGlobal_enumChipStyle__Zo9ZD,.leadGenerationGlobal_enumChipStyle__Zo9ZD .MuiFormControl-root,.leadGenerationGlobal_enumChipStyle__Zo9ZD .MuiInputBase-input,.leadGenerationGlobal_enumChipStyle__Zo9ZD .MuiOutlinedInput-root{min-height:45px!important}.leadGenerationGlobal_selectFieldCardStyle__4Jyj6{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 3px #00000040!important;padding:20px!important}.leadGenerationGlobal_selectFieldHeadingTextStyle__Bwnv7{color:#6a097d!important;font-size:15px!important;font-weight:600!important}.leadGenerationGlobal_checkBoxStyle__HLf4R{margin-right:50px!important}.leadGenerationGlobal_checkBoxStyle__HLf4R path{fill:#6a097d!important}.leadGenerationGlobal_checkBoxStyle__HLf4R path:disabled{fill:#7a7a7a!important}.leadGenerationGlobal_checkBoxStyle__HLf4R svg{height:24px!important;width:24px!important}.leadGenerationGlobal_checkBoxStyle__HLf4R .MuiPaper-root{padding:5px 9px!important}.leadGenerationGlobal_checkBoxStyle__HLf4R .MuiTypography-root{font-size:15px!important;font-weight:500!important;line-height:1!important}.leadGenerationGlobal_emailContentLabelSpacing__5ddvJ{margin:5px 0!important}.leadGenerationGlobal_templatePromp__ciJbY{color:#000!important}.leadGenerationGlobal_templatePrompDisble__UvTZh,.leadGenerationGlobal_templatePromp__ciJbY{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__UvTZh{color:#00000061!important}.leadGenerationGlobal_stepContainer__AGD\+c{align-items:center!important;display:flex!important;padding:0 8px 6px 0!important}.leadGenerationGlobal_circle__ZCMCg{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__qhZGw{font-size:15px}.leadGenerationGlobal_selectChannelButtonStyle__-V557{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__-V557:disabled{background-color:#00000026!important;color:#00000073!important}.leadGenerationGlobal_formGroupStyles__1Z\+QR{display:grid!important}@media screen and (max-width:1000px){.leadGenerationGlobal_checkBoxStyle__HLf4R svg{height:18px!important;width:18px!important}.leadGenerationGlobal_checkBoxStyle__HLf4R .MuiTypography-root{font-size:14px!important;font-weight:500!important}.leadGenerationGlobal_formHeadingFontStyle__9yoeU,.leadGenerationGlobal_templatePromp__ciJbY{font-size:14px!important}.leadGenerationGlobal_selectFieldCardStyle__4Jyj6{padding:15px 15px 55px!important}.leadGenerationGlobal_leadGenerationDescription__yicnr{font-size:14px!important}.leadGenerationGlobal_checkBoxStyle__HLf4R .MuiCheckbox-root{padding:7px!important}.leadGenerationGlobal_checkBoxStyle__HLf4R{margin-right:25px!important}.leadGenerationGlobal_enumChipStyle__Zo9ZD .MuiChip-root,.leadGenerationGlobal_enumChipStyle__Zo9ZD .MuiInputBase-input,.leadGenerationGlobal_methodAutoComplete__YFOEE .MuiAutocomplete-input{font-size:14px!important}.leadGenerationGlobal_popupGlobalPadding__IY0Yz{padding:0 15px 30px!important}}@media screen and (min-width:600px)and (max-width:1000px){.leadGenerationGlobal_buttonPositionStyle__ErRoC{bottom:0!important}}@media screen and (max-width:450px){.leadGenerationGlobal_formGroupStyles__1Z\+QR{grid-template-columns:repeat(2,1fr)!important}.leadGenerationGlobal_selectChannelButtonStyle__-V557{font-size:13px!important;padding-inline:18px!important}}@media screen and (min-width:600px)and (max-width:750px){.leadGenerationGlobal_formGroupStyles__1Z\+QR{grid-template-columns:repeat(2,1fr)!important}.leadGenerationGlobal_selectChannelButtonStyle__-V557{font-size:13px!important;padding-inline:17px!important}}@media screen and (min-width:450px)and (max-width:600px){.leadGenerationGlobal_formGroupStyles__1Z\+QR{grid-template-columns:repeat(3,1fr)!important}}@media screen and (min-width:750px)and (max-width:900px){.leadGenerationGlobal_formGroupStyles__1Z\+QR{grid-template-columns:repeat(3,1fr)!important}}@media screen and (min-width:900px)and (max-width:1300px){.leadGenerationGlobal_formGroupStyles__1Z\+QR{grid-template-columns:repeat(4,1fr)!important}}@media screen and (min-width:1300px)and (max-width:1450px){.leadGenerationGlobal_formGroupStyles__1Z\+QR{grid-template-columns:repeat(5,1fr)!important}}@media screen and (min-width:1450px)and (max-width:1600px){.leadGenerationGlobal_formGroupStyles__1Z\+QR{grid-template-columns:repeat(6,1fr)!important}}@media screen and (min-width:1600px){.leadGenerationGlobal_formGroupStyles__1Z\+QR{grid-template-columns:repeat(7,1fr)!important}}.leadGenerationDataStyle_fieldLeadData__9uICv{background-color:#fbf4ff!important;border-radius:8px!important;padding:1px!important}.leadGenerationDataStyle_leadDetailSelectStyle__fIF3T{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__s-V0D{color:gray!important;cursor:pointer!important;padding-bottom:5px!important}.leadGenerationDataStyle_selectedLeadDetailsMobileStyle__rCXqa{border-bottom:3px solid #6a097d!important;color:#6a097d;cursor:pointer!important;padding-bottom:5px!important}.leadGenerationDataStyle_leadDetailSelectTextStyle__QnFGc{color:#000!important;font-size:14px!important;font-weight:600!important}.leadGenerationDataStyle_configTextStyle__QDAmM{color:#000!important;font-size:16px!important;font-weight:600!important}.leadGenerationDataStyle_leadDetailSelectTextMobileStyle__k\+1b5{font-size:13px!important;font-weight:600!important;white-space:nowrap!important}.leadGenerationDataStyle_tabGridStyle__RJp6f{max-width:45vw!important;min-width:320px!important;overflow:auto!important;padding:5px!important}.leadGenerationDataStyle_tabGridStyle__RJp6f::-webkit-scrollbar{height:4px!important;width:1px!important}@media screen and (max-width:750px){.leadGenerationDataStyle_editDeleteButtonStyle__rh76f{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__rh76f{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__yDk49{background-color:#fbf4ff!important;color:#000!important;font-size:14px!important;font-weight:600!important;padding:12px!important;white-space:nowrap!important}.leadGenerationTableStyle_viewButtonColumnHeadingStyle__xE2W6{background-color:#fbf4ff!important;position:-webkit-sticky!important;position:sticky!important;right:0!important}.leadGenerationTableStyle_tableBodySubHeadingFontStyle__YceCs{background-color:#fff!important;color:#141414!important;font-size:14px!important;font-weight:500!important;padding:12px!important;white-space:nowrap!important}.leadGenerationTableStyle_viewButtonColumnStyle__3TJXe{background-color:#fff!important;position:-webkit-sticky!important;position:sticky!important;right:0!important}.leadGenerationTableStyle_cellRow__No5uq:last-child td{border-bottom:none!important}@media screen and (max-width:1600px){.leadGenerationTableStyle_tableBodyHeadingFontStyle__yDk49,.leadGenerationTableStyle_tableBodySubHeadingFontStyle__YceCs{font-size:13px!important}}@media screen and (max-width:1000px){.leadGenerationTableStyle_tableBodySubHeadingFontStyle__YceCs{font-size:13px!important}}.userAnalyticsDashboard_averageCallComponent__t1iYM{border-radius:10px!important;height:100%!important;padding:32px 24px!important}.userAnalyticsDashboard_averageHeadingName__Cqd8J{color:#1c1c1c!important;font-size:15px!important;font-weight:600!important}.userAnalyticsDashboard_averageHeadingValue__vXTyT{color:#1c1c1c!important;font-size:24px!important;font-weight:700!important}.userAnalyticsDashboard_csatScoreStyle__yWAPo{background-color:#e5ebff!important;border-radius:10px!important;padding:20px!important}.userAnalyticsDashboard_pieChartContainer__hLwVi{background-color:#f7f9fb!important;border-radius:10px!important;height:100%!important;padding:20px!important}.userAnalyticsDashboard_pieChartHeadingName__hGm0m{color:#1c1c1c!important;font-size:16px!important;font-weight:600!important}.userAnalyticsDashboard_pieChartsStyle__q1a4a .MuiChartsLegend-mark{y:-4!important;rx:50%!important;height:10px!important;width:10px!important}.userAnalyticsDashboard_pieChartsStyle__q1a4a{height:190px!important;width:200px!important}.userAnalyticsDashboard_labelHeading__PDS01,.userAnalyticsDashboard_pieChartsStyle__q1a4a text{color:#1c1c1c!important;font-size:14px!important;font-weight:600!important}.userAnalyticsDashboard_labelCircle__8eeaX{border-radius:50%!important;height:10px!important;min-width:10px!important}.userAnalyticsDashboard_customBarChart__xReh7 .MuiBarElement-root{width:25px!important}.userAnalyticsDashboard_customBarChart__xReh7 svg{height:500px!important;overflow:visible!important}.userAnalyticsDashboard_customBarChart__xReh7 .MuiChartsXAxis-root text{font-size:8px!important}.userAnalyticsDashboard_customBarChart__xReh7{height:520px!important;margin-top:-80px!important;overflow:visible!important}.userAnalyticsDashboard_customBarChart__xReh7 .MuiChartsAxis-bottom text{max-width:20px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;word-break:break-all!important}.userAnalyticsDashboard_customBarChart__xReh7 .MuiChartsGrid-line{stroke:#1c1c1c0d!important}.userAnalyticsDashboard_customBarChart__xReh7 .MuiChartsGrid-line:first-child{stroke:#1c1c1c33!important}.userAnalyticsDashboard_circularProgressStyle__wzP67{align-items:center!important;display:flex!important;justify-content:center!important;left:0!important;position:absolute!important;top:50%!important;width:100%!important}.userAnalyticsDashboard_labelHeadingContainer__2C9Gp{display:grid!important;grid-auto-flow:row dense!important}@media screen and (max-width:1600px){.userAnalyticsDashboard_labelHeading__PDS01{color:#1c1c1c!important;font-size:13px!important;font-weight:600!important}}@media screen and (max-width:1000px){.userAnalyticsDashboard_pieChartContainer__hLwVi{padding:0!important}.userAnalyticsDashboard_pieContainer__VDe\+w{padding:15px 0 15px 15px!important}.userAnalyticsDashboard_pieLabelContainer__NW3Vh{padding:15px 15px 15px 0!important}.userAnalyticsDashboard_barContainer__Fw3\+0{padding:15px 0 0 15px!important}.userAnalyticsDashboard_customBarChart__xReh7{height:550px!important;margin-top:-90px!important}}@media screen and (max-width:600px){.userAnalyticsDashboard_csatScoreStyle__yWAPo{padding-bottom:200px!important}.userAnalyticsDashboard_labelHeadingContainer__2C9Gp{flex-direction:column!important}}@media screen and (min-width:600px)and (max-width:750px){.userAnalyticsDashboard_labelHeadingContainer__2C9Gp{flex-direction:column!important}}.staticMessageFormatForm_createStaticMessageFormatFormGrid__OsbSV{padding:25px 25px 0!important}.staticMessageFormatForm_createFormatTextStyle__z4fRM{font-size:17px!important;font-weight:600!important}.staticMessageFormatForm_messageFormatFormGrid__EY3c-{overflow:auto!important;padding:3px!important}.staticMessageFormatForm_messageFormatFormFieldLabel__ESqpk{font-size:15px!important;font-weight:600!important}.staticMessageFormatForm_messageFormatGridStyle__CmgnW{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__ZMGGX{font-size:14px!important;font-weight:600!important}.staticMessageFormatForm_messageFormatTextFieldStyle__lNF6C{border:none!important;border-radius:5px!important;box-shadow:0 0 2px #00000040!important;width:100%!important}.staticMessageFormatForm_messageFormatTextFieldStyle__lNF6C fieldset{border:none!important}.staticMessageFormatForm_messageFormatTextFieldStyle__lNF6C .MuiOutlinedInput-input{font-size:15px!important;font-weight:500!important;padding:11.5px 14px!important}.staticMessageFormatForm_messageFormatRadioStyle__z3ve1 .MuiRadio-root{padding:5px!important}.staticMessageFormatForm_messageFormatRadioStyle__z3ve1 .MuiTypography-root{font-size:14px!important;font-weight:600!important}.staticMessageFormatForm_messageFormatRadioStyle__z3ve1 .MuiFormControlLabel-root{margin-left:-5px!important}.staticMessageFormatForm_newObjectColor__qaN4b{color:#6a097d!important}.staticMessageFormatForm_noValidJSONColor__jUjOO{color:red!important}.staticMessageFormatForm_messageObjectGridStyle__LJ127{border-radius:3px!important;box-shadow:0 0 3px #00000040!important;box-sizing:border-box!important;padding:20px!important}.staticMessageFormatForm_fullScreenIconStyle__sNmkR{cursor:pointer!important;font-size:18px!important}.staticMessageFormatForm_viewMessageObjectGridStyle__p0NnK{border-radius:10px!important;box-shadow:0 0 3px #00000040!important;padding:15px!important}.staticMessageFormatForm_closeIconStyle__PRQes{cursor:pointer!important;font-size:22px!important}.staticMessageFormatForm_messageFormatJSONViewStyle__wh-ii{white-space:break-spaces!important}.feedbackStyle_headerComponentTitle__ODFa3{color:#000;font-size:15px!important;font-weight:500!important}.feedbackStyle_fetchFeedbackDataFields__iX3h9{max-width:220px!important;width:100%!important}.feedbackStyle_fetchFeedbackFetchBtn__jGkPY{max-width:150px;width:100%!important}.feedbackStyle_feedbackTableBodyHeadingFontStyle__CGBtE{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__tH-sn{box-shadow:0 0 3px #00000040!important;font-weight:500!important}.feedbackStyle_methodAutoComplete__tH-sn .MuiOutlinedInput-root{padding:2px 4px!important}.feedbackStyle_methodAutoComplete__tH-sn .MuiInputBase-input{font-weight:500!important}.feedbackStyle_methodAutoComplete__tH-sn .MuiAutocomplete-input{font-size:15px!important}.feedbackStyle_feedbackTableAutoComplete__RKhuY{background:#f4f4f4;border-radius:2px;min-width:170px}.feedbackStyle_feedbackAssignMemberAutoComplete__\+La3-{min-width:200px}.feedbackStyle_feedbackTableAutoComplete__RKhuY fieldset{border:none;box-shadow:none}.feedbackStyle_feedbackTableAutoComplete__RKhuY .MuiInputBase-root{padding:0 0 0 7px!important}.feedbackStyle_feedbackTableAutoComplete__RKhuY .MuiAutocomplete-input{font-size:14px!important}.feedbackStyle_feedbackTableAutoComplete__RKhuY .MuiInputBase-input{font-weight:500!important}.feedbackStyle_feedbackTableTextField__6BzFl{background:#f4f4f4;border-radius:2px;min-width:250px!important}.feedbackStyle_feedbackTableTextField__6BzFl fieldset{border:none;box-shadow:none}.feedbackStyle_feedbackTableTextField__6BzFl .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:8px 14px!important}.feedbackStyle_feedbackPopupTextField__eFXgr fieldset{border:none!important;box-shadow:0 0 3px #00000040!important}.feedbackStyle_feedbackPopupTextField__eFXgr .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.feedbackStyle_feedbackTablePaginationStyle__I2kZf .MuiTablePagination-toolbar{min-height:30px!important;padding-inline:15px!important}.feedbackStyle_feedbackTablePaginationStyle__I2kZf .MuiTablePagination-selectLabel{font-size:14px!important;font-weight:500!important}.feedbackStyle_feedbackTablePaginationStyle__I2kZf .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__I2kZf .MuiTablePagination-select{padding-top:5px!important}.feedbackStyle_feedbackTablePaginationStyle__I2kZf .MuiTablePagination-displayedRows{font-size:14px!important;font-weight:500!important;margin-left:15px!important}.feedbackStyle_feedbackTablePaginationStyle__I2kZf .MuiTablePagination-actions{margin-left:10px!important}.feedbackStyle_feedbackTablePaginationStyle__I2kZf .MuiButtonBase-root{padding:4px 0!important}.feedbackStyle_methodAutoCompletePopup__qsQK2{box-shadow:0 0 3px #00000040!important;font-weight:500!important}.feedbackStyle_methodAutoCompletePopup__qsQK2 .MuiOutlinedInput-root{padding:2px 4px!important}.feedbackStyle_methodAutoCompletePopup__qsQK2 .MuiInputBase-input{font-weight:500!important}.feedbackStyle_methodAutoCompletePopup__qsQK2 .MuiAutocomplete-input{font-size:14px!important}.feedbackStyle_methodAutoCompletePopup__qsQK2 ::placeholder{font-weight:500!important}.feedbackStyle_dateRangePickerInPopup__LRJpF .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__MlpYa .DateInput_fang{z-index:0!important}@media screen and (max-width:1000px){.feedbackStyle_methodAutoComplete__tH-sn .MuiAutocomplete-input{font-size:14px!important}.feedbackStyle_methodAutoCompletePopup__qsQK2 .MuiAutocomplete-input{font-size:13px!important}.feedbackStyle_dateRangePickerInPopup__LRJpF .DateRangePicker_picker{max-height:232px!important;max-width:455px!important;overflow:auto!important}}@media screen and (max-width:1600px){.feedbackStyle_feedbackTablePaginationStyle__I2kZf .MuiTablePagination-displayedRows,.feedbackStyle_feedbackTablePaginationStyle__I2kZf .MuiTablePagination-selectLabel{margin-block:10px!important}.feedbackStyle_headerComponentTitle__ODFa3,.feedbackStyle_methodAutoCompletePopup__qsQK2 .MuiAutocomplete-input,.feedbackStyle_methodAutoComplete__tH-sn .MuiAutocomplete-input{font-size:14px!important}.feedbackStyle_feedbackTableAutoComplete__RKhuY .MuiAutocomplete-input,.feedbackStyle_feedbackTableTextField__6BzFl .MuiInputBase-input{font-size:13px!important}.feedbackStyle_dateRangePickerClass__MlpYa .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__I2kZf .MuiTablePagination-toolbar{padding:0!important}.feedbackStyle_feedbackTablePaginationStyle__I2kZf .MuiTablePagination-selectLabel{font-size:12px!important}.feedbackStyle_feedbackTablePaginationStyle__I2kZf .MuiInputBase-root{font-size:12px!important;margin-right:0!important}.feedbackStyle_feedbackTablePaginationStyle__I2kZf .MuiTablePagination-displayedRows{font-size:12px!important;margin-left:5px!important}.feedbackStyle_feedbackTablePaginationStyle__I2kZf .MuiTablePagination-actions{margin-left:1px!important}.feedbackStyle_feedbackTablePaginationStyle__I2kZf .MuiSvgIcon-root{height:20px!important;width:20px!important}}.feedbackStyle_mainFeedback__HSQUb{height:100%!important;padding:20px 25px 0 27px!important}.feedbackStyle_marginHeader__o2HKH{margin-bottom:15px!important}.feedbackStyle_dividerFeedbackComp__VGdjx{padding-top:4px!important}.feedbackStyle_fetchFeedbackDataContainer__-BFxi{flex-direction:column!important;gap:12px!important}.feedbackStyle_feedbackRowDataText__Dv7fe{color:#6a097d!important;font-size:16px!important;font-weight:600!important;margin-top:25px!important}.feedbackStyle_updateFeedbackPopupDivider__tJeB1{margin:10px 30px 0!important;padding:4px 0!important}.feedbackStyle_updateFeedbackPopupPadding__BxFZ2{padding:10px 30px!important}.feedbackStyle_updateFeedbackPopupField__cvNRS{color:#707070!important;font-size:14px!important;font-weight:500!important}.feedbackStyle_updateFeedbackPopupFieldMargin__y71kq{margin-top:10px!important}.feedbackStyle_approvalStatusWrapper__SohQ2{gap:24px!important;justify-content:space-between!important;padding:10px 30px 30px!important}.feedbackStyle_feedbackZindex__yue3W{z-index:5!important}.feedbackStyle_resetFetchDataWrapper__qVzY2{align-items:center!important;gap:12px!important;justify-content:center!important;padding:20px 0!important}.feedbackStyle_fetchFeedbackDataPadding__uYRFH{padding:12px 3px 0!important}.feedbackStyle_fetchFeedbackMaxWidth__KfRZq{max-width:228px!important}.feedbackStyle_feedbackTableContainer__TuNMi{border:1px solid #e9e9e9;border-radius:5px;box-sizing:border-box;max-width:100%;overflow:auto}.feedbackStyle_moreDetailListStyle__nZRLF{list-style-position:inherit!important;list-style-type:disc!important;margin:0!important;padding:0!important;padding-inline-start:18px!important}.feedbackStyle_moreDetailListItem__5fepb{display:list-item!important;padding:0!important}.feedbackStyle_feedbackValueColor__MUc1n{color:#373737!important}.renderCustomOption_newTagNameUlElement__crBx6{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__tmLfO{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}.whatsappCampaignAnalysisStyle_campaignNameStyles__TCY6o{font-size:17px!important;font-weight:500!important}.whatsappCampaignAnalysisStyle_campaignStatusStyle__fx9dK{border-radius:200px!important;padding:2px 8px 4px!important}.whatsappCampaignAnalysisStyle_campaignStatusTextStyle__2Ufno{font-size:13px!important;font-weight:500!important}.whatsappCampaignAnalysisStyle_commonCardStyles__2B0FH{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__DXRch{color:#1c1c1c!important;font-size:14px!important;font-weight:500!important}.whatsappCampaignAnalysisStyle_cardValueTextStyle__wSUFD{color:#1c1c1c!important;font-size:24px!important;font-weight:600!important}.whatsappCampaignAnalysisStyle_headingDetailsStyle__GfAMA{color:#000!important;font-size:16px!important;font-weight:600!important}.whatsappCampaignAnalysisStyle_campaginDetailsContainer__eoecx{border-right:1px solid #b8b8b880!important}.whatsappCampaignAnalysisStyle_campaignDetailStyle__xt0\+t{border:1px solid #e9e9e9!important;border-bottom:none!important;border-radius:5px!important}.whatsappCampaignAnalysisStyle_detailsKeyContainer__6OKjK{background-color:#f8f8f8!important;border-bottom:1px solid #e9e9e9!important;border-right:1px solid #e9e9e9!important;padding:14px!important}.whatsappCampaignAnalysisStyle_detailsKeyTextStyle__sPsH-{color:#000!important;font-size:15px!important;font-weight:500!important;word-break:break-word!important}.whatsappCampaignAnalysisStyle_detailsValueContainer__HPFMi{border-bottom:1px solid #e9e9e9!important;padding:14px!important}.whatsappCampaignAnalysisStyle_statusKeyStyle__vg-nl{color:#6a097d!important;font-size:15px!important;font-weight:500!important}.whatsappCampaignAnalysisStyle_statusValueStyle__u8U5X{color:#000!important;font-size:15px!important;font-weight:500!important}.whatsappCampaignAnalysisStyle_cardComponentSectionStyle__oZLYw{background-color:#f7e9ff40!important;border-radius:10px!important;padding:25px!important}.whatsappCampaignAnalysisStyle_filterStatusCheckBox__Gj9zU{padding:0!important}.whatsappCampaignAnalysisStyle_redirectingText__IteHb{font-style:italic}.whatsappCampaignAnalysisStyle_pieChartContainer__-JdYM{background-color:#f7f9fb!important;border-radius:10px!important;height:100%!important;padding:20px!important}@media screen and (max-width:1000px){.whatsappCampaignAnalysisStyle_pieContainer__2X32m,.whatsappCampaignAnalysisStyle_pieLabelContainer__FJbN3{padding:15px 0!important}}@media screen and (max-width:1600px){.whatsappCampaignAnalysisStyle_campaignNameStyles__TCY6o{font-size:16px!important}.whatsappCampaignAnalysisStyle_headingDetailsStyle__GfAMA{font-size:15px!important}.whatsappCampaignAnalysisStyle_detailsKeyTextStyle__sPsH-{font-size:14px!important}.whatsappCampaignAnalysisStyle_detailsKeyContainer__6OKjK,.whatsappCampaignAnalysisStyle_detailsValueContainer__HPFMi{padding:12px 14px!important}}@media screen and (max-width:1200px){.whatsappCampaignAnalysisStyle_campaginDetailsContainer__eoecx{border-right:none!important}.whatsappCampaignAnalysisStyle_campaignNameStyles__TCY6o{font-size:16px!important}}@media screen and (max-width:900px){.whatsappCampaignAnalysisStyle_campaignNameStyles__TCY6o{font-size:15px!important}.whatsappCampaignAnalysisStyle_headingDetailsStyle__GfAMA{font-size:14px!important}.whatsappCampaignAnalysisStyle_detailsKeyTextStyle__sPsH-{font-size:13px!important}.whatsappCampaignAnalysisStyle_detailsKeyContainer__6OKjK,.whatsappCampaignAnalysisStyle_detailsValueContainer__HPFMi{padding:10px 14px!important}}@media screen and (max-width:768px){.whatsappCampaignAnalysisStyle_commonCardStyles__2B0FH{min-width:150px!important;padding:20px!important}.whatsappCampaignAnalysisStyle_cardValueTextStyle__wSUFD{font-size:22px!important}.whatsappCampaignAnalysisStyle_cardComponentSectionStyle__oZLYw{padding:15px!important}}@media screen and (max-width:400px){.whatsappCampaignAnalysisStyle_commonCardStyles__2B0FH{max-width:140px!important;min-width:140px!important}}.onBoarding_chronoxLogoStyle__-vRoQ{width:200px!important}.onBoarding_textWrtingAnimationStyle__aT96G{display:inline-block}.onBoarding_typingEffect__5Y2y-{animation:onBoarding_typing__UzV2K 3.5s linear forwards,onBoarding_blink-caret__6tnpo .5s step-end infinite;border-right:2px solid #6a097d;display:inline-block;overflow:hidden;white-space:nowrap;width:0}@keyframes onBoarding_typing__UzV2K{0%{width:0}to{width:100%}}@keyframes onBoarding_blink-caret__6tnpo{0%,to{border-color:#0000;border-right:none}50%{border-color:#6a097d}}.onBoarding_contentBackgroundStyle__B7CpO{background:url(/static/media/onBoardingLandingPage.7720aa5d3fb61bf2c4ad.png);background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important}.onBoarding_leftContainerBoxStyle__CmJhC{background-color:#fff!important;border-radius:20px!important;box-shadow:0 0 4px #00000040!important;padding:50px!important}.onBoarding_lightColorFontStyle__8OiQ0{color:#ffac00!important;font-size:34px!important;font-weight:600!important}.onBoarding_darkColorFontStyle__AYzw6{color:#6a097d!important;font-size:32px!important;font-weight:600!important}.onBoarding_contentStyle__Qm2hc{color:#1f384c!important;font-size:22px!important;font-weight:600!important}.onBoarding_bookameetingButtonStyle__mdM2j{background-color:#6a097d1a;border-radius:5px!important;box-shadow:0 0 3px #6a097d!important;color:#6a097d!important;display:inline-block!important;font-size:16px!important;font-weight:600!important;overflow:hidden!important;padding:10px 20px!important;position:relative!important;text-transform:none!important;transition:all .3s!important;width:200px!important;z-index:0!important}.onBoarding_bookameetingButtonStyle__mdM2j:after{background-color:#fff;bottom:0;content:"";height:100%;left:0;position:absolute;width:100%;z-index:-2}.onBoarding_bookameetingButtonStyle__mdM2j:before{background-color:#6a097d;bottom:0;content:"";height:100%;left:0;position:absolute;transition:all .3s;width:0;z-index:-1}.onBoarding_bookameetingButtonStyle__mdM2j:hover{background-color:#6a097dcc;color:#fff!important}.onBoarding_bookameetingButtonStyle__mdM2j:hover:before{width:100%}.onBoarding_chatonwhatsappButtonStyle__eX2UC{background-color:#fff!important;background-color:#39ae41;border-radius:5px!important;box-shadow:0 0 3px #39ae41!important;color:#39ae41!important;display:inline-block!important;font-size:16px!important;font-weight:600!important;overflow:hidden!important;padding:10px 20px!important;position:relative!important;text-transform:none!important;transition:all .3s!important;width:200px!important;z-index:0!important}.onBoarding_chatonwhatsappButtonStyle__eX2UC:after{background-color:#fff;bottom:0;content:"";height:100%;left:0;position:absolute;width:100%;z-index:-2}.onBoarding_chatonwhatsappButtonStyle__eX2UC:before{background-color:#39ae41;bottom:0;content:"";height:100%;left:0;position:absolute;transition:all .3s;width:0;z-index:-1}.onBoarding_chatonwhatsappButtonStyle__eX2UC:hover{background-color:#39ae41cc;color:#fff!important}.onBoarding_chatonwhatsappButtonStyle__eX2UC:hover:before{width:100%}.onBoarding_rightContainerTextStyle__YdJro{font-size:16px!important;font-weight:600!important}.onBoarding_aiAgentColorStyle__rcDgr{color:#6a097d!important}.onBoarding_aiCopilotColorStyle__-wNsl{color:#003198!important}.onBoarding_aiInsightsColorStyle__1c1bs{color:#ffa929!important}.onBoarding_imageMaxWidthStyle__rsC9o{max-width:240px!important}.onBoarding_agentImageStyles__uBFqH{animation:onBoarding_fadeIn__wj7g2 1s ease-out forwards;opacity:0;transform:translateY(20px)}.onBoarding_metaProviderImageAnimationStyle__SvkYb{animation:onBoarding_fadeMetaIn__ZgiMI 1s ease-out forwards;opacity:0;transform:translateX(20px)}.onBoarding_chronoxLogoAnimationStyle__DvaA7{animation:onBoarding_fadeLogoIn__w4Gud 1s ease-out forwards;opacity:0;transform:translateX(-20px)}@keyframes onBoarding_fadeLogoIn__w4Gud{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes onBoarding_fadeMetaIn__ZgiMI{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes onBoarding_fadeIn__wj7g2{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.onBoarding_fadeInClass__LS-jQ{opacity:1;transform:translateY(0);transition:opacity 1s ease-out,transform 1s ease-out}.onBoarding_fadeLogoInClass__2ICeR,.onBoarding_fadeMetaInClass__Nj\+9y{opacity:1;transform:translateX(0);transition:opacity 1s ease-out,transform 1s ease-out}@media screen and (min-width:1200px)and (max-width:1501px){.onBoarding_leftContainerBoxStyle__CmJhC{padding:35px!important}.onBoarding_lightColorFontStyle__8OiQ0{font-size:28px!important}.onBoarding_darkColorFontStyle__AYzw6{font-size:26px!important}.onBoarding_contentStyle__Qm2hc{font-size:18px!important}.onBoarding_bookameetingButtonStyle__mdM2j{font-size:15px!important;padding:8px 20px!important;width:180px!important}.onBoarding_chatonwhatsappButtonStyle__eX2UC{font-size:15px!important;padding:8px 20px!important;width:185px!important}.onBoarding_rightContainerTextStyle__YdJro{font-size:15px!important}.onBoarding_imageMaxWidthStyle__rsC9o{max-width:220px!important}.onBoarding_metaproviderImageStyle__yziJQ{max-width:170px!important}}@media screen and (min-width:1200px)and (max-width:1300px){.onBoarding_agentImageStyles__uBFqH{max-width:200px!important}}@media screen and (min-width:901px)and (max-width:1200px){.onBoarding_leftContainerBoxStyle__CmJhC{padding:30px!important}.onBoarding_imageMaxWidthStyle__rsC9o{max-width:170px!important}.onBoarding_darkColorFontStyle__AYzw6,.onBoarding_lightColorFontStyle__8OiQ0{font-size:26px!important}.onBoarding_contentStyle__Qm2hc{font-size:17px!important}.onBoarding_bookameetingButtonStyle__mdM2j,.onBoarding_chatonwhatsappButtonStyle__eX2UC{font-size:14px!important;padding:8px 20px!important;width:200px!important}.onBoarding_rightContainerTextStyle__YdJro{font-size:15px!important}.onBoarding_metaproviderImageStyle__yziJQ{max-width:125px!important}.onBoarding_chronoxLogoStyle__-vRoQ{max-width:180px!important}.onBoarding_contentBackgroundStyle__B7CpO{background:url(/static/media/onBoardingLandingPageMiniLaptop.dc0180659e4961482957.png);background-position:50%!important}}@media screen and (min-width:600px)and (max-width:901px){.onBoarding_leftContainerBoxStyle__CmJhC{padding:30px!important}.onBoarding_imageMaxWidthStyle__rsC9o{max-width:165px!important}.onBoarding_darkColorFontStyle__AYzw6,.onBoarding_lightColorFontStyle__8OiQ0{font-size:26px!important}.onBoarding_contentStyle__Qm2hc{font-size:17px!important}.onBoarding_bookameetingButtonStyle__mdM2j,.onBoarding_chatonwhatsappButtonStyle__eX2UC{font-size:14px!important;padding:8px 20px!important;width:200px!important}.onBoarding_rightContainerTextStyle__YdJro{font-size:15px!important}.onBoarding_metaproviderImageStyle__yziJQ{max-width:115px!important}.onBoarding_chronoxLogoStyle__-vRoQ{max-width:175px!important}.onBoarding_contentBackgroundStyle__B7CpO{background:url(/static/media/onBoardingLandingPageTabletNew.c9346229105214d4173e.png);background-position:50%!important}}@media screen and (max-width:600px){.onBoarding_leftContainerBoxStyle__CmJhC{padding:30px 25px!important}.onBoarding_agentImageStyles__uBFqH{max-width:28vw!important}.onBoarding_darkColorFontStyle__AYzw6,.onBoarding_lightColorFontStyle__8OiQ0{font-size:24px!important}.onBoarding_contentStyle__Qm2hc{font-size:16px!important}.onBoarding_bookameetingButtonStyle__mdM2j,.onBoarding_chatonwhatsappButtonStyle__eX2UC{font-size:14px!important;padding:8px 20px!important;width:200px!important}.onBoarding_rightContainerTextStyle__YdJro{font-size:14px!important}.onBoarding_metaproviderImageStyle__yziJQ{max-width:90px!important}.onBoarding_chronoxLogoStyle__-vRoQ{max-width:160px!important}.onBoarding_contentBackgroundStyle__B7CpO{background:url(/static/media/onBoardingLandingPageMobile.24521f9e816409729119.png);background-position:top!important}}.workflowCreate_popupTitleStyle__5F7i2{color:#6a097d!important;font-size:17px!important;font-weight:600!important}.workflowCreate_popupDividerStyle__TCQca{border:.2px solid #9d9d9d!important;color:#9d9d9d!important;opacity:.3!important}.workflowCreate_createWorkflowLabelStyle__\+J5DA{color:#000!important;font-size:15px!important;font-weight:500!important}.workflowCreate_createGlobalTextField__ctxhm{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 3px #00000040!important;width:100%!important}.workflowCreate_createGlobalTextField__ctxhm fieldset{border:none!important;outline:none!important}.workflowCreate_createGlobalTextField__ctxhm .MuiOutlinedInput-input{font-size:15px!important;font-weight:500!important;padding:12.5px 14px!important}.workflowCreate_payloadTextField__MRMIy{border-radius:5px!important;box-shadow:0 0 2px #00000040!important;width:100%!important}.workflowCreate_payloadTextField__MRMIy fieldset{border:none!important;outline:none!important}.workflowCreate_payloadTextField__MRMIy .MuiOutlinedInput-input{font-size:15px!important;font-weight:400!important;padding:10.5px 14px!important}.workflowCreate_autoComplete__JpA-c .MuiAutocomplete-input{font-size:15px!important}.workflowCreate_autoComplete__JpA-c{box-shadow:0 0 3px #00000040;box-sizing:border-box!important}.workflowCreate_nodesListsItems__dujhC{min-width:350px!important}.workflowCreate_nodesListHeadingStyle__0gI2A{color:#000!important;font-size:15px!important;font-weight:600!important}.workflowCreate_nodesGlobalItem__dhpiD{border-radius:10px!important;cursor:pointer!important;max-width:170px!important;min-width:150px!important;padding:15px!important}.workflowCreate_triggerNodeStyle__4lMwY{border:2px dashed #6a097d40!important}.workflowCreate_triggerNodeStyle__4lMwY:hover{background-color:#6a097d1a!important}.workflowCreate_nodeNameStyle__Moq0m{color:#000!important;font-size:14px!important;font-weight:500!important}.workflowCreate_previewSectionStyle__lt6D9{background-color:#efefef!important;padding:25px 20px!important;transition:transform .4s ease-in-out!important;z-index:2!important}@keyframes workflowCreate_slideIn__Chplh{0%{opacity:0;transform:translate(325px,-100px)}to{opacity:1;transform:translateY(-100px)}}@keyframes workflowCreate_slideOut__86-Ax{0%{opacity:1;transform:translateY(-100px)}to{opacity:0;transform:translate(325px,-100px)}}.workflowCreate_previewSectionHidden__NzO1C{animation:workflowCreate_slideOut__86-Ax .6s ease-in-out forwards;display:none!important}.workflowCreate_previewSectionVisible__OaDBM{animation:workflowCreate_slideIn__Chplh .6s ease-in-out forwards;transform:translate(325px,-100px)}.workflowCreate_dividerStyle__fwoUZ{border-style:initial;color:#b1b1b1;font-size:12px;font-weight:600;margin-top:9px!important}.workflowCreate_testResponseTextArea__jzc6k{font-size:14px!important}@media screen and (max-width:1600px){.workflowCreate_autoComplete__JpA-c .MuiAutocomplete-input,.workflowCreate_createGlobalTextField__ctxhm .MuiOutlinedInput-input,.workflowCreate_payloadTextField__MRMIy .MuiOutlinedInput-input{font-size:14px!important}}@media screen and (max-width:1000px){.workflowCreate_autoComplete__JpA-c .MuiAutocomplete-input,.workflowCreate_createGlobalTextField__ctxhm .MuiOutlinedInput-input,.workflowCreate_payloadTextField__MRMIy .MuiOutlinedInput-input{font-size:14px!important}}@media screen and (max-width:900px){.workflowCreate_previewSectionStyle__lt6D9{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__MBv7D{color:#008069}.workflowCreate_draftStatus__eOy4P{color:orange}.workflowCreate_responseVariablePathText__FgvPf{font-size:13px!important}.workflowCreate_responseVariablePathEditIconGrid__2ZrbE{opacity:0!important}.workflowCreate_responseVarEditPathContainer__v6tEw:hover .workflowCreate_responseVariablePathEditIconGrid__2ZrbE{opacity:1!important}.workflowCreate_responseVariablePathEditIcon__s4tOi{color:#4c4a4d!important;cursor:pointer!important;height:16px!important;width:16px!important}.workflowCreate_responseVariablePathGrid__0XhaK{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__6ZSoL{display:inline!important}.workflowCreate_editResVarIndexAutoComplete__6ZSoL .MuiAutocomplete-input{color:#298000!important;font-weight:500!important}.workflowCreate_editResVarIndexAutoComplete__6ZSoL .MuiOutlinedInput-root{padding-right:25px!important;padding-block:0 2px!important}.workflowCreate_editResVarIndexAutoComplete__6ZSoL .MuiTextField-root{margin:0 5px!important;width:90px!important}.workflowCreate_autocompleteBracket__dLYyb{display:inline-block!important}.workflowCreate_stringSegmentTypography__uPeuQ{white-space:pre!important}.workflowCreate_editResponseVarPathPopupBtnContainer__CuDFp{padding:20px 0!important}.workflowCreate_iButton__qh1r-{height:20px!important;width:20px!important}.workflowCreate_assignVariableTableMaxHeight__OcLZ1{max-height:305px!important}.workflowStyle_viewAsGridContainer__3F3Cl{cursor:pointer}.workflowStyle_viewAsGridTypography__j17RM{color:#7a7a7a!important;font-size:14px!important;font-weight:600!important}.workflowStyle_noDataFoundItem__SV42M{align-items:center;display:flex;height:calc(100vh - 260px)!important}.workflowStyle_wokflowTitleDot__WzSj5{border-radius:50%;display:inline-block;height:10px;margin-right:10px;position:relative;width:10px}.workflowStyle_workFlowGridmainContainer__B\+3QM{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__yddK6{align-items:center;background-color:#f1f3f5;border-radius:15px 15px 0 0;display:flex;height:200px;justify-content:center}.workflowStyle_workflowGridCardInfoContainer__Vr0T8{background-color:#fff;border-radius:0 0 15px 15px;padding:10px}.workflowStyle_workflowGridCardTitleTypography__Sd3b\+{font-size:15px!important;font-weight:500!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:200px}.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,var(--xy-background-color-props,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__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__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(-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(-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__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:4px;transform:translate(-50%,-50%);width:4px}.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}.workflowGlobal_workflowHeaderSection__Ae5Fi{border-bottom:1px solid #eaeaea!important;padding:15px 25px!important}.workflowGlobal_cbHeaderBreadCrumbsHeadText__U73Y\+{color:#7a7a7a!important;font-size:15px!important;font-weight:500!important}.workflowGlobal_savingVariable__nmTeh{color:#5a677d;font-size:16px;font-weight:600}.workflowGlobal_cbHeaderBreadCrumbsChatbotLabel__vVWQ4{color:#1f384c!important;font-size:15px!important;font-weight:600!important}.workflowGlobal_canvasFlowStyle__GhTER .react-flow__edges{z-index:2001!important}.workflowGlobal_canvasFlowStyle__GhTER .button-edge__label{z-index:2002!important}.workflowGlobal_canvasFlowStyle__GhTER .react-flow__handle{background-color:red!important;border:3px solid red!important}.workflowGlobal_canvasFlowStyle__GhTER .react-flow__handle-right{background-color:green!important;border:3px solid green!important;bottom:18px!important}.workflowGlobal_nodeWrapperTargetHandleDuringConnection__oZrYJ{border-radius:0;height:100%;left:0;opacity:0;top:0;transform:none;width:100%;z-index:1}.workflowGlobal_nodeWrapperTargetHandle__O0oeA{opacity:0;z-index:1}.workflowGlobal_nodeWrapperSourceHandle__ZWG2c .react-flow__handle-right{top:auto!important}.workflowGlobal_templateButton__1N12n .react-flow__handle-right{position:relative;top:50%!important}.workflowGlobal_canvasFlowStyle__GhTER .selectable{border:none!important;border-radius:10px!important;z-index:2000!important}.workflowGlobal_errorNodeWrapper__L9yhg{box-shadow:0 1px 0 #11111a0d,0 0 8px red!important}.workflowGlobal_nodeWrapperToolbar__vEV3Z{opacity:0}.workflowGlobal_nodeWrapper__pofPi{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__pofPi:hover{box-shadow:0 0 10px #ebab34!important}.workflowGlobal_nodeWrapper__pofPi:hover .nodeWrapperToolbar{opacity:1}.workflowGlobal_triggerCardGlobalStyle__91EW7{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__91EW7:hover{box-shadow:0 0 10px green!important}.workflowGlobal_messageCardGlobalStyle__rSXX8{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__MJIeD{color:#000!important;font-size:16px!important;font-weight:600!important}.workflowGlobal_triggerCardSubHeadingStyle__o2Mjr{color:#7a7a7a!important;font-size:14px!important;font-weight:500!important}.workflowGlobal_triggerButtonStyle__BiZOX{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__BiZOX:hover{background-color:#6a097d1a!important}.workflowGlobal_messageMediaNameStyle__fgq\+a{color:#afafaf!important;font-size:14px!important;font-weight:500!important}.workflowGlobal_addTextBlockStyle__cu-gB{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__cu-gB:hover{background-color:#afafaf1a!important}.workflowGlobal_addTemplateBlockStyle__EMxxG{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__EMxxG:hover{background-color:#664fe71a!important}.workflowGlobal_floatingIconStyles__ssq\+b{position:absolute!important;right:15px!important;top:15px!important}.workflowGlobal_nodeListContainer__4ulQZ{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__mysrG{animation:workflowGlobal_fadeListIn__i9c\+6 .4s ease-in forwards}.workflowGlobal_iconsStyle__O41rA{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__GeJPV{background-color:#f1f1f1!important;border-radius:8px!important;padding:12px!important;width:100%!important}.workflowGlobal_deploymentKeyStyle__vYTMV{color:#7a7a7a!important;font-size:14px!important;font-weight:600!important}.workflowGlobal_deploymentValueStyle__xbJpu{color:#6a097d!important;font-size:14px!important;font-weight:600!important}@keyframes workflowGlobal_fadeListIn__i9c\+6{0%{opacity:0;transform:scale(0);transform-origin:top right}to{opacity:1;transform:scale(1);transform-origin:top right}}.workflowGlobal_closeListContainer__Pdq7h{animation:workflowGlobal_fadeListClose__IL7E8 .4s ease-in forwards}@keyframes workflowGlobal_fadeListClose__IL7E8{0%{opacity:1;transform:scale(1);transform-origin:top right}to{opacity:0;transform:scale(0);transform-origin:top right}}.leftSectionComponent_instaGlobalSectionLeftItem__Utufl{background-color:#fdfdfd!important;box-shadow:10px 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__RwUcX{position:absolute}.leftSectionComponent_absoultePositioningStyle__RwUcX.leftSectionComponent_openPositioningStyle__oFoea{left:100%!important}.leftSectionComponent_absoultePositioningStyle__RwUcX.leftSectionComponent_closePositioningStyle__IYRCB{left:0!important}.leftSectionComponent_instaGlobalSectionLeftItem__Utufl.leftSectionComponent_open__Q9Qcv{max-width:410px!important;width:410px!important}.leftSectionComponent_instaGlobalSectionLeftItem__Utufl.leftSectionComponent_close__fNaX9{max-width:0!important;width:0!important}.leftSectionComponent_noEventsTextStyle__6s4\+G{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__Utufl.leftSectionComponent_open__Q9Qcv{max-width:325px!important;width:325px!important}}.workflowForm_headerFormItemStyle__d8jT6{padding:20px!important}.workflowForm_headerFormTextStyle__nq0gk{font-size:17px!important;font-weight:600!important;word-break:break-all!important}.workflowForm_bodyFormHeadingStyle__10SM2{font-size:16px!important;font-weight:700!important;line-height:24px!important}.workflowForm_fieldHeadingStyle__bx4Qy{color:#7a7a7a!important;font-size:15px!important;font-weight:600!important;line-height:24px!important}.workflowForm_bodyFormComponents__YLkP0{height:100%!important;overflow-y:auto!important;padding:10px 20px!important}.workflowForm_contentBlockGlobalStyle__qyNXG{border:2px dashed #afafaf80!important;border-radius:10px!important;cursor:pointer!important;padding:15px 20px!important}.workflowForm_contentBlockHeadingStyle__6eOxE{color:#000!important;font-size:15px!important;font-weight:600!important}.workflowForm_contentBlockSubHeadingStyle__mmBmy{color:#7a7a7a!important;font-size:14px!important;font-weight:500!important}.workflowForm_contentBlockGlobalStyle__qyNXG:hover{background-color:#0000000d!important}.workflowForm_listItemsStyle__mM\+yq .MuiListItemText-primary{flex-wrap:nowrap!important;font-size:14px!important;font-weight:600!important;width:100%!important;word-break:break-word!important}.workflowForm_mainBlock__e9J1x .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__OYjuL{color:#000!important;font-size:16px!important;font-weight:600!important}.workflowForm_dataSavedTextStyle__nXcHt{color:#7a7a7a!important;display:flex;flex-wrap:nowrap;font-size:15px!important;font-weight:600!important;gap:4px}.workflowForm_dataSavedValueStyle__hfloi{color:#3d5b99!important;font-size:15px!important;font-weight:600!important}.workflowForm_stepEditIcon__9iwnk{color:#000!important;cursor:pointer!important;height:18px!important;width:18px!important}.workflowForm_stepNameTextfield__uUyUP{border:none!important;width:100%!important}.workflowForm_stepNameTextfield__uUyUP fieldset{border:none!important;padding:0!important}.workflowForm_stepNameTextfield__uUyUP .MuiInputBase-root{min-width:0!important;width:auto!important}.workflowForm_stepNameTextfield__uUyUP .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}@media screen and (max-width:900px){.workflowForm_mainBlock__e9J1x .MuiPaper-root{left:10vw!important;top:30vh!important}}.instagramStepComponent_stepComponentsHeadingStyle__l1hrZ{font-size:18px!important;font-weight:700!important;line-height:24px!important}.instagramStepComponent_stepComponentsSubHeadingStyle__ArP1m{font-size:14px!important;font-weight:500!important;line-height:22px!important}.instagramStepComponent_optionsContainer__hgoBY{background-color:#f1f1f1!important;border-radius:6px!important;padding:12px!important}.instagramStepComponent_templatesContainer__vMoVa{background-color:#fff!important;border-radius:6px!important;box-shadow:0 0 3px #00000026!important;padding:12px!important}.instagramStepComponent_optionNameTextStyle__pT8f-{font-size:15px!important;font-weight:500!important;line-height:20px!important}.instagramStepComponent_selectedPostContainerStyle__yqhIR{border-radius:6px!important;cursor:pointer!important;outline:2px solid #0084ff!important}.instagramStepComponent_postContainerStyle__Jja6Z{border-radius:6px!important;cursor:pointer!important}.instagramStepComponent_optionNameTextStyle__pT8f- .MuiFormControlLabel-label{font-size:15px!important;font-weight:500!important;line-height:20px!important}.instagramStepComponent_optionNameCheckBoxStyle__4N3VL .MuiFormControlLabel-label{font-size:14px!important;font-weight:500!important;line-height:20px!important}.instagramStepComponent_optionNameCheckBoxStyle__4N3VL .MuiCheckbox-root{padding:0 7px!important;vertical-align:middle!important}.instagramStepComponent_optionNameTextStyle__pT8f- .MuiRadio-root{padding:2px 7px 0!important;vertical-align:middle!important}.instagramStepComponent_optionNameTextStyle__pT8f- svg{color:#6a097d!important;height:20px!important;width:20px!important}.instagramStepComponent_enterWordTextField__XPwE8{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 2px #00000040!important;width:100%!important}.instagramStepComponent_enterWordTextField__XPwE8 fieldset{border:none!important;outline:none!important}.instagramStepComponent_enterWordTextField__XPwE8 .MuiOutlinedInput-input{font-size:14px!important;font-weight:500!important}.instagramStepComponent_enterWordTextAreaField__UcgX6{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 2px #00000040!important;width:100%!important}.instagramStepComponent_enterWordTextAreaField__UcgX6 fieldset{border:none!important;outline:none!important}.instagramStepComponent_enterWordTextAreaField__UcgX6 .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__Xyb-m{color:#7a7a7a!important;font-size:13px!important;font-weight:400!important;line-height:16px!important}.instagramStepComponent_exampleWordsTextStyle__Y\+ZO9{color:#7a7a7a!important;font-size:15px!important;font-weight:500!important;line-height:20px!important}.instagramStepComponent_exampleWordsChips__lBhlD{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__Zqatd{background:#f1f1f1!important;border-radius:6px!important;width:100%!important}.instagramStepComponent_initialMessageTextFieldStyle__Zqatd fieldset{border:none!important;outline:none!important}.instagramStepComponent_initialMessageTextFieldStyle__Zqatd .MuiOutlinedInput-input{font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.instagramStepComponent_initialMessageTextAreaStyle__-UM-2{background:#f1f1f1!important;border-radius:6px!important;min-height:80px!important;width:100%!important}.instagramStepComponent_initialMessageTextAreaStyle__-UM-2 fieldset{border:none!important;outline:none!important}.instagramStepComponent_initialMessageTextAreaStyle__-UM-2 .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__zJCAO{background:#f1f1f1!important;border-radius:6px!important;box-shadow:0 0 2px #00000026!important;min-height:80px!important;width:100%!important}.instagramStepComponent_customMessageTextAreaStyle__zJCAO fieldset{border:none!important;outline:none!important}.instagramStepComponent_customMessageTextAreaStyle__zJCAO .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__zJCAO .Mui-disabled{-webkit-text-fill-color:#000!important;color:#000!important}.instagramStepComponent_otherSubHeadingTextStyle__kccJx{color:#666!important;display:flex!important;font-size:13px!important;font-weight:500!important;margin-top:2px!important}.instagramStepComponent_templatePreviewComponentStyle__36JoC{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 2px #00000040!important;cursor:pointer!important;padding:5px 0!important}.instagramStepComponent_templateButtonPosition__BNzVk{position:absolute!important;right:0!important;top:42px!important}.subChatbot_purposeTextArea__pZv9Z{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__pZv9Z::placeholder{color:#ababab!important}.subChatbot_lastColumnSticky__Igtl4{position:-webkit-sticky!important;position:sticky!important;right:-1px!important}.subChatbot_subAiChatbotDataGridItem__trDjv{padding:20px 22px 20px 20px!important;width:100%!important}.subChatbot_subAiChatbotDataGridContainer__peY5o{flex-direction:column!important;gap:24px!important}.subChatbot_emptySubAIChatbotIcon__\+XPLQ{height:auto!important;width:165px!important}.subChatbot_addSubChatbotBtnContainer__XrY0t{justify-content:flex-end!important}.subChatbot_inputFieldContainer__H7s7o{gap:12px!important}.subChatbot_requiredColor__RQNAK{color:#c60000!important}.subChatbot_subChatbotAutoComplete__wZi5b{background-color:#fff!important;width:100%!important}.subChatbot_popupBtnsContainer__i6QkI{align-items:center!important;gap:12px!important;justify-content:center!important;padding:20px 0!important}.subChatbot_tableContainer__lGyu1{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__ARCpe{background-color:#fbf4ff!important}.subChatbot_cursorPointer__I6GxS{cursor:pointer!important}.subChatbot_menuItem__bsZ9d{font-size:14px!important}.subChatbot_textAlignCenter__lXG\+J{text-align:center!important}.subChatbot_purposeMappingStyle__TvgqS{-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__-xxYl{min-height:26px!important}.subChatbot_campaignContactStyle__zpd9I{white-space:normal!important}.subChatbot_toolTipStyle__u03GP .MuiTooltip-popper{background:#fff!important;background-color:initial!important;padding:0!important}@media screen and (max-width:1600px){.subChatbot_purposeTextArea__pZv9Z{font-size:14px!important}}.interactionAndCampaigns_parentGrid__iRVik{padding:16px}.interactionAndCampaigns_headerRow__ghapv{align-items:start;display:flex;justify-content:space-between}.interactionAndCampaigns_analyticsMainContainer__cfaWQ{padding:15px 0!important}.interactionAndCampaigns_analyticsPageHeader__XQ3oh{margin-bottom:10px!important;padding:0 20px!important}.interactionAndCampaigns_analyticsPageHeaderDivider__tr3eo{padding-top:15px!important}.interactionAndCampaigns_analyticsPageContentGrid__V3XGg{padding:5px 23px!important}.interactionAndCampaigns_comparisonHeaderContainer__BKhGJ{align-items:center!important;flex-direction:row!important;gap:0!important}.interactionAndCampaigns_interactionsAndCampaignMainContainer__\+8zgn{border-radius:10px!important;box-shadow:0 0 3px 0 #dadada!important;gap:24px!important}.interactionAndCampaigns_interactionsAndCampaignGridItem__rxuHz{padding:20px!important}.interactionAndCampaigns_interactionsAndCampaignGridContainer__tbulz{display:flex!important;flex-direction:column!important;gap:32px!important}.interactionAndCampaigns_uniqueInteractionsPieChartGridItem__sbzSW{margin-top:10px!important;padding:20px!important}.interactionAndCampaigns_userComparisonGridItem__RiwmJ{padding:20px!important}.interactionAndCampaigns_userComparisonOuterGridContainer__wOAYK{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;gap:24px!important}.interactionAndCampaigns_userComparisonInnerGridContainer__tGm\+r{flex-wrap:nowrap!important;gap:20px!important}.interactionAndCampaigns_personIcon__zUqZx{color:purple!important}.interactionAndCampaigns_barChartContainer__uyDL3{gap:24px!important}.interactionAndCampaigns_barChartInfoColorBox__mNQHZ{border-radius:50%!important;height:12px!important;margin-right:8px!important;width:12px!important}.interactionAndCampaigns_barChartInfoKeyTypography__UtG94{color:#1c1c1c!important;font-size:14px!important}.interactionAndCampaigns_dataCardImg__XeSNV{height:24px!important;width:24px!important}.interactionAndCampaigns_pieChartMainContainer__0U3AH{gap:32px!important}.interactionAndCampaigns_responsiveContainer__HEFBF{height:200px!important;width:200px!important}.interactionAndCampaigns_viewInbox__7uCcK{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__grtmI{font-size:16px!important;font-weight:600!important}.interactionAndCampaigns_comparisonTitle__UDOvD{font-size:17px!important;font-weight:600!important}.interactionAndCampaigns_contentContainer__AfopS{display:flex!important;flex-wrap:nowrap!important}.interactionAndCampaigns_chartContainer__LeXPR,.interactionAndCampaigns_stackChartContainer__dC-dq{align-items:center;display:flex;flex-direction:column}.interactionAndCampaigns_stackChartContainer__dC-dq{height:300px;position:relative;width:100%}.interactionAndCampaigns_detailsContainer__DeH6y{display:flex!important;flex-direction:column!important;gap:3px!important;justify-content:center!important}.interactionAndCampaigns_detailRow__2nrEP{align-items:center!important;display:flex!important;gap:5px!important;margin-bottom:6px!important;width:100%!important}.interactionAndCampaigns_colorIndicator__sbgke{border-radius:50%!important;display:inline-block!important;height:12px!important;margin-right:8px!important;width:12px!important}.interactionAndCampaigns_interactionName__NRKXz{color:#767676!important;font-size:14px!important;font-weight:600!important}.interactionAndCampaigns_boldValue__q1sLr{color:#404040!important;font-size:14px!important;font-weight:800!important}.interactionAndCampaigns_centerContent__6vC\+i{align-items:center;display:flex;flex-direction:column;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:-1!important}.interactionAndCampaigns_profileIcon__UFSAe{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__Py0or{font-size:24px!important;margin-top:7px!important}.interactionAndCampaigns_verticalDivider__ZtWFL{border-color:#d9dadb!important;border-width:1px!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.interactionAndCampaigns_header__N4tfB{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px!important;padding-top:20px!important}.interactionAndCampaigns_chartWrapper__JiVjr{align-items:center!important;display:flex!important}.interactionAndCampaigns_pieChartWrapper__wvv9w{position:relative!important}.interactionAndCampaigns_pieChart__21p3c svg :focus,.interactionAndCampaigns_pieChart__21p3c svg:focus{outline:none!important}.interactionAndCampaigns_chartLabel__Py0or{font-size:18px!important;font-weight:600!important;margin-top:5px!important}.interactionAndCampaigns_pieChartWithEmptyData__4vQyh .recharts-tooltip-wrapper{display:none!important}.interactionAndCampaigns_pieChart__21p3c .recharts-default-tooltip{padding:5px 15px!important}.interactionAndCampaigns_customTooltip__TEVMA,.interactionAndCampaigns_pieChart__21p3c .recharts-default-tooltip{background-color:#fff!important;border:none!important;border-radius:5px!important;box-shadow:0 0 3px 0 #d3d3d3!important;margin:0!important;white-space:nowrap!important}.interactionAndCampaigns_customTooltip__TEVMA{display:flex!important;flex-direction:column!important;gap:8px!important;padding:10px 15px!important}.interactionAndCampaigns_customTooltipInfo__laGxg{display:flex!important;flex-direction:column!important;gap:6px!important}.interactionAndCampaigns_formattedDateForCustomTooltip__l2Z59{font-size:15px!important;font-weight:600!important}.interactionAndCampaigns_customTooltipInfo__laGxg{font-size:14px!important;font-weight:500!important}.interactionAndCampaigns_barChart__iSBA5 .recharts-cartesian-axis-ticks{font-size:13px!important;font-weight:500!important}.interactionAndCampaigns_barChart__iSBA5 .recharts-label{font-size:14px!important;font-weight:600!important}.interactionAndCampaigns_barChart__iSBA5 .recharts-tooltip-label{font-size:15px!important;font-weight:600!important}.interactionAndCampaigns_barChart__iSBA5 .recharts-tooltip-item-list li{font-size:14px!important;font-weight:500!important}.interactionAndCampaigns_dateRangePickerClass__Mul7o .DateRangePicker_picker{left:-388px!important;top:52px!important}.interactionAndCampaigns_dateRangePickerClass__Mul7o .DateInput_input{font-size:14px!important;font-weight:500!important;max-width:90px!important;padding:8px 8px 5px!important}.interactionAndCampaigns_dateRangePickerClass__Mul7o .DateRangePickerInput_arrow{font-size:14px!important;font-weight:500!important}.interactionAndCampaigns_dateRangePickerGridContainer__o5Qnf{align-items:center!important;display:flex!important;gap:10px!important}@media screen and (min-width:600px)and (max-width:768px){.interactionAndCampaigns_dateRangePickerClass__Mul7o .DateRangePicker_picker{left:-87px!important;top:52px!important}}@media screen and (min-width:0px)and (max-width:600px){.interactionAndCampaigns_dateRangePickerClass__Mul7o .DateRangePicker_picker{left:-2px!important;top:52px!important}}@media screen and (max-width:799px){.interactionAndCampaigns_detailRow__2nrEP{justify-content:space-between!important}.interactionAndCampaigns_pieChartWrapper__wvv9w .recharts-surface{height:200px!important;width:165px!important}.interactionAndCampaigns_centerContent__6vC\+i{left:42%;top:50%;transform:translate(-48%,-50%)}.interactionAndCampaigns_contentContainer__AfopS{gap:8px!important;justify-content:space-between!important}.interactionAndCampaigns_boldValue__q1sLr,.interactionAndCampaigns_interactionName__NRKXz{font-size:13px!important}.interactionAndCampaigns_interactionsAndCampaignGridItem__rxuHz{padding:15px!important}.interactionAndCampaigns_interactionsAndCampaignGridContainer__tbulz{display:flex!important;flex-direction:column!important;gap:16px!important}.interactionAndCampaigns_uniqueInteractionsPieChartGridItem__sbzSW{padding:0!important}}@media screen and (min-width:600px){.interactionAndCampaigns_analyticsMainContainer__cfaWQ{padding:23px 0!important}}@media screen and (max-width:600px){.interactionAndCampaigns_analyticsPageHeader__XQ3oh{margin-bottom:0!important}.interactionAndCampaigns_comparisonHeaderContainer__BKhGJ{align-items:start!important;flex-direction:column!important;gap:10px!important}}@media screen and (min-width:1200px){.interactionAndCampaigns_analyticsPageHeader__XQ3oh{padding:5px 25px 0 27px!important}.interactionAndCampaigns_interactionsAndCampaignGridContainer__tbulz{display:flex!important;flex-direction:row!important;gap:32px!important}.interactionAndCampaigns_userComparisonOuterGridContainer__wOAYK{flex-direction:row!important}}@media screen and (max-width:1000px){.interactionAndCampaigns_analyticsPageContentGrid__V3XGg{padding:5px 20px!important}}@media screen and (max-width:900px){.interactionAndCampaigns_userComparisonInnerGridContainer__tGm\+r{flex-wrap:wrap!important}}@media screen and (min-width:900px){.interactionAndCampaigns_userComparisonInnerGridContainer__tGm\+r{gap:24px!important}}@media screen and (min-width:1536px){.interactionAndCampaigns_userComparisonInnerGridContainer__tGm\+r{gap:32px!important}}.dataCard_stats_card__AJvQS{border-radius:10px!important;max-width:350px!important;padding:20px!important}.dataCard_icon_container__T79Ls{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}.dataCard_stats_heading_name__hOuxj{color:#555;font-size:16px;font-weight:600}.dataCard_stats_heading_value__lqVgf{color:#333;font-size:20px;font-weight:700}.usersComparison_detailsContainer__QhOfi{grid-column-gap:80px!important;grid-row-gap:5px!important;column-gap:80px!important;display:grid!important;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));margin-top:15px!important;row-gap:5px!important;width:100%!important}.usersComparison_gridItem__m2-S7{align-items:center!important;display:grid!important;grid-template-columns:1fr auto!important;padding:4px 0!important}.usersComparison_leftGroup__C5UM5{align-items:center!important;display:flex!important;justify-content:space-between;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.usersComparison_detailItem__6AEql{align-items:center!important;display:flex!important;width:100%!important}.usersComparison_colorIndicator__VJjyf{border-radius:50%!important;flex-shrink:0!important;height:10px!important;width:10px!important}.usersComparison_interactionName__c2t3j{color:#767676!important;font-size:14px!important;font-weight:600!important;margin-left:4px!important;white-space:nowrap!important}.usersComparison_boldValue__-SUpf{color:#404040!important;font-size:14px!important;font-weight:800!important;margin-left:auto!important}@media screen and (min-width:1650px)and (max-width:1750px){.usersComparison_detailsContainer__QhOfi{column-gap:50px!important;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}}@media screen and (min-width:1500px)and (max-width:1650px){.usersComparison_detailsContainer__QhOfi{column-gap:30px!important;grid-template-columns:repeat(auto-fit,minmax(107px,1fr))}}@media screen and (min-width:1200px)and (max-width:1500px){.usersComparison_detailsContainer__QhOfi{column-gap:25px!important}}.customApiStyle_customAptTitle__AUP\+S{height:100%!important;padding:20px 25px 0 27px!important}.customApiStyle_marginHeader__Z\+\+Hj{margin-bottom:15px!important}.customApiStyle_dividerCustomApiComp__Kg3JJ{padding-top:4px!important}.customApiStyle_mainCustomAPIGridItem__cE7nY{padding:5px 10px 5px 5px!important}.customApiStyle_emptyCustomAPIImage__BOoTN{height:auto!important;width:165px!important}.customApiStyle_customAPIPageDivider__f6m6e{padding-top:15px!important}.customApiStyle_customAPITableContainer__G5GCW{border:1px solid #e9e9e9!important;border-radius:5px!important;box-sizing:border-box!important;max-width:100%!important;overflow:auto!important}.customApiStyle_assignedChatbotTableContainer__JGoej{max-height:200px!important}.customApiStyle_tableHeaderMorevertCell__Ydx8c{background:#fbf4ff!important}.customApiStyle_tableCell__UPHvG{min-width:400px!important;overflow-wrap:anywhere!important;white-space:normal!important;width:100%!important;word-break:break-word!important}.customApiStyle_chatbotNameChip__VxFU8{border-radius:5px!important;box-shadow:0 0 2px 0 #6a097d!important;color:#6a097d;padding:4px 10px!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.customApiStyle_assignedChatbotText__Ugr2X{color:#000!important;font-size:15px!important;font-weight:600!important}.customApiStyle_lastColumnSticky__X\+fzC{position:-webkit-sticky!important;position:sticky!important;right:0!important}.customApiStyle_moreVertIcon__Opet9{background-color:#fff!important;cursor:default!important;text-align:end!important}.customApiStyle_tableGridItem__rJ1I8{padding:15px 15px 0 22px}@media screen and (min-width:0px)and (max-width:600px){.customApiStyle_tableGridItem__rJ1I8{padding:10px 0 0 10px}}
/*# sourceMappingURL=main.71800ff8.css.map*/