@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--tagify-dd-color-primary:#3595f6;--tagify-dd-text-color:#000;--tagify-dd-bg-color:#fff;--tagify-dd-item-pad:.3em .5em;--tagify-dd-max-height:300px}.tagify{--tags-disabled-bg:#f1f1f1;--tags-border-color:#ddd;--tags-hover-border-color:#ccc;--tags-focus-border-color:#3595f6;--tag-border-radius:3px;--tag-bg:#e5e5e5;--tag-hover:#d3e2e2;--tag-text-color:#000;--tag-text-color--edit:#000;--tag-pad:0.3em 0.5em;--tag-inset-shadow-size:1.2em;--tag-invalid-color:#d39494;--tag-invalid-bg:#d3949480;--tag--min-width:1ch;--tag--max-width:100%;--tag-hide-transition:0.3s;--tag-remove-bg:#d394944d;--tag-remove-btn-color:#000;--tag-remove-btn-bg:none;--tag-remove-btn-bg--hover:#c77777;--input-color:inherit;--placeholder-color:#0006;--placeholder-color-focus:#00000040;--loader-size:.8em;--readonly-striped:1;align-content:baseline;align-items:flex-start;border:1px solid var(--tags-border-color);box-sizing:border-box;display:inline-flex;flex-wrap:wrap;line-height:0;outline:0;padding:0;position:relative;transition:.1s}@keyframes tags--bump{30%{transform:scale(1.2)}}@keyframes rotateLoader{to{transform:rotate(1turn)}}.tagify:has([contenteditable=true]){cursor:text}.tagify:hover:not(.tagify--focus):not(.tagify--invalid){--tags-border-color:var(--tags-hover-border-color)}.tagify[disabled]{background:var(--tags-disabled-bg);filter:saturate(0);opacity:.5;pointer-events:none}.tagify[disabled].tagify--empty>.tagify__input:before{position:relative}.tagify[disabled].tagify--select,.tagify[readonly].tagify--select{pointer-events:none}.tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty),.tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty){cursor:default}.tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty)>.tagify__input,.tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty)>.tagify__input{margin:5px 0;visibility:hidden;width:0}.tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag>div,.tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag>div{padding:var(--tag-pad)}.tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag>div:before,.tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag>div:before{animation:readonlyStyles 1s calc(-1s*(var(--readonly-striped) - 1)) paused}.tagify--loading .tagify__input>br:last-child,.tagify[disabled] .tagify__tag__removeBtn,.tagify[readonly] .tagify__tag__removeBtn{display:none}.tagify--loading .tagify__input:before{content:none}.tagify--loading .tagify__input:after{animation:rotateLoader .4s linear infinite;border-color:#eee #bbb #888 #0000;border-radius:50%;border-style:solid;border-width:3px;content:"";content:""!important;height:.7em;height:var(--loader-size);margin:-2px 0 -2px .5em;min-width:0;opacity:1;vertical-align:middle;width:.7em;width:var(--loader-size)}.tagify--loading .tagify__input:empty:after{margin-left:0}.tagify+input,.tagify+textarea{left:-9999em!important;position:absolute!important;transform:scale(0)!important}.tagify__tag{align-items:center;cursor:default;display:inline-flex;line-height:normal;margin-block:5px;margin-inline:5px 0;max-width:var(--tag--max-width);outline:0;position:relative;transition:.13s ease-out;z-index:1}.tagify__tag>div{border-radius:var(--tag-border-radius);box-sizing:border-box;color:var(--tag-text-color);display:flex;flex:1 1;line-height:inherit;max-width:100%;padding:var(--tag-pad);transition:.13s ease-out;vertical-align:top;white-space:nowrap}.tagify__tag>div>*{display:inline-block;max-width:var(--tag--max-width);min-width:var(--tag--min-width);overflow:hidden;text-overflow:ellipsis;transition:.8s ease,color .1s;vertical-align:top;white-space:pre-wrap}.tagify__tag>div>[contenteditable]{cursor:text;display:block;margin:-2px;max-width:350px;outline:0;padding:2px;-webkit-user-select:text;user-select:text}.tagify__tag>div>:only-child{width:100%}.tagify__tag>div:before{animation:tags--bump .3s ease-out 1;border-radius:inherit;box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset;content:"";inset:0;inset:var(--tag-bg-inset,0);pointer-events:none;position:absolute;transition:.12s ease;z-index:-1}.tagify__tag:focus div:before,.tagify__tag:hover:not([readonly]) div:before{--tag-bg-inset:-2.5px;--tag-bg:var(--tag-hover)}.tagify__tag--loading{pointer-events:none}.tagify__tag--loading .tagify__tag__removeBtn{display:none}.tagify__tag--loading:after{--loader-size:.4em;animation:rotateLoader .4s linear infinite;border-color:#eee #bbb #888 #0000;border-radius:50%;border-style:solid;border-width:3px;content:"";height:.7em;height:var(--loader-size);margin:0 .5em 0 -.1em;min-width:0;opacity:1;vertical-align:middle;width:.7em;width:var(--loader-size)}.tagify__tag--flash div:before{animation:none}.tagify__tag--hide{margin-left:0;margin-right:0;opacity:0;padding-left:0;padding-right:0;pointer-events:none;transform:scale(0);transition:var(--tag-hide-transition);width:0!important}.tagify__tag--hide>div>*{white-space:nowrap}.tagify__tag.tagify--noAnim>div:before{animation:none}.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div>span{opacity:.5}.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div:before{--tag-bg:var(--tag-invalid-bg);transition:.2s}.tagify__tag[readonly] .tagify__tag__removeBtn{display:none}.tagify__tag[readonly]>div:before{animation:readonlyStyles 1s calc(-1s*(var(--readonly-striped) - 1)) paused}@keyframes readonlyStyles{0%{background:linear-gradient(45deg,var(--tag-bg) 25%,#0000 25%,#0000 50%,var(--tag-bg) 50%,var(--tag-bg) 75%,#0000 75%,#0000) 0/5px 5px;box-shadow:none;filter:brightness(.95)}}.tagify__tag--editable>div{color:var(--tag-text-color--edit)}.tagify__tag--editable>div:before{box-shadow:0 0 0 2px var(--tag-hover) inset!important}.tagify__tag--editable>.tagify__tag__removeBtn{opacity:0;pointer-events:none;transform:translateX(100%) translateX(5px)}.tagify__tag--editable.tagify--invalid>div:before{box-shadow:0 0 0 2px var(--tag-invalid-color) inset!important}.tagify__tag__removeBtn{align-items:center;background:var(--tag-remove-btn-bg);border-radius:50px;color:var(--tag-remove-btn-color);cursor:pointer;display:inline-flex;font:14px/1 Arial;height:14px;justify-content:center;margin-inline:auto 4.6666666667px;order:5;overflow:hidden;transition:.2s ease-out;width:14px}.tagify__tag__removeBtn:after{content:"×";transition:.3s,color 0s}.tagify__tag__removeBtn:hover{background:var(--tag-remove-btn-bg--hover);color:#fff}.tagify__tag__removeBtn:hover+div>span{opacity:.5}.tagify__tag__removeBtn:hover+div:before{box-shadow:0 0 0 var(--tag-inset-shadow-size) #d394944d inset!important;box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg,#d394944d) inset!important;transition:box-shadow .2s}.tagify:not(.tagify--mix) .tagify__input br{display:none}.tagify:not(.tagify--mix) .tagify__input *{display:inline;white-space:nowrap}.tagify__input{box-sizing:inherit;color:var(--input-color);display:inline-block;flex-grow:1;line-height:normal;margin:5px;min-height:1.5lh;min-width:110px;overflow:hidden;padding:var(--tag-pad);position:relative;white-space:pre-wrap}.tagify__input:focus{outline:0}.tagify__input:focus:before{opacity:0;transform:translatex(6px);transition:.2s ease-out}@supports (-ms-ime-align:auto){.tagify__input:focus:before{display:none}}.tagify__input:focus:empty:before{color:#00000040;color:var(--placeholder-color-focus);opacity:1;transform:none;transition:.2s ease-out}@-moz-document url-prefix(){.tagify__input:focus:empty:after{display:none}}.tagify__input:before{color:var(--placeholder-color);content:attr(data-placeholder);height:100%;margin:auto 0;opacity:0;white-space:nowrap;width:100%;z-index:1}.tagify__input:after,.tagify__input:before{overflow:hidden;pointer-events:none;position:absolute;text-overflow:ellipsis}.tagify__input:after{color:var(--tag-text-color);content:attr(data-suggest);display:inline-block;max-width:100px;min-width:calc(100% - 1.5em);opacity:.3;vertical-align:middle;white-space:pre}.tagify__input .tagify__tag{margin:0 1px}.tagify--mix{display:block}.tagify--mix .tagify__input{display:block;height:100%;line-height:1.5;margin:0;padding:5px;width:100%}.tagify--mix .tagify__input:before{display:none;height:auto;line-height:inherit}.tagify--mix .tagify__input:after{content:none}.tagify--select{cursor:default}.tagify--select:after{bottom:0;content:">";font:16px monospace;height:8px;line-height:8px;opacity:.5;pointer-events:none;position:absolute;right:0;top:50%;transform:translate(-150%,-50%) scaleX(1.2) rotate(90deg);transition:.2s ease-in-out}.tagify--select[aria-expanded=true]:after{transform:translate(-150%,-50%) rotate(270deg) scaleY(1.2)}.tagify--select[aria-expanded=true] .tagify__tag__removeBtn{opacity:0;pointer-events:none;transform:translateX(100%) translateX(5px)}.tagify--select .tagify__tag{cursor:text;flex:1 1;margin-block:0;margin-inline-end:2em;max-width:none;padding-block:5px}.tagify--select .tagify__tag div:before,.tagify--select .tagify__tag+.tagify__input{display:none}.tagify--empty .tagify__input:before{display:inline-block;opacity:1;transform:none;transition:.2s ease-out;width:auto}.tagify--mix .tagify--empty .tagify__input:before{display:inline-block}.tagify--focus{--tags-border-color:var(--tags-focus-border-color);transition:0s}.tagify--invalid{--tags-border-color:#d39494}.tagify__dropdown{border-top:1px solid #3595f6;border-top:1px solid var(--tagify-dd-color-primary);overflow:hidden;position:absolute;transform:translateY(-1px);z-index:9999}.tagify__dropdown[dir=rtl]{transform:translate(-100%,-1px)}.tagify__dropdown[placement=top]{margin-top:0;transform:translateY(-100%)}.tagify__dropdown[placement=top] .tagify__dropdown__wrapper{border-bottom-width:0;border-top-width:1.1px}.tagify__dropdown[position=text]{box-shadow:0 0 0 3px rgba(rgb(53,149,246),.1);box-shadow:0 0 0 3px rgba(var(--tagify-dd-color-primary),.1);font-size:.9em}.tagify__dropdown[position=text] .tagify__dropdown__wrapper{border-width:1px}.tagify__dropdown__wrapper{animation:dd-wrapper-show 0s .3s forwards;background:#fff;background:var(--tagify-dd-bg-color);border:1px solid #3595f6;border-bottom-width:1.5px;border-color:var(--tagify-dd-color-primary);border-top-width:0;box-shadow:0 2px 4px -2px #0003;color:#000;color:var(--tagify-dd-text-color);max-height:300px;max-height:var(--tagify-dd-max-height);overflow:hidden;overflow-x:hidden;scroll-behavior:auto;transition:.3s cubic-bezier(.5,0,.3,1),transform .15s}@keyframes dd-wrapper-show{to{overflow-y:auto}}.tagify__dropdown__header:empty{display:none}.tagify__dropdown__footer{display:inline-block;font-size:.7em;font-style:italic;margin-top:.5em;opacity:.5;padding:.3em .5em;padding:var(--tagify-dd-item-pad)}.tagify__dropdown__footer:empty{display:none}.tagify__dropdown--initial .tagify__dropdown__wrapper{max-height:20px;transform:translateY(-1em)}.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper{transform:translateY(2em)}.tagify__dropdown__item{border-radius:2px;box-sizing:border-box;cursor:pointer;line-height:normal;margin:1px;max-height:60px;max-width:100%;outline:0;padding:.3em .5em;padding:var(--tagify-dd-item-pad);position:relative;white-space:pre-wrap}.tagify__dropdown__item--active{background:#3595f6;background:var(--tagify-dd-color-primary);color:#fff}.tagify__dropdown__item:active{filter:brightness(105%)}.tagify__dropdown__item--hidden{margin:0 1px;max-height:0;overflow:hidden;padding-bottom:0;padding-top:0;pointer-events:none;transition:.3s!important;transition:var(--tagify-dd-item--hidden-duration,.3s)!important}.tagify__dropdown__item--hidden>*{opacity:0;transform:translateY(-100%);transition:inherit}.tagify__dropdown__item--selected:before{content:"✓";font-family:monospace;inset-inline-start:6px;line-height:1.1;position:absolute;text-indent:0}.tagify__dropdown:has(.tagify__dropdown__item--selected) .tagify__dropdown__item{text-indent:1em}*,body{font-family:Open Sans,sans-serif!important}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}.skiptranslate{position:absolute;right:0}.goog-logo-link{display:none!important}.goog-te-gadget{color:#0000!important}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-device-width:480px){body{-webkit-text-size-adjust:100%}}.tagify{--tag-bg:#f7e9ff!important;--tag-hover:#fbf4ff80!important}#userback_button_container .userback-controls[nextgen="1"] .userback-controls-header{height:74px!important}#userback_button_container .userback-controls .userback-controls-header .userback-controls-header-text>svg{display:none!important}.chats_templateWrapper__RgmAo{overflow:auto}.chats_lowerBlock__Ir7lq{overflow:hidden}.chats_maskBox__xSZmv{background-color:#fbf4ff!important;border-radius:5px;color:#000;display:flex;flex-wrap:nowrap;padding:7px 10px;position:relative;width:92%}.chats_mask__S1qeu{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__xSZmv .MuiButton-root{color:#000;font-size:13px;font-weight:600;text-transform:capitalize;transition:all .2s ease .1s;width:120px}.chats_maskBox__xSZmv .selected-monthly-button,.chats_maskBox__xSZmv .selected-yearly-button{background:#fff;color:#000;font-size:13px;font-weight:600;height:34px;text-transform:capitalize;width:120px}.chats_maskBox__xSZmv .not-active-button{color:#606060}.chats_refreshIconStyle__RRAo2{background-color:#fbf4ff!important;border-radius:5px!important;cursor:pointer!important;padding:12px!important}.chats_dividerStyle__wJ-0v{opacity:1!important}.chats_allChatbotSTyle__Cp3F3{color:#6a097d;font-size:14px;font-weight:600}.chats_chatbotName__fVcC7{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__li-I\+{color:#000;font-size:12px;font-weight:500;width:100%!important}.chats_userLastMessage__5pN11{color:#707070!important;font-size:12px!important;font-weight:400!important;max-height:15px!important;max-width:100%!important}.chats_userLastMessageTime__pZm0F{text-wrap:auto;color:#707070;font-size:11px;font-weight:400}.chats_chatbotNameHeading__dhvmF,.chats_userNameHeading__XqQuT{font-size:15px;font-weight:500}.chats_userNameHeading__XqQuT{border-left:1px solid #bebebe;color:#000;padding-left:12px}.chats_userLastMessageHeading__-eMrs{font-size:15px;font-weight:600;text-align:center}.chats_selectedChat__S-syH{background-color:#f4f4f4;border-radius:5px;cursor:pointer;padding:10px}.chats_notSelectedChat__Dmjue{border-bottom:1px solid #f4f4f4;cursor:pointer;padding:10px}.chats_notSelectedChat__Dmjue:hover{background-color:#f4f4f4;border-radius:5px}.chats_filterTextField__0H84M .MuiOutlinedInput-input{padding:9px 8px!important}.chats_filterTextField__0H84M .MuiOutlinedInput-root{padding-right:8px!important}.chats_activeAvatar__1OPqw{background-color:#b3b3b3!important}.chats_activeAvatar__1OPqw,.chats_activeSelectedAvatar__\+TG7f{border-radius:3px!important;font-size:10px!important;font-weight:600!important}.chats_activeSelectedAvatar__\+TG7f{background-color:#6a097d!important}.chats_sendButtonBadge__0pytX span{z-index:1100!important}.chats_mediaPreviewImg__V\+rP1{border-radius:5px!important;height:100%!important;object-fit:contain!important;width:100%!important}.chats_mediaImg__sclkk{height:100%!important;max-height:500px!important;max-width:100%!important;min-height:500px!important}.chats_mediaPreviewGrid__1\+4Fs{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__VzugD{max-width:100%!important}.chats_previewSectionContainer__uvQD1{flex-wrap:nowrap!important;gap:10px!important;min-width:-webkit-fit-content!important;min-width:fit-content!important;padding:5px 2px!important}.chats_sendIconFab__wVZe-{background-color:#4ac958!important}.chats_sendMediaIcon__DV-Qt{color:#fff!important}.chats_fileUploadIconInputAdornment__3v0G2{height:100%!important;margin:0!important;min-height:100%!important}.chats_fileUploadIconInput__4impy{display:none!important}.chats_mediaUploadIconButton__j5zm3{align-self:center!important;color:#0c836f!important}.chats_mediaUploadIcon__RABdr{fill:#0c836f!important;height:20px!important;width:20px!important}.chats_infoIcon__61nJ0{color:#fff!important;cursor:pointer!important}.chats_cannedResponsePopupHeaderContainer__UpxM5{padding:20px 30px!important;width:100%!important}.chats_customAPIMsgMainContainer__YSfWU{background-color:#fff!important;border-radius:4px!important;box-shadow:0 0 3px #00000040!important;max-width:325px!important;min-width:190px!important;padding:8px!important}.chats_webhookMsgMainContainer__fsN6z{min-width:250px!important}.chats_customAPICallMsgTitle__QWtR3{font-size:14px!important;font-weight:500!important}.chats_customAPIInfo__38pR1{font-size:13.5px!important;font-weight:400!important}.chats_openInNewIconForCustomAPI__tSl8U{height:18px!important;width:18px!important}.chats_customAPIStatusCode__3\+8fZ{margin-right:8px}.chats_customAPICallInfoTitle__3NgTc{color:#7a7a7a!important;font-size:13px!important}.chats_customAPIMethod__O03GY{border-radius:5px!important;min-width:60px!important;padding:1px 6px!important;text-align:center!important;width:-webkit-fit-content!important;width:fit-content!important}.chats_payloadResponsePreTag__n5Hf4{background-color:#f6f6f6!important;border-radius:6px!important;box-shadow:0 0 3px #00000040!important;box-sizing:border-box!important;font-size:14px!important;max-height:500px!important;max-width:100%!important;overflow-wrap:break-word!important;overflow-x:hidden!important;overflow-y:auto!important;padding:4px 8px!important;white-space:break-spaces!important;width:100%!important;word-break:break-word!important}.chats_webhookReceivedPayloadPreTag__QO-ZL{max-height:600px!important}.chats_customAPILogsManiContainer__vDPxW{box-sizing:border-box!important;margin-block:5px!important;max-width:100%!important;overflow-x:hidden!important;overflow-y:auto!important;width:100%!important}.chats_copyIcon__bTRed{position:absolute!important;right:10px!important;top:10px!important}.chats_copyIcon__bTRed,.chats_copyURlIcon__I7GCM{cursor:pointer!important;height:18px!important;width:18px!important}.chats_customAPILogsInformation__ruMRc{border-radius:5px!important;box-shadow:0 0 3px #00000040!important;padding:10px!important}.chats_customAPILogsTitle__uREZz{color:#878787!important;font-size:14px!important;font-weight:400!important}.chats_customAPILogsValue__\+t8G8{font-size:14px!important;font-weight:400!important;overflow-wrap:anywhere!important;white-space:normal!important;word-break:break-word!important}.chats_customAPIUrlInformation__xvLm6{max-width:100%!important;min-width:0!important;overflow:hidden!important;width:-webkit-fit-content!important;width:fit-content!important}.chats_customAPIStatusCodeInfo__o1JYt{min-width:150px!important;white-space:nowrap!important}.chats_saveVariableActionMainContainer__S3h-V{max-width:400px!important;min-width:200px!important}.chats_saveVariableActionMainContainer__S3h-V,.chats_saveVariableToVariableActionMainContainer__IBzNp{background-color:#fff!important;border-radius:4px!important;box-shadow:0 0 3px #00000040!important;padding:8px!important}.chats_saveVariableToVariableActionMainContainer__IBzNp{max-width:325px!important;min-width:250px!important}.chats_resetVariableTableContainer__cjf2r{border-radius:5px!important;box-shadow:0 0 3px 0 #00000040!important;max-width:100%!important}.chats_resetVariableTable__m5zZ8{border-collapse:collapse!important;border-spacing:0!important}.chats_resetVariableHeaderTableRow__\+jT74{background-color:#f4f6f9!important}.chats_resetVariableTableHeaderCell__JTgwG{font-weight:600!important}.chats_resetVariableTableBodyCell__1mv0W,.chats_resetVariableTableHeaderCell__JTgwG{font-size:13px!important;padding:8px 12px!important}.chats_customApiSaveVariableTableContainer__Wttc5{border:1px solid #e9e9e9!important;border-radius:5px!important;box-sizing:border-box!important;margin-top:5px!important;max-width:100%!important;overflow-x:hidden!important;overflow-y:auto!important;width:100%!important}.chats_customApiSaveVariableTableContainer__Wttc5 .MuiTableCell-root{overflow-wrap:break-word!important;white-space:normal!important;word-break:break-word!important}.chats_customAPIHeaderTableCell__SnrMz{overflow-wrap:break-word!important;width:40%!important;word-break:break-word!important}.chats_customAPIHeaderTableCellSecond__6zZP8{overflow-wrap:break-word!important;width:60%!important;word-break:break-word!important}.chats_customAPITableBodyCell__NTK4o{overflow-wrap:break-word!important;white-space:normal!important;word-break:break-word!important}.chats_threadExecutionTimeLogPreTag__zTXHF{background-color:#f6f6f6!important;border-radius:6px!important;box-shadow:0 0 3px #00000040!important;font-size:14px!important;max-height:600px!important;overflow-y:auto!important;padding:4px 8px!important;white-space:break-spaces!important}@media screen and (max-width:600px){.chats_cannedResponsePopupDivider__WT5\+1{margin:0 20px!important}.chats_cannedResponsePopupHeaderContainer__UpxM5{padding:20px!important}.chats_addMessageContainer__Iu0Gw,.chats_cannedResponseGridContainer__ImSJA{padding:0 20px!important}.chats_saveVariableActionMainContainer__S3h-V{max-width:325px!important;min-width:190px!important}}.chats_cannedResponsePopupTitle__WDLLd{color:#6a097d!important;font-size:16px!important;font-weight:600!important}.chats_cannedResponsePopupDivider__WT5\+1{margin:0 30px!important;padding:0!important}.chats_cannedRedActionBtn__XDt6R{cursor:pointer!important;height:20px!important;width:20px!important}.chats_cannedResponseGridContainer__ImSJA{margin:15px 0!important;overflow:auto!important;padding:2px 30px!important;width:100%!important}.chats_cannedResponseContinerMaxHeight__MUDEU{gap:12px!important;max-height:80vh!important}.chats_cannedResponseMessagesContainerMaxHeight__rYxaR{gap:16px!important;max-height:50vh!important}.chats_cannedResponseMessageTextarea__iJEid{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__S7S8F{min-height:0!important;padding:0!important}.chats_cannedResponseMessageTypo__qjFhQ{color:#000!important;font-size:15px!important;font-weight:600!important}.chats_cannedResponseAccordion__WtPCs{background:#0000!important;box-shadow:none!important;min-width:0!important}.chats_cannedResponseDragDropIcon__aFEAV{cursor:grab!important}.chats_cannedResponseccordionSummary__S7S8F .MuiAccordionSummary-content{margin:1px 0 12px 8px!important}.chats_dragIndicatorIcon__rapeQ{color:#999!important}.chats_cannedResponseAccordionDetails__a4PQO{padding:8px 16px 16px!important}.chats_cannedResponseAccordionDetailsForOneItem__bP\+1r{padding:0 1px 1px 8px!important}.chats_cannedResponseFooterBtn__Ak1hH{padding:10px 0!important}.chats_cannedResponseFooterBtnContainer__hB3nV{gap:12px!important;padding:20px 0!important}.chats_addMessageContainer__Iu0Gw{padding:0 30px!important;width:100%!important}.chats_cannedResContainer__3nbM4{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__j5CYv{bottom:10px!important;position:absolute!important;right:10px!important}.chats_sendCannedResIcon__2pDUI{color:#fff!important;height:18px!important;width:18px!important}.chats_sendCannedResIconBtn__AvQk0{background-color:#4ac958!important;border-radius:50%!important}.chats_candResponseTitle__sd0gY{font-size:14px!important;font-weight:600!important}.chats_cannedResVariable__dgQOA{color:#6a097d!important;cursor:pointer!important;font-size:13px!important;font-weight:400!important;text-decoration:underline!important}.chats_clearMediaIcon__Ijr25{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__1\+4Fs:hover .chats_clearMediaIcon__Ijr25{display:flex!important}.chats_mediaFileNameTypography__3aau6{font-size:13px!important;font-weight:500!important;text-align:center!important}.chats_documentMediaContainer__ZEXv7{background-color:#dadada!important;border-radius:5px!important;height:100%!important;width:100%!important}.chats_documentMedia__0EW9Q{background-color:#dadada!important;border-radius:10px!important;height:300px!important;width:300px!important}.chats_previewSectionMainContainer__tdiOO{padding:20px 30px!important;width:100%!important}.chats_allchatBotsList__XlDxc::-webkit-scrollbar,.chats_chatBotsLists__Cmf1l::-webkit-scrollbar{width:5px}.chats_activeChatbotsList__D2G2\+::-webkit-scrollbar,.chats_activeChatsList__5YozY::-webkit-scrollbar{width:5px}.chats_chatListItem__5zfeT{box-sizing:border-box!important;padding-right:15px!important}.chats_closedCount__1f4qQ{color:#fff;padding:4px;vertical-align:middle}.chats_userLastMessageEntries__qvYyX{text-align:left}.chats_messageEntryTitle__TUiFa{font-size:13px;font-weight:500;opacity:.5}.chats_messageEntryValue__SSqJ2{font-size:14px;font-weight:600;word-break:break-word!important}.chats_reactMarkdownStyle__Px67E{overflow:visible;overflow:initial;word-break:break-word}.chats_reactMarkdownStyle__Px67E ul{list-style-type:circle!important;padding:0 15px;white-space:normal!important}.chats_reactMarkdownStyle__Px67E ol{padding:10px 15px!important;white-space:normal!important}.chats_reactMarkdownStyle__Px67E ol:last-child{padding:10px 15px 0!important}.chats_reactMarkdownStyle__Px67E pre ol{padding:10px 15px}.chats_reactMarkdownStyle__Px67E ol li{margin-top:10px!important}.chats_reactMarkdownStyle__Px67E blockquote{display:flex!important;margin:initial!important}.chats_reactMarkdownStyle__Px67E ul li{display:list-item;margin-bottom:5px!important;padding-top:0!important;text-align:-webkit-match-parent}.chats_reactMarkdownStyle__Px67E pre{overflow:auto!important;white-space:pre-wrap!important;width:100%!important;word-break:break-all!important}.chats_reactMarkdownStyle__Px67E pre,code{overflow:auto!important;white-space:pre-line!important;width:100%!important;word-break:break-word!important}.chats_reactMarkdownStyle__Px67E strong{margin:10px 0!important}.chats_reactMarkdownStyle__Px67E 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__s73dW{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.chats_lastMessageMarkdownStyle__s73dW h2{-webkit-margin-before:0!important;-webkit-margin-after:0!important;-webkit-margin-start:0!important;-webkit-margin-end:0!important;display:block;font-size:13px!important;font-weight:700!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.chats_lastMessageMarkdownStyle__s73dW p{display:inline!important}.chats_botMsgBoxStyle__p69qv{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll!important;background:initial!important;max-width:none!important;overflow:visible!important;overflow:initial!important;position:relative!important;white-space:normal!important;width:100%!important;word-break:break-word!important}.chats_card__u21bG{border-radius:5px!important;box-shadow:0 0 3px #00000040;margin-bottom:12px!important;width:240px!important}.chats_card_top__HidD9{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__tUnWC{font-size:14px!important;font-weight:500!important}.chats_contact_profile__j9CGQ{height:30px!important;width:30px!important}.chats_card_bottom__K5ALh{margin-inline:10px!important}.chats_contact_number__XSgqb{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__XSgqb span{font-size:14px!important}.chats_call_icon__Boed4,.chats_email_icon__okxdJ{color:#00000073!important;font-size:16px!important}.chats_contact_email__wpx\+W{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__wpx\+W span{font-size:14px!important}.chats_form_chatbot__nku8T{border-radius:5px!important;margin-bottom:12px!important;width:340px!important}.chats_form_title__RGi4X{font-size:15px!important;padding:5px!important}.chats_form_field__\+gjoZ{display:flex!important;flex-direction:column!important;gap:12px!important;margin-left:3PX!important;padding:12px 3px 12px 5px!important}.chats_text_field__VAT71{border-radius:5px!important;box-shadow:0 0 2px 0 #00000073!important;width:100%!important}.chats_text_field__VAT71 .MuiOutlinedInput-input{font-size:14px!important;padding:12px 10px!important}.chats_text_field__VAT71 .MuiInputBase-multiline{padding:0!important}.chats_text_field__VAT71 .MuiOutlinedInput-notchedOutline{border:none!important}.chats_text_area__27rnL{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__27rnL::placeholder{color:#00000059!important}.chats_auto_complete__XsUVq{background-color:#0000!important}.chats_auto_complete__XsUVq .MuiOutlinedInput-root{padding:0!important}.chats_form_control_label__Y06v2 .MuiTypography-root{font-size:14px}.chats_form_submit__HsoWV{border-bottom:1px solid #d5d7db!important;display:flex!important;gap:10px!important;padding:5px 3px 15px 5px!important}.chats_cbCancelButton__BpvIT{background-color:#fff!important;border:1px solid #6a097d!important;border-radius:5px!important;color:#6a097d!important}.chats_cbCancelButton__BpvIT,.chats_cbSaveButton__JSer5{font-size:14px!important;font-weight:500!important;max-width:100px!important;text-transform:capitalize!important;width:100px!important}.chats_cbSaveButton__JSer5{background-color:#6a097d!important;border-radius:5px!important;color:#fff!important}.chats_message_temp__Zrk4w{display:flex;gap:15px;margin-block:10px!important}.chats_question_styles__uF4hC{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__BYYWD{bottom:-18px!important}.chats_reactionStyle__BYYWD,.chats_reactionUserStyle__qqOH6{border:1px solid #e7dbdb;border-radius:50%;padding:1px;position:absolute!important}.chats_reactionUserStyle__qqOH6{bottom:-30px!important;right:5px!important}.chats_botMsgBoxStyle__p69qv p,.chats_botMsgBoxStyle__p69qv pre{margin:0!important}.chats_parentbotMsgBoxStyle__fUCvd{border-radius:0 10px 10px 10px!important;box-shadow:0 0 2px 0 #00000040!important;font-size:13px!important;font-weight:400!important;margin-left:6px!important;max-width:-webkit-fit-content!important;max-width:fit-content!important;padding:10px!important;position:relative!important;width:calc(100% - 10px)!important}.chats_parentbotMsgBoxStyle__fUCvd pre{margin:0!important}.chats_userCopyIcon__Vl\+7B{bottom:0;cursor:pointer;opacity:0;position:absolute;right:-25px}.chats_parentbotMsgBoxStyle__fUCvd:hover .chats_userCopyIcon__Vl\+7B{bottom:0;cursor:pointer;opacity:1;position:absolute;right:-25px}.chats_parentbotMsgBoxStyle__fUCvd p,.chats_reactMarkdownStyle__Px67E p,code,h1,h2,h3,h4,h5,h6,ol,pre,ul{margin:0!important}.chats_chatbotRatingIconStyle__wWe2W{fill:red!important;cursor:pointer;font-size:20px!important;margin-left:7px}.chats_feedback_submit_btn__5hx6f{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__Px67E ul{list-style-type:circle!important;padding:10px 15px}.chats_mediaImg__sclkk{max-height:400px!important;min-height:400px!important}}.chats_chat_reply_text__3ILbL{font-size:13px!important;font-weight:500!important}.chats_chat_reply_text__3ILbL p{margin:2px 0!important}.chats_chat_message_reply_left_item__BXD09{-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__bvZ5m{height:100%;max-width:50px!important;position:absolute;right:0;top:0}.chats_chat_reply_meadia_text__3qfFD{-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__0UhzU{max-width:calc(100% - 40px)!important}.chats_chat_chatbot_text_hidden_label__nxYWj,.chats_chat_media_reply_text_item__0UhzU{-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__nxYWj{text-overflow:ellipsis!important}.chats_chat_media_reply_img_item__Qxp0d{height:100%!important;max-width:50px!important;position:absolute;right:0;top:0;width:50px!important}.chats_chatbot_preview_arrow_item__Bomfv{border-radius:10px!important;height:45px!important;max-height:45px!important;max-width:45px!important;width:45px!important}.chats_fileTypeContainer__Qpk82{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__0xo-e{border-radius:5px!important;cursor:pointer!important;padding:9px 12px!important;width:100%!important}.chats_fileTypeGridItemDisabled__T2Zsk{cursor:context-menu!important;opacity:.5!important}.chats_fileTypeGridItem__0xo-e:hover{background:#eaeaea!important}.chats_fileItemContainer__qQGiv{align-items:center!important;display:flex!important;gap:15px!important;justify-content:start!important}.chats_fileTypeIcon__XclZD{display:flex!important}.chats_fileTypeLabel__bxI7X{font-size:14px!important;font-weight:500!important}.chats_agentAccordion__XGllD{margin:0!important}.chats_transitionAccordion__VwKeg .MuiCollapse-vertical{transition-duration:1.44s!important;transition:height .3s cubic-bezier(.4,0,.2,1) 0ms!important}.chats_stepTextStyle__9BCFR{color:#000!important;font-size:15px!important;font-weight:600!important}.chats_stepTextValueStyle__1\+nou{color:#6a097d!important;font-size:15px!important;font-weight:600!important}.chats_dateRangePickerClass__UVjAK .DateRangePicker_picker{left:-1px!important;top:30px!important}.chats_dateRangePickerClass__UVjAK .DateRangePicker{position:static!important}.chats_dateRangePickerClass__UVjAK .DateRangePickerInput__withBorder{border:none!important;border-radius:5px!important;box-shadow:0 0 3px #00000040!important;padding-bottom:1px!important}.chats_dateRangePickerClass__UVjAK .DateInput{display:inline!important;width:auto!important}.chats_dateRangePickerClass__UVjAK .DateInput_input__focused{border-bottom:none!important}.chats_dateRangePickerClass__UVjAK .DateInput_fang{z-index:0!important}.chats_dateRangePickerClass__UVjAK .DateInput_input,.chats_dateRangePickerClass__UVjAK .DateRangePickerInput_arrow{display:none}.chats_filterButtons__QBA8K{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__Le5u2{padding:20px 25px!important;z-index:2!important}.chats_dividerGlobalStyle__rAIac{border:.2px solid #9d9d9d!important;color:#9d9d9d!important;opacity:.2!important}.chats_accordionDrawerStyle__dVNHP{max-height:75vh!important;overflow-x:hidden!important;overflow-y:auto!important;width:100%!important}.chats_accordionDetailsStyle__ElQSI{padding:0 16px 16px!important}.chats_threadExecutionDrawersStyle__N3lGK{max-height:80vh!important;overflow-x:hidden!important;overflow-y:auto!important;width:100%!important}.chats_jsonDataStyle__kH329{border-radius:10px!important;padding:10px!important}.chats_carouselDataStyle__qc452,.chats_jsonDataStyle__kH329{background-color:#fff!important;box-shadow:0 0 2px #00000040!important}.chats_carouselDataStyle__qc452{border-radius:5px!important;padding:20px!important}.chats_jsonDataPreStyle__lp7y8{font-size:15px!important;font-weight:500!important;white-space:pre-wrap!important;word-break:break-word!important}.chats_accordionDesignStyle__K2E99{background:#f1f1f1!important;box-shadow:none!important}.chats_executionLogButtonStyle__Sp0dh{right:-38px!important;top:-5px!important}.chats_executionLogButtonStyle__Sp0dh,.chats_openAILogoStyle__D4Zr3{cursor:pointer!important;height:20px!important;position:absolute!important;width:20px!important}.chats_openAILogoStyle__D4Zr3{left:-22px!important;top:26px!important}.chats_relativePositonStyle__F1ddi{position:relative!important}.chats_carouselPrevArrow__JS5jd{display:block!important;padding:3px 3px 1px!important}.chats_carouselNextArrow__MgkFE,.chats_carouselPrevArrow__JS5jd{border-radius:50%!important;box-shadow:0 0 3px #00000040!important}.chats_carouselNextArrow__MgkFE{display:flex!important;padding:3px 3px 2px!important}.chats_userAvatarIcon__KFvFf{display:flex!important;height:30px!important;margin-top:-3px!important;object-fit:fill!important;width:30px!important}.chats_userAvatarIconPrimaryTheme__bIVvK{color:#6a097d!important}.chats_userAvatarIconWhatsAppTheme__3IjTR{color:#fff!important}.chats_userAvatarDp__DLRoa{align-items:center!important;border-radius:50%!important;display:flex!important;font-size:15px!important;height:25px!important;justify-content:center!important;line-height:1!important;object-fit:fill!important;width:25px!important}.chats_userAvatarDpPrimaryTheme__5U3HO{background:#6a097d!important;color:#fff!important}.chats_userAvatarDpWhatsAppTheme__9R3YC{background:#fff!important;color:#0c836f!important}.chats_sendTemplatePopupInfoGrid__vLYdi{padding-left:8px!important}.chats_sendTemplatePopupGrid__AN47U{margin:0 auto!important;padding:0 20px!important}.chats_sendTemplateAssignVariableGrid__wcvMB{border-radius:5px!important;padding:10px!important}.chats_sendTemplateAssignVariableTableGrid__-PZCj{margin-block:12px!important}.chats_sendTemplateValueTextField__WO2Vq{background-color:#fff!important;min-width:200px!important}.chats_inValidUrlSpan__5wThd{color:#c60000!important;font-size:13px!important}.chats_sendTemplateValueAutoComplete__FhIr6{min-width:200px!important}.chats_sendTemplateBtnGroupGrid__zPwCf{bottom:20px!important;position:absolute!important}.chats_viewSentCartMainGrid__CDBzd{border-radius:8px!important;box-shadow:0 0 3px #0000004d!important}.chats_viewSentCartUpperContainer__tQLFS{padding:6px!important}.chats_viewSentCardBtnGrid__4uzn8{border-top:1px solid #cfcfcf!important;cursor:pointer!important;padding:10px 6px!important}.chats_viewSentCartMessageContainer__6CiLI{background-color:#e0e0e0!important;border-radius:8px!important;padding:16px 12px!important}.chats_sendCartTotalItemsTypography__xO1-5{font-size:14px!important;font-weight:600!important}.chats_productCartIcon__JUw8A{height:22px!important;width:22px!important}.chats_totalProductAmountTypography__Nzx-p{font-size:13px!important;font-weight:500!important}.chats_viewSentCartBtn__eNvYF{color:#6a097d!important;font-size:15px!important;font-weight:500!important;text-align:center!important}.chats_productRetailIdTypography__0nCkt{color:#000!important;font-size:15px!important}.chats_chatbotClosedRedeployChipTimeStamp__iLQim{font-size:10px!important;font-weight:500!important;margin-top:2px!important}.chats_quoteReplyDiv__UpsZz{background:#e0e0e0!important;border-left:5px solid #6a097d!important;border-radius:10px!important;cursor:pointer!important;margin-bottom:10px!important;padding:15px!important}.chats_staticWorkflowChatQuoteReplyDiv__KygSn{display:flex!important;flex-direction:column!important;gap:8px!important}.chats_flagDebuggingGrid__msQ\+E{margin-right:5px!important}.chats_flagDebuggingTypography__VweYc{color:#fff!important;font-size:15px!important;font-weight:500!important}.chats_flagDebugMenuItem__EVKNZ{color:#000!important;font-size:15px!important}.chats_debugCheckBox__3qOHE .MuiSvgIcon-root{fill:#fff}.chats_debugCheckBoxForMenuItem__UZz6q .MuiSvgIcon-root{fill:#6a097d}.chats_debugCheckBoxGridForMenuItem__-3Zjn span,.chats_debugCheckBoxGrid__USt6O span{padding:0!important}.chats_fetchingPreviousMessagesGrid__mj-Np{display:flex!important;justify-content:center!important;position:absolute!important;top:10px!important;width:100%!important;z-index:9999!important}.chats_fetchingPreviousMessagesBox__4HzTw{background-color:#fff!important;border:1px solid #0000001a!important;border-radius:8px!important;box-shadow:0 2px 8px #0000001a!important;max-width:300px!important;min-width:200px!important;padding:12px 20px!important}.chats_fetchingPreviousMessagesTypography__hf82n{color:#666!important;font-size:14px!important;font-weight:500!important;margin-bottom:8px!important;text-align:center!important}.chats_fetchingPreviousMessagesProgress__6E7qN{background-color:#0000001a!important;border-radius:2px!important;height:4px!important}.chats_fetchingPreviousMessagesProgress__6E7qN .MuiLinearProgress-bar{background-color:#01ba5d!important;border-radius:2px!important}.chats_assignedAgentStatusIcon__f6NQP{border-radius:50%!important;display:inline-block!important;height:10px!important;margin-top:2px!important;width:10px!important}.chats_messageNotificationIcon__qjd\+d{color:#4ac958!important;display:flex!important;height:14px!important;width:14px!important}.chats_unreadMessageGrid__cGVDx{background-color:#4ac958!important;border-radius:50%!important;height:12px!important;width:12px!important}@keyframes chats_flashHighlight__jOm8\+{0%{background-color:#b1b1b1}to{background-color:#0000}}.chats_highlightThread__0epcY{animation:chats_flashHighlight__jOm8\+ 1.5s ease}.chats_newMessageInThreadGrid__lvAEI{align-self:flex-end!important;background-color:#7a7a7a!important;border-radius:50%!important;bottom:20px!important;color:#fff!important;cursor:pointer!important;height:24px!important;position:absolute!important;right:10px!important;width:24px!important;z-index:1000!important}@media screen and (min-width:1200px){.chats_sendTemplatePopupGrid__AN47U{margin:0 auto!important;padding:0 30px 0 22px!important}}@media screen and (max-width:1600px){.chats_filterButtons__QBA8K{font-size:13px!important}}@media screen and (max-width:1000px){.chats_dateRangePickerClass__UVjAK .DateRangePickerInput_arrow_svg{height:20px!important;width:20px!important}.chats_filterButtons__QBA8K{font-size:12px!important}}@media screen and (max-width:600px){.chats_dateRangePickerClass__UVjAK .DateRangePicker_picker{overflow:auto!important}}@media screen and (min-width:600px)and (max-width:899px){.chats_dateRangePickerClass__UVjAK .DateRangePickerInput__withBorder{width:100%!important}}@media screen and (min-width:900px)and (max-width:1199px){.chats_dateRangePickerClass__UVjAK .DateRangePickerInput__withBorder{width:100%!important}}.chats_joinConversationBtnGrid__7VWsn{margin:2px 1px!important}.chats_threadStatisticsContainer__qwEF-{text-align:end!important;width:55px!important}.chats_threadStatisticsGrid__sP7Fn{align-content:start!important;display:flex!important;padding-top:2px!important}.chats_agentAssignedIcon__9vcKr{height:20px!important;width:20px!important}.chats_chatUserThreadListContainer__Iw4cW{padding-left:3px!important;width:100%!important}.chats_chatUserThreadListContainerDesktop__3Jh\+G{border-right:.5px solid #dedede!important}.chats_chatUserThreadListContainerFlagMobile__54Vas{max-width:100%!important}.chats_chatUserThreadListContainerNotFlagMobile__bXm3z{display:inline!important;display:initial!important;max-width:345px!important}.chats_chatUserThreadListContainerFlagMobileSmallScreen__JkLUP{display:block!important;padding-right:20px!important}.chats_chatUserThreadListContainerFlagMobileNotSmallScreen__WYrnL{display:block!important}.chats_chatUserThreadListContainerHidden__H0r3j{display:none!important}.chats_chatUserThreadListHeaderContainer__oZXg5{background-color:#fff!important;padding-right:20px!important;position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:1!important}.chats_chatUserThreadListHeaderContainerMobile__NptJy{padding-right:5px!important}.chats_threadPaginationContainerMobile__GYBgF{bottom:10px!important;max-width:315px!important;position:fixed!important;width:315px!important}.chats_threadPaginationContainer__alo3f{bottom:10px!important;left:3px!important;max-width:335px!important;position:absolute!important;width:335px!important}.chats_threadPaginationGrid__NjrsG{border-radius:5px!important;box-shadow:0 0 2px #00000040!important;padding:8px 8px 8px 0!important}.chats_threadPaginationStack__NwOhy{padding-inline:5px!important}.chats_threadPaginationStyle__Ki6Rl .MuiPaginationItem-root{font-weight:500!important;height:26px!important;min-width:22px!important;padding:0!important}.chats_threadPaginationStyle__Ki6Rl .Mui-selected{background-color:#f1d9ff!important}.chats_threadPaginationTypography__LTdaj{color:#000000b3!important;font-size:14px!important;font-weight:500!important}.chats_inboxMainContainerMainSection__dkLCf{padding:20px 25px 0 27px!important}.chats_inboxMainContainer__LC1ew{padding:0 0 0 27px!important}.chats_inboxPageHeader__jMQgA{margin-bottom:15px!important}.chats_inboxPageHeaderDivider__FIR2m{padding-top:4px!important}.chats_chatUserThreadLogViewContainer__VTzM3{border-right:.5px solid #dedede!important;position:relative!important}.chats_chatUserThreadLogViewContainerSmallScreenHidden__7d0Jr{display:none!important}.chats_chatUserThreadLogViewContainerDesktop__lqs1x,.chats_chatUserThreadLogViewContainerSmallScreenVisible__OIWdt{display:block!important}.chats_chatUserThreadLogViewWidthFeedbackOpen__\+\+WYg{width:calc(100% - 250px)!important}.chats_chatUserThreadLogViewWidthFeedbackClosed__hKtBs{width:calc(100% - 70px)!important}.chats_chatUserThreadLogViewWidthNoFeedbackOpen__JAHI\+{width:calc(100% - 640px)!important}.chats_chatUserThreadLogViewWidthNoFeedbackClosed__F\+\+XI{width:calc(100% - 400px)!important}.chats_chatLogViewMainGrid__Ouo-D{padding-left:15px!important;padding-block:10px!important;width:100%!important}.chats_chatLogsViewInnerGrid__xuoZt{border-radius:15px!important}.chats_chatbotChatMainSectionItem__y4LVF{flex-wrap:nowrap!important;padding:0!important;transition:none!important}.chats_userMessageGrid__ei8ti{margin:10px 0!important;text-align:start!important;width:100%!important}.chats_assignAgentMessageInnerGrid__qZIbZ{border-radius:5px!important;color:#636363!important;font-size:12px!important;padding:4px 8px!important}.chats_userMessageGridContainer__fyw4X{justify-content:start!important}.chats_userMessageInnerGrid__ai2Xk{max-width:calc(100% - 30px)!important;width:100%!important}.chats_userMessageInnerGridItem__TnJJy{max-width:calc(100% - 50px)!important;width:100%!important}.chats_dataToShowAccordionSummary__TdBQ6{min-height:45px!important}.chats_chatLogMoreVertIconWhiteColor__tVgq9{color:#fff!important}.chats_chatLogMoreVertIconGreyColor__K4Mie{color:#869596!important}.chats_chevronLeftIcon__Q4hDA{aspect-ratio:1!important;border-radius:50%!important}.chats_whatsAppStatusSpan__M2mC1{display:flex!important;font-size:10px!important;font-weight:500!important}.chats_chatLevelMenuPaper__kgxGa{border-radius:10px!important;box-shadow:0 3px 8px #0000003d!important;padding:0 8px!important}.chats_chatInformationBlockContainer__PN9yi{cursor:pointer!important;position:relative!important;z-index:5!important}.chats_chatInformationBlockDesktopOpen__oKiD9{max-width:318px!important;min-width:318px!important}.chats_chatInformationBlockDesktopClosed__V\+Zd2{max-width:0!important;min-width:0!important}.chats_chatInformationBlockMobile__iuAuh{max-width:100%!important;min-width:100%!important}.chats_chatInformationBlockMobileSmallScreenPadding__DCO\+l{padding:0 15px!important}.chats_chatInformationBlockMobileSmallScreenHeight__-cxov{height:calc(100vh - 110px)!important}.chats_chatInformationBlockAutoHeight__vXLeS{height:auto!important}.chats_chatInformationBlockChevronIcon__fjlHL{background-color:#f7e9ff!important;border-radius:50%!important;position:absolute!important;top:17px!important}.chats_chatInformationBlockChevronIconFlagMobile__uQ8Qb{left:0!important}.chats_chatInformationBlockChevronIconNormal__GZ3m8{left:-13px!important}.chats_chatInformationBlockChevronIconNew__xluTO{cursor:pointer!important;right:10px!important;top:20px!important;z-index:5!important}.chats_chatInformationBlockDrawer__JBk3F{flex-shrink:0!important;position:relative!important;transform:none!important;transition:transform .3s cubic-bezier(0,0,.2,1) 0ms!important}.chats_chatInformationBlockDrawerDisplayNone__VQj6a{display:none!important}.chats_chatInformationBlockDrawerPaper__UeWsY{border-left:0!important;position:relative!important;z-index:1!important}.chats_chatInfoBlockAssignAgentTimeStamp__LCCYr{color:#7a7a7a!important;font-size:13px!important}.chats_chatInfoBlockAgentDataContainer__6sRYE{font-size:15px!important;font-weight:500!important;padding-top:5px!important}.chats_chatInfoBlockAgentDataAccordion__DTLpB{background:#0000!important;box-shadow:none!important}.chats_chatInfoBlockAgentDataAccordionSummary__uG3Ng{min-height:45px!important}.chats_chatInfoBlockAgentStatus__C0qOI{border-radius:50%!important;display:inline-block!important;height:10px!important;width:10px!important}.chats_chatInfoBlockAgentJoined__uWbk5{background-color:#0fb915!important}.chats_chatInfoBlockAgentAssigned__4c54T{background-color:#e2a22a!important}.chats_deleteAgentIconGrid__xmHBC{margin-right:4px!important}.chats_agentDataAccordionDetails__uez-Y{padding:0 16px 16px!important}.chats_agentDataAccordionDetailsContainer__gGVMl{border:1px solid #cfcfcf!important;border-radius:8px!important;padding:12px!important;width:100%!important}.chats_agentInfoDivider__s0xmW{color:#7a7a7a!important}.chats_assignedAgentText__G5Uby{font-size:16px!important;font-weight:600!important}.chats_assignAgentContainer__KMncs{padding:20px 0!important}.chats_assignAgentTableContainer__J3OEw{border:1px solid #e9e9e9!important;border-radius:5px!important;box-sizing:border-box!important;max-width:100%!important;overflow:auto!important;position:relative!important;z-index:2!important}.chats_agentStatusSpan__kh4J9{border-radius:3px!important;font-size:13px!important;padding:4px 6px!important}.chats_chatInputMainGrid__oss1B{opacity:1!important;padding-inline:15px!important;padding-bottom:10px!important}.chats_chatInputInnerGrid__5O5N9{border-radius:10px!important;width:100%!important}.chats_sendMessageIconBtn__LIcBd{border-radius:8px!important;height:100%!important;padding:5px!important;width:100%!important}.chats_chatInputTextField__aoU7s{border:none!important;border-radius:10px!important;width:100%!important}.chats_chatInputTextField__aoU7s fieldset{border:none!important}.chats_chatInputTextField__aoU7s .MuiOutlinedInput-input{font-size:14px!important;font-weight:500!important;padding:12.5px 14px!important}.chats_chatInputTextField__aoU7s .MuiOutlinedInput-root{padding-right:4px!important}.chats_attachmentIconMargin__qcX0h{margin:0 0 0 8px!important}.chats_attachmentIconZeroMargin__WIsg9{margin:0!important}.chats_attchmentIconLowOpacity__JPIbw{opacity:.5!important}.chats_attchmentIconFullOpacity__5DE9U{opacity:1!important}.chats_userInfoSwipeableDrawer__nWPQs{border-bottom-left-radius:10px;border-top-left-radius:10px;height:calc(100vh - 80px)!important;max-height:calc(100vh - 80px)!important;overflow:auto!important;top:5%!important;width:340px!important}@keyframes chats_heartbeat__hwc\+L{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.chats_heartbeatAnimationAttchmentIcon__S7Sy-{animation:chats_heartbeat__hwc\+L 1s ease-in-out;animation-iteration-count:7}@keyframes chats_joinBtnAnimation__54H\+5{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.chats_joinConversationBtnAnimation__yRMlG{animation:chats_joinBtnAnimation__54H\+5 1s ease-in-out;animation-iteration-count:7}.chats_threadStatusGrid__APF3b{border-radius:5px!important;font-size:11px!important;font-weight:600!important;height:-webkit-fit-content!important;height:fit-content!important;padding:2px 5px!important;width:-webkit-fit-content!important;width:fit-content!important}.chats_threadStatusOptionColorCircle__8\+nLz{border-radius:50%!important;height:10px!important;width:10px!important}.chats_threadStatusDropdown__uNG4S{font-size:14px!important;max-width:300px!important;width:130px!important}.chats_threadStatusDropdown__uNG4S .MuiAutocomplete-endAdornment{position:relative!important;z-index:5!important}.chats_threadStatusDropdown__uNG4S .MuiAutocomplete-clearIndicator{bottom:-14px!important;position:absolute!important;right:18px!important}.chats_threadStatusDropdown__uNG4S .MuiAutocomplete-popupIndicator{bottom:-14px!important;position:absolute!important;right:-6px!important}.chats_threadStatusDropdown__uNG4S .MuiAutocomplete-tag{margin:3px 0!important;max-width:calc(100% - 3px)!important}.chats_threadStatusDropdown__uNG4S .MuiSelect-select{padding:8.5px 14px!important}.chats_threadStatusDropdown__uNG4S .MuiAutocomplete-inputRoot{padding:3px 5px!important}.chats_threadStatusDropdown__uNG4S fieldset{background-color:#fff!important;border:none!important;color:#008069!important}.chats_threadStatusDropdown__uNG4S{border-radius:5px!important}.chats_threadStatusDropdown__uNG4S .MuiChip-root{border:1px solid #6a097d4d!important;border-radius:5px!important;font-size:14px!important;margin-left:0!important;margin-right:5px!important}.chats_threadStatusDropdown__uNG4S .MuiInputBase-input::placeholder{color:#008069!important}.chats_threadStatusDropdown__uNG4S input{color:#008069!important;font-weight:600!important;z-index:5!important}.chats_threadStatusDropdown__uNG4S .MuiAutocomplete-clearIndicator,.chats_threadStatusDropdown__uNG4S .MuiAutocomplete-popupIndicator{color:#008069!important}.chats_threadStatusDropdown__uNG4S .MuiOutlinedInput-root .MuiAutocomplete-input{padding:7.5px 52px 7.5px 5px!important}.chats_tagsEditIcon__-sFI8{color:#7a7a7a!important;height:18px!important;width:18px!important}.chats_threadTagChipStyle__EGMuN{background-color:#fbf4ff!important;border-radius:3px!important;box-shadow:0 0 2px rgba(106,9,125,.302)!important;color:#6a097d!important;font-size:14px!important;font-weight:600!important;min-width:40px!important;padding:2px 6px!important;text-align:center!important;white-space:wrap!important;width:auto!important}.chats_threadTagComponentGrid__YVuMj{border-radius:5px!important;box-shadow:0 0 2px rgba(0,0,0,.451)!important;margin-inline:2px!important}.chats_threadTagTitleGrid__88Fnb{background:linear-gradient(180deg,#fff,#f9f9f9)!important;border-radius:5px!important;padding:8px 12px!important}.chats_threadTagCardGrid__HXPdw{padding:8px 12px!important}.chats_addTagStyles__jE1fN{align-items:center!important;display:flex!important;flex-wrap:nowrap!important;font-size:14px!important;font-weight:600!important;gap:6px!important}.chats_threadTagTitle__2U58x{color:#000!important;font-size:14px!important;font-weight:600!important}.chats_threadTagListItemContainer__iovBy{max-width:60px!important}.chats_threadTagListIcons__KTPtb{min-width:10px!important;padding:0!important}.chats_threadTagListItemEditIcon__KYT4n{font-size:14px!important;height:14px!important;width:14px!important}.chats_threadNotesCardGrid__HJWfX{padding:8px!important}.chats_notesCardGrid__OhV0b{background-color:#f9f9f9!important;border-radius:5px!important;padding:10px!important}.chats_notePerformedByTypography__17RxB{color:#000!important;font-size:13px!important;font-weight:600!important}.chats_noteTimeStampTypography__9pL33{color:#7a7a7a!important;font-size:12px!important;font-weight:500!important}.chats_noteEditIcon__zZxg\+{color:#7a7a7a!important;height:16px!important;width:16px!important}.chats_noteDeleteIcon__KjyBM{color:#c60000!important;height:16px!important;width:16px!important}.chats_disabledAddNoteStyles__L3YsP{cursor:auto!important;opacity:.37!important}.chats_addNoteTextArea__tbdfY{border-radius:5px!important;box-shadow:0 0 2px #00000080!important;max-height:200px!important;min-height:60px!important;overflow-y:auto!important;resize:vertical!important;-webkit-user-select:none!important;user-select:none!important;width:100%!important}.chats_addNoteTextArea__tbdfY fieldset{border:none!important;outline:none!important}.chats_addNoteTextArea__tbdfY .MuiOutlinedInput-root{padding:0!important}.chats_addNoteTextArea__tbdfY textarea{background-color:#fff!important;border:none!important;box-sizing:border-box!important;font-size:15px!important;font-weight:500!important;outline:none!important;padding:8px!important;-webkit-user-select:text!important;user-select:text!important;width:100%!important}.chats_addNoteTextArea__tbdfY textarea::placeholder{opacity:.6!important}.chats_addNoteTextArea__tbdfY textarea:active{-webkit-user-select:text!important;user-select:text!important}@media screen and (min-width:901px)and (max-width:1600px){.chats_addNoteTextArea__tbdfY textarea{font-size:14px!important;font-weight:500!important}}@media screen and (min-width:601px)and (max-width:900px){.chats_addNoteTextArea__tbdfY textarea{font-size:14px!important;font-weight:500!important}}@media screen and (min-width:0px)and (max-width:600px){.chats_addNoteTextArea__tbdfY textarea{font-size:13px!important;font-weight:500!important}}.chats_chatSwipableDrawerStyle__3HGJ4{position:relative!important;z-index:1500!important}@media screen and (min-width:1000px)and (max-width:1600px){.chats_chatInformationBlockDesktopOpen__oKiD9{max-width:400px!important;min-width:auto!important}}@media screen and (max-width:600px){.chats_userInfoSwipeableDrawer__nWPQs{width:95%!important}.chats_chatInformationBlockDrawer__JBk3F{width:100%!important}}.chats_mediaMessagesDiv__doYq-{gap:10px!important}.chats_imageMessages__0vQ00{aspect-ratio:1/1!important;height:100%;max-height:350px;max-width:300px;object-fit:cover!important;width:100%}.chats_imageMessageRadius__wjgBg{border-radius:5px 5px 0 0!important}.chats_documentMessageDiv__mxqlQ{align-items:center!important;background-color:#f1f3f4!important;border-radius:5px!important;display:flex!important;gap:8px!important;justify-content:space-between!important;max-width:350px!important;padding:10px!important;white-space:nowrap!important}.chats_documentMessageDiv__mxqlQ>div{max-width:100%}.chats_documentMessageText__nZCCz{cursor:pointer!important;display:block!important;max-width:280px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.chats_documentMessageOpenInNewTabIcon__hkahM{cursor:pointer!important;height:20px!important;right:2px!important;top:2px!important;width:20px!important}.chats_audioFileName__mVtyw{color:#7a7a7a!important;cursor:pointer!important;font-size:13px!important;font-weight:500!important;max-width:300px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.chats_contactListAnchorTag__71aWw{color:blue!important}.chats_threadStatusTyporgraphy__-A6sS{color:#fff!important;font-size:14px!important;font-weight:500!important}.chats_imageMediaMessageWrapper__f9hhO{position:relative}.chats_imageMediaMessageWrapper__f9hhO:hover .chats_imageMessageViewIconGrid__LC\+Nr{display:flex!important}.chats_imageMessageViewIconGrid__LC\+Nr{background-color:#4c4a4d;border-radius:4px;cursor:pointer;display:none;padding:2px;position:absolute;right:6px;top:6px;z-index:2}.chats_imageMessageViewIcon__zazE4{color:#fff;height:20px;width:20px}.global_cbHeaderBreadCrumbsHeadText__QgGr6{color:#7a7a7a!important;font-size:13px!important;font-weight:600!important}.global_cbHeaderBreadCrumbsChatbotLabel__wTlWi{color:#1f384c!important;font-size:13px!important;font-weight:600!important}.global_primaryFontSize__0hf9l{font-size:15px!important}.global_secondaryFontSize__\+5PSI{font-size:14px!important}.global_tertiaryFontSize__9rjOR{font-size:13px!important}.global_primaryFontWeight__u\+0p0{font-weight:600!important}.global_secondaryFontWeight__TOrNA{font-weight:500!important}.global_tertiaryFontWeight__4tvzh{font-weight:400!important}.global_primaryColor__xYAX7{color:#6a097d!important}.global_primaryColorBg__x5M2g{background-color:#6a097d!important}.global_blackColor__D2n3\+{color:#000!important}.global_greyColor__9PQJl{color:#7a7a7a!important}.global_clickable__127Oc{cursor:pointer!important}.global_backIconContainer__qWvXG{align-items:center!important;justify-content:center!important;position:relative!important}.global_backIconItem__5FeOP{left:0!important;position:absolute!important;top:10%!important}.global_backText__48DX2{color:#6a097d!important;font-size:15px!important;font-weight:600!important;margin-left:25px!important}.global_fullwidth__t8XrH{width:100%!important}.global_fitContentWidth__UaGo\+{width:-webkit-fit-content!important;width:fit-content!important}.global_fullwidthWithMargin__pHtrg{margin-top:8px!important;width:100%!important}.global_boxSizingBorderBox__GbsV0{box-sizing:border-box!important}.global_emailLabel__0hUps{color:#4c4a4d!important;font-size:15px!important;font-weight:600!important;margin-bottom:10px!important}.global_stagingMargin__VP61i{margin-top:30px!important}.global_marginBottom5__SH5Lv{margin-bottom:5px!important}.global_flagPopperContainer__5kGge{align-items:center!important;display:flex!important;gap:20px!important;justify-content:space-between!important}.global_displayFlex__kVyp\+{align-items:center;display:flex}.global_displayFlexStyle__5RYiS{display:flex!important}.global_infoiconStyle__UhgAV{cursor:pointer!important;height:17px!important;margin-left:3px!important;vertical-align:middle!important;width:17px!important}.global_headerGlobalPaddingStyle__Hps56{padding:18px 0!important}.global_headerTextContainerStyle__Ki9Ph{padding:0 25px 0 27px!important}.global_displayInline__Ywjvr{display:inline!important}.global_startAlignment__DaNW4{align-items:start!important;justify-content:space-between!important}.global_centerAlignment__9QE8A{align-items:center!important;justify-content:center!important}.global_contentCenter__dW3MU{align-content:center!important;justify-content:center!important}.global_flexAlignmentEnd__BBl\+Q{align-items:center!important;display:flex!important;justify-content:end!important}.global_globalTextfieldStyle__UTNxW{background:#fff;display:flex;justify-content:space-around;width:100%}.global_globalTextfieldStyle__UTNxW fieldset{border-color:initial!important;border-width:0!important}.global_globalTextfieldStyle__UTNxW .MuiFormHelperText-root{font-size:13px;margin-left:0!important}.global_globalTextfieldStyle__UTNxW .MuiInputBase-input{border-radius:3px;box-shadow:0 0 3px 0 #00000040!important;padding:14px!important}.global_globalTextStyleBlack__L48DN{color:#4c4a4d!important;font-size:15px!important;font-weight:600!important}.global_globalTextStyleGrey__sLp1e{color:#7a7a7a;font-size:15px!important;font-weight:600!important;text-align:center}.global_required__qgy4y{color:#c60000!important;padding-left:3px}.global_gridItemStyle__D6LJJ{align-content:center!important;display:flex!important;width:100%}.global_htmlGridContainer__NFPPo{flex-wrap:nowrap!important;height:100vh!important;padding:50px!important}.global_htmlHeading__vLgX\+{font-size:20px!important;font-weight:600!important}.global_htmlGridItemStyles__cDe18{height:100%!important;width:100%!important}.global_fullHeight__e5Bw7{height:100%!important}.global_zIndex1__Hkyx7{z-index:1!important}.global_roundedBorder__eKLnd{border-radius:15px!important}.global_overflowAuto__Ilk6r{overflow:auto!important}.global_overflowHidden__LVYE6{overflow:hidden!important}.global_maxHeightStyle__b4AgT{max-height:61px!important}.global_cbPreviewHeader__HKZ-E{align-items:center!important;border:none!important;border-radius:15px 15px 0 0!important;height:60px!important;padding:0 10px!important}.global_cbIconImg__F0VXE{object-fit:fill!important}.global_cbIconImg__F0VXE,.global_fsIconImg__Ror72{border-radius:50%!important;display:flex!important;height:28px!important;width:28px!important}.global_fsIconImg__Ror72{object-fit:cover!important}.global_textCenter__OETvo{text-align:center!important}.global_dividerStyle__W7WfO{border-color:#6a6a6a!important}.global_formWrapper__phGXH{max-height:730px;overflow-x:hidden!important;overflow-y:auto}.global_formWrapperSingleTemplate__gXlwc{height:100%;overflow-y:scroll;padding:10px 20px 20px}.global_authLabel__qXczk{color:#6a097d;font-size:26px;font-weight:600;margin-bottom:35px!important;text-align:center}.global_authSublabelText__mnxzW{color:#4c4a4d;font-size:18px;font-weight:600;margin-bottom:20px!important;text-align:center}.global_authSublabelProductTextStyle__8g9PB{color:#6a097d;font-size:19px;font-weight:600}.global_resendButtonStyle__3er3s{color:#6a097d;margin-left:5px}.global_dividerStyle__W7WfO{border-style:initial;color:#b1b1b1;font-size:12px;font-weight:600;margin-top:9px!important;padding-left:20px!important}.global_emailDividerStyle__NOiY-{padding:0!important}.global_continueWithGoogleButton__wFg1l{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__mN1KA{padding-left:26px!important}.global_authPromptTextStyleLogin__1NRep{margin-top:8px!important}.global_authPromptTextStyleLogin__1NRep,.global_authPromptTextStyleRegistration__p6LWk{color:#4c4a4d;font-size:15px;font-weight:600;text-align:start}.global_authPromptSubTextStyle__3g\+Ge{color:#6a097d;font-size:15px;font-weight:600}.global_inputLabel__NG0lf{color:#4c4a4d!important;font-size:15px!important;font-weight:600!important;margin-bottom:8px}.global_dashboardOutletWrapper__hfG66{width:100%!important}.global_dashboardChildWrapper__kyEpE{flex-wrap:nowrap!important;padding:27px 40px}.global_dashboardChildTitleTextStyle__Kqy4a{color:#4c4a4d;font-size:18px!important;font-weight:600;margin-bottom:27px!important;width:100%}.global_updatePersonaFullContainer__WnC2f{border-radius:10px;box-shadow:0 0 3px 0 rgba(0,0,0,.251);padding:24px}@media screen and (max-width:599px){.global_updatePersonaFullContainer__WnC2f{flex-wrap:nowrap!important;padding:15px!important}.global_updatePersonaFullContainerForm__FegpX{display:flex;flex-wrap:nowrap;height:calc(100vh - 157px)}}.global_dashboardChildTitleTextStylePersona__iz59H{color:#4c4a4d;font-size:18px!important;font-weight:600;margin-bottom:8px!important;width:100%}.global_globalSearchBar__yUiX3{box-shadow:0 0 2px 0 #5f6368!important;height:33px!important}.global_globalSearchBarHeight__dtUSC{box-shadow:0 0 2px 0 #5f6368!important;height:auto!important}.global_searchBar__9cxwe{border-radius:5px;box-shadow:0 0 2px 0 #7a7a7a;max-width:262px;width:100%}.global_searchBar__9cxwe .MuiInputBase-input,.global_searchBar__9cxwe .MuiInputBase-root{border:initial;border-radius:5px;max-width:262px;width:100%}.global_searchBar__9cxwe .MuiInputBase-input{padding:5px 10px!important}.global_searchBar__9cxwe .MuiInputBase-input placeholder{font-size:10px}.global_searchBar__9cxwe .MuiOutlinedInput-notchedOutline{border-width:0!important}.global_dashboardChildSectionTextStyle__zRh6f{color:#1f384c;font-size:15px;font-weight:600;margin-bottom:10px!important;margin-top:10px!important}.global_containerFlexWrap__Y4e4i{flex-wrap:nowrap!important}.global_containerflexWrapStyle__lHmzj{align-items:center!important;flex-wrap:nowrap!important}.global_dashboardNavigationToggleButtonStyle__x-cDG{padding:13px 8px 8px!important;position:absolute!important}@media screen and (min-width:320px)and (max-width:600px){.global_headerMenuIcon__RDJxX{padding:16px 8px!important;position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:1101}}.global_WritewizGlobaltable__VlKAj{border:1px solid #e9e9e9!important;border-radius:5px!important;box-sizing:border-box!important;max-width:100%!important;overflow:auto!important}.global_headerRow__M60MG th{background-color:#fbf4ff;color:#000;font-size:14px;font-weight:600;padding:12px!important;white-space:pre;z-index:auto}.global_tableRowStyle__yzYp8{align-items:center;color:#373737;display:flex}.global_tableRowGlobalStyle__pSSiO:last-child td{border-bottom:none!important}.global_additionalRowClass__fw7p\+{white-space:pre}.global_bodyRow__gW-cB:hover{background:#f2f2f2}.global_selectedBodyRow__-WwDb{background:#f7e9ff}.global_bodyRow__gW-cB td{cursor:pointer;font-size:14px;font-weight:500;padding:10px 12px}.global_tableCategoryImage__ZayrZ{height:18px;width:18px}.global_globalTileStyle__V0vXB{box-shadow:0 0 4px 0 #d9d9d9}.global_globalTileStyle__V0vXB,.global_globalTileStyle__V0vXB:hover{align-items:center;border-radius:5px;display:flex;height:54px;max-width:220px;width:100%}.global_globalTileStyle__V0vXB:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.251)}.global_featureIconStyle__bu7VK{margin:15px!important}.global_headText__Yqwo0{color:#4c4a4d;font-size:15px;font-weight:600}.global_descriptionText__UfX6X{color:#7a7a7a!important;font-size:12px!important;font-weight:400!important}.global_pageText__LDLpw{color:#4c4a4d!important;font-size:15px!important;font-weight:500!important}.global_featuredTilesWrapper__NFBYe{margin-bottom:25px!important;margin-top:25px!important}.global_mobileFooterWrapper__NkGlG{display:none}.global_mobileFooterSelect__\+gkym{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__\+gkym div{padding:6px 14px!important}.global_ppPlanSlider__D4blI .MuiSlider-markLabel{color:#7a7a7a;font-size:12px}.global_ppPlanSlider__D4blI .MuiSlider-mark{display:none}.global_ppPlanSlider__D4blI .MuiSlider-thumb{border-radius:3px;color:#6a097d;height:15px;width:4px}.global_ppPlanSlider__D4blI .MuiSlider-rail{background:#e1e1e1;height:5px}.global_globalCardBulletListText__TsTUB{padding-bottom:5px}.global_globalCardBox__FlYzn{border-radius:10px;box-shadow:0 0 2px 0 #6a097d;font-size:15px;padding:20px 15px}.global_globalCardBoxDescription__AZxR8{overflow:auto}.global_globalCardHeading__6dkLE{color:#6a097d;font-family:Open Sans;font-size:15px;font-weight:500;margin:0 0 10px!important}.global_globalCardBullet__T0xoe{color:#4c4a4d;font-family:Open Sans;font-size:15px;padding:0 0 0 20px}.global_iconCell__bo7GV{width:60%}.global_iconCellLastModifield__u4bis{width:20%}.global_documentClickCell__nJYd0{cursor:pointer}.global_statusColor__NflSo{border:1px solid #000!important}.global_rowTextfieldTable__LlUm4 .MuiInputBase-input,.global_rowTextfield__yra8D .MuiInputBase-input{padding:4.5px 14px!important}.global_rowTextfieldTable__LlUm4 .MuiOutlinedInput-notchedOutline{border:none!important}.global_globalMenuStyle__GaqtL .MuiPaper-root{box-shadow:none!important;filter:drop-shadow(0 2px 5px rgba(0,0,0,.1))!important}.global_menuItemStyle__b1S8G{-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__b1S8G .MuiListItemIcon-root{color:#6a097d}.global_menuItemStyle__b1S8G:hover{background:#fbf4ff!important;color:#6a097d}.global_menuItemGroupStyle__egm7c{cursor:auto}.global_menuItemGroupStyle__egm7c:hover{background:none!important;color:none}.global_homeBoxDesign__jXHxz{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__GrbEh .MuiPaper-elevation{height:100%;margin:30px 100px!important;max-width:100%!important;width:100%}.global_newDocumentPopup__GrbEh .MuiPaper-root::-webkit-scrollbar{width:4px}.global_newDocumentPopup__GrbEh .MuiPaper-root::-webkit-scrollbar-track{background:#f3f5f9}.global_newDocumentPopup__GrbEh .MuiPaper-root::-webkit-scrollbar-thumb{background-color:#6a097d;border-radius:20px}.global_dashboardChildSectionTextStylePrimary__wAc8I{color:#6a097d;cursor:pointer;font-size:15px;font-weight:600;margin-bottom:10px!important}.global_deleteConfirmPopupStyle__3rmew{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__gQptJ{height:auto;width:25px}.global_deleteConfirmPopupTextStyle__lPcUO{color:#6a097d;font-size:16px;font-weight:600;margin:0 0 2px!important}.global_deleteConfirmPopupSubTextStyle__BH-Bi{font-size:14px;font-weight:500;white-space:pre-line}.global_deleteConfirmHeaderPopup__6LgNY{padding:28px 50px 45px 28px!important}.global_deleteConfirmButtonsPopup__e2Z0u{background:#fbf4ff;padding:15px 20px}.global_deleteConfirmationLogoItem__KNVxa{align-items:center;background:#cf2c2c33;border-radius:50%;display:flex;justify-content:center;max-width:45px;padding:10px 20px;width:45px}.global_globalDeleteLogoHeadContainer__yh5Kj{align-items:start;display:flex;gap:15px}.global_cmpGlobalMobileAddIcon__ZpF0n{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 4px 0 #00000040!important;color:#6a097d!important;padding:10px!important}.global_addIconStyles__twAXq{fill:#6a097d!important;height:28px!important;width:auto!important}.global_cmpGlobalMobileAddIconDark__doZfp{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__RS5XJ{color:#1f384c!important}.global_globalDecsText__2mwC5{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important}.global_globalHeaderFontStyle__\+PQhf{font-size:18px!important;font-weight:600!important}.global_globalHeaderFontSize__rJ78n{font-size:18px!important}.global_globalLibraryFontSize__9y9zP{font-size:17px!important}.global_globalHeaderFontWeight__9TKyZ{font-weight:600!important}.global_globalSubHeadingFontSize__bkYEn{font-size:16px}.global_globalSubHeadingFontWeight__Dxxwd{font-weight:500}.global_cardHeaderFontSize__pRBfm{font-size:16px!important}.global_cardDescriptionFontSize__CVHRv{font-size:14px!important}.global_formLabelFontSize__LyA3S{font-size:15px!important}.global_formLabelFontWeight__rkSze{font-weight:600!important}.global_dividerStyles__lY6tt{margin-top:5px!important;opacity:.8!important;width:100%!important}.global_previewIconImgWrapper__3RyNo{cursor:pointer!important;gap:5px!important;justify-content:end!important}.global_previewIconStyle__jrxy2{height:auto!important;object-fit:fill!important;width:23px!important}.global_previewIconFont__ATtzK{color:#0a6add!important;font-size:16px!important;font-weight:600!important}.global_primaryButtonFontStyle__M7Bio{font-size:15px!important;font-weight:600!important}.global_whatsappIntegrationFontStyle__HK3v0{font-size:23px!important;font-weight:600!important}.global_whatsappIntegrationSubFontStyle__EP\+Ti{color:#7a7a7a!important;font-size:14px!important}.global_timeZoneMenu__T9iCU .Mui-focusVisible{background-color:#fff!important}.global_timeZoneMenu__T9iCU .MuiOutlinedInput-input{padding:8px 10px!important;width:160px!important}.global_chatbotTitleSelect__bEkLP .MuiOutlinedInput-input{color:#000!important;font-size:14px!important;font-weight:600!important;width:100%!important}.global_chatbotTitleSelect__bEkLP .MuiAutocomplete-input,.global_chatbotTitleSelect__bEkLP .MuiOutlinedInput-root{padding:0!important}.global_chatbotTitleSelect__bEkLP .MuiAutocomplete-inputRoot{max-width:320px!important;padding:0 40px 0 0!important;width:100%!important}.global_chatbotTitleSelect__bEkLP fieldset{border:none!important}@media screen and (max-width:550px){.global_continueWithGoogleButton__wFg1l{width:100%!important}}@media screen and (min-width:0px)and (max-width:900px){.global_globalSearchBarHeight__dtUSC{box-shadow:0 0 2px 0 #5f6368!important;height:30px!important}}@media screen and (min-width:0px)and (max-width:860px){.global_mobileFooterWrapper__NkGlG{display:block}}@media screen and (min-width:320px)and (max-width:600px){.global_dashboardChildWrapper__kyEpE{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__jsTFn{margin:0 auto!important;width:100%!important}.global_generateTitleButtonWrapper__FbfWc{border-top:.5px solid #e7e7e7;display:flex;justify-content:center;padding:20px 0;width:100%}.global_generateTitleButtonWrapperBlogGeneration__4C4tf{margin-top:20px!important}.global_generateTitleButtonWrapperBlogGeneration2__Oc-PJ{margin-top:8px!important}.global_openArrowStyle__DN\+2c{height:auto;transform:translateX(58px) translateY(30px)}.global_closeArrowStyle__nVg1p,.global_openArrowStyle__DN\+2c{cursor:pointer;position:fixed;top:0;transition:all .4s ease-in-out;width:24px;z-index:5}.global_closeArrowStyle__nVg1p{height:-13px;transform:rotate(180deg);transform:translateX(239px) translateY(30px) rotate(180deg)}.global_tooltipCard__fCsPn{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__gYIQO{height:24px;overflow:hidden;padding:2px}.global_tooltipFirstRow__UCJPz{flex-wrap:nowrap!important;width:189px!important}.global_tooltipCardItem__eVust{margin-top:6px!important}.global_backDropStyle__glukn div{color:#6a097d!important}.global_removeGlobalCss__nd5V4{display:block!important;padding:6px 10px!important}.global_featuredTempMainContainer__tMA01{align-items:center;gap:10px}.global_featureAllTempLabelContainer__kQZWf{gap:10px!important}.global_globalHeadMainItemRightContainer__Buwc1{display:flex!important;flex-wrap:nowrap!important;gap:15px;justify-content:end}.global_globalHeadLeftSubItem__Lmg5I,.global_globalHeadRightSubItem__E4pBS{margin:0 8px!important}.global_globalSearchbarSubItem__FJa3v{width:286px}.global_globalNewAddBtnItem__6U-RL{width:268px}.global_createChatbotIcon__9-OVz{height:18px!important;width:auto!important}.global_addDocumentBtn__sSUfN{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__oH2p2{align-items:start!important}.global_createChatbotContainer__enCFO{align-items:center!important}.global_sampleChatbotBtn__XAgVL{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__cxX0U{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__Jvi77{word-wrap:normal!important}.global_approvedButtonStyle__\+Egr2{background-color:#00ff001a!important;border:1px solid green!important;border-radius:5px!important;padding:3px 10px!important}.global_pendingButtonStyle__x7fCd{background-color:#ffa50033!important;border:1px solid #ffa50080!important;border-radius:5px!important;padding:3px 10px!important}.global_rejectedButtonStyle__BZqG5{background-color:#ff00001a!important;border:1px solid #ff0000b3!important;border-radius:5px!important;padding:3px 10px!important}.global_settingsPageMainItem__lrjwj{padding:30px 40px!important}@media screen and (max-width:425px)and (min-Width:320px){.global_settingsPageMainItem__lrjwj{padding:30px 20px!important}}@media screen and (min-width:1536px){.global_globalHeadLeftSubItem__Lmg5I,.global_globalHeadRightSubItem__E4pBS{margin:0 8px!important;max-width:286px!important}}@media screen and (min-width:1440px)and (max-width:1535px){.global_globalHeadLeftSubItem__Lmg5I{margin:0 8px!important;max-width:260px!important}.global_globalHeadRightSubItem__E4pBS{margin:0 8px!important;max-width:230px!important}}@media screen and (min-width:1200px)and (max-width:1440px){.global_globalHeadRightSubItem__E4pBS{max-width:230px!important}}@media screen and (min-width:900px)and (max-width:1199px){.global_globalHeadMainItemRightContainer__Buwc1{align-items:center;justify-content:start}.global_globalHeadLeftSubItem__Lmg5I{margin:0 8px 0 0!important;max-width:260px!important}.global_globalHeadRightSubItem__E4pBS{margin:0 8px!important;max-width:230px!important}}@media screen and (min-width:599px)and (max-width:899px){.global_globalHeadMainItemRightContainer__Buwc1{align-items:center;justify-content:start}.global_globalHeadRightSubItem__E4pBS{margin:0 5px!important;max-width:50px!important}.global_globalHeadLeftSubItem__Lmg5I{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__Lmg5I{margin:0 5px 0 0!important;max-width:200px!important}.global_globalHeadRightSubItem__E4pBS{margin:0 5px!important;max-width:50px!important}}@media screen and (min-width:320px)and (max-width:599px){.global_globalHeadMainItemRightContainer__Buwc1{align-items:center;justify-content:start}.global_globalHeadRightSubItem__E4pBS{margin:0 5px!important}.global_globalHeadLeftSubItem__Lmg5I{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__Lmg5I{max-width:200px!important}}.global_channelIconStyle__6PYu0{padding-right:0!important}@media screen and (max-width:599px)and (min-width:0px){.global_closeArrowStyle__nVg1p,.global_openArrowStyle__DN\+2c{display:none!important}}@media screen and (min-width:1535px){.global_iconCell__bo7GV{width:50%}.global_iconCellLastModifield__u4bis{width:20%}}@media screen and (min-width:1440px)and (max-width:1536px){.global_iconCell__bo7GV{width:45%!important}.global_iconCellLastModifield__u4bis{width:20%!important}}@media screen and (min-width:1200px)and (max-width:1440px){.global_iconCell__bo7GV{width:44%!important}.global_iconCellLastModifield__u4bis{width:20%!important}}@media screen and (min-width:900px)and (max-width:1200px){.global_iconCell__bo7GV{width:70%!important}.global_iconCellLastModifield__u4bis{width:26%!important}}@media screen and (min-width:600px)and (max-width:900px){.global_iconCellLastModifield__u4bis{width:40%}}@media screen and (min-width:320px)and (max-width:599px){.global_featuredTempMainContainer__tMA01{gap:10px}}.global_blogGenerationFormStyles__gONm\+{max-height:700px;overflow-y:scroll}.global_textVariantAutocompleteStyle__1xgIv{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__1xgIv .MuiAutocomplete-popupIndicator{display:none}.global_textVariantAutocompleteStyle__1xgIv .MuiChip-deleteIcon{color:#010101!important;font-size:15px!important}.global_textVariantAutocompleteStyle__1xgIv .MuiFormControl-root{background:#fff;border:none!important;border-radius:4px;min-height:40px}.global_textVariantAutocompleteStyle__1xgIv .MuiAutocomplete-tag{margin:6px!important}.global_textVariantAutocompleteStyle__1xgIv .MuiAutocomplete-inputRoot{padding:0!important}.global_textVariantAutocompleteStyle__1xgIv input{border:none!important;color:rgba(0,0,0,.871)!important}.global_textVariantAutocompleteStyle__1xgIv .MuiOutlinedInput-notchedOutline{border:none!important}.global_textVariantAutocompleteStyle__1xgIv .MuiInputBase-input{font-family:inherit!important;font-size:14px!important;font-weight:400;min-height:40px!important;padding:0 32px 0 0!important}.global_textVariantAutocompleteStyle__1xgIv .MuiOutlinedInput-root{background:#fff;min-height:40px!important}.global_textVariantAutocompleteStyle__1xgIv .MuiChip-root{background-color:#fff!important;border-radius:6px!important;font-size:14px!important;font-weight:400}.global_textVariantAutocompleteStyle__1xgIv .global_MuiListSubheader-sticky__Spbvf{padding-left:12px!important}.global_autocompleteParaphrasing__C04LY{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__C04LY .MuiChip-deleteIcon{color:#010101!important;font-size:15px!important}.global_autocompleteParaphrasing__C04LY .MuiFormControl-root{background:#fff;border:none!important;border-radius:4px;min-height:40px}.global_autocompleteParaphrasing__C04LY .MuiAutocomplete-tag{margin:6px!important}.global_autocompleteParaphrasing__C04LY .MuiAutocomplete-inputRoot{padding:0!important}.global_autocompleteParaphrasing__C04LY input{border:none!important;color:rgba(0,0,0,.871)!important}.global_autocompleteParaphrasing__C04LY .MuiOutlinedInput-notchedOutline{border:none!important}.global_autocompleteParaphrasing__C04LY .MuiInputBase-input{font-family:inherit!important;font-size:14px!important;font-weight:400;min-height:40px!important;padding:0 10px!important}.global_autocompleteParaphrasing__C04LY .MuiOutlinedInput-root{background:#fff;min-height:40px!important}.global_autocompleteParaphrasing__C04LY .MuiChip-root{background-color:#fff!important;border:1px solid #e1cee5!important;border-radius:6px!important;font-size:14px!important;font-weight:400}.global_autocompleteParaphrasing__C04LY .global_MuiListSubheader-sticky__Spbvf{padding-left:12px!important}.global_disabledClass__FPYdz{cursor:wait;opacity:.5}.global_selectComponent__qOO\+6 fieldset{border-color:initial!important;border-width:0!important}.global_selectComponent__qOO\+6 .MuiSelect-select{padding-left:0!important}.global_subheaderGlobalStyle__Q3XOm{color:#565656;font-size:13px;font-weight:600}.global_checkboxStyle__Xc\+xj{padding:0!important}.global_checkboxStyle__Xc\+xj [type=checkbox]:checked,.global_checkboxStyle__Xc\+xj [type=checkbox]:not(:checked){left:0!important}.global_fabStyle__ZLyND{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__ZLyND:hover{background:#6a097d}.global_fabtextStyle__XvOAG{color:#fff;font-size:15px!important;font-weight:500!important;padding-right:16px!important}@media screen and (max-width:450px){.global_fabStyle__ZLyND{display:none!important}}.global_validationText__0dcvM{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__\+PQhf{font-size:16px!important;font-weight:600!important}.global_globalHeaderFontSize__rJ78n{font-size:16px!important}.global_cardHeaderFontSize__pRBfm,.global_globalLibraryFontSize__9y9zP{font-size:15px!important}.global_cardDescriptionFontSize__CVHRv{font-size:13px!important}.global_globalDecsText__2mwC5{font-size:12px!important}.global_globalNewAddBtnItem__6U-RL{width:228px!important}.global_addDocumentBtn__sSUfN,.global_sampleChatbotBtn__XAgVL{font-size:14px!important;padding:6px 10px!important}.global_cmpGlobalMobileAddIcon__ZpF0n{padding:4.5px 7px!important}.global_createChatbotIcon__9-OVz{height:15px!important}.global_cardDeleteIcon__yrPSK{height:14px!important;width:14px!important}.global_formLabelFontSize__LyA3S{font-size:14px!important}.global_formLabelFontWeight__rkSze{font-weight:600!important}.global_previewIconStyle__jrxy2{width:20px!important}.global_previewIconFont__ATtzK{font-size:15px!important}.global_primaryButtonFontStyle__M7Bio{font-size:13px!important}.global_whatsappIntegrationFontStyle__HK3v0{font-size:18px!important}.global_whatsappIntegrationSubFontStyle__EP\+Ti{font-size:13px!important}}@media screen and (min-width:601px)and (max-width:900px){.global_globalHeaderFontStyle__\+PQhf{font-size:16px!important;font-weight:600!important}.global_globalHeaderFontSize__rJ78n{font-size:16px!important}.global_globalLibraryFontSize__9y9zP{font-size:15px!important}.global_globalDecsText__2mwC5{font-size:12px!important}.global_cardHeaderFontSize__pRBfm{font-size:15px!important}.global_cardDescriptionFontSize__CVHRv{font-size:13px!important}.global_cardDeleteIcon__yrPSK{height:14px!important;width:14px!important}.global_addDocumentBtn__sSUfN,.global_sampleChatbotBtn__XAgVL{font-size:14px!important;padding:6px 10px!important}.global_cmpGlobalMobileAddIcon__ZpF0n{padding:4.5px 7px!important}.global_formLabelFontSize__LyA3S{font-size:14px!important}.global_formLabelFontWeight__rkSze{font-weight:600!important}.global_previewIconStyle__jrxy2{width:20px!important}.global_previewIconFont__ATtzK{font-size:15px!important}.global_primaryButtonFontStyle__M7Bio{font-size:13px!important}.global_whatsappIntegrationFontStyle__HK3v0{font-size:18px!important}.global_whatsappIntegrationSubFontStyle__EP\+Ti{font-size:13px!important}}@media screen and (min-width:0px)and (max-width:600px){.global_globalHeaderFontStyle__\+PQhf{font-size:15px!important;font-weight:600!important}.global_cardHeaderFontSize__pRBfm{font-size:15px!important}.global_cardDescriptionFontSize__CVHRv{font-size:13px!important}.global_cardDeleteIcon__yrPSK{height:14px!important;width:14px!important}.global_globalLibraryFontSize__9y9zP{font-size:15px!important}.global_cmpGlobalMobileAddIcon__ZpF0n{padding:5px 8px!important}.global_addDocumentBtn__sSUfN,.global_sampleChatbotBtn__XAgVL{font-size:14px!important;padding:6px 10px!important}.global_formLabelFontSize__LyA3S{font-size:14px!important}.global_formLabelFontWeight__rkSze{font-weight:600!important}.global_dividerStyles__lY6tt{margin-top:0!important}.global_previewIconStyle__jrxy2{width:20px!important}.global_previewIconFont__ATtzK{font-size:15px!important}.global_primaryButtonFontStyle__M7Bio{font-size:13px!important}.global_whatsappIntegrationFontStyle__HK3v0{font-size:18px!important;font-weight:600!important}.global_whatsappIntegrationSubFontStyle__EP\+Ti{font-size:13px!important}.global_headerGlobalPaddingStyle__Hps56{padding:15px 0!important}}@media screen and (max-height:700px){.global_authLabel__qXczk{font-size:24px;margin-bottom:30px!important}}@media screen and (max-width:1600px){.global_headerRow__M60MG th{font-size:14px;padding:12px 14px!important}.global_tableRowStyle__yzYp8{font-size:14px;white-space:nowrap!important}.global_globalTextfieldStyle__UTNxW .MuiInputBase-input{font-size:14px!important;padding:11px!important}.global_autocompleteParaphrasing__C04LY .MuiInputBase-input{min-height:32px!important}}.global_iconStyle__ZAZb7{height:24px!important;width:auto!important}.global_columnSpaceBetween__lDdhI{flex-direction:column!important;justify-content:space-between!important}.global_consultationWrapper__PNPAY{bottom:17px!important;position:fixed!important;right:25px!important;z-index:100!important}.global_requestCallbackMainGrid__wQdHm{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 3px 0 #6a097d!important;margin-right:18px!important;max-width:330px!important;min-width:330px!important;padding:16px!important;width:100%!important}.global_gotQuestionsTitle__fypoc{color:#000!important;font-size:15px!important;font-weight:500!important}.global_helpOptionGridItem__9PB\+n{border-radius:5px!important;cursor:pointer!important}.global_helpOptionTitleText__WZOmZ,.global_queryTextArea__JcgBD,.global_requestCallbackQuestionTitle__exL03{font-size:14px!important;font-weight:400!important}.global_queryTextArea__JcgBD{border:none!important;border-radius:5px!important;box-shadow:0 0 3px #00000040!important;box-sizing:border-box!important;max-height:150px!important;min-height:70px!important;outline:none!important;padding:10px 14px!important;position:relative!important;resize:vertical!important;width:100%!important}.global_queryTextArea__JcgBD::placeholder{font-weight:13px!important}@media screen and (max-width:1600px){.global_queryTextArea__JcgBD{font-size:14px!important}}.global_zeroPadding__jY7zk{padding:0!important}.global_spaceAlignmentCenter__Ym1Xl{justify-content:space-between!important}.global_startAlignmentStyle__lWmep{align-items:start!important;justify-content:start!important}.global_cbMainSectionItem__rEde8{flex-direction:column!important;flex-wrap:nowrap!important;overflow:auto!important;padding:10px!important}.global_isBotWrapper__163-V{margin:5px 0!important;text-align:start!important;width:100%!important}.global_isBotContainer__nr1\+W{align-items:center!important;flex-wrap:nowrap!important;justify-content:start!important}.global_isBotContainerEnd__TQzvO{align-items:center!important;flex-wrap:nowrap!important;justify-content:end!important}.global_isBotItemEndStyle__tj4TW{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__zcZ3U{flex-direction:column!important}.global_flexRow__sG47S{flex-direction:row!important}.global_maxWidthPreview__nkFYm{max-width:calc(100% - 75px)!important}.global_wrapperGlobalPageHeader__h1He0{align-items:center;justify-content:space-between!important}.global_autoCompleteWrapper__rTog6{align-content:center!important;gap:15px!important;height:100%!important}.global_contentEnd__sf0F2{justify-content:end!important}.global_justifyCenter__CmA5-{justify-content:center!important}.global_justifyContentSpaceBetween__PGJe\+{justify-content:space-between!important}.global_alignItemCenter__aBX2g{align-items:center!important}.global_textItemsEnd__47Ljk{text-align:end!important}.global_savebuttonStyle__h1ghz{margin-left:15px!important;width:100px!important}.global_wpIntegrationWrapper__VDfuJ{background-color:#fbf4ff!important;border-radius:5px!important;padding:30px!important;width:100%!important}.global_textWpInt__jf1NN{color:#353535;font-size:15px;font-weight:600}.global_padTop__ufS8D{padding-top:20px!important}.global_gapLength__DLqCd{gap:20px!important}.global_gapLess__xIR3i{gap:15px!important}.global_gapOne__xDgVL{gap:8px!important}.global_gapTwo__i5LJN{gap:16px!important}.global_arrowBackForwardSize__0D-XI{font-size:20px!important}.global_marginAuto__9rIxw{margin:auto!important}.global_maxWidthFull__uJHTi{max-width:100%!important}.global_minWidthZero__6y4S9{min-width:0!important}.global_congratulationsWrapper__4MZdu{flex-direction:column!important;gap:7px!important;padding:30px 45px!important}.global_relativePosition__SKbUG{position:relative}.global_absolutePosition__Zg6mF{position:absolute}.global_globalTableRow__lm5Fp:hover .global_hoveredIcon__Wf--L{opacity:1}.global_hoveredIcon__Wf--L{opacity:0}.global_globalBreadCrumbs__7J1u3 .MuiBreadcrumbs-separator{margin-left:3px!important;margin-right:3px!important}.global_globalBreadCrumbs__7J1u3 .MuiBreadcrumbs-ol{flex-wrap:nowrap!important;overflow:auto!important;text-overflow:ellipsis!important;white-space:nowrap!important}.global_globalBreadCrumbs__7J1u3 .MuiBreadcrumbs-ol::-webkit-scrollbar{height:1px!important;width:1px!important}.global_globalBreadCrumbs__7J1u3 .MuiBreadcrumbs-ol::-webkit-scrollbar-thumb{background-color:#fff!important}.global_radioButton__wP3SL{color:#6a097d!important}.global_radioLabelStyle__kmRyv span{font-size:15px!important;font-weight:500}.global_whatsappChatBg__9lrX2{background-color:#efeae2;background-image:url(/static/media/WhatsAppDefaultBg.39f53e74f66d348d9f7c.png)}.global_wordBreakBreakAll__Y4Am6{word-break:break-all!important}.global_wordBreakBreakWord__L5iqa{word-break:break-word!important}.global_otpReportIssuePopupTitle__evwjw{color:#edb500!important;font-size:20px!important;font-weight:500!important}.global_clickOtpReportIssueGrid__ypQVp{background:#f5f6f8!important;border-radius:5px!important;box-shadow:0 0 2px 0 rgba(0,0,0,.251)!important;padding:16px!important}.global_clickOtpReportIssueText__XsKi1{color:#000!important;font-size:15px!important;font-weight:400!important}.global_notGettingLoginCodeText__veOIb{color:#4c4a4d!important;font-size:15px!important;font-size:600!important}.global_reminingTimeForResendCodeText__7Q-Zj{color:#1e88e5!important;font-size:14px!important;margin-right:20px!important}.global_verificationCodeGrid__QsXvt{color:#4c4a4d!important;display:flex!important;flex-direction:column!important;font-size:15px!important;font-weight:600!important;margin:25px 0!important}.global_codeSendtToText__-6S7i{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important;margin-top:3px!important}.global_whiteSpaceNoWrap__cve19{white-space:nowrap!important}.global_whiteSpaceWrap__ayN9\+{white-space:wrap!important}.global_textOverflowEllipsis__roXUM{text-overflow:ellipsis!important}.global_tertiaryBgColor__uMAPo{background-color:#fbf4ff!important}@media screen and (max-width:1200px){.global_headerTextContainerStyle__Ki9Ph{padding:0 20px!important}}.global_globalPageHeaderTextActionBlockContainer__jP3YK{justify-content:start!important}@media screen and (min-width:900px){.global_globalPageHeaderTextActionBlockContainer__jP3YK{justify-content:end!important}}.global_globalHeaderTimeZoneGrid__SppbB{min-width:270px!important}.global_defaultVariantMenuItem__GhZMR{color:#000!important}.global_primaryVariantMenuItem__Z1JXM{color:#6a097d!important}.global_greyVariantMenuItem__82cDt{color:#4c4a4d!important}.chatsMobileResponsive_templateWrapper__OO92Q{overflow:auto}.chatsMobileResponsive_lowerBlock__U8Z8E{overflow:hidden!important}.chatsMobileResponsive_maskBox__ZfkK5{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__mgV\+v{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__ZfkK5 .MuiButton-root{color:#000;font-size:13px;font-weight:600;text-transform:capitalize;transition:all .2s ease .1s;width:50%}.chatsMobileResponsive_maskBox__ZfkK5 .selected-monthly-button,.chatsMobileResponsive_maskBox__ZfkK5 .selected-yearly-button{background:#fff;color:#000;font-size:13px;font-weight:600;height:34px;text-transform:capitalize;width:50%}.chatsMobileResponsive_maskBox__ZfkK5 .not-active-button{color:#606060}.chatsMobileResponsive_refreshIconStyle__fSRgK{background-color:#fbf4ff!important;border-radius:5px!important;cursor:pointer!important;padding:12px!important}.chatsMobileResponsive_dividerStyle__YwWZa{opacity:1!important}.chatsMobileResponsive_allChatbotSTyle__cfpHg{color:#6a097d;font-size:14px;font-weight:600}.chatsMobileResponsive_chatbotName__Z49ZO{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__yMZ\+e{color:#000;font-size:12px;font-weight:500}.chatsMobileResponsive_userLastMessage__ARzcN{color:#707070;font-size:12px;font-weight:400;max-height:15px!important;max-width:100%!important}.chatsMobileResponsive_userLastMessageTime__R7rBW{text-wrap:auto;color:#707070;font-size:11px;font-weight:400}.chatsMobileResponsive_chatbotNameHeading__ZPYUn{font-size:15px;font-weight:500;padding-right:12px;text-overflow:ellipsis!important;white-space:noWrap!important}.chatsMobileResponsive_userNameHeading__xpdXK{border-left:1px solid #bebebe;color:#000;font-size:15px;font-weight:500;padding-left:12px}.chatsMobileResponsive_userLastMessageHeading__x\+kk1{font-size:15px;font-weight:600;text-align:center}.chatsMobileResponsive_selectedChat__UHnRQ{background-color:#f4f4f4;border-radius:5px;cursor:pointer;padding:10px}.chatsMobileResponsive_notSelectedChat__Ub8rw{border-bottom:1px solid #f4f4f4;cursor:pointer;padding:10px}.chatsMobileResponsive_notSelectedChat__Ub8rw:hover{background-color:#f4f4f4;border-radius:5px}.chatsMobileResponsive_filterTextField__\+BNpa .MuiOutlinedInput-input{padding:9px 8px!important}.chatsMobileResponsive_filterTextField__\+BNpa .MuiOutlinedInput-root{padding-right:8px!important}.chatsMobileResponsive_activeAvatar__TTpKM{background-color:#b3b3b3!important;border-radius:3px!important;font-size:10px!important;font-weight:600!important}.chatsMobileResponsive_activeSelectedAvatar__02d3u{background-color:#6a097d!important;border-radius:3px!important;font-size:10px!important;font-weight:600!important}.chatsMobileResponsive_chatBotsLists__FcC4U{overflow:scroll!important;padding-right:0!important}.chatsMobileResponsive_chatBotsLists__FcC4U::-webkit-scrollbar{width:5px}.chatsMobileResponsive_allchatBotsList__ZLYlu{overflow:scroll!important}.chatsMobileResponsive_allchatBotsList__ZLYlu::-webkit-scrollbar{width:5px}.chatsMobileResponsive_activeChatbotsList__qE9KM{overflow:scroll!important}.chatsMobileResponsive_activeChatbotsList__qE9KM::-webkit-scrollbar{width:5px}.chatsMobileResponsive_allActiveChatbotList__72nxu{overflow:scroll!important}.chatsMobileResponsive_allActiveChatbotList__72nxu::-webkit-scrollbar{width:5px}.chatsMobileResponsive_chatsEmptyLists__82XtB{height:calc(100vh - 300px)!important;overflow:scroll!important;padding-right:0!important}.chatsMobileResponsive_chatsEmptyLists__82XtB::-webkit-scrollbar{width:5px}.chatsMobileResponsive_closedCount__kJwt-{color:#fff;padding:4px;vertical-align:middle}.chatsMobileResponsive_userLastMessageEntries__CIawi{text-align:left}.chatsMobileResponsive_messageEntryTitle__sEsZI{font-size:13px;font-weight:500;opacity:.5}.chatsMobileResponsive_messageEntryValue__ew0nm{font-size:14px;font-weight:600;word-break:break-word!important}.chatsMobileResponsive_chatbotSearch__EqdSU .MuiOutlinedInput-input{padding:9.5px 8px!important}.chatsMobileResponsive_chatsViewComponent__OxtcT{max-width:100%!important}.chatsMobileResponsive_reactMarkdownStyle__wN418 ul{list-style-type:circle!important;padding:0 15px}.chatsMobileResponsive_reactMarkdownStyle__wN418 ol{padding:10px 15px!important}.chatsMobileResponsive_reactMarkdownStyle__wN418 ol:last-child{padding:10px 15px 0!important}.chatsMobileResponsive_reactMarkdownStyle__wN418 pre ol{padding:10px 15px}.chatsMobileResponsive_reactMarkdownStyle__wN418 ol li{margin-top:10px!important}.chatsMobileResponsive_reactMarkdownStyle__wN418 ol li:last-child{margin-block:10px!important}.chatsMobileResponsive_reactMarkdownStyle__wN418 ul li{display:list-item;margin-bottom:5px!important;padding-top:0!important;text-align:-webkit-match-parent}.chatsMobileResponsive_reactMarkdownStyle__wN418 ul li:last-child{margin-block:10px!important}.chatsMobileResponsive_reactMarkdownStyle__wN418 pre{overflow:auto!important;white-space:pre-wrap!important;width:100%!important;word-break:break-all!important}.chatsMobileResponsive_reactMarkdownStyle__wN418 pre,code{overflow:auto!important;white-space:pre-line!important;width:100%!important;word-break:break-word!important}.chatsMobileResponsive_reactMarkdownStyle__wN418 blockquote{display:flex!important;margin:initial!important}.chatsMobileResponsive_reactMarkdownStyle__wN418 strong{margin:10px 0!important}.chatsMobileResponsive_reactMarkdownStyle__wN418 img{display:block!important;height:auto!important;margin-bottom:20px!important;margin-left:5px!important;object-fit:fill!important;width:100%!important}.chatsMobileResponsive_botMsgBoxStyle__O5ETy p,.chatsMobileResponsive_botMsgBoxStyle__O5ETy pre,.chatsMobileResponsive_parentbotMsgBoxStyle__LgWXy p,.chatsMobileResponsive_parentbotMsgBoxStyle__LgWXy pre,.chatsMobileResponsive_reactMarkdownStyle__wN418 p{margin:0!important}.chatsMobileResponsive_reactionStyle__wNwbC{border:1px solid #e7dbdb;border-radius:50%;bottom:-15px!important;padding:1px;position:absolute!important}.chatsMobileResponsive_reactionUserStyle__h1rAf{border:1px solid #e7dbdb;border-radius:50%;bottom:-30px!important;padding:1px;position:absolute!important;right:5px!important}.chatsMobileResponsive_lastMessageMarkdownStyle__h3dE7{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.chatsMobileResponsive_lastMessageMarkdownStyle__h3dE7 p{display:inline!important}.chatsMobileResponsive_chatbot_preview_arrow_item__Bl6pd{border-radius:10px!important;height:45px!important;max-height:45px!important;max-width:45px!important;width:45px!important}.chatsMobileResponsive_feedback_submit_btn__f07uW{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__Tmp4j{border-radius:5px!important;box-shadow:0 0 2px 0 #00000073!important;width:100%!important}.chatsMobileResponsive_text_field__Tmp4j .MuiOutlinedInput-input{font-size:14px!important;padding:12px 10px!important}.chatsMobileResponsive_text_field__Tmp4j .MuiInputBase-multiline{padding:0!important}.chatsMobileResponsive_text_field__Tmp4j .MuiOutlinedInput-notchedOutline{border:none!important}.chatsMobileResponsive_chatbotNameHeadingResponsive__oI4J5{max-width:100%!important;min-width:250px!important}@media screen and (min-width:0px)and (max-width:600px){.chatsMobileResponsive_chatbotNameHeadingResponsive__oI4J5{max-width:calc(100% - 25px)!important}}.chatsMobileResponsive_containerPaddingMainSection__YUads{padding:0 10px 10px 15px!important}.chatsMobileResponsive_containerPaddingDefault__\+LbL5{padding:0 15px!important}@media screen and (min-width:600px){.chatsMobileResponsive_containerPaddingMainSection__YUads{padding:25px 15px 10px 18px!important}.chatsMobileResponsive_containerPaddingDefault__\+LbL5{padding:0 25px!important}.chatsMobileResponsive_chatMobileResponsiveHeader__Esrf6{margin-bottom:10px!important}}.chatsMobileResponsive_chatMobileResponsiveHeaderDivider__oxZLK{margin-bottom:0!important;padding-top:0!important}@media screen and (max-width:600px){.chatsMobileResponsive_chatMobileResponsiveHeaderDivider__oxZLK{padding-top:10px!important}.chatsMobileResponsive_containerPaddingDefault__\+LbL5,.chatsMobileResponsive_containerPaddingMainSection__YUads{padding:0!important}}.chatsMobileResponsive_gridContainerMaxWidth__6WA1w{max-width:100%!important}.carouselCard_chat_crl_main_item__X8OWa{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__vRYYW{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__\+lQ6f{height:150px!important;max-height:150px!important}.carouselCard_amenities_grid_style__7Btdu{height:210px!important;margin-top:6px!important;max-height:210px!important;overflow:auto!important}.carouselCard_amenities_grid_style__7Btdu::-webkit-scrollbar{width:4px!important}.carouselCard_amenities_grid_content_style__un7O9{margin-top:6px!important;max-height:240px!important;overflow:auto!important}.carouselCard_amenities_grid_content_style__un7O9::-webkit-scrollbar{width:4px!important}.carouselCard_chat_crl_icon__347i0{height:auto;width:18px}.carouselCard_chat_crl_media_item__yjRuE{margin:10px 0!important;max-width:100%!important}.carouselCard_chat_crl_img_captions_item__dYQOX{min-height:65px!important}.carouselCard_chat_crl_img_caption_text__pE-JP{font-size:15px!important;font-weight:600!important;text-align:left!important}.carouselCard_chat_crl_img_caption_text__pE-JP,.carouselCard_chat_crl_img_caption_text_sub__IXWQ5{-webkit-line-clamp:3!important;display:-webkit-box!important;overflow:hidden!important;text-overflow:ellipsis!important}.carouselCard_chat_crl_img_caption_text_sub__IXWQ5{color:#707070!important;font-size:12px!important;font-weight:500!important;text-align:left}.carouselCard_slick_slide__b9CLd{width:auto!important}.carouselCard_chatbot_click_slider__mM-pC{display:flex!important;flex-wrap:nowrap;max-width:100%}.carouselCard_chat_carousel_div__5jU6I .carouselCard_slider_container__Pviu3{margin-top:10px!important;max-width:100%!important}.carouselCard_chatbot_click_slider__mM-pC .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__Y-Nru{right:0!important}.carouselCard_slick_prev__Gayqa{left:0!important}.carouselCard_chatbot_click_slider__mM-pC .slick-next:before,.carouselCard_chatbot_click_slider__mM-pC .slick-prev:before{color:#000!important}.carouselCard_chatbot_click_slider_template__o5hgH{display:flex!important;flex-wrap:nowrap;max-width:100%}.carouselCard_chatbot_click_slider_template__o5hgH .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__o5hgH .slick-next:before,.carouselCard_chatbot_click_slider_template__o5hgH .slick-prev:before{color:#000!important}.carouselCard_chatbot_click_slider_template__o5hgH .slick-slide{margin:5px 0 5px 5px!important;padding-inline:5px!important}.carouselCard_insurance_Card_bullet_points__ERdjw{margin:0!important;padding-left:17px!important;padding-top:3px!important}.carouselCard_insurance_Card_bullet_points_update__8eP8D{font-size:14px!important;list-style-position:inside!important;margin:0!important;padding-left:10px!important;padding-top:0!important}.carouselCard_previewSectionCardBlock__VVNsv{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 3px #0000004d!important;height:auto!important;max-width:400px!important;min-width:350px!important}.carouselCard_lineThroughText__lwMyf{margin-left:5px!important;text-decoration:line-through!important}.carouselCard_lineThroughTextBefore__f\+H\+w{margin-right:5px!important;text-decoration:line-through!important}@media screen and (max-width:400px){.carouselCard_previewSectionCardBlock__VVNsv{max-width:250px!important;min-width:225px!important}}@media screen and (min-width:600px)and (max-width:700px){.carouselCard_previewSectionCardBlock__VVNsv{max-width:250px!important;min-width:225px!important}}@media screen and (min-width:1220px)and (max-width:1350px){.carouselCard_previewSectionCardBlock__VVNsv{max-width:250px!important;min-width:225px!important}}@media screen and (min-width:320px)and (max-width:415px){.carouselCard_chat_crl_main_item__X8OWa{max-width:200px!important;min-width:200px!important}.carouselCard_chat_product_main_item__vRYYW{max-width:250px!important;min-width:250px!important}}@media screen and (min-width:600px)and (max-width:650px){.carouselCard_chat_crl_main_item__X8OWa{max-width:200px!important;min-width:200px!important}.carouselCard_chat_product_main_item__vRYYW{max-width:250px!important;min-width:250px!important}}@media screen and (min-width:1000px)and (max-width:1030px){.carouselCard_chat_crl_main_item__X8OWa{max-width:200px!important;min-width:200px!important}.carouselCard_chat_product_main_item__vRYYW{max-width:265px!important;min-width:265px!important}}@media screen and (min-width:1220px)and (max-width:1250px){.carouselCard_chat_crl_main_item__X8OWa{max-width:200px!important;min-width:200px!important}.carouselCard_chat_product_main_item__vRYYW{max-width:250px!important;min-width:250px!important}}@media screen and (max-width:400px){.carouselCard_chat_crl_img_caption_text_sub__IXWQ5{font-size:11px!important}}@media screen and (min-width:600px)and (max-width:640px){.carouselCard_chat_crl_img_caption_text_sub__IXWQ5{font-size:11px!important}}.messageFormatForms_formFieldLabels__ywP7r{font-size:15px!important;font-weight:500!important}.messageFormatForms_formFieldsTextField__7uD54{border-radius:5px!important;box-shadow:0 0 3px #00000040!important;width:100%!important}.messageFormatForms_formFieldsTextField__7uD54 fieldset{border:none!important;outline:none!important}.messageFormatForms_formFieldsTextField__7uD54 .MuiOutlinedInput-input{font-size:14px!important;padding:12.5px 14px!important}.messageFormatForms_previewHeadingTitle__cMfF0{color:#1f384c!important;font-size:18px!important;font-weight:600!important}.messageFormatForms_chat_crl_main_item__vN3eY{background-color:#fff;border-radius:10px;box-shadow:0 0 5px 0 #d3d3d380!important;margin:10px 5px!important;max-width:275px!important;min-width:275px!important;position:relative!important}.messageFormatForms_chat_crl_img_item__B2hdy{border-radius:5px!important;margin:5px 5px 0!important}.messageFormatForms_chat_crl_img_caption_text__W4V7X{font-size:15px!important;font-weight:600!important;text-align:left!important}.messageFormatForms_chat_crl_img_caption_text__W4V7X,.messageFormatForms_chat_crl_img_caption_text_sub__ebm-0{-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__ebm-0{color:#707070!important;font-size:12px!important;font-weight:500!important;margin-top:5px!important;text-align:left}.messageFormatForms_formatTypeFontStyle__-jzfs{color:#333!important;font-size:15px!important;font-weight:500!important;vertical-align:middle!important}.messageFormatForms_formatFontStyle__e\+n-v{color:#000!important;font-size:15px!important;font-weight:600!important;vertical-align:middle!important}.messageFormatForms_subClassName__pn-TV{font-size:15px!important;font-weight:400!important}.messageFormatForms_tableCTAStyles__cGJHT{border-radius:5px!important;box-shadow:0 0 3px #00000040!important;margin-top:8px!important;max-width:-webkit-fill-available!important}.messageFormatForms_tableHeadCellStyle__5Oni7{color:#717171!important;font-size:15px!important;font-weight:500!important;padding-block:12px!important;padding-inline:8px!important}.messageFormatForms_tableCellStyles__tCgyV{border-bottom:none!important;color:#000!important;font-size:15px!important;font-weight:400!important;padding:8px!important}.messageFormatForms_chat_crl_media_item__Cn-M2{margin:10px 0!important;max-width:100%!important}.messageFormatForms_autoComplete__ZGxkD .MuiAutocomplete-input{font-size:15px!important}.messageFormatForms_autoComplete__ZGxkD{box-shadow:0 0 3px #00000040;box-sizing:border-box!important}.messageFormatForms_accordionImagePreview__Eqp7u{background-color:#0000!important;box-shadow:none!important}.messageFormatForms_file_inputs_avatar__ZA8Q8{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__ZA8Q8 input{border:0;cursor:pointer;opacity:0;padding:0;position:relative;text-align:right;z-index:2}.messageFormatForms_file_inputs_avatar__ZA8Q8 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__ZA8Q8 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__vN3eY{max-width:250px!important;min-width:250px!important}}@media screen and (min-width:600px)and (max-width:640px){.messageFormatForms_chat_crl_main_item__vN3eY{max-width:250px!important;min-width:250px!important}}@media screen and (min-width:600px)and (max-width:610px){.messageFormatForms_chat_crl_main_item__vN3eY{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__hojr2{border-radius:5px 5px 0 0!important;cursor:pointer!important;height:100%!important;max-height:100%!important;width:100%!important}.dynamicCarousel_dynamic_image_count_style__Q04DM{border-radius:0 10px 0 0!important;box-shadow:0 0 3px #00000040!important;font-size:12px!important;font-weight:500!important;padding:1px 2px!important;position:absolute!important;right:0!important}.dynamicCarousel_ic_card_details_main_item__k3e4g{margin:15px 0!important}.dynamicCarousel_lower_section_carousel_style__zNfSi{-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__zNfSi::-webkit-scrollbar{width:4px!important}.dynamicCarousel_lower_section_carousel_style__zNfSi::-webkit-scrollbar:vertical{width:5px}.dynamicCarousel_lower_section_carousel_style__zNfSi::-webkit-scrollbar-thumb{background-color:#00000080;border-radius:10px}.dynamicCarousel_global_textfield_common_style__-pBAw{-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__4r\+m2{font-size:14px!important;font-weight:600!important}.dynamicCarousel_ternary_textfield_style__pEWlD{word-wrap:break-word!important;font-size:12px!important;font-weight:500!important}.dynamicCarousel_ternary_textfield_light_style__PwcH9{color:#7a7a7a!important}.dynamicCarousel_ternary_dark_textfield_style__o\+iEK{color:#000!important;font-size:12px!important;font-weight:600!important}.dynamicCarousel_dynamic_list_style__Zql6v{-webkit-margin-before:0!important;-webkit-margin-after:0!important;-webkit-padding-start:0!important;list-style-position:inside!important;list-style-type:none!important;margin-block-end:0!important;margin-block-start:0!important;padding-inline-start:0!important}.dynamicCarousel_dynamic_sub_list_style__W8d6X{-webkit-margin-before:5px!important;-webkit-margin-after:5px!important;-webkit-padding-start:17px!important;list-style-position:inside!important;margin-block-end:5px!important;margin-block-start:5px!important;padding-inline-start:17px!important}.dynamicCarousel_carousel_container_style__Z8R78{position:relative!important}.dynamicCarousel_open_image_icon_style__FEVAL{bottom:12px!important;right:5px!important;z-index:1!important}.dynamicCarousel_open_image_icon_style__FEVAL,.dynamicCarousel_open_video_icon_style__XaIA0{background-color:#dfdfdf!important;border-radius:50%!important;color:#000!important;cursor:pointer!important;font-size:18px!important;padding:5px!important;position:absolute!important}.dynamicCarousel_open_video_icon_style__XaIA0{left:5px!important;top:12px!important;z-index:5!important}.dynamicCarousel_new_image_carousel_image_style__wYUMk{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__nKEws .slick-slide{position:relative!important;width:none!important}.dynamicCarousel_chatbot_click_slider_image_carousel__nKEws .slick-track{display:flex!important;padding:0!important;position:relative!important}.dynamicCarousel_chatbot_click_slider_image_carousel__nKEws .slick-next{background-color:#0000!important;height:18px!important;right:15px!important}.dynamicCarousel_chatbot_click_slider_image_carousel__nKEws .slick-next:before,.dynamicCarousel_chatbot_click_slider_image_carousel__nKEws .slick-prev:before{background-color:#000!important;border-radius:50%!important;font-size:18px!important}.dynamicCarousel_chatbot_click_slider_image_carousel__nKEws .slick-prev{background-color:#0000!important;height:17px!important;left:15px!important;z-index:5!important}@keyframes dynamicCarousel_blink__9hZAo{0%,50%,to{opacity:1}25%,75%{opacity:.4}}.dynamicCarousel_blinking_arrow__mWHHa{animation:dynamicCarousel_blink__9hZAo 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__wYUMk{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__wYUMk{max-width:600px!important;width:100vw!important}}.insuranceCard_ic_card_main_item__F-CEy{margin-bottom:5px!important;margin-left:6px!important;margin-top:5px!important;max-width:350px!important;width:auto!important}.insuranceCard_ic_card_sub_item__KLV\+m{margin-right:10px!important;padding:15px}.insuranceCard_ic_card_sub_item__KLV\+m,.insuranceCard_ic_card_sub_new_item__KEy86{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__KEy86{padding:15px 0 10px}.insuranceCard_ic_main_logo__CKpqn{height:40px;object-fit:fill;vertical-align:middle;width:40px}.insuranceCard_ic_head_label__J3VKC{font-size:16px!important;font-weight:600!important}.insuranceCard_ic_plan_label__\+CNml{font-size:14px!important;font-weight:500!important}.insuranceCard_ic_plan_price_label__UFflD{font-size:28px!important;font-weight:500!important}.insuranceCard_ic_component_fields__jV\+er{margin-bottom:15px!important}.insuranceCard_ic_logo_item__2Ol8d{max-width:41px!important;width:41px!important}.insuranceCard_ic_details_label_item__1ObfX{max-width:calc(100% - 60px)!important;width:calc(100% - 60px)!important}.insuranceCard_ic_logo_img__kXPV9{border-radius:50%;height:100%;vertical-align:middle;width:100%}.insuranceCard_ic_card_details_main_item__fpfEG{margin-top:5px!important;padding:15px 0 0!important}.insuranceCard_ic_card_details_main_new_item__nQM6N{padding:10px 0 0!important}.insuranceCard_ic_details_btn__9Vuqv{border-radius:5px!important;font-size:14px!important;font-weight:500!important;text-transform:none!important}.insuranceCard_ic_view_more_item__uuAyF{margin-top:10px!important;text-align:end}.insuranceCard_chat-slider-prev-arrow__qkcha :before{color:#000}.insuranceCard_slick-arrow__9wEcU .slick-next{right:40px!important}.insuranceCard_slick-prev__vtRLo{left:-35px!important}.insuranceCard_slick-next__asfh1{right:40px!important}.insuranceCard_slick-next__asfh1:before,.insuranceCard_slick-prev__vtRLo:before{margin-top:2px!important}.insuranceCard_slick-track__V9LLR{padding:5px}.insuranceCard_chatbot_click_slider__m-f81 .slick-track{max-width:-webkit-max-content!important;max-width:max-content!important;min-width:-webkit-fill-available!important}.insuranceCard_chatbot_click_slider__m-f81 .slick-next:before,.insuranceCard_chatbot_click_slider__m-f81 .slick-prev:before{color:#000!important}@media screen and (min-width:320px)and (max-width:450px){.insuranceCard_ic_card_main_item__F-CEy{max-width:240px!important}.insuranceCard_ic_card_sub_item__KLV\+m{padding:10px 15px!important}.insuranceCard_ic_main_logo__CKpqn{width:30px!important}.insuranceCard_ic_head_label__J3VKC{font-size:14px!important}.insuranceCard_ic_plan_label__\+CNml{font-size:13px!important}.insuranceCard_ic_plan_price_label__UFflD{font-size:22px!important}.insuranceCard_ic_component_fields__jV\+er{margin-bottom:10px!important}.insuranceCard_ic_logo_item__2Ol8d{max-width:35px!important;width:35px!important}.insuranceCard_ic_details_btn__9Vuqv{font-size:12px!important}}@media screen and (min-width:601px)and (max-width:700px){.insuranceCard_ic_card_main_item__F-CEy{max-width:240px!important}.insuranceCard_ic_card_sub_item__KLV\+m{padding:10px 15px!important}.insuranceCard_ic_main_logo__CKpqn{width:30px!important}.insuranceCard_ic_head_label__J3VKC{font-size:14px!important}.insuranceCard_ic_plan_label__\+CNml{font-size:13px!important}.insuranceCard_ic_plan_price_label__UFflD{font-size:22px!important}.insuranceCard_ic_component_fields__jV\+er{margin-bottom:10px!important}.insuranceCard_ic_logo_item__2Ol8d{max-width:35px!important;width:35px!important}.insuranceCard_ic_details_btn__9Vuqv{font-size:12px!important}}@media screen and (min-width:701px)and (max-width:1200px){.insuranceCard_ic_card_main_item__F-CEy{max-width:320px!important}}@media screen and (min-width:1000px)and (max-width:1080px){.insuranceCard_ic_card_main_item__F-CEy{max-width:240px!important}.insuranceCard_ic_card_sub_item__KLV\+m{padding:10px 15px!important}.insuranceCard_ic_main_logo__CKpqn{width:30px!important}.insuranceCard_ic_head_label__J3VKC{font-size:14px!important}.insuranceCard_ic_plan_label__\+CNml{font-size:13px!important}.insuranceCard_ic_plan_price_label__UFflD{font-size:22px!important}.insuranceCard_ic_component_fields__jV\+er{margin-bottom:10px!important}.insuranceCard_ic_logo_item__2Ol8d{max-width:35px!important;width:35px!important}.insuranceCard_ic_details_btn__9Vuqv{font-size:12px!important}}@media screen and (min-width:1220px)and (max-width:1250px){.insuranceCard_ic_card_main_item__F-CEy{max-width:240px!important}.insuranceCard_ic_card_sub_item__KLV\+m{padding:10px 15px!important}.insuranceCard_ic_main_logo__CKpqn{width:30px!important}.insuranceCard_ic_head_label__J3VKC{font-size:14px!important}.insuranceCard_ic_plan_label__\+CNml{font-size:13px!important}.insuranceCard_ic_plan_price_label__UFflD{font-size:22px!important}.insuranceCard_ic_component_fields__jV\+er{margin-bottom:10px!important}.insuranceCard_ic_logo_item__2Ol8d{max-width:35px!important;width:35px!important}.insuranceCard_ic_details_btn__9Vuqv{font-size:12px!important}}.chatLogsTemplatePreview_previewSectionCardBlock__JHjeW{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__d2kV4{margin:10px 5px!important}.chatLogsTemplatePreview_templatePreviewHeaderImageForCarouseltemplate__vFatI{border-radius:8px!important;height:200px!important;max-height:100%!important;object-fit:contain!important;width:100%!important}.chatLogsTemplatePreview_hiddenOverflowStyleCarouselTemplte__UH9q1{height:200px!important}.chatLogsTemplatePreview_workflowPreviewSectionCardBlock__294gl{max-height:45vh!important;overflow-y:auto!important}.chatLogsTemplatePreview_templatePreviewHeaderImage__SgfgZ{border-radius:5px 5px 0 0!important;max-height:200px!important;width:100%}.chatLogsTemplatePreview_templatePrviewHeaderItem__ICVKS{padding:14px 10px 5px!important}.chatLogsTemplatePreview_documentPreviewContainer__3Nkhp{background-color:#ecefe1!important;height:200px!important;padding:10px!important;position:relative!important;width:100%!important}.chatLogsTemplatePreview_documentPreviewFileName__CQj0j{font-size:13px!important;font-weight:500!important;text-align:center!important}.chatLogsTemplatePreview_openDocumentIcon__mbYWU{cursor:pointer!important;height:20px!important;position:absolute!important;right:2px!important;top:2px!important;width:20px!important}.chatLogsTemplatePreview_templatePrviewBodyItem__f96xV{max-height:200px!important;overflow-y:auto!important;padding:5px 10px 14px!important}.chatLogsTemplatePreview_templatePrviewBodyItemWithMediaHeader__acTxm{max-height:400px!important;overflow-y:auto!important;padding:5px 10px 14px!important}.chatLogsTemplatePreview_templatePrviewFooterItem__CzACI{padding:5px 10px 14px!important}.chatLogsTemplatePreview_preTextStyle__P5PC5{font-size:14px!important;font-weight:500!important;overflow-x:auto!important;white-space:pre-line!important;word-break:break-word!important}.chatLogsTemplatePreview_previewSubButton__1qCx5{font-size:18px!important;margin-top:2px!important}.chatLogsTemplatePreview_templatePreviewButtonItemBorder__4MPIG{border-top:1px solid #cfcfcf!important}.chatLogsTemplatePreview_templatePreviewButtonItem__TgGic{font-Weight:500!important;color:#6a097d!important;cursor:pointer!important;font-size:15px!important}.chatLogsTemplatePreview_hiddenOverflowStyle__rInCF{overflow:hidden!important}.chatLogsTemplatePreview_templatePreviewBtnDescription__Kw7kB{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important}.chatLogsTemplatePreview_messageButtonStyles__lR5Z4{border:none!important;border-radius:5px!important;font-weight:600!important;min-width:0!important;min-width:auto!important;padding:5px 10px!important;text-transform:capitalize!important}@media screen and (max-width:1600px){.chatLogsTemplatePreview_preTextStyle__P5PC5{font-size:13px!important}}@media screen and (max-width:400px){.chatLogsTemplatePreview_previewSectionCardBlock__JHjeW{max-width:250px!important;min-width:200px!important}}@media screen and (min-width:600px)and (max-width:700px){.chatLogsTemplatePreview_previewSectionCardBlock__JHjeW{max-width:250px!important;min-width:180px!important}}@media screen and (min-width:1220px)and (max-width:1350px){.chatLogsTemplatePreview_previewSectionCardBlock__JHjeW{max-width:250px!important;min-width:165px!important}}.chatLogsTemplatePreview_templatePreviewBorderRadius__QNNsy{border-radius:5px 5px 0 0!important}.chatLogsTemplatePreview_templateNameInNodePreview__fsXvP{font-size:13px!important;font-style:italic!important;word-break:break-all!important}.chatLogsTemplatePreview_openTemplateInNewTabIconSpan__ofHVc{display:flex!important;justify-content:end!important}.chatLogsTemplatePreview_openTemplateInNewTabIcon__NUTbB{height:14px!important;width:14px!important}.templatemessages_tableContainer__oK1hn{max-height:81vh!important;min-height:auto!important}.templatemessages_tableContainer__oK1hn::-webkit-scrollbar{height:5px!important;width:5px!important}.templatemessages_tableDesign__qvDxd{border:1px solid #e9e9e9!important;border-radius:5px 5px 0 0!important;position:relative!important}.templatemessages_tableHead__0VHJL{box-sizing:border-box!important;position:-webkit-sticky!important;position:sticky!important;top:0!important}.templatemessages_tableHeadRow__Gf09y{background-color:#fbf4ff!important;color:#000!important;font-size:15px!important;font-weight:600!important}.templatemessages_tableHeadCell__oJSnG{font-weight:600!important;padding:15px!important}.templatemessages_tableBody__ZRDMi{box-sizing:border-box!important;color:#000!important;font-size:15px!important;font-weight:400!important;max-height:40vh!important}.templatemessages_tableBodyCell__ivwVD{padding:14px!important}.templatemessages_tableBodyRow__ZRCCa:hover{background-color:#f8f8f8!important}.templatemessages_showDetailsBlock__afUFG{border:1px solid #ccc!important;margin-top:30px!important;padding:10px!important;width:100%!important}.templatemessages_showDetailsBlock__afUFG,.templatemessages_showDetailsTitleField__0hO3R{color:#7a7a7a!important;font-size:15px!important;font-weight:500!important;margin-bottom:7px!important;overflow-wrap:break-word!important}.templatemessages_showDetailsTitleField__0hO3R{white-space:pre-wrap!important}.templatemessages_showDetailsDataField__UsJv\+{color:#000!important;display:contents!important;font-size:14px!important;font-weight:500!important;margin-bottom:7px!important;overflow-wrap:break-word!important;white-space:pre-wrap!important}.templatemessages_previewCampignMainSecrion__sNP-i,.templatemessages_previewMainSection__0PFgC{background-color:#f6f6f6!important;height:calc(100vh - 100px)!important;padding:10px!important;position:relative!important}.templatemessages_previewTemplateMainSection__zdb5T{background-color:#f6f6f6!important;height:calc(100vh - 165px)!important;padding:10px!important;position:relative!important}.templatemessages_previewSectionTextStyle__GucsX{color:#1f384c!important;font-size:22px!important;font-weight:600!important}.templatemessages_previewSectionCardBlock__535J2{max-height:52vh!important}.templatemessages_previewSectionCardBlockCarousel__Nsreq,.templatemessages_previewSectionCardBlock__535J2{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__Nsreq{max-height:58vh!important}.templatemessages_preTextStyle__DYeNZ{font-size:15px!important;font-weight:500!important;overflow-x:auto!important;white-space:pre-line!important;word-break:break-word!important}.templatemessages_chatbotSwipeableDrawer__gFbqp{max-height:620px!important;top:15%!important}.templatemessages_chatbotSwipeableDrawerCarousel__7EE8E,.templatemessages_chatbotSwipeableDrawer__gFbqp{border-bottom-left-radius:10px;border-top-left-radius:10px;height:calc(100vh - 120px)!important;overflow:auto;width:480px!important}.templatemessages_chatbotSwipeableDrawerCarousel__7EE8E{max-height:675px!important;top:10%!important}.templatemessages_templatePreviewMainContainer__GgtRT{position:relative!important}.templatemessages_templatePreviewHeaderImage__n\+iv6{border-radius:5px 5px 0 0!important;max-height:300px!important;width:100%}.templatemessages_templatePrviewHeaderItem__gLtr-{padding:14px 10px 5px!important}.templatemessages_templatePrviewBodyItem__9WOr2{padding:14px 10px!important}.templatemessages_templatePrviewFooterItem__DBOE9{padding:5px 10px 14px!important}.templatemessages_templatePreviewButtonItemBorder__4461Z{border-top:1px solid #cfcfcf!important}.templatemessages_templatePreviewButtonItem__Q98xw{font-Weight:500!important;color:#6a097d!important;cursor:pointer!important;font-size:15px!important}.templatemessages_templatePreviewBtnDescription__IOWPM{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important}.templatemessages_drawerContainerStyle__\+ACb\+{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__ktQSg{cursor:pointer!important;position:absolute!important;right:10px!important}.templatemessages_drawerContainerBoxStyle__zVMew{display:flex!important;justify-content:center!important}.templatemessages_drawerContainerBoxDetail__Uxjc5{background-color:gray!important;border-radius:5px!important;height:4px!important;width:40px!important}.templatemessages_allOptionTextStyle__2FVMm{font-size:18px!important;font-weight:500!important}.templatemessages_closeDrawerIconStyle__vFcyf{color:#909090!important;cursor:pointer!important;left:15px!important;position:absolute!important}.templatemessages_carouselTemplatePrviewHeadItem__DyLrF{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__ivwVD{padding:10px 15px!important}.templatemessages_previewSectionTextStyle__GucsX{font-size:20px!important}.templatemessages_previewSectionCardBlockCarousel__Nsreq,.templatemessages_previewSectionCardBlock__535J2{max-width:300px!important;min-width:275px!important}.templatemessages_preTextStyle__DYeNZ{font-size:14px!important}.templatemessages_previewSubButton__G5UL5{font-size:18px!important}}@media screen and (min-width:1201px)and (max-width:1600px){.templatemessages_tableBodyCell__ivwVD{padding:14px!important}}@media screen and (min-width:901px)and (max-width:1200px){.templatemessages_previewCampignMainSecrion__sNP-i,.templatemessages_previewMainSection__0PFgC,.templatemessages_previewTemplateMainSection__zdb5T{height:100%!important}}@media screen and (min-width:601px)and (max-width:900px){.templatemessages_tableBodyCell__ivwVD{padding:14px!important}.templatemessages_previewSectionTextStyle__GucsX{font-size:20px!important}.templatemessages_previewCampignMainSecrion__sNP-i,.templatemessages_previewMainSection__0PFgC,.templatemessages_previewTemplateMainSection__zdb5T{height:100%!important}.templatemessages_previewSectionCardBlockCarousel__Nsreq,.templatemessages_previewSectionCardBlock__535J2{max-width:300px!important;min-width:275px!important}.templatemessages_preTextStyle__DYeNZ{font-size:14px!important}.templatemessages_previewSubButton__G5UL5{font-size:18px!important}}@media screen and (min-width:0px)and (max-width:600px){.templatemessages_tableBodyCell__ivwVD{padding:14px!important}.templatemessages_previewCampignMainSecrion__sNP-i,.templatemessages_previewMainSection__0PFgC,.templatemessages_previewTemplateMainSection__zdb5T{height:100%!important}.templatemessages_previewSectionTextStyle__GucsX{font-size:18px!important}.templatemessages_preTextStyle__DYeNZ{font-size:14px!important}.templatemessages_previewSubButton__G5UL5{font-size:18px!important}.templatemessages_chatbotSwipeableDrawerCarousel__7EE8E,.templatemessages_chatbotSwipeableDrawer__gFbqp{width:95%!important}}.templatemessages_carouselTemplatePreviewInNodeMainGrid__WrHin{padding:0 10px 0 25px!important;width:100%!important}.templatemessages_carouselTemplatePreviewInNodeSlider__AerQq{max-width:325px!important}.templateHeaderPreview_hiddenOverflowStyle__116la{overflow:hidden!important}.templateHeaderPreview_templatePreviewHeaderImage__TJ2RO{aspect-ratio:1/1!important;border-radius:5px 5px 0 0!important;max-height:200px!important;object-fit:cover!important;width:100%}.templateHeaderPreview_templatePrviewHeaderItem__aC2\+e{padding:14px 10px 5px!important}.templateHeaderPreview_documentPreviewFileName__ZOHZ2{font-size:13px!important;font-weight:500!important;text-align:center!important;word-break:break-all}.templateHeaderPreview_openDocumentIcon__2K\+SE{cursor:pointer!important;height:20px!important;position:absolute!important;right:2px!important;top:2px!important;width:20px!important}.templateHeaderPreview_documentPreviewContainer__2VhiT{background-color:#ecefe1!important;height:200px!important;padding:10px!important;position:relative!important;width:100%!important}.templateHeaderPreview_templatePreviewHeaderImageForCarouseltemplate__Ew1bL{border-radius:8px!important;height:200px!important;max-height:100%!important;object-fit:contain!important;width:100%!important}.templateHeaderPreview_preTextStyle__ixlax{font-size:14px!important;font-weight:500!important;overflow-x:auto!important;white-space:pre-line!important;word-break:break-word!important}@media screen and (max-width:1600px){.templateHeaderPreview_preTextStyle__ixlax{font-size:13px!important}}.callAnalysisAudio_enableFeatureMainContainer__8uZGz{height:calc(100vh - 70px)!important}.callAnalysisAudio_enableFeatureContainerStyle__jyuj-{border-radius:15px!important;box-shadow:0 0 6px #00000026!important;height:100%!important;padding:40px!important}.callAnalysisAudio_callAnalysisCardsContainer__yN-7E{box-sizing:border-box!important;overflow:auto!important;padding:5px 5px 5px 2px!important}.callAnalysisAudio_blankCallRecordContainerStyle__\+0Mdc{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 4px #00000040!important;overflow:auto!important}.callAnalysisAudio_callAnalysisPaginationContainer__0w1Za{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__BA8ve{background-color:#fff!important;border-radius:10px!important;max-width:100%;overflow:auto!important;width:100%}.callAnalysisAudio_addFilterIcon__vsCdD{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__1kshr{color:#6a097d!important;font-size:16px!important;font-weight:600!important}.callAnalysisAudio_checkBoxStyle__4wZoE .MuiPaper-root{padding:5px 9px!important}.callAnalysisAudio_checkBoxStyle__4wZoE .MuiTypography-root{font-size:14px!important;font-weight:500!important;line-height:1!important}.callAnalysisAudio_checkBoxFilter__X6Mkt{padding:7px 9px!important}.callAnalysisAudio_audioFieldLabel__20u86{color:#000!important;font-size:15px!important}.callAnalysisAudio_darkFontWeightField__pvU\+H{font-weight:500!important}.callAnalysisAudio_lightFontWeightField__CD2fM{font-weight:400!important}.callAnalysisAudio_transcriptsViewStyle__LJr4g{background-color:#f3f5f9!important;border-radius:10px!important;width:100%!important}.callAnalysisAudio_transcriptDataStyle__bVUqV{height:100%!important;margin-block:15px!important;max-height:170px!important;overflow:auto!important;padding-inline:15px!important;width:100%!important}.callAnalysisAudio_autoComplete__-eiIR .MuiAutocomplete-input{font-size:15px!important}.callAnalysisAudio_autoComplete__-eiIR{box-shadow:0 0 3px #00000040;box-sizing:border-box!important}.callAnalysisAudio_transcriptPersonName__F3-uM{color:#000!important;font-size:14px!important;font-weight:500!important}.callAnalysisAudio_transcriptAnswer__noanS{color:#000!important;font-size:14px!important;font-weight:400!important}.callAnalysisAudio_aiAnalysisFontStyle__52U7-{color:#5e5e5e!important;font-size:16px!important;font-weight:500!important}.callAnalysisAudio_aiAnalysisComponent__hu0Qk{height:100%!important;margin-block:15px!important;max-height:160px!important;min-height:0!important;overflow:auto!important;padding-inline:15px!important}.callAnalysisAudio_tableCellBorder__ctFyf{border-top:1px solid #e1e0e0!important;padding:12px!important}.callAnalysisAudio_tableBorderLessCell__3-jAp,.callAnalysisAudio_tableCellBorder__ctFyf{border-bottom:none!important;border-right:1px solid #e1e0e0!important;line-height:1em!important}.callAnalysisAudio_tableBorderLessCell__3-jAp{border-top:none!important;padding:16px 12px!important}.callAnalysisAudio_tableCellDarkBorder__zyNPr{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__ARaOn{color:#6a097d!important;font-size:14px!important;font-weight:500!important}.callAnalysisAudio_tableBodySubHeadingFontStyle__MIoVa{color:#141414!important;font-size:14px!important;font-weight:400!important}.callAnalysisAudio_finalNoteCellStyle__XU2xC{border-bottom:none!important;border-right:1px solid #e1e0e0!important;line-height:1em!important;padding:12px!important}.callAnalysisAudio_finalNoteFontStyle__zD9Gx{color:#000!important;font-size:14px!important;font-weight:500!important}.callAnalysisAudio_finalNoteSubFontStyle__hCZc1{color:#6a097d!important;font-size:14px!important;font-weight:500!important;line-height:1em!important;padding:12px!important}.callAnalysisAudio_evaluationRatingGrid__d-Cdc .MuiAvatar-root{font-size:14px!important;height:40px!important;width:40px!important}.callAnalysisAudio_durationFieldValue__fG1DL{color:#000!important;font-size:15px!important;font-weight:400!important;margin:0 0 0 2px!important;vertical-align:middle!important}.callAnalysisAudio_audioFileNameStyle__DdaEH{color:#000!important;font-size:16px!important;font-weight:500!important}.callAnalysisAudio_newAgentStyle__0i-UQ{color:#6a097d!important;font-style:15px!important;font-weight:500!important}.callAnalysisAudio_audioIconPosition__I6sMp{bottom:2px!important;position:absolute!important;right:4px!important}.callAnalysisAudio_audioPlayIconStyle__UfZra{border-radius:50%!important;box-shadow:0 0 3px #0000004d!important;cursor:pointer;padding:4px 4px 0!important}.callAnalysisAudio_playButtonStyle__yetSs{background-color:#f7e9ff!important}.callAnalysisAudio_buttonStyle__36oTg{border-radius:50%!important;color:#6a097d!important;min-width:0!important;padding:4px 6px!important}.callAnalysisAudio_customRange__cJEVT{border:none!important;cursor:pointer;height:6px;outline:none!important}.callAnalysisAudio_customRange__cJEVT::-webkit-slider-runnable-track{border:none;border-radius:5px;height:6px;width:100%}.callAnalysisAudio_customRange__cJEVT::-moz-range-progress{background:#6a097d;border-radius:5px;height:6px}.callAnalysisAudio_customRange__cJEVT::-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__JjGO4{font-size:14px!important}.callAnalysisAudio_csf_intrested_dropdown__JjGO4 .MuiSelect-select{padding:8.5px 14px!important}.callAnalysisAudio_csf_intrested_dropdown__JjGO4 .MuiAutocomplete-inputRoot{padding:3px 5px!important}.callAnalysisAudio_csf_intrested_dropdown__JjGO4 fieldset{border:none!important;box-shadow:0 0 2px #00000040!important}.callAnalysisAudio_csf_intrested_dropdown__JjGO4{border-radius:5px!important}.callAnalysisAudio_csf_intrested_dropdown__JjGO4 .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__Y8Fzb{margin-bottom:5px!important;white-space:pre-line!important;word-break:break-word!important}.callAnalysisAudio_dateRangePickerClass__ETUKM .DateRangePicker_picker{left:0!important}.callAnalysisAudio_dateRangePickerClass__ETUKM .DateRangePickerInput__withBorder{border:none!important;border-radius:5px!important;box-shadow:0 0 3px #00000040!important;padding-bottom:1px!important}.callAnalysisAudio_dateRangePickerClass__ETUKM .DateInput{display:inline!important;width:auto!important}.callAnalysisAudio_dateRangePickerClass__ETUKM .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__ETUKM .DateInput_input__focused{border-bottom:none!important}.callAnalysisAudio_filterButtons__w8TvN{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__6E3fV{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__sXwYG{font-size:14px!important;font-weight:500!important}.callAnalysisAudio_backFontStyle__Yzd5o{color:#444!important;font-size:14px!important;font-weight:600!important}.callAnalysisAudio_errorImage__Vri7D{height:400px!important;margin-bottom:5px!important;width:400px!important}.callAnalysisAudio_errorTextStyle__h8sbw{font-size:17px!important;font-weight:500!important}.callAnalysisAudio_tablePaginationStyle__1QwUc .MuiTablePagination-toolbar{min-height:30px!important;padding-inline:15px!important}.callAnalysisAudio_tablePaginationStyle__1QwUc .MuiTablePagination-selectLabel{font-size:14px!important;font-weight:500!important}.callAnalysisAudio_tablePaginationStyle__1QwUc .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__1QwUc .MuiTablePagination-select{padding-top:5px!important}.callAnalysisAudio_tablePaginationStyle__1QwUc .MuiTablePagination-displayedRows{font-size:14px!important;font-weight:500!important;margin-left:15px!important}.callAnalysisAudio_tablePaginationStyle__1QwUc .MuiTablePagination-actions{margin-left:10px!important}.callAnalysisAudio_tablePaginationStyle__1QwUc .MuiButtonBase-root{padding:4px 0!important}.callAnalysisAudio_paginationGridStyle__v2vpz{border-radius:5px!important;box-shadow:0 0 2px #00000080!important;margin-right:7px!important;padding:0 8px 0 0!important}.callAnalysisAudio_leftSectionStyle__l6oVQ{max-width:345px!important;padding:5px!important}.callAnalysisAudio_removeAllFilterFontStyle__IQdDH{color:#6a097d!important;cursor:pointer!important;font-size:15px!important;font-weight:600!important}.callAnalysisAudio_headingTextStyle__qVpjr{color:#000!important;font-size:15px!important;font-weight:600!important}.callAnalysisAudio_infoIconStyles__MGs4l{cursor:pointer!important;font-size:17px!important;margin-left:7px!important;margin-top:-3px!important;vertical-align:middle!important}.callAnalysisAudio_popupDividerStyle__ZWBN5{border:.2px solid #9d9d9d!important;color:#9d9d9d!important;opacity:.3!important}.callAnalysisAudio_reportAProblemButton__JVplN{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__JVplN:hover{background-color:#f7e9ff!important;color:#6a097d!important}.callAnalysisAudio_reportAProblemSelectedButton__lLIib{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__bINws{color:#000!important;font-size:14px!important;font-weight:500!important}.callAnalysisAudio_reportAProblemTextField__ncLwn{border-radius:5px!important;box-shadow:0 0 2px #00000040!important;width:100%!important}.callAnalysisAudio_reportAProblemTextField__ncLwn fieldset{border:none!important;outline:none!important}.callAnalysisAudio_reportAProblemTextField__ncLwn .MuiOutlinedInput-input{font-size:14px!important;padding:12.5px 14px!important}.callAnalysisAudio_reportProblemsContainer__4cGVf{max-height:35vh!important;overflow:auto!important;padding:0 5px 5px!important}.callAnalysisAudio_dividerStyles__XB8FJ{border:.2px solid #9d9d9d!important;color:#9d9d9d!important;opacity:.3!important}@media screen and (max-width:1600px){.callAnalysisAudio_filterButtons__w8TvN{font-size:13px!important}.callAnalysisAudio_removeAllFilterFontStyle__IQdDH{font-size:14px!important}.callAnalysisAudio_tablePaginationStyle__1QwUc .MuiTablePagination-displayedRows,.callAnalysisAudio_tablePaginationStyle__1QwUc .MuiTablePagination-selectLabel{margin-block:10px!important}.callAnalysisAudio_leftSectionStyle__l6oVQ{max-width:330px!important}.callAnalysisAudio_evaluationRatingGrid__d-Cdc .MuiAvatar-root{font-size:13.5px!important;height:38px!important;width:38px!important}.callAnalysisAudio_durationFieldValue__fG1DL{font-size:14px!important}.callAnalysisAudio_audioFieldLabel__20u86{font-size:14.5px!important}.callAnalysisAudio_transcriptAnswer__noanS{font-size:13.5px!important}.callAnalysisAudio_aiAnalysisFontStyle__52U7-{font-size:15px!important}.callAnalysisAudio_autoComplete__-eiIR .MuiAutocomplete-input{font-size:14px!important}.callAnalysisAudio_tableBodyHeadingFontStyle__ARaOn,.callAnalysisAudio_tableBodySubHeadingFontStyle__MIoVa{font-size:13.5px!important}.callAnalysisAudio_addFilterIcon__vsCdD{padding:3.5px 8px!important}}@media screen and (max-width:1250px){.callAnalysisAudio_audioFileNameStyle__DdaEH{font-size:15px!important}}@media screen and (max-width:1000px){.callAnalysisAudio_audioComponentsStyles__6E3fV{gap:1px!important}.callAnalysisAudio_mobileIconStyle__KQiac{font-size:16px!important}.callAnalysisAudio_dateRangePickerClass__ETUKM .DateInput_input{font-size:14px!important;max-width:80px!important;padding:10px 4px 7px!important}.callAnalysisAudio_dateRangePickerClass__ETUKM .DateRangePickerInput_arrow{vertical-align:auto!important}.callAnalysisAudio_dateRangePickerClass__ETUKM .DateRangePickerInput_arrow_svg{height:20px!important;width:20px!important}.callAnalysisAudio_evaluationRatingGrid__d-Cdc .MuiAvatar-root{font-size:12px!important;height:34px!important;width:34px!important}.callAnalysisAudio_durationFieldValue__fG1DL{font-size:13px!important}.callAnalysisAudio_audioFileNameStyle__DdaEH{font-size:15px!important}.callAnalysisAudio_newAgentStyle__0i-UQ{font-style:14px!important}.callAnalysisAudio_autoComplete__-eiIR .MuiAutocomplete-input{font-size:14px!important}.callAnalysisAudio_filterButtons__w8TvN{font-size:12px!important}.callAnalysisAudio_removeAllFilterFontStyle__IQdDH{font-size:13px!important}.callAnalysisAudio_audioFieldLabel__20u86,.callAnalysisAudio_transcriptPreLine__Y8Fzb{font-size:14px!important}}@media screen and (max-width:600px){.callAnalysisAudio_dateRangePickerClass__ETUKM .DateInput_input{max-width:80px!important;padding:10px 9px 7px!important}.callAnalysisAudio_audioComponentsStyles__6E3fV{gap:1px!important}.callAnalysisAudio_mobileIconStyle__KQiac{font-size:16px!important}.callAnalysisAudio_customRange__cJEVT{height:4px}.callAnalysisAudio_customRange__cJEVT::-webkit-slider-runnable-track{height:4px}.callAnalysisAudio_customRange__cJEVT::-moz-range-progress{height:4px}.callAnalysisAudio_customRange__cJEVT::-webkit-slider-thumb{height:10px;margin-top:-6px;width:10px}.callAnalysisAudio_dateRangePickerClass__ETUKM .DateRangePicker_picker{max-width:68vw!important;overflow:auto!important}.callAnalysisAudio_audioFileNameStyle__DdaEH{font-size:14px!important}.callAnalysisAudio_reportProblemsContainer__4cGVf{max-height:20vh!important}}@media screen and (min-width:320px)and (max-width:599px){.callAnalysisAudio_errorImage__Vri7D{height:300px!important;width:300px!important}.callAnalysisAudio_errorTextStyle__h8sbw{font-size:14px!important;font-weight:500!important}}@media screen and (min-width:600px)and (max-width:899px){.callAnalysisAudio_errorImage__Vri7D{height:350px!important;width:350px!important}.callAnalysisAudio_errorTextStyle__h8sbw{font-size:15px!important;font-weight:500!important}.callAnalysisAudio_dateRangePickerClass__ETUKM .DateRangePickerInput__withBorder{width:100%!important}}@media screen and (min-width:900px)and (max-width:1199px){.callAnalysisAudio_errorImage__Vri7D{height:400px!important;width:400px!important}.callAnalysisAudio_errorTextStyle__h8sbw{font-size:16px!important;font-weight:500!important}.callAnalysisAudio_dateRangePickerClass__ETUKM .DateRangePickerInput__withBorder{width:100%!important}}@media screen and (max-width:900px){.callAnalysisAudio_aiAnalysisComponent__hu0Qk{height:100%!important;min-height:0!important}}@media screen and (max-width:768px){.callAnalysisAudio_popupTitleStyle__1kshr{font-size:15px!important}.callAnalysisAudio_reportAProblemButton__JVplN,.callAnalysisAudio_reportAProblemQuestionStyle__bINws,.callAnalysisAudio_reportAProblemSelectedButton__lLIib,.callAnalysisAudio_reportAProblemTextField__ncLwn .MuiOutlinedInput-input{font-size:13px!important}}.workflowStyle_viewAsGridContainer__iQRWV{cursor:pointer}.workflowStyle_viewAsGridTypography__MAe9A{color:#7a7a7a!important;font-size:14px!important;font-weight:600!important}.workflowStyle_noDataFoundItem__Ky-vB{align-items:center;display:flex;height:calc(100vh - 260px)!important}.workflowStyle_wokflowTitleDot__GFKeF{border-radius:50%;display:inline-block;height:10px;margin-right:10px;position:relative;width:10px}.workflowStyle_workFlowGridmainContainer__MP-Bg{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__l1bTn{align-items:center;background-color:#f1f3f5;border-radius:15px 15px 0 0;display:flex;height:200px;justify-content:center}.workflowStyle_workflowGridCardInfoContainer__rdHMm{background-color:#fff;border-radius:0 0 15px 15px;padding:10px}.workflowStyle_workflowGridCardTitleTypography__iFSiN{font-size:15px!important;font-weight:500!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:200px}.workflowStyle_chatbotStatusIconForMenu__pdpXA{color:#5c5c5c!important;margin-left:-4px!important}.workflowStyle_resetVariableText__bgUWf{padding:2px 4px!important}.workflowStyle_resetVariableText__bgUWf:hover{background-color:#00000005!important}.whatsappCampaignStyle_createWhatsappCampaignContainer__ZGkCM{margin:0 auto!important}.whatsappCampaignStyle_whatsappCampaignLeftBox__zx4d4{overflow-y:auto!important;padding-right:12px!important;padding-top:12px!important}.whatsappCampaignStyle_whatsappCampaignLeftBox__zx4d4::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.whatsappCampaignStyle_whatsappCampaignLeftBox__zx4d4::-webkit-scrollbar{width:5px!important}.whatsappCampaignStyle_whatsappCampaignPreviewItem__zpEZL{background-color:#fff;position:absolute;right:0;top:16px;z-index:2}.whatsappCampaignStyle_whatsappCampaignButtonGrid__dU3di{bottom:20px!important;position:fixed!important}.whatsappCampaignStyle_previewMainContainer__sXiy0{background-color:#f6f6f6!important;height:calc(100vh - 100px)!important;padding:10px!important;position:relative!important}.whatsappCampaignStyle_previewTitleGrid__xDVcy{padding-block:10px;text-align:center;width:100%}.whatsappCampaignStyle_previewTitleSpan__7dDTS{color:#1f384c!important;font-size:22px!important;font-weight:600!important}.whatsappCampaignStyle_previewCardBlock__WJ6EO{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__FGvUj{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__Ev5zv fieldset{border:none!important;box-shadow:0 0 3px #00000040!important}.whatsappCampaignStyle_whatsappCampaignTextField__Ev5zv .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.whatsappCampaignStyle_whatsappCampaignTitleTypography__YIFA0{color:#000!important;font-size:14px!important;font-weight:500!important}.whatsappCampaignStyle_whatsappCampaignSubTitleTypography__NDG-a{color:#7a7a7a!important;font-size:13px!important;font-style:italic;font-weight:500!important}.whatsappCampaignStyle_whatsappCampaignPurpleTitleTypography__eNwY5{color:#6a097d!important;font-size:14px!important;font-weight:600!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__87JzG{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__87JzG .MuiAutocomplete-endAdornment{position:relative!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__87JzG .MuiAutocomplete-clearIndicator{bottom:-14px!important;position:absolute!important;right:18px!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__87JzG .MuiAutocomplete-popupIndicator{bottom:-14px!important;position:absolute!important;right:-6px!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__87JzG .MuiAutocomplete-tag{margin:3px 0!important;max-width:calc(100% - 3px)!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__87JzG .MuiSelect-select{padding:8.5px 14px!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__87JzG .MuiAutocomplete-inputRoot{padding:3px 5px!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__87JzG fieldset{border:none!important;box-shadow:0 0 3px #00000040!important}.whatsappCampaignStyle_whatsappCampaignDropDowns__87JzG .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__XEgqN{background-color:#f4f4f4!important;border-radius:2px!important;padding:12px!important}.whatsappCampaignStyle_campaignMessageTypeBox__F92ul{background-color:#f4f4f4!important;border-radius:2px!important;padding:8px 12px 0!important}.whatsappCampaignStyle_carouselTemplateCampaignMessageTypeBox__O-B\+V{background-color:#fafafa!important;border-radius:2px!important;padding:8px 12px!important}.whatsappCampaignStyle_selectedContactsTitle__l1Nyx{color:#737373!important;font-size:13px!important;font-weight:500!important}.whatsappCampaignStyle_ScheduleTitle__dIh8A{color:#000!important;font-size:15px!important;font-weight:600!important}.whatsappCampaignStyle_dateRangePickerSlotprops__97lZb fieldset{border:none!important;box-shadow:0 0 2px #00000040!important;outline:none!important}.whatsappCampaignStyle_dateRangePickerSlotprops__97lZb input{outline:none!important}.whatsappCampaignStyle_dateRangePickerSlotprops__97lZb{background-color:#fff!important;color:#000!important}.whatsappCampaignStyle_dateRangePickerSlotprops__97lZb .MuiOutlinedInput-input{font-size:15px!important;font-weight:500!important;padding:10.5px 10px!important}.whatsappCampaignStyle_dateRangePickerSlotprops__97lZb{min-width:300px!important}.whatsappCampaignStyle_selectedContactValue__ONune{color:#000!important;font-size:14px!important;font-weight:500!important}.whatsappCampaignStyle_errorMessage__j-dIF{color:#c60000!important;font-size:14px!important;font-weight:500!important}.whatsappCampaignStyle_popupTitleTypography__bllUK{color:#6a097d!important;font-size:16px!important;font-weight:600!important;margin-top:25px!important}.whatsappCampaignStyle_popupTitleDivider__ExQ6C{margin:10px 30px 0!important;padding:4px 0!important}.whatsappCampaignStyle_popupBodyContainer__BdjXj{margin-bottom:20px!important;padding:10px 30px!important}.whatsappCampaignStyle_messageTemplateCategoryBody__lPJae{background:#fbf4ff!important;border-radius:5px!important;box-shadow:0 0 2px 0 #6a097d!important;padding:10px!important;width:300px!important}.whatsappCampaignStyle_messageTemplateCategoryTitle__NIEGn{color:#000!important;font-size:14px!important;font-weight:500!important}.whatsappCampaignStyle_messageTemplateCategoryDiscription__Xtmt\+{color:#6b6b6b!important;font-size:13px!important;font-weight:500!important}.whatsappCampaignStyle_assignValuesTitle__rOPvx,.whatsappCampaignStyle_tableHeadingFontStyle__ZOzUi{color:#000!important;font-size:15px!important;font-weight:600!important}.whatsappCampaignStyle_tableHeadingFontStyle__ZOzUi{background-color:#0000!important;padding:14px 12px!important;white-space:nowrap!important}.whatsappCampaignStyle_tableRow__eMHq-:last-child td{border-bottom:none!important}.whatsappCampaignStyle_tableSubHeadingFontStyle__E1P0x{color:#000!important;font-size:14px!important;font-weight:500!important;padding:12px!important;white-space:nowrap!important}.whatsappCampaignStyle_campaignTableContainer__kGzgq{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__WgfiB{min-width:70px!important}.whatsappCampaignStyle_tableCellColor__svR68{background:#fff!important}.whatsappCampaignStyle_tableGridItem__R5oUB{padding:5px 15px 0 22px;width:100%}.whatsappCampaignStyle_circularProgress__vqoUD{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__BxrJK{z-index:10!important}.whatsappCampaignStyle_stickyColumnHeader__E9O-g,.whatsappCampaignStyle_stickyColumn__BxrJK{height:31px!important;left:0!important;position:-webkit-sticky!important;position:sticky!important}.whatsappCampaignStyle_stickyColumnHeader__E9O-g{top:0!important;z-index:11!important}.whatsappCampaignStyle_stickyColumn__BxrJK:hover{background-color:#f7f9fb!important;cursor:pointer!important}.whatsappCampaignStyle_checkBoxFilter__i1lkX{padding:7px 0!important}.whatsappCampaignStyle_defaultChatbotCheckBox__CrTKL svg path{fill:#6a097d!important}.whatsappCampaignStyle_defaultDisabledChatbotCheckBox__ZGPVL svg path{fill:#7a7a7a!important}.whatsappCampaignStyle_campaignContactNumber__bYxeV{color:#373737!important;font-size:14px!important;font-weight:500!important;white-space:nowrap!important}.whatsappCampaignStyle_backFontStyle__M0qkc{color:#444!important;font-size:14px!important;font-weight:600!important}.whatsappCampaignStyle_whatsappCampaignBackArrow__r8E3z{left:15px;position:absolute;text-align:start}.whatsappCampaignStyle_campaignContactTableStyle__39qEs{margin-bottom:8px!important}.whatsappCampaignStyle_whatsappCampaignListDropDown__-HkeP{background-color:#fff!important;min-width:250px!important;width:100%!important}.whatsappCampaignStyle_avatarStyles__mFQK4{background-color:#0000!important;font-size:10px!important;font-weight:600!important;height:32px!important;width:32px!important;z-index:2!important}.whatsappCampaignStyle_statusTableCell__s5cDA{border-radius:5px!important;font-size:13px!important;padding:6px 10px!important}.whatsappCampaignStyle_templateTypeStyle__cMJRj{border-radius:6px!important;font-size:.75rem!important;padding:3px 8px!important;text-align:center!important}.whatsappCampaignStyle_templateTypeStyleWidthAuto__OSH--{width:auto!important}.whatsappCampaignStyle_templateTypeStyleMinWidth__3xlQz{min-width:120px!important}.whatsappCampaignStyle_addActionIconButton__Rf95a{background-color:#6a097d!important;border-radius:5px!important;box-shadow:0 0 3px #0000004d!important}.whatsappCampaignStyle_deleteActionBtn__htui-{color:#000!important}.whatsappCampaignStyle_chatbotStepIButton__fB1Br{margin-left:8px;vertical-align:middle}.whatsappCampaignStyle_actionTableCell__Ld0T2{max-width:300px!important;min-width:200px!important}.whatsappCampaignStyle_actionAutoComplete__EngLH{background:#fff!important;min-width:250px!important;width:100%!important}.whatsappCampaignStyle_actionUserReplyAutoComplete__AgFAV{max-width:300px!important}.whatsappCampaignStyle_renderInputDivOfUserReplyOfAction__jR5UK{display:flex!important;flex-wrap:wrap!important;max-height:79px!important;overflow-x:hidden!important;overflow-y:auto!important}.whatsappCampaignStyle_headerVariableTableCell__t1lf7{vertical-align:top!important}.whatsappCampaignStyle_headerVariableTableCellKey__Bv841{padding-top:21px!important}@media screen and (max-width:1600px){.whatsappCampaignStyle_tableHeadingFontStyle__ZOzUi{font-size:14px!important}.whatsappCampaignStyle_tableSubHeadingFontStyle__E1P0x{font-size:13px!important}.whatsappCampaignStyle_assignValuesTitle__rOPvx{font-size:14px!important}.whatsappCampaignStyle_campaignContactNumber__bYxeV{font-size:13px!important}}@media screen and (min-width:0px)and (max-width:620px){.whatsappCampaignStyle_messageTemplateCategoryBody__lPJae{width:250px!important}}@media screen and (min-width:901px)and (max-width:1600px){.whatsappCampaignStyle_whatsappCampaignLeftBox__zx4d4{padding:5px 15px 0 5px!important}.whatsappCampaignStyle_previewTitleSpan__7dDTS{font-size:20px!important}.whatsappCampaignStyle_previewCardBlock__WJ6EO{max-width:80%!important;min-width:80%!important}}@media screen and (min-width:601px)and (max-width:900px){.whatsappCampaignStyle_whatsappCampaignLeftBox__zx4d4{padding:5px 15px 0 5px!important}.whatsappCampaignStyle_previewMainContainer__sXiy0{height:100%!important}.whatsappCampaignStyle_previewTitleSpan__7dDTS{font-size:20px!important}.whatsappCampaignStyle_previewCardBlock__WJ6EO{max-width:80%!important;min-width:80%!important}.whatsappCampaignStyle_stickyColumn__BxrJK{position:relative!important}.whatsappCampaignStyle_stickyColumnHeader__E9O-g{left:auto!important}}@media screen and (min-width:0px)and (max-width:600px){.whatsappCampaignStyle_whatsappCampaignLeftBox__zx4d4{padding:5px!important}.whatsappCampaignStyle_whatsappCampaignPreviewItem__zpEZL{right:20px!important;top:0}.whatsappCampaignStyle_previewMainContainer__sXiy0{height:100%!important}.whatsappCampaignStyle_previewTitleSpan__7dDTS{font-size:18px!important}.whatsappCampaignStyle_previewSwipeableDrawer__FGvUj{width:95%!important}.whatsappCampaignStyle_popupTitleDivider__ExQ6C{margin:10px 20px 0!important}.whatsappCampaignStyle_stickyColumn__BxrJK{position:relative!important}.whatsappCampaignStyle_stickyColumnHeader__E9O-g{left:auto!important}.whatsappCampaignStyle_tableGridItem__R5oUB{padding:5px 0 0 10px}}@media screen and (max-width:1200px)and (min-width:600px){.whatsappCampaignStyle_whatsappCampaignPreviewItem__zpEZL{right:25px!important;top:10px}.whatsappCampaignStyle_whatsappCampaignBackArrow__r8E3z{left:25px!important;top:10px!important}}@media screen and (min-width:901px)and (max-width:1200px){.whatsappCampaignStyle_previewMainContainer__sXiy0{height:100%!important}}.whatsappCampaignStyle_contactsSelectedInfo__ZLcZh{color:#6a097d;font-size:14px;font-weight:500}.whatsappCampaignStyle_statusFilterTypography__f4OQG{font-size:14px;font-weight:500}.whatsappCampaignStyle_assignTagsListTypography__fXVLu{font-size:15px;font-weight:500}.whatsappCampaignStyle_newTagNameUlElement__497Tx{padding-left:0}.whatsappCampaignStyle_contactListRedirectURL__w51A4{font-size:13px;font-style:italic;font-weight:500}.whatsappCampaignStyle_campaignPagePadding__UuU7D{padding:5px 10px 5px 5px!important}.whatsappCampaignStyle_retargetDrawerPadding__UAJ62{padding:25px!important}.whatsappCampaignStyle_followupCampaignTitle__4t9nH{font-size:16px!important;font-weight:600!important}.whatsappCampaignStyle_templateRadioButtons__WBbpK .MuiFormControlLabel-label{font-size:14px!important;font-weight:500!important}.whatsappCampaignStyle_templateRadioButtons__WBbpK .MuiButtonBase-root{margin:0 9px!important;padding:0!important}.whatsappCampaignStyle_templateRadioButtons__WBbpK{display:flex!important;flex-direction:row!important}.whatsappCampaignStyle_templateVariableMappingFieldsMinWidth__IJ01U{background-color:#fff!important;min-width:200px!important;width:100%!important}.whatsappCampaignStyle_carouselCardAccordion__uVgjX{min-height:45px!important}.whatsappCampaignStyle_invalidUrlSpan__xOwpE{color:red!important;font-size:13px!important}.whatsappCampaignStyle_marginBottom7__gn86v{margin-bottom:7px!important}.whatsappCampaignStyle_contactDivBgColor__hDAjC{background-color:#fafafa!important;padding:15px!important}.whatsappCampaignStyle_connectBusinessAccountTypo__2uxP7{color:#000!important;font-size:16px!important;font-weight:500!important}.whatsappCampaignStyle_campaignTitleTableCell__1ah2r{background-color:#fff!important}.whatsappCampaignStyle_retargetDrawerPaper__uMnAO{border-radius:10px 0 0 10px!important;bottom:0!important;position:fixed!important;right:0!important;top:0!important}.whatsappCampaignStyle_retargetDrawerPaperLargeScreen__XQUY8{width:80vw!important}.whatsappCampaignStyle_retargetDrawerPaperSmallScreen__xqJro{width:60vw!important}.whatsappCampaignStyle_retargetDrawerBackdrop__YJJJs{position:fixed!important}.whatsappCampaignStyle_filterContactSwitch__a9GN9{margin:8px!important}.whatsappCampaignStyle_campaignTablePaginationGrid__xureV{border-radius:5px!important;box-shadow:0 0 2px #00000080!important;margin:0 2px 5px!important;padding:0 8px!important}.campaignContactStyle_campaignContactPopupTextField__uFMgQ fieldset{border:none!important;box-shadow:0 0 3px #00000040!important}.campaignContactStyle_campaignContactFieldPopupTextField__n4BMH{background:#f6f6f6!important;width:100%!important}.campaignContactStyle_campaignContactFieldPopupTextField__n4BMH fieldset{border:none!important;outline:none!important}.campaignContactStyle_campaignContactFieldPopupTextField__n4BMH .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:12.5px 14px!important}.campaignContactStyle_campaignContactFieldTypography__EofDc{align-items:center!important;color:#000!important;display:flex!important;font-size:14px!important;font-weight:500!important;justify-content:start!important;margin:0!important;padding:0 10px!important}.campaignContactStyle_addFieldIcon__gu2Pq{color:#6a097d!important;cursor:pointer!important;display:flex!important;font-size:20px!important}.campaignContactStyle_addFieldTypography__wIHYy{color:#6a097d!important;cursor:pointer!important;font-size:13px!important;font-weight:600!important;line-height:1!important}.campaignContactStyle_contactListNameTitle__mF2xP{color:#000!important;font-size:16px!important;font-weight:500!important}.campaignContactStyle_contactListContainer__10grt{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__WEbwB{color:#7a7a7a!important;cursor:pointer!important}.campaignContactStyle_contactBoxGrid__zL5aB{border-radius:20px!important;box-shadow:0 0 2px 0 #6a097d!important;padding:5px 10px!important}.campaignContactStyle_runCampaignGrid__hrKbi{border-radius:20px!important;box-shadow:0 0 4px 0 #6a097d!important;margin-top:8px!important;padding:5px 15px!important}.campaignContactStyle_runCampignGridDisable__swfC1{cursor:context-menu!important;opacity:.5!important}.campaignContactStyle_contactTitleTypography__ngSIx{color:#000!important;font-size:13px!important;font-weight:500!important}.campaignContactStyle_timezoneTitleTypography__iKflE{color:#000!important;font-size:14px!important;font-weight:500!important}.campaignContactStyle_morevertIconGridItem__jxstV{display:flex!important;margin-top:2px!important}.campaignContactStyle_updatedAtTypography__NtFhH{color:#cacaca!important;font-size:13px!important;font-weight:500!important}.campaignContactStyle_fullwidth__TDIcK{width:100%!important}.campaignContactStyle_fullwidth__TDIcK .css-14et0k8-MuiGrid-root{gap:5px!important}.campaignContactStyle_campaignContactPopupTextField__uFMgQ .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.campaignContactStyle_phoneNumberComponent__vRvsD{border-radius:3px!important;box-shadow:0 0 3px #00000040!important;padding:3px 8px!important}.campaignContactStyle_mappingFieldsContainer__V3mua{border:1px solid #e9e9e9!important;border-bottom:none!important}.campaignContactStyle_mappingFieldsContainer__V3mua:last-child{border-bottom:1px solid #e9e9e9!important}.campaignContactStyle_contactFilterDropDowns__88KeQ{font-size:14px!important;max-width:300px!important;width:300px!important}.campaignContactStyle_contactFilterDropDowns__88KeQ .MuiAutocomplete-endAdornment{position:relative!important}.campaignContactStyle_contactFilterDropDowns__88KeQ .MuiAutocomplete-clearIndicator{bottom:-14px!important;position:absolute!important;right:18px!important}.campaignContactStyle_contactFilterDropDowns__88KeQ .MuiAutocomplete-popupIndicator{bottom:-14px!important;position:absolute!important;right:-6px!important}.campaignContactStyle_contactFilterDropDowns__88KeQ .MuiAutocomplete-tag{margin:3px 0!important;max-width:calc(100% - 3px)!important}.campaignContactStyle_contactFilterAutoCompleteMargin__K1Q9g .MuiAutocomplete-tag{margin:1px 0!important;max-width:calc(100% - 3px)!important}.campaignContactStyle_contactFilterDropdownsInPopup__0N7U6{font-size:14px!important;max-width:100%!important;width:100%!important}.campaignContactStyle_contactFilterDropdownsInPopup__0N7U6 .MuiOutlinedInput-root{padding-block:3px!important}.campaignContactStyle_contactFilterDropdownsInPopup__0N7U6 fieldset{border:none!important;box-shadow:0 0 2px #00000040!important}.campaignContactStyle_contactFilterDropdownsInPopup__0N7U6{border-radius:5px!important}.campaignContactStyle_contactFilterDropdownsInPopup__0N7U6 .MuiChip-root{background-color:#fff!important;border:1px solid #6a097d4d!important;border-radius:5px!important;font-size:14px!important;margin-left:0!important;margin-right:6px!important}.campaignContactStyle_contactFilterDropDowns__88KeQ .MuiSelect-select{padding:8.5px 14px!important}.campaignContactStyle_contactFilterDropDowns__88KeQ .MuiAutocomplete-inputRoot{padding:3px 5px!important}.campaignContactStyle_contactFilterDropDowns__88KeQ fieldset{border:none!important;box-shadow:0 0 2px #00000040!important}.campaignContactStyle_contactFilterDropDowns__88KeQ{border-radius:5px!important}.campaignContactStyle_contactFilterDropDowns__88KeQ .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__XAi3e{color:#0306b9;font-size:13px!important;font-weight:500}.campaignContactStyle_tagContainerGrid__H0I\+b{border:.5px solid #0306b9;border-radius:5px;padding:2px 5px}.campaignContactStyle_checkBoxContact__SaMua{padding:0!important}.campaignContactStyle_checkBoxTableCell__Rz2HL{border-left:4px solid #0000!important}.campaignContactStyle_popupTitleTypography__A\+QeJ{color:#6a097d!important;font-size:16px!important;font-weight:600!important;margin-top:25px!important}.campaignContactStyle_popupTitleDivider__DSErK{margin:10px 30px 0!important;padding:4px 0!important}.campaignContactStyle_popupBodyGridContainer__pLgmU{padding:20px 30px!important;width:100%!important}.campaignContactStyle_filterPopupBodyContainer__g8B3Y{padding:10px 30px!important;width:100%!important}.campaignContactStyle_popupBodyContainer__WdsnI{margin-bottom:20px!important;padding:10px 30px!important}.campaignContactStyle_popupFieldTypography__OCNi9{color:#000!important;font-size:14px!important;font-weight:500!important}.campaignContactStyle_popupFieldGreyTypography__HYuEw{color:#7a7a7a!important;font-size:14px!important;font-weight:500!important}.campaignContactStyle_newTagNameUlElement__GwV2-{background:#fff;border-radius:0 0 5px 5px;bottom:0;margin:0;padding:0;position:fixed;width:100%;z-index:2}.campaignContactStyle_newTagDivider__5C1pc{padding:6px 16x!important}.campaignContactStyle_importCSVTitle__4SBwg{color:#000!important;font-size:15px!important;font-weight:500!important}.campaignContactStyle_importCSVLimit__4jzm9{color:#5a5a5a!important;font-size:13px!important;font-weight:500!important}.campaignContactStyle_downloadSampleCSVTemplateText__5HlQR{color:#00ab08!important;cursor:pointer!important;font-size:14px!important;font-weight:500!important}.campaignContactStyle_contactsTitleTypography__\+pmLM{color:#6a097d!important;font-size:15px!important;font-weight:600!important}.campaignContactStyle_noContactsFoundTypography__3MAsQ{color:#c60000!important;font-size:15px!important;font-weight:600!important}.campaignContactStyle_headerButtonStyle__oKzCd{background:#fff!important;border-radius:5px!important;box-shadow:0 0 4px 0 #00000040!important;display:flex!important;padding:8px!important}.campaignContactStyle_headerEditIcon__7dlYJ{color:#6a097d!important;cursor:pointer!important;font-size:13px!important;height:20px!important;position:absolute;top:50%!important;transform:translateY(-50%)!important;width:20px!important}.campaignContactStyle_noDataFoundItem__\+Ss-S{align-items:center;display:flex;height:calc(100vh - 250px)!important}.campaignContactStyle_lastColumnSticky__tpYzB{position:-webkit-sticky!important;position:sticky!important;right:0!important}.campaignContactStyle_moreVertIcon__5DBd2{background-color:#fff!important;text-align:end!important}.campaignContactStyle_createContactContainer__IZNCe{align-items:center!important;display:flex!important;flex-direction:column!important;gap:12px!important;justify-content:center!important;margin:10px 0!important}.campaignContactStyle_createContactGridItem__omaI0{background-color:#f7e9ff!important;border-radius:5px!important;cursor:pointer!important;padding:10px 12px!important;text-align:center!important;width:280px!important}.campaignContactStyle_contactOptionTypography__EHHgO{color:#000!important;font-size:15px!important;font-weight:600!important}.campaignContactStyle_createContactFieldContainer__Kau5m{display:flex!important;flex-direction:column!important;gap:10px!important}.campaignContactStyle_contactPopupButtons__l4cXK{align-items:center!important;display:flex!important;gap:12px!important;justify-content:center!important;padding:20px 0!important}.campaignContactStyle_listBoxCustomStyle__ljkbr{max-height:150px!important;overflow:auto!important;padding-bottom:50px!important}.campaignContactStyle_selectTagTextField__u3grZ{max-height:90px!important;overflow-y:auto!important}.campaignContactStyle_addTagListItem__n7VWw{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__Iyp41{font-size:15px!important;font-weight:500!important}.campaignContactStyle_contactTableContainer__BnyPJ{border:1px solid #e9e9e9!important;border-radius:5px!important;box-sizing:border-box!important;max-width:100%!important;overflow:auto!important}.campaignContactStyle_contactTableHead__e0\+L1{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:2!important}.campaignContactStyle_tertiaryBgColor__3AYLL{background:#fbf4ff!important}.campaignContactStyle_sortIcon__Timt8{cursor:pointer!important;font-size:10px!important;height:12px!important;line-height:normal!important}.campaignContactStyle_checkBoxCellWidth__3CLUW{flex:0 0 auto;min-width:50px!important}.campaignContactStyle_fieldCellWidth__wMino,.campaignContactStyle_tagCellWidth__EkC1S{flex:1 1;min-width:200px!important}.campaignContactStyle_correctContactsGrid__i8l8U{background-color:#4fd61f!important;border-radius:5px!important;padding:8px 12px!important}.campaignContactStyle_inCorrectContactsGrid__F5UZu{background-color:#c60000!important;border-radius:5px!important;padding:8px 12px!important}.campaignContactStyle_countOfContactGrid__QZO82{border-radius:6px!important;padding:12px 14px!important}.campaignContactStyle_totalContactGrid__NESSa{background-color:#f3f3f3!important;box-shadow:0 0 2px 0 rgba(0,0,0,.251)!important}.campaignContactStyle_validContactGrid__3ZA6i{background-color:rgba(0,164,93,.102)!important;box-shadow:0 0 2px 0 rgba(0,164,93,.502)!important}.campaignContactStyle_invalidContactGrid__qtL7C{background-color:rgba(206,0,0,.071)!important;box-shadow:0 0 2px 0 rgba(206,0,0,.502)!important}.campaignContactStyle_validContactIcon__G6TFO{color:#00a45d!important}.campaignContactStyle_inValidContactIcon__-rHWn{color:#ce0000!important;margin-bottom:2px!important}.campaignContactStyle_inValidContactsTableTitle__LIx5G{color:#000!important;font-size:15px!important;font-weight:500!important}.campaignContactStyle_contactGridIcon__\+miaR{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__KGafv{color:#939393!important;font-size:15px!important;font-weight:500!important}.campaignContactStyle_totalContactCountTypography__3Yv40{color:#000!important;font-size:15px!important;font-weight:600!important}.campaignContactStyle_inValidContactsBtnContainer__HV4Zl{margin-top:18px!important}.campaignContactStyle_infoIcon__e-whT{display:flex!important;height:20px!important;width:20px!important}.campaignContactStyle_inValidPhoneNumberSpan__A-dGB{color:#c60000!important;font-size:13px!important}.campaignContactStyle_actionIcons__GBfe8{font-size:20px!important}.campaignContactStyle_disableActionIcons__MAILm{cursor:auto!important;opacity:.5!important}.campaignContactStyle_firstColumnSticky__tV3r1{left:0!important;position:-webkit-sticky!important;position:sticky!important}.campaignContactStyle_textareaStyle__sxyA6{border:none!important;border-radius:5px!important;box-shadow:0 0 3px #00000040!important;box-sizing:border-box!important;font-size:15px!important;max-height:350px!important;min-height:100px!important;outline:none!important;padding:10px 14px!important;position:relative!important;resize:vertical!important;width:100%!important}.campaignContactStyle_textareaStyle__sxyA6::placeholder{color:#ababab!important}@media screen and (max-width:1600px){.campaignContactStyle_textareaStyle__sxyA6{font-size:14px!important}}.campaignContactStyle_truncateProductImageUrl__RofA0{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-all}@media screen and (max-width:1000px){.campaignContactStyle_importCSVTitle__4SBwg{font-size:14px!important}.campaignContactStyle_importCSVLimit__4jzm9{font-size:12px!important}.campaignContactStyle_downloadSampleCSVTemplateText__5HlQR{font-size:13px!important}.campaignContactStyle_contactsTitleTypography__\+pmLM,.campaignContactStyle_noContactsFoundTypography__3MAsQ{font-size:14px!important}.campaignContactStyle_headerEditIcon__7dlYJ{height:18px!important;margin-left:0!important;width:18px!important}}@media screen and (max-width:768px){.campaignContactStyle_totalContactCountTitleTypography__KGafv,.campaignContactStyle_totalContactCountTypography__3Yv40{font-size:14px!important}}@media screen and (max-width:600px){.campaignContactStyle_popupTitleDivider__DSErK{margin:10px 20px 0!important}.campaignContactStyle_popupBodyGridContainer__pLgmU{padding:20px!important}.campaignContactStyle_filterPopupBodyContainer__g8B3Y{padding:10px 20px!important}.campaignContactStyle_countOfContactGrid__QZO82{padding:10px 13px!important}}.campaignContactStyle_contactPageBody__Cb0xS{padding:0 25px 0 27px!important}.campaignContactStyle_contactCardPageBody__GWE-3{overflow:auto!important;padding:15px 0 5px 5px!important}.campaignContactStyle_editFieldPopupActionBtnsContainer__n4dxq{padding:20px 0!important}.campaignContactStyle_contactPageHeaderContainerEmpty__IuJq7,.campaignContactStyle_contactPageHeaderContainer__vRAed{padding:15px 0!important}@media screen and (min-width:600px){.campaignContactStyle_contactPageHeaderContainer__vRAed{padding:18px 0!important}.campaignContactStyle_contactPageHeaderContainerEmpty__IuJq7{padding:23px 0!important}}.campaignContactStyle_contactPageHeaderInner__xTkZw{margin-bottom:10px!important;padding:0 25px 0 27px!important}.campaignContactStyle_contactPageHeaderInnerEmpty__L0WCK{margin-bottom:10px!important;padding:5px 25px 0 27px!important}@media screen and (max-width:600px){.campaignContactStyle_contactPageHeaderInnerEmpty__L0WCK,.campaignContactStyle_contactPageHeaderInner__xTkZw{margin-bottom:0!important;padding:0 20px!important}}.campaignContactStyle_newOptionListItem__UIbZS{align-items:center!important;box-sizing:border-box!important;color:#6a097d!important;cursor:pointer!important;display:flex!important;gap:5px!important;min-height:auto!important;outline:none!important;padding:10px 16px!important}.callAnalysisDashboard_averageCallComponent__BRY-J{background-color:#fbf4ff!important;border-radius:10px!important;height:100%!important;padding:32px 24px!important}.callAnalysisDashboard_averageHeadingName__whIBn{color:#1c1c1c!important;font-size:15px!important;font-weight:600!important}.callAnalysisDashboard_averageHeadingValue__qI50n{color:#1c1c1c!important;font-size:24px!important;font-weight:700!important}.callAnalysisDashboard_pieChartContainer__t48LO{background-color:#f7f9fb!important;border-radius:10px!important;height:100%!important;padding:20px!important}.callAnalysisDashboard_pieChartHeadingName__JxHfx{color:#1c1c1c!important;font-size:16px!important;font-weight:600!important}.callAnalysisDashboard_pieChartsStyle__M5KYy .MuiChartsLegend-mark{y:-4!important;rx:50%!important;height:10px!important;width:10px!important}.callAnalysisDashboard_pieChartsStyle__M5KYy{height:190px!important;overflow:visible;width:200px!important}.callAnalysisDashboard_pieChartsStyle__M5KYy text{color:#1c1c1c!important;font-size:14px!important;font-weight:600!important;transform:translateX(5px)}.callAnalysisDashboard_customBarChart__FJxZ7 .MuiBarElement-root{width:25px!important}.callAnalysisDashboard_customBarChart__FJxZ7 svg{height:570px!important;overflow:visible!important}.callAnalysisDashboard_customBarChart__FJxZ7 .MuiChartsXAxis-root text{font-size:8px!important}.callAnalysisDashboard_customBarChart__FJxZ7{height:600px!important;margin-top:-150px!important;overflow:visible!important}.callAnalysisDashboard_agentGraphStyle__Z6Qxa{height:650px!important}.callAnalysisDashboard_customBarChart__FJxZ7 .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__FJxZ7 .MuiChartsGrid-line{stroke:#1c1c1c0d!important}.callAnalysisDashboard_customBarChart__FJxZ7 .MuiChartsGrid-line:first-child{stroke:#1c1c1c33!important}.callAnalysisDashboard_tableBodyHeadingFontStyle__N7u2f{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__2tWLO{color:#373737!important;font-size:14px!important;font-weight:500!important;padding:12px!important;white-space:nowrap!important}.callAnalysisDashboard_cellRow__1zvHr:last-child td{border-bottom:none!important}.callAnalysisDashboard_cellRow__1zvHr:hover{background-color:#f7f9fb!important}.callAnalysisDashboard_viewButtonStyle__zj\+dr{background-color:#f7e9ff!important;border-radius:5px!important;box-shadow:inset 0 0 2px #6a097d4d!important;color:#6a097d!important;cursor:pointer!important;font-size:14px!important;font-weight:500!important;padding:5px 20px!important}.callAnalysisDashboard_viewButtonStyleNew__nUF9-{text-align:end!important;width:110px!important}.callAnalysisDashboard_labelHeading__XT2RL{color:#1c1c1c!important;font-size:14px!important;font-weight:600!important}.callAnalysisDashboard_labelCircle__obi\+k{border-radius:50%!important;height:10px!important;min-width:10px!important}.callAnalysisDashboard_viewButtonColumnStyle__q85gI{background-color:#fff;position:-webkit-sticky!important;position:sticky!important;right:0!important}.callAnalysisDashboard_viewButtonColumnHeadingStyle__e1RFm{background-color:#fbf4ff!important;position:-webkit-sticky!important;position:sticky!important;right:0!important}.callAnalysisDashboard_actionIconSmall__a7UAK{font-size:18px!important;margin:0 2px!important;padding:0!important;vertical-align:middle}@media screen and (max-width:1600px){.callAnalysisDashboard_labelHeading__XT2RL{color:#1c1c1c!important;font-size:13px!important;font-weight:600!important}.callAnalysisDashboard_tableBodyHeadingFontStyle__N7u2f,.callAnalysisDashboard_tableBodySubHeadingFontStyle__2tWLO{font-size:13px!important}}@media screen and (max-width:1000px){.callAnalysisDashboard_pieChartContainer__t48LO{padding:0!important}.callAnalysisDashboard_pieContainer__FNPpN{padding:15px 0 15px 15px!important}.callAnalysisDashboard_barContainer__k2S4\+{padding:15px 0 0 15px!important}.callAnalysisDashboard_pieLabelContainer__fBYiC{padding:15px 15px 15px 0!important}.callAnalysisDashboard_tableBodySubHeadingFontStyle__2tWLO{font-size:13px!important}.callAnalysisDashboard_agentGraphStyle__Z6Qxa{width:1500px!important}.callAnalysisDashboard_cellRow__1zvHr:hover{background-color:#0000!important}.callAnalysisDashboard_viewButtonColumnStyle__q85gI{background-color:#fff!important;position:-webkit-sticky!important;position:sticky!important;right:0!important}.callAnalysisDashboard_viewButtonColumnHeadingStyle__e1RFm{background-color:#fbf4ff!important;position:-webkit-sticky!important;position:sticky!important;right:0!important}}@media screen and (max-width:1600px){.callAnalysisDashboard_pieChartHeadingName__JxHfx{font-size:15px!important}}@media screen and (max-width:900px){.callAnalysisDashboard_pieChartHeadingName__JxHfx{font-size:14px!important}}.button_authButtonStyle__MEQJ2{background:#6a097d!important;border-radius:3px!important;color:#fff!important;font-size:15px!important;font-weight:600!important;height:56px}.button_primaryButtonStyle__m\+39a{background:#6a097d!important;box-shadow:0 0 2px 0 #6a097d!important}.button_primaryButtonStyle__m\+39a,.button_whatsappButtonStyle__ogGOw{border-radius:5px!important;color:#fff!important;padding:6px 10px!important}.button_whatsappButtonStyle__ogGOw{background-color:#54bb7e!important;box-shadow:0 0 2px 0 #54bb7e!important}.button_blackShadowedButton__Xe8Yy{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__G4S4m{color:#6a097d!important}.button_LogoutButtonStyle__kWA7g{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__O\+2bo{padding:5px!important}.button_primaryButtonStyleIcon__O\+2bo,.button_primaryButtonStylePersona__ddqST{background:#6a097d!important;border-radius:5px!important;color:#fff!important;font-size:13px!important;font-weight:600!important}.button_primaryButtonStylePersona__ddqST{margin-left:5px!important;min-width:43px!important;padding:6px 10px!important}.button_individualButton__Hvzvj{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__ddqST:hover,.button_primaryButtonStyle__m\+39a:hover{background:#6a097d}.button_secondaryButtonStyle__dodC0{background:#f7e9ff!important;box-shadow:none!important;color:#6a097d!important;padding:6px 10px!important}.button_borderedButtonStyle__QwxS\+{background:#fff!important;box-shadow:0 0 2px 0 #6a097d!important;color:#6a097d!important;padding:5.8px 10px!important}.button_transparentBorderedButtonStyle__Rw2\+h{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__QwxS\+:hover{box-shadow:0 0 4px 0 #6a097d}.button_ctaButtonStyle__K9eI2{background:#f7e9ff!important;font-size:14px!important;padding:6px 10px!important;width:170px!important}.button_ctaButtonStyle__K9eI2,.button_linearGredientAnimatedButton__dENcZ{border-radius:5px!important;color:#6a097d!important;font-weight:600!important}.button_linearGredientAnimatedButton__dENcZ{font-size:15px!important;overflow:hidden!important;padding:8px 10px!important;position:relative!important;text-transform:inherit!important;z-index:0!important}.button_linearGredientAnimatedButton__dENcZ:before{animation:button_bgRotate__AW7yq 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__dENcZ: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__AW7yq{to{transform:rotate(1turn)}}.button_secondaryButtonStyle__dodC0 .button_Mui-disabled__VVoYW{border:1px solid red!important;cursor:not-allowed!important}.button_upgradeButtonStyle__gJqam{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__jfJCF{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__8Io47{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__yDGxC{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__MT2rF{font-size:13px!important;padding:8px 27.5px!important}.button_primaryButtonStyleCreatePersona__wGsa7,.button_primaryButtonStylePersonaEdit__MT2rF{background:#6a097d!important;border-radius:5px!important;color:#fff!important;font-weight:600!important}.button_primaryButtonStyleCreatePersona__wGsa7{font-size:15px!important;height:40px!important;padding:8px 20px!important}.button_deleteIntegrationButton__4FZG2{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__8Io47,.button_primaryButtonStylePersonaEdit__MT2rF{width:97%}}.button_cancelDomainButton__u0UBZ{background:#fbf4ff!important;color:#767676!important;padding:5px 20px!important}.button_addButton__xwT3Z,.button_cancelDomainButton__u0UBZ{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__xwT3Z{background:#6a097d!important;color:#fff!important;padding:5px 30px!important}.button_textVariantStyle__-WL4d{color:#6a097d!important;font-size:15px!important;font-weight:600!important;padding:0!important;text-transform:none!important}@media(hover:hover){.button_borderedButtonStyle__QwxS\+:hover{background:#f7e9ff!important}}.button_headerUpgradeButton__f2Cws{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__3FOss{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__nYamF{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__Egb28{background:#f7e9ff!important;border-radius:5px;color:#6a097d!important;font-size:15px;font-weight:600;height:34px;width:115px}.button_linkChatbotButtonStyle__qNygq{background:#6a097d!important;border-radius:5px;color:#fff!important;font-size:15px;font-weight:600;height:34px;width:100px}.button_channelsThemeBtnStyle__EVOcK{background-color:#f7e9ff!important;box-shadow:0 0 2px #6a097db3!important;color:#6a097d!important;font-size:14px!important;padding:5px 20px!important}.button_whatsappThemeBtnStyle__sQ3Dm{background:#4ac958!important;color:#fff;font-size:14px!important}.button_facebookThemeBtnStyle__Yz6md{background:#3d5b99!important;color:#fff;font-size:14px!important}.button_instaThemeBtnStyle__yJ08j{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);border:none}.button_calendlyCancelButtonStyle__ezfh1{background:#fff!important;border-radius:5px!important;box-shadow:0 0 2px 0 #6a097d!important;color:#6a097d!important;padding:6px 10px!important}.button_calendlySelectedEventBtnStyle__rSRnH{background-color:#6a097d!important}@media screen and (max-height:700px){.button_authButtonStyle__MEQJ2{height:50px}}.onboardingEnd_upperGrid__wrf4G{background-image:url(/static/media/wavePopup.9423a8405851cecb25b0.png);background-size:cover;padding:40px}.onboardingEnd_upperLogo__k-aBP{height:60px;margin-bottom:15px;width:60px}.onboardingEnd_bottomContainer__\+\+ozU{border-radius:5px;box-shadow:0 0 4px 0 #6a097d40;padding:25px}.onboardingEnd_confirmationText__RpRtK{-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__gIXpD{border-radius:50%;height:106px;width:106px}.onboardingEnd_textStyle__Bqled{color:#000;font-size:16px;font-weight:500}.onboardingEnd_containerStyle__DFJpg{gap:35px}@media screen and (max-width:600px){.onboardingEnd_upperGrid__wrf4G{padding:10px 20px 20px}.onboardingEnd_ppContainer__gIXpD{height:95px;width:95px}.onboardingEnd_confirmationText__RpRtK{font-size:18px;margin-bottom:20px!important}.onboardingEnd_upperLogo__k-aBP{height:40px;width:40px}.onboardingEnd_textStyle__Bqled{font-size:14px}.onboardingEnd_containerStyle__DFJpg{gap:15px}}.login_otpInputError__k-3LK{border-left:0!important;border-right:0!important;border-top:0!important;border:1px solid red}.login_inputOtpStyle__JciMv,.login_otpInputError__k-3LK{font-size:16px!important;height:40px!important;justify-content:center;margin:4px!important;outline:none;text-align:center;width:60px!important}.login_inputOtpStyle__JciMv{border-left:0!important;border-right:0!important;border-top:0!important}.login_rightBlockWrapper__Zle0q{width:50%}.login_rightBlock__DAAMX{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__makl5{align-self:center!important;display:flex;justify-content:center;max-height:100vh!important;overflow:hidden;padding:0 50px;width:50%!important}.login_leftBlock__tCs\+9{align-items:center;flex-wrap:nowrap;height:100vh;justify-content:center;max-width:385px;min-height:550px}.login_whiteLogoStyleItem__V\+nTf{left:45px!important;position:absolute!important;text-align:start!important;top:40px!important}.login_whiteLogoStyle__tt-Fn{height:auto!important;width:220px!important}.login_bannerContentItem__PYiXD{height:100%!important;margin:0 auto!important}.login_bannerContentContainer__8wU4x{align-items:center!important;height:100%!important}.login_bannerTextContainer__iR6cd{margin-bottom:5px!important}.login_bannerText__ZhOaf{color:#fff!important;font-size:26px!important;font-weight:600!important}.login_subBannerTextContainer__tJiQE{margin:0 0 30px!important}.login_subBannerText__2i8Kj{color:#f1f1f1!important;font-size:16px!important;font-weight:500!important}.login_listItemContainer__LrKOq{margin:11px 0!important}.login_listItemWrapper__Y3Fde{justify-content:space-between!important}.login_iconContainer__6-OG0{max-width:21px!important}.login_listIcon__BlAyQ{height:auto!important;margin-top:3px!important;width:100%!important}.login_textContainer__Ko2pX{max-width:calc(100% - 35px)!important;width:calc(100% - 35px)!important}.login_listText__GC7e\+{color:#fff!important;font-size:15px!important;font-weight:400!important}.login_metaVerifiedContainer__QISp7{bottom:30px!important;left:30px!important;position:absolute!important;text-align:start!important}.login_metaVerifiedImage__-mYr2{height:auto!important;width:140px!important}.login_oppositeToMetaLogo__iSGMr{bottom:-5px!important;position:absolute!important;right:-90px!important}.login_italicText__VwOYu{color:#fff;font-size:25px;font-style:italic;font-weight:600;max-width:360px!important;text-align:center}.login_loginImage__c2mO9{height:auto!important;margin:50px 0!important;width:450px!important}@media screen and (max-width:1350px){.login_bannerText__ZhOaf{font-size:24px!important}.login_whiteLogoStyleItem__V\+nTf{left:35px!important}.login_subBannerTextContainer__tJiQE{margin:0 0 25px!important}.login_listText__GC7e\+ span{font-size:14.5px!important}.login_listItemContainer__LrKOq{margin:8px 0!important}}@media screen and (max-width:1100px){.login_bannerText__ZhOaf{font-size:23px!important}.login_subBannerText__2i8Kj{font-size:15px!important}}@media screen and (max-height:700px){.login_loginImage__c2mO9{height:auto!important;margin:35px 0!important;width:400px!important}.login_italicText__VwOYu{font-size:23px}.login_whiteLogoStyle__tt-Fn{height:auto!important;width:220px!important}}@media screen and (max-width:550px){.login_leftBlockWrapper__makl5{padding:0 30px!important}}@media screen and (max-width:1000px){.login_rightBlock__DAAMX{display:none!important}.login_chronoxLogoWrapperSecond__Pxs-E{display:block!important;margin:30px 0!important}.login_leftBlockWrapper__makl5{display:flex;justify-content:center;padding:0 50px;width:100%!important}}@media screen and (max-height:900px){.login_rightPanelImg__pa9Bo{bottom:-8%;height:700px;left:-1%;max-width:950px;position:fixed;width:auto}}@media screen and (min-height:900px){.login_rightPanelImg__pa9Bo{bottom:-3%;height:700px;left:1%;max-width:950px;position:fixed;width:auto}}.login_recaptchaBlock__CnGO4{margin:30px 0 40px!important;transform:scale(1.25)}.login_mainRecaptchaBlock__ZtzXs{display:flex;justify-content:center}.login_whiteWeLogoStyle__cwQZS{margin-bottom:35px}.login_chronoxLogoWrapperSecond__Pxs-E{display:none;margin:20px 0}.login_logoStyle__Hx\+rd{height:auto;width:200px}@media screen and (max-width:1735px)and (min-width:1550px){.login_rightPanelImg__pa9Bo{left:-13%}}@media screen and (max-width:1550px)and (min-width:1405px){.login_rightPanelImg__pa9Bo{left:-20%}}@media screen and (max-width:1405px)and (min-width:1300px){.login_rightPanelImg__pa9Bo{left:-25%}}@media screen and (max-width:450px)and (min-width:390px){.login_recaptchaBlock__CnGO4{margin:30px 0 40px!important;transform:scale(1.15)!important}}@media screen and (max-width:390px){.login_recaptchaBlock__CnGO4{transform:none!important}}.login_editIconStyle__yYZEV{position:absolute!important;right:18px}@media screen and (max-width:600px){.login_leftBlock__tCs\+9{align-items:center;height:auto!important;justify-content:start}.login_chronoxLogoWrapperSecond__Pxs-E{margin:30px 0 20px!important}}.login_highlightedText__949mG{font-weight:700!important}.login_highlightedTextPart__SNQvZ{color:#fff!important}.login_verificationBlockGrid__4SWOA{margin-bottom:25px!important}.verifyAccount_otpInputError__SUG76{border-left:0!important;border-right:0!important;border-top:0!important;border:1px solid red;width:56px!important}.verifyAccount_inputOtpStyle__hrTYW,.verifyAccount_otpInputError__SUG76{font-size:16px!important;height:40px!important;justify-content:center;margin:4px!important;outline:none;text-align:center}.verifyAccount_inputOtpStyle__hrTYW{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__mKgVJ{transform:scale(.77);transform-origin:0 0}.verifyAccount_inputOtpStyle__hrTYW,.verifyAccount_otpInputError__SUG76{border-radius:0!important;caret-color:blue!important;color:#4c4a4d!important;font-size:16px!important;font-weight:400!important;height:50px!important}.verifyAccount_otpInputError__SUG76{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__mKgVJ{transform:scale(.77);transform-origin:0 0}.verifyAccount_inputOtpStyle__hrTYW,.verifyAccount_otpInputError__SUG76{border-radius:0!important;caret-color:blue!important;color:#4c4a4d!important;font-size:16px!important;font-weight:400!important;height:50px!important}.verifyAccount_otpInputError__SUG76{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__mKgVJ{transform:scale(.77);transform-origin:0 0}.verifyAccount_inputOtpStyle__hrTYW,.verifyAccount_otpInputError__SUG76{border-radius:0!important;caret-color:blue!important;color:#4c4a4d!important;font-size:14px!important;font-weight:400!important;height:50px!important}.verifyAccount_otpInputError__SUG76{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__Voxor{background-color:initial!important;box-shadow:0 1px 1px 0 #00000040!important}.header_header__Voxor .MuiToolbar-root{justify-content:space-between}.header_documentTitleStyle__Bdmhr{padding-left:20px}.header_docNameTextfieldStyle__26wMF,.header_documentTitleStyle__Bdmhr{border-left:1px solid #bdbdbd;color:#4c4a4d;font-size:15px!important;font-weight:600!important;margin:0 0 0 20px!important}.header_docNameTextfieldStyle__26wMF{min-width:100%!important}.header_docNameTextfieldStyle__26wMF .MuiTextField-root{width:100%}.header_docNameTextfieldStyle__26wMF .MuiInputBase-root{font-size:15px!important;font-weight:600!important;width:100%}.header_docNameTextfieldStyle__26wMF .MuiInputBase-input{padding-left:15px;text-align:start;width:100%}.header_docNameTextfieldStyle__26wMF .MuiInputBase-root:after,.header_docNameTextfieldStyle__26wMF .MuiInputBase-root:before{border-bottom:0!important}.header_creditWrapper__x2neD{align-items:center;color:#4c4a4d;display:flex;font-weight:600;margin-right:15px!important}@media screen and (max-width:599px){.header_header__Voxor{background:#fff!important;box-shadow:none!important}.header_creditWrapper__x2neD,.header_headerButtonWrapper__XM9c\+{display:none}.header_spaceBetweenCenter__odVto{align-items:center!important;display:flex!important;justify-content:space-between!important}.header_headerToolBar__r8n0g{padding:0!important}.header_docNameTextfieldStyle__26wMF{border-left:0;margin:0!important}.header_docNameTextfieldStyle__26wMF .MuiInputBase-input{padding:0!important}}.header_menuItemList__VCphc .MuiListItemText-primary{font-size:14px!important;font-weight:600!important}.header_menuItemList__VCphc{max-width:275px!important;padding:0!important;width:100%!important}.header_subListMenuItem__oyyeN{padding-inline:32px!important}.header_menuItemList__VCphc .MuiListItemIcon-root{min-width:40px!important}.header_exploreMenuButton__7jNSx{padding:3px!important}.header_exploreMenuButtonOpen__Vewy6,.header_exploreMenuButton__7jNSx{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__Vewy6{background-color:#00000026!important;color:#0009!important;padding:0 3px!important}.header_exploreMenuButton__7jNSx:hover{background-color:#00000026!important}.header_creditWrapper__x2neD .MuiPaper-elevation,.header_exploreMenuButtonWidth__y0zn2{min-width:210px!important}.header_listItemButtonComponent__hanzJ{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__OzXXH{word-wrap:break-word!important}.header_menuItemList__VCphc .MuiListItemText-primary{word-wrap:break-word!important;max-width:275px!important}.header_headerButtonWrapperSM__TVjs3{display:flex!important}.header_exploreMenuGrid__Y9UJt{align-items:center!important;display:flex!important;margin-inline:16px!important}.header_moreVerticalIcon__e42xF{align-items:end!important;display:flex!important}.header_moreVerticalIconMenu__Nys4\+{display:flex!important;padding-block:0!important}.header_expandMoreGridMobile__613j3{align-items:center!important;display:flex!important}.header_breadCrumbWrapper__QXfQ4{cursor:pointer!important;display:block!important;font-size:12px;font-weight:500}@media screen and (min-width:600px){.header_breadCrumbWrapper__QXfQ4{display:none!important}}.header_breadcrumbsStyle__oB6yp{line-height:1!important}.header_cbHeaderBreadCrumbsHeadText__fwE1X{color:#7a7a7a!important;font-size:12px!important;font-weight:600!important;text-decoration:underline!important}.header_cbHeaderBreadCrumbsChatbotLabel__97x6O{color:#1f384c!important;font-size:12px!important;font-weight:600!important}@media screen and (max-width:650px){.header_headerButtonWrapperSM__TVjs3{display:none!important}.header_headerButtonWrapperXS__Tf2cg{display:flex!important}}.header_headerButtonWrapperXS__Tf2cg{display:none}.header_documentNameAreaContainer__cHBbu{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__ZsPZo{align-items:flex-start;display:flex!important;flex-direction:column!important;gap:4px}.header_currentActiveMenuContainer__ZsPZo.header_center__x6kXo{justify-content:center}.header_currentActiveMenuContainer__ZsPZo.header_space-between__RlOOd{justify-content:space-between}.header_currentActiveMenuItem__zOQOl{cursor:pointer!important;display:block!important}@media(min-width:600px){.header_currentActiveMenuItem__zOQOl{display:none!important}}.header_documentNameAreaContainer__cHBbu .MuiTextarea-root{background-color:#fff;border:initial!important}@media screen and (min-width:1450px){.header_documentNameAreaContainer__cHBbu{min-width:1000px!important}}@media screen and (min-width:1000px)and (max-width:1450px){.header_documentNameAreaContainer__cHBbu{min-width:700px!important;min-width:550px!important}}@media screen and (max-width:599px){.header_documentNameAreaContainer__cHBbu{border-left:initial!important;color:#4c4a4d;font-size:15px!important;font-weight:600!important;margin:initial!important;min-width:100%!important}.header_documentNameAreaContainer__cHBbu .MuiTextarea-root{background-color:#fbf4ff!important;border:initial!important;border-left:initial!important}.header_headerWrapper__L23E3{width:100%}.header_logoContainer__vxPg1{flex-wrap:nowrap!important}}@media screen and (min-width:599px)and (max-width:780px){.header_documentNameAreaContainer__cHBbu{min-width:0!important;min-width:auto!important}}.header_headerAppBar__EUF8r{background:#fbf4ff!important;box-shadow:0 1px 1px 0 #00000040!important;padding-left:45px!important}@media(min-width:600px){.header_headerAppBar__EUF8r{background:#fff!important;padding-left:0!important;position:static!important}}.header_displayCenter__Bt\+Pg{align-items:center!important;display:flex!important}.header_timeZoneItem__QmLaJ{position:absolute!important;right:20px!important}.header_timeZoneBox__c1QqJ{align-items:center!important;display:flex!important;height:100%!important;justify-content:center!important}.header_timeZoneImagStyle__Gi-Ft{height:25px!important;width:25px!important}.header_cmpGlobalMobileAddIconDarkItem__BMTom{bottom:10px!important;position:absolute!important;right:20px!important}.header_absoluteAlignment__JCBVR{bottom:11px!important;position:absolute!important;right:20px!important}.header_menuItemPadding__Ynk88{padding-block:8px!important}.header_menuItemPaddingTen__cKXG2{padding-block:10px!important}.header_menuItemStyling__66vCK{font-size:14px!important;font-weight:500!important}.workflowGlobal_workflowHeaderSection__UJeGE{border-bottom:1px solid #eaeaea!important;padding:15px 25px!important}.workflowGlobal_cbHeaderBreadCrumbsHeadText__u\+Jh7{color:#7a7a7a!important;font-size:15px!important;font-weight:500!important}.workflowGlobal_savingVariable__EPE3o{color:#5a677d;font-size:16px;font-weight:600}@media screen and (max-width:600px){.workflowGlobal_savingVariable__EPE3o{color:#5a677d;font-size:16px;font-weight:600;margin-bottom:5px!important}}.workflowGlobal_cbHeaderBreadCrumbsChatbotLabel__-B3BK{color:#1f384c!important;font-size:15px!important;font-weight:600!important}.workflowGlobal_ellipsisChatbotName__jtXq2{display:block!important;max-width:150px!important;overflow-inline:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}@media screen and (max-width:400px)and (min-width:0px){.workflowGlobal_ellipsisChatbotName__jtXq2{display:block!important;max-width:100px!important;overflow-inline:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}}.workflowGlobal_canvasFlowStyle__ssFaG .react-flow__edges{z-index:2001!important}.workflowGlobal_hideArrows__P3af2 .react-flow__edges{z-index:2000!important}.workflowGlobal_canvasFlowStyle__ssFaG .button-edge__label{z-index:2002!important}.workflowGlobal_canvasFlowStyle__ssFaG .react-flow__handle{background-color:red!important;border:3px solid red!important}.workflowGlobal_canvasFlowStyle__ssFaG .react-flow__handle-right{background-color:green!important;border:3px solid green!important;bottom:18px!important}.workflowGlobal_nodeWrapperTargetHandleDuringConnection__3VaD5{border-radius:initial!important;border-radius:0;height:100%!important;left:50%!important;opacity:0;top:0;transform:none;width:100%!important;z-index:1}.workflowGlobal_nodeWrapperTargetHandle__qZQtr{opacity:0;z-index:1}.workflowGlobal_nodeWrapperSourceHandle__Yxcwm .react-flow__handle-right{top:auto!important}.workflowGlobal_templateButton__VMte8 .react-flow__handle-right{position:relative;top:50%!important}.workflowGlobal_canvasFlowStyle__ssFaG .selectable{border:none!important;border-radius:10px!important;z-index:2000!important}.workflowGlobal_errorNodeWrapper__P4Cgm{box-shadow:0 1px 0 #11111a0d,0 0 8px red!important}.workflowGlobal_nodeWrapperToolbar__uPU34{opacity:0}.workflowGlobal_nodeWrapper__S3DfL{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__S3DfL:hover{box-shadow:0 0 10px #ebab34!important}.workflowGlobal_nodeWrapper__S3DfL:hover .nodeWrapperToolbar{opacity:1}.workflowGlobal_hideArrows__P3af2 .workflowGlobal_nodeWrapper__S3DfL{opacity:.9!important}.workflowGlobal_triggerCardGlobalStyle__oIoxk{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__oIoxk:hover{box-shadow:0 0 10px green!important}.workflowGlobal_messageCardGlobalStyle__k2G12{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__7cxPu{color:#000!important;font-size:16px!important;font-weight:600!important}.workflowGlobal_triggerCardSubHeadingStyle__\+4522{color:#7a7a7a!important;font-size:14px!important;font-weight:500!important}.workflowGlobal_triggerButtonStyle__VmTqe{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__VmTqe:hover{background-color:#6a097d1a!important}.workflowGlobal_messageMediaNameStyle__NQxNp{color:#afafaf!important;font-size:14px!important;font-weight:500!important}.workflowGlobal_addTextBlockStyle__MJMWN{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__MJMWN:hover{background-color:#afafaf1a!important}.workflowGlobal_addTemplateBlockStyle__DobgW{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__DobgW:hover{background-color:#664fe71a!important}.workflowGlobal_floatingIconStyles__-f38W{position:absolute!important;right:15px!important;top:15px!important}.workflowGlobal_nodeListContainer__Ibdk2{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__U0tZ1{animation:workflowGlobal_fadeListIn__IOwJf .4s ease-in forwards}.workflowGlobal_iconsStyle__JhThF{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__vNjPE{background-color:#f1f1f1!important;border-radius:8px!important;padding:12px!important;width:100%!important}.workflowGlobal_deploymentKeyStyle__AA5Vl{color:#7a7a7a!important;font-size:14px!important;font-weight:600!important}.workflowGlobal_deploymentValueStyle__2H0Ey{color:#6a097d!important;font-size:14px!important;font-weight:600!important}.workflowGlobal_triggerValueChip__yeQ0r{border:1px solid #6a097d!important;border-radius:6px!important;padding:6px 8px!important}.workflowGlobal_triggerKeywordChip__Kwn2a{border:1px solid #4c4a4d!important;border-radius:6px!important;padding:6px 8px!important}.workflowGlobal_postDeploymentTriggerTypography__TOgSh{font-size:15px!important;font-weight:600!important}.workflowGlobal_postDeploymentTriggerTable__8FpFG{border:1px solid #e9e9e9;border-radius:5px;box-sizing:border-box;max-width:100%;overflow:auto}.workflowGlobal_keywordFreeSolo__TKDBG{max-width:250px!important;min-width:250px!important}.workflowGlobal_keywordFreeSolo__TKDBG .MuiAutocomplete-clearIndicator{right:0!important}.workflowGlobal_keywordFreeSolo__TKDBG .MuiAutocomplete-tag{margin:2px 5px 0 0!important}.workflowGlobal_keywordFreeSolo__TKDBG .MuiAutocomplete-inputRoot{padding:5px!important}.workflowGlobal_keywordFreeSolo__TKDBG .MuiChip-label{white-space:normal!important}.workflowGlobal_checkBoxStyle__qvlX7 span{padding:0!important}.workflowGlobal_flowZoomPercent__avJ4T{border:none!important;bottom:15px!important;color:#000000b3!important;font-size:12px;font-weight:600!important;padding:2px 6px!important;pointer-events:none!important;position:absolute!important;right:42px!important}.workflowGlobal_chatbotNameEditTextField__yIt87{background-color:#0000!important;border-radius:5px!important;width:100%!important}.workflowGlobal_chatbotNameEditTextField__yIt87 fieldset{border:none!important;outline:none!important}.workflowGlobal_chatbotNameEditTextField__yIt87 .MuiOutlinedInput-input{font-size:15px!important;font-weight:600!important;padding:3px 0 0!important}.workflowGlobal_leftSectionArrowIconForClose__2sahD{background-color:#6a097d!important}.workflowGlobal_leftSectionArrowIconForClose__2sahD,.workflowGlobal_leftSectionArrowIconForOpen__k1NTI{border-radius:50%!important;color:#fff!important;height:16px!important;padding:6px!important;width:16px!important}.workflowGlobal_leftSectionArrowIconForOpen__k1NTI{background-color:#6f5d72!important}.workflowGlobal_leftSectionArrowIconForOpenGrid__YTWlJ{position:absolute!important;right:20px!important;top:18px!important}.workflowGlobal_resetVariableAutoComplete__hPArQ{font-size:14px!important;width:100%!important}.workflowGlobal_resetVariableAutoComplete__hPArQ .MuiAutocomplete-endAdornment{position:relative!important}.workflowGlobal_resetVariableAutoComplete__hPArQ .MuiAutocomplete-clearIndicator{bottom:-14px!important;position:absolute!important;right:18px!important}.workflowGlobal_resetVariableAutoComplete__hPArQ .MuiAutocomplete-popupIndicator{bottom:-14px!important;position:absolute!important;right:-6px!important}.workflowGlobal_resetVariableAutoComplete__hPArQ .MuiAutocomplete-tag{margin:3px 0!important;max-width:calc(100% - 3px)!important}.workflowGlobal_resetVariableAutoComplete__hPArQ .MuiSelect-select{padding:8.5px 14px!important}.workflowGlobal_resetVariableAutoComplete__hPArQ .MuiAutocomplete-inputRoot{padding:3px 5px!important}.workflowGlobal_resetVariableAutoComplete__hPArQ fieldset{border:none!important;box-shadow:0 0 2px #00000040!important}.workflowGlobal_resetVariableAutoComplete__hPArQ{border-radius:5px!important}.workflowGlobal_resetVariableAutoComplete__hPArQ .MuiChip-root{background-color:#fff!important;border:1px solid #6a097d4d!important;border-radius:5px!important;font-size:14px!important;margin-left:0!important;margin-right:5px!important}.workflowGlobal_disabledCheckedIcon__JKAZ\+ .MuiSvgIcon-root{fill:#7a7a7a}.workflowGlobal_staticWorkflowHeaderBreadcrumb__cMc\+u .MuiBreadcrumbs-separator{margin-left:3px;margin-right:3px}.workflowGlobal_staticWorkflowHeaderBreadcrumb__cMc\+u .MuiBreadcrumbs-ol{flex-wrap:nowrap;overflow:auto;text-overflow:ellipsis;white-space:nowrap}.workflowGlobal_staticWorkflowHeaderBreadcrumb__cMc\+u .MuiBreadcrumbs-ol::-webkit-scrollbar{height:1px!important;width:1px!important}.workflowGlobal_staticWorkflowHeaderBreadcrumb__cMc\+u .MuiBreadcrumbs-ol::-webkit-scrollbar-thumb{background-color:#fff!important}@keyframes workflowGlobal_fadeListIn__IOwJf{0%{opacity:0;transform:scale(0);transform-origin:top right}to{opacity:1;transform:scale(1);transform-origin:top right}}.workflowGlobal_closeListContainer__PdVh4{animation:workflowGlobal_fadeListClose__GorCl .4s ease-in forwards}@keyframes workflowGlobal_fadeListClose__GorCl{0%{opacity:1;transform:scale(1);transform-origin:top right}to{opacity:0;transform:scale(0);transform-origin:top right}}.workflowGlobal_toggleIconButtonInIntentDropdown__1w37e{opacity:1!important;pointer-events:auto!important}.workflowGlobal_toggleIconButtonInIntentDropdown__1w37e:active,.workflowGlobal_toggleIconButtonInIntentDropdown__1w37e:focus,.workflowGlobal_toggleIconButtonInIntentDropdown__1w37e:hover{background:none!important;outline:none!important}.workflowGlobal_intentOptionLowOpacity__xhaNF{opacity:.38!important}.workflowGlobal_intentConfigurationDropdown__mZgkR{opacity:1!important}.workflowGlobal_indentIntentDiv__vXAuy{width:40px!important}.workflowGlobal_paddingLeftIntentOption__ImFAY{padding-left:8px!important}.globalSearch_globalSearch__m9K-2 .MuiOutlinedInput-input{padding:11.5px 8px!important}.globalSearch_globalSearch__m9K-2 .Mui-focused,.globalSearch_globalSearch__m9K-2 .MuiOutlinedInput-notchedOutline{border:none!important}.globalSearch_globalSearch__m9K-2{border-radius:5px!important;box-shadow:0 0 2px 0 #5f6368!important}.globalSearch_globalSearch__m9K-2 input[type=search]::-webkit-search-cancel-button{cursor:pointer!important}.chatbot_tabStyle__HXLLQ{text-transform:capitalize!important}.chatbot_iFrameContainer__AcVUp{border:1px solid #e9e9e9;border-radius:3px!important}.chatbot_embedHeadItem__1EZ2x{background-color:#fbf4ff!important}.chatbot_embedTitle__YKpls{color:#6a097d!important;font-size:15px;font-weight:500}.chatbot_embedHeadContainer__38E-P{padding:20px 10px 20px 20px}.chatbot_embedDescription__n11rs{color:#565656!important}.chatbot_embedLinkContainer__upXDm{padding:20px}.chatbot_domainTable__J8Lfw{margin-top:18px!important;width:100%}.chatbot_tryChatBotStyles__zO2Cn{max-height:calc(100vh - 220px);overflow-y:scroll}.chatbot_exploreAIFontStyle__woItg{border-left:1px solid #000!important;padding-left:16px!important}.chatbot_fixGridContainer__0IcFZ{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__SlExH{width:100%!important}.chatbot_cbViewMainItem__\+l78P{position:relative}.chatbot_cbViewMainMobileItem__VNC1t{border-top:none}.chatbot_cbPreviewMainItem__fUtKW{background-color:#f6f6f6}.chatbot_cbPreviewMainItem__fUtKW,.chatbot_cbWPMainItem__Hunh-{height:calc(100vh - 90px)!important;max-height:calc(100vh - 90px)!important}.chatbot_cbPreviewHeadItem__q1ZK1{margin:10px 0!important}.chatbot_cbPreviewHead__RWubM{color:#1f384c!important;font-size:16px!important;font-weight:500!important}.chatbot_cbDetailsMainItem__drl9w{position:relative!important}.chatbot_sampleChatbotSettings__M3x3a{overflow:auto;padding-right:25px!important}.chatbot_sampleChatbotSettings__M3x3a::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_sampleChatbotSettings__M3x3a::-webkit-scrollbar{width:5px!important}.chatbot_sampleChatbotEditSettings__SPtSG{overflow:auto;padding-right:25px!important}.chatbot_sampleChatbotEditSettings__SPtSG::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_sampleChatbotEditSettings__SPtSG::-webkit-scrollbar{width:5px!important}.chatbot_sampleChatbotThemeSettings__stR4P{overflow:auto;padding-right:25px!important}.chatbot_sampleChatbotThemeSettings__stR4P::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_sampleChatbotThemeSettings__stR4P::-webkit-scrollbar{width:5px!important}.chatbot_sampleChatbotEditThemeSettings__qlrgi{overflow:auto;padding-right:25px!important}.chatbot_sampleChatbotEditThemeSettings__qlrgi::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_sampleChatbotEditThemeSettings__qlrgi::-webkit-scrollbar{width:5px!important}.chatbot_cbTabsRenderMainItem__HeaGw{overflow:auto;padding-right:25px!important}.chatbot_cbThemeRenderMainItem__De5fU::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_cbThemeRenderMainItem__De5fU::-webkit-scrollbar{width:5px!important}.chatbot_chatbotTabsRenderMainItem__9N5Cr{overflow:auto;padding-right:25px!important}.chatbot_whatsappTabsRenderMainItem__NaaSc{overflow:auto;padding-right:25px!important;z-index:1}.chatbot_whatsappIntegratedTabsRenderMainItem__I59r5{display:flex!important;flex-wrap:wrap!important;gap:25px!important;margin-top:10px!important;overflow:auto;padding:5px 25px 5px 5px!important}.chatbot_cbTabsRenderMainItem__HeaGw::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_cbTabsRenderMainItem__HeaGw::-webkit-scrollbar{width:5px!important}.chatbot_chatbotTabsRenderMainItem__9N5Cr::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.chatbot_chatbotTabsRenderMainItem__9N5Cr::-webkit-scrollbar{width:5px!important}.chatbot_cbHeaderMainItem__KV12Y{position:relative!important}.chatbot_cbHeaderBreadCrumbsHeadText__qMCeD{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important}.chatbot_cbHeaderBreadCrumbsChatbotLabel__Rkdm1{color:#1f384c!important;font-size:13px!important;font-weight:600!important}.chatbot_cbHeaderBreadCrumbMainItem__7D5jT{margin:2px 0 0!important}.chatbot_cbCancelButton__MkM4G{background-color:#fff!important;border:1px solid #6a097d!important;border-radius:5px!important;color:#6a097d!important}.chatbot_cbCancelButton__MkM4G,.chatbot_cbSaveButton__u1OH0{font-size:15px!important;font-weight:500!important;max-width:130px!important;text-transform:capitalize!important;width:130px!important}.chatbot_cbSaveButton__u1OH0{padding:5.7px 16px!important}.chatbot_cbResetButton__CfRVJ,.chatbot_cbSaveButton__u1OH0{background-color:#6a097d!important;border-radius:5px!important;color:#fff!important}.chatbot_cbResetButton__CfRVJ{font-size:15px!important;font-weight:500!important;text-transform:capitalize!important}.chatbot_cbResetButtonStyle__esdCY{max-width:160px!important;opacity:1;width:160px!important}.chatbot_cbSaveCancelContainerMargin__EMIUd{margin:10px 0!important}.chatbot_cbSaveCancelContainer__\+B8Pc{justify-content:start!important}.chatbot_gapEnd__lBzad{gap:10px!important;justify-content:end!important}.chatbot_cbDetailsPreviewMainItem__n5sUe,.chatbot_cbDetailsSettingsPreviewMainItem__tckct{background-color:#fff;position:absolute;right:0;top:16px;z-index:2}.chatbot_marginWrapper__nxrTq{margin:0 0 2px!important}.chatbot_cbDetailsTabitem__L5Xxa .chatbot_MuiTabs-root__UqOBs .chatbot_MuiTabs-fixed__LT3am{max-width:82%!important;overflow:auto!important;width:82%!important}.chatbot_chatbottabStyle__kmFbj{min-height:auto!important}.chatbot_chatbotTabStyle__Kphe-{font-size:15px!important;margin-right:15px!important;padding:12px 0 10px!important}.chatbot_dashboardStyle__2x5Ai,.chatbot_trydashboardStyle__FFFFQ{padding:0 0 0 27px!important}.chatbot_themeSettingsStyle__5Sn9u{margin:5px 35px 10px 0!important}.chatbot_setThemeAutoComplete__IUXFD{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__IUXFD .MuiOutlinedInput-notchedOutline{border:none!important}.chatbot_setThemeAutoComplete__IUXFD .MuiAutocomplete-input{font-size:14px!important;padding:0 3px!important}.chatbot_chatbotTabStyle__Kphe-{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__HeaGw{overflow:auto}.chatbot_themeSettingsStyle__5Sn9u{margin:5px 0 10px!important}}@media screen and (max-width:1200px)and (min-width:600px){.chatbot_cbDetailsPreviewMainItem__n5sUe{padding-block:4px;top:0;width:100%}.chatbot_cbDetailsSettingsPreviewMainItem__tckct{padding-block:4px;top:5px}.chatbot_whatsappTabsRenderMainItem__NaaSc{margin-top:5px!important}.chatbot_whatsappIntegratedTabsRenderMainItem__I59r5{margin-top:35px!important}.chatbot_sampleChatbotEditSettings__SPtSG,.chatbot_sampleChatbotSettings__M3x3a,.chatbot_sampleChatbotThemeSettings__stR4P{overflow:auto;padding-right:0!important}.chatbot_sampleChatbotEditThemeSettings__qlrgi{overflow:auto;padding-right:5px!important}.chatbot_chatbotTabsRenderMainItem__9N5Cr{margin-top:30px!important;overflow:auto;padding-right:0!important}}@media screen and (max-width:600px)and (min-width:0px){.chatbot_cbPreviewMainItem__fUtKW,.chatbot_cbWPMainItem__Hunh-{height:calc(100vh - 120px)!important;max-height:calc(100vh - 120px)!important}.chatbot_cbSaveCancelContainer__\+B8Pc{justify-content:center!important}.chatbot_cbDetailsPreviewMainItem__n5sUe{padding:4px;top:0;width:100%}.chatbot_cbDetailsSettingsPreviewMainItem__tckct{padding:4px;top:5px}.chatbot_chatbotTabsRenderMainItem__9N5Cr{margin-top:30px!important;overflow:auto;padding-right:0!important}.chatbot_chatbotTabStyle__Kphe-{font-size:14px!important;font-weight:600!important;min-height:auto!important;padding:12px 0!important}.chatbot_cbDetailsMainItem__drl9w{padding-right:0;position:relative!important}.chatbot_sampleChatbotEditSettings__SPtSG,.chatbot_sampleChatbotEditThemeSettings__qlrgi,.chatbot_sampleChatbotSettings__M3x3a,.chatbot_sampleChatbotThemeSettings__stR4P{overflow:auto;padding-right:5px!important}.chatbot_cbTabsRenderMainItem__HeaGw{overflow:auto;padding-right:0!important}.chatbot_dashboardStyle__2x5Ai{padding:0 20px!important}.chatbot_trydashboardStyle__FFFFQ{padding:0!important}.chatbot_fixGridContainer__0IcFZ{height:67%!important;top:16%!important}}@media screen and (min-width:601px)and (max-width:900px){.chatbot_dashboardStyle__2x5Ai{padding:0 25px!important}.chatbot_fixGridContainer__0IcFZ{height:67%!important;top:16%!important}}@media screen and (min-width:900px)and (max-width:1200px){.chatbot_fixGridContainer__0IcFZ{height:67%!important;top:16%!important}}@media screen and (max-width:900px)and (min-width:0px){.chatbot_cbCancelButton__MkM4G,.chatbot_cbSaveButton__u1OH0{font-size:13px!important;max-width:100px!important;width:100px!important}.chatbot_cbResetButton__CfRVJ{font-size:13px!important}.chatbot_setThemeAutoComplete__IUXFD .MuiOutlinedInput-root{font-size:14px!important;padding:7.5px!important}.chatbot_whatsappTabsRenderMainItem__NaaSc{margin-top:5px!important;padding-right:5px!important}.chatbot_whatsappIntegratedTabsRenderMainItem__I59r5{margin-top:35px!important;padding:5px 10px 5px 5px!important}.chatbot_setThemeAutoComplete__IUXFD{font-size:13px!important;min-width:160px!important}.chatbot_exploreAIFontStyle__woItg{border-left:none!important;padding-left:16px!important}}@media screen and (max-width:1600px)and (min-width:901px){.chatbot_cbHeaderBreadCrumbsChatbotLabel__Rkdm1,.chatbot_cbHeaderBreadCrumbsHeadText__qMCeD{font-size:12px!important}.chatbot_cbCancelButton__MkM4G,.chatbot_cbSaveButton__u1OH0{font-size:13px!important;max-width:100px!important;width:100px!important}.chatbot_cbResetButton__CfRVJ{font-size:13px!important}.chatbot_chatbotTabStyle__Kphe-{font-size:14px!important;padding:12px 0!important}.chatbot_setThemeAutoComplete__IUXFD .MuiOutlinedInput-root{font-size:14px!important;padding:7.5px!important}}@media screen and (max-width:1200px)and (min-width:901px){.chatbot_cbViewMainItem__\+l78P{padding-right:27px!important}}.chatbot_checkedIcon__MlGNb .MuiSvgIcon-root{fill:#6a097d}.chatbot_checkboxStyle__MHiBu{align-items:center;display:flex;font-size:15px;font-weight:500}.integrations_subHeading__J1f6H{padding:5px 0 15px}.integrations_upperBlock__4gMri{padding:0 28px 15px}.integrations_cbHeaderBreadCrumbsHeadText__0qS3X{color:#7a7a7a!important;font-size:13px!important;font-weight:600!important}.integrations_cbHeaderBreadCrumbsChatbotLabel__PZTSb{color:#1f384c!important;font-size:13px!important;font-weight:600!important}.integrations_cbHeaderBreadCrumbMainItem__vs8An{margin:2px 0 0!important}.integrations_integrateGridStyles__-ADPk{width:100%!important}.integrations_blockMargin__hRW1V{margin-block:20px!important}.integrations_integrateButtonGrid__ravho{align-items:center!important;display:flex!important;justify-content:center!important;padding-block:20px!important}.integrations_integrationView__UC1\+j{padding:20px 30px!important}.integrations_integrationWorking__NDKoC{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 3px #0000004d!important;padding:20px!important}.integrations_workingIconStyle__o32-s{border-radius:7px!important;padding:10px 0!important;width:-webkit-fit-content!important;width:fit-content!important}.integrations_integrationContent__-asjY{display:flex!important;padding-top:4px!important}.integrations_whatsappIntegrationIcon__9kRay{height:30px!important;width:30px!important}.integrations_integrationView__UC1\+j{background-color:#f6f6f6!important;box-shadow:0 0 2px #00000040;padding:20px 25px!important}.integrations_integrationPhoneView__xl9Mi,.integrations_integrationView__UC1\+j{background-color:#fff!important;border-radius:10px!important;margin-top:15px!important;overflow:scroll!important}.integrations_integrationPhoneView__xl9Mi{padding:20px 25px 20px 5px!important}.integrations_customRecipientMainContainer__sI\+AT{padding:20px 5px!important}.integrations_integrationDefaultView__xSjq2{background-color:#f6f6f6!important;height:calc(100vh - 110px)!important;padding:15px 25px!important}.integrations_integrationTable__mMKeX{overflow:auto!important;width:100%!important}.integrations_integrationTable__mMKeX::-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__mMKeX::-webkit-scrollbar{height:7px!important}.integrations_organizationStyle__lbZwp{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__lbZwp:hover{box-shadow:0 0 3px 0 #6a097d}.integrations_workspaceIconstyle__7R\+s\+{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__yR3gw{color:#000;font-size:15px!important;font-weight:600!important;margin-bottom:10px!important}.integrations_activeStyle__A5V7S{color:#32bb46!important;font-size:15px!important;font-weight:600!important}.integrations_notActiveStyle__DC8EI{color:#bb3232!important;font-size:15px!important;font-weight:600!important}.integrations_fieldName__qzaKz{color:#949494!important;font-size:13px!important;font-weight:500!important}.integrations_fieldValue__eMqrG{color:#000!important;font-size:15px!important;font-weight:400!important;margin-bottom:10px!important}.integrations_noTicketFieldFound__IAIIP{align-items:center;display:flex;height:calc(100vh - 250px)!important}.integrations_zohoIntegrationGridItem__WwzRs{z-index:2!important}.integrations_zohoInformationCardGridItem__nWrIS{max-height:83vh!important;overflow:auto!important;width:100%!important}.integrations_zohoInformationCardGridContainer__MNcPr{gap:30px!important}.integrations_zohoInformationCardBtnContainer__Of330{gap:12px!important;margin-bottom:30px!important}.integrations_showAllZohoAccountGridContainer__NwPre{flex-direction:column!important;gap:20px!important;padding:30px!important}.integrations_zohoIntegrationGridContainer__IB6YF{flex-wrap:nowrap!important;overflow:auto!important}.integrations_tableHeadingFontStyle__71eLD{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__rRv83{color:#000!important;font-size:14px!important;font-weight:500!important;padding:12px!important;white-space:nowrap!important}.integrations_ticketFieldTitle__CKgGR{color:#000!important;font-size:14px!important;font-weight:600!important;white-space:nowrap!important}.integrations_ticketSubjectStaticValueTitle__FKMmE{color:#676767!important;font-size:14px!important;font-weight:500!important;white-space:nowrap!important}.integrations_ticketFieldValues__psQqI{color:#000!important;font-size:14px!important;font-weight:500!important}.integrations_tableBodyRow__-QNj4 td{border:none!important}.integrations_zohoTextField__8jH3U{background-color:#fff!important;border-radius:4px!important;min-width:300px!important;width:100%!important}.integrations_zohoTextField__8jH3U fieldset{border:none!important;box-shadow:0 0 3px #00000040!important}.integrations_zohoTextField__8jH3U .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.integrations_zohoFieldsDropdown__G6lrh{border-radius:5px!important;font-size:14px!important;max-width:300px!important;max-width:100%!important;width:300px!important;width:100%!important}.integrations_zohoFieldsDropdown__G6lrh .MuiAutocomplete-endAdornment{position:relative!important}.integrations_zohoFieldsDropdown__G6lrh .MuiAutocomplete-clearIndicator{bottom:-14px!important;position:absolute!important;right:18px!important}.integrations_zohoFieldsDropdown__G6lrh .MuiAutocomplete-popupIndicator{bottom:-14px!important;position:absolute!important;right:-6px!important}.integrations_zohoFieldsDropdown__G6lrh .MuiAutocomplete-tag{margin:3px 0!important;max-width:calc(100% - 3px)!important}.integrations_zohoFieldsDropdown__G6lrh .MuiSelect-select{padding:8.5px 14px!important}.integrations_zohoFieldsDropdown__G6lrh .MuiAutocomplete-inputRoot{padding:3px 5px!important}.integrations_zohoFieldsDropdown__G6lrh fieldset{border:none!important;box-shadow:0 0 3px #00000040!important}.integrations_zohoFieldsDropdown__G6lrh .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__SvybE{background-color:#fbf4ff!important;border-radius:8px!important;padding:1px!important}.integrations_zohoTabGridStyle__03fng{max-width:45vw!important;min-width:320px!important;overflow:auto!important;padding:5px!important}.integrations_zohoTabGridStyle__03fng::-webkit-scrollbar{height:4px!important;width:1px!important}.integrations_zohoTabSelectStyle__EsuBp{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__u8nZq{color:#000!important;font-size:14px!important;font-weight:600!important}.integrations_zohoTabSelectedMobileStyle__Y6nyH{border-bottom:3px solid #6a097d!important;color:#6a097d;cursor:pointer!important;padding-bottom:5px!important}.integrations_zohoSelectMobileStyle__Q0YPg{color:gray!important;cursor:pointer!important;padding-bottom:5px!important}.integrations_zohoTabSelectTextMobileStyle__P6RYx{font-size:13px!important;font-weight:600!important;white-space:nowrap!important}.integrations_editableWorkspaceName__3-ZO5{background-color:#0000!important;border-radius:5px!important;width:100%!important}.integrations_editableWorkspaceName__3-ZO5 fieldset{border:none!important;outline:none!important}.integrations_editableWorkspaceName__3-ZO5 .MuiOutlinedInput-input{font-size:17px!important;font-weight:600!important;padding:3px 0 0!important}.integrations_editWorkspaceNameIcon__ZtT\+x{color:#4c4a4d!important;cursor:pointer!important;height:16px!important;margin:4px 4px 0!important;width:16px!important}.integrations_viewOrganizationGridPadding__PaLuo{padding:20px 0!important}@media screen and (min-width:600px){.integrations_viewOrganizationGridPadding__PaLuo{padding:25px 0!important}}.integrations_viewOrganizationHeaderGrid__hJDDK{margin-bottom:10px!important;padding:0 20px!important}@media screen and (max-width:600px){.integrations_viewOrganizationHeaderGrid__hJDDK{margin-bottom:0!important}.integrations_editableWorkspaceName__3-ZO5 .MuiOutlinedInput-input{font-size:15px!important}}@media screen and (min-width:1200px){.integrations_viewOrganizationHeaderGrid__hJDDK{padding:0 25px 0 27px!important}.integrations_organizationMembersGrid__Q3YK8{padding:0 25px!important}}.integrations_addNewMemberBtn__TGBxW{width:178px!important}.integrations_addNewMemberBtnIcon__BQ4mx{height:28px!important;width:auto!important}.integrations_organizationHeaderDivider__m036A{padding-top:16px!important}.integrations_organizationMembersGrid__Q3YK8{box-sizing:border-box!important;overflow:scroll!important;padding:10px 20px!important;width:100%!important}@media screen and (min-width:0px)and (max-width:1400px){.integrations_zohoTextField__8jH3U{min-width:250px!important}}@media screen and (max-width:1600px){.integrations_tableHeadingFontStyle__71eLD{font-size:14px!important}.integrations_tableSubHeadingFontStyle__rRv83,.integrations_ticketFieldTitle__CKgGR,.integrations_ticketFieldValues__psQqI,.integrations_ticketSubjectStaticValueTitle__FKMmE{font-size:13px!important}}@media screen and (min-width:1200px){.integrations_showAllZohoAccountGridContainer__NwPre{margin-top:0!important}.integrations_zohoIntegrationGridContainer__IB6YF{margin-top:0!important;padding:15px 15px 15px 5px!important}}@media screen and (min-width:0px)and (max-width:600px){.integrations_showAllZohoAccountGridContainer__NwPre{margin-top:8px!important}.integrations_zohoIntegrationGridContainer__IB6YF{margin-top:-18px!important;padding:15px 7px!important}.integrations_whatsappIntegrationIcon__9kRay{height:22px!important;width:22px!important}.integrations_integrationContent__-asjY{padding-top:2px!important}.integrations_integrationView__UC1\+j{overflow-y:scroll!important;padding:15px 10px!important}.integrations_integrationPhoneView__xl9Mi{overflow-y:scroll!important;padding:5px!important}.integrations_integrationDefaultView__xSjq2{height:calc(100vh - 90px)!important;overflow-y:scroll!important;padding:15px!important}.integrations_upperBlock__4gMri{padding:0 20px!important}.integrations_dividerStyle__78RFL{margin-top:5px!important}.integrations_subHeading__J1f6H{padding:0 0 15px}}.integrations_whatsappIntegrationFontStyle__m0cmw{font-size:17px!important;font-weight:600!important}.integrations_assignCusonRecippientBtnGrp__EA20G{padding:20px 0!important}@media screen and (min-width:600px)and (max-width:900px){.integrations_whatsappIntegrationIcon__9kRay{height:22px!important;width:22px!important}.integrations_integrationContent__-asjY{padding-top:2px!important}.integrations_integrationDefaultView__xSjq2,.integrations_integrationPhoneView__xl9Mi,.integrations_integrationView__UC1\+j{overflow-y:scroll!important;padding:15px!important}.integrations_integrationDefaultView__xSjq2{height:calc(100vh - 100px)!important}.integrations_upperBlock__4gMri{padding:0 20px!important}}@media screen and (min-width:901px)and (max-width:1600px){.integrations_whatsappIntegrationIcon__9kRay{height:22px!important;width:22px!important}.integrations_integrationContent__-asjY{padding-top:2px!important}.integrations_integrationDefaultView__xSjq2,.integrations_integrationPhoneView__xl9Mi,.integrations_integrationView__UC1\+j{overflow-y:scroll!important;padding:15px!important}.integrations_integrationDefaultView__xSjq2{height:calc(100vh - 100px)!important}.integrations_upperBlock__4gMri{padding:0 20px 10px!important}}@media screen and (min-width:1200px)and (max-width:1600px){.integrations_upperBlock__4gMri{padding:0 30px 15px!important}}.sideNavigationPanel_headerSideItem__pT2Lg{margin-bottom:10px!important;margin-left:2px!important;max-width:215px!important}.sideNavigationPanel_headerSideItem__pT2Lg,.sideNavigationPanel_headerSideMobileItem__OyTGZ{border-bottom:1px solid #dbdbdb!important;border-radius:0!important;font-size:15px!important;font-weight:600!important}.sideNavigationPanel_headerSideMobileItem__OyTGZ{margin-bottom:20px!important;margin-left:0!important;max-width:183px!important}.sideNavigationPanel_headerSideItem__pT2Lg:hover,.sideNavigationPanel_headerSideMobileItem__OyTGZ:hover{background-color:#0000!important;color:#000!important}.sideNavigationPanel_sideBarIcon__A4qiH,.sideNavigationPanel_sideNavigationPanelStyle__7iZcQ .MuiDrawer-paper{transition:all .45s ease-in-out!important}.sideNavigationPanel_sideNavigationPanelStyle__7iZcQ{transition:all 1s ease!important}.sideNavigationPanel_sideNavigationPanelStyle__7iZcQ .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__7iZcQ .MuiToolbar-root{cursor:pointer;justify-content:center;min-height:0!important;min-height:auto!important;padding:30px 30px 20px!important}.sideNavigationPanel_sideNavigationPanelStyle__7iZcQ .sideNavigationPanel_selectedListItemStyle__a9jhn{background:#f7e9ff;color:#6a097d;cursor:pointer;font-size:14px;font-weight:600}.sideNavigationPanel_sideNavigationPanelStyle__7iZcQ .sideNavigationPanel_selectedListItemStyle__a9jhn:hover{background:#f7e9ff!important;color:#6a097d!important;cursor:pointer;font-size:14px;font-weight:600}.sideNavigationPanel_sideNavigationPanelStyle__7iZcQ .MuiListItem-root:hover{background:#f7e9ff;color:#000;cursor:pointer}.sideNavigationPanel_sideNavigationPanelStyle__7iZcQ .MuiListItem-root:hover .sideNavigationPanel_listItemMenuText__\+91cB{padding-left:8px!important;transition:all .35s ease-out!important}.sideNavigationPanel_sideNavigationPanelStyle__7iZcQ .MuiListItem-root:hover{transition:all .35s ease-out!important}.sideNavigationPanel_sideNavigationPanelStyle__7iZcQ .MuiListItemText-root{margin-left:-8px!important}.sideNavigationPanel_sideNavigationPanelStyle__7iZcQ .MuiListItemText-primary{cursor:pointer;font-size:14px;font-weight:600}.sideNavigationPanel_headerSideItem__pT2Lg .MuiListItemText-primary{white-space:nowrap!important}.sideNavigationPanel_headerSideItem__pT2Lg .MuiListItemText-primary,.sideNavigationPanel_headerSideMobileItem__OyTGZ .MuiListItemText-primary{color:#000!important;font-size:15px!important;font-weight:600!important;overflow:hidden!important;text-overflow:ellipsis!important}.sideNavigationPanel_sideNavigationPanelStyle__7iZcQ .MuiListItemButton-root{border-radius:7px;cursor:pointer;padding-left:20px!important}.sideNavigationPanel_sideNavigationPanelStyle__7iZcQ .MuiListItemButton-root:hover{background-color:initial;cursor:pointer}.sideNavigationPanel_sideNavigationPanelStyle__7iZcQ .MuiListItem-root{border-radius:7px;cursor:pointer;height:42px;margin:8px 0;padding:0}.sideNavigationPanel_sideNavigationPanelStyle__7iZcQ .MuiListItemIcon-root{align-items:center;cursor:pointer;display:flex;margin-right:20px!important;min-width:0;min-width:auto}.sideNavigationPanel_sideNavigationPanelStyle__7iZcQ .sideNavigationPanel_listItemStyle__yRua4{cursor:pointer;font-size:14px;font-weight:500}.sideNavigationPanel_SelectedListSubItemStyle__MMxCi{background-color:#f7e9ff!important;border-radius:5px!important;color:#6a097d!important}.sideNavigationPanel_SelectedListSubItemStyle__MMxCi,.sideNavigationPanel_listSubItemStyle__vB3YL{font-size:10px!important;margin-bottom:10px!important;padding:2px 20px 2px 0!important}.sideNavigationPanel_listSubItemStyle__vB3YL:hover{background-color:#f7e9ff!important;border-radius:5px!important;color:#000!important}.sideNavigationPanel_listSubItemStyle__vB3YL:hover .sideNavigationPanel_subMenuHoverItems__HKMkx{padding-left:6px!important;transition:all .3s ease-out!important}.sideNavigationPanel_subMenuHoverItems__HKMkx .MuiTypography-root{font-size:12px!important;font-weight:600!important}.sideNavigationPanel_imageSubNavigationMenu__ZJdO8{height:18px;margin:0 10px 0 15px!important;padding-left:0!important;width:18px}.sideNavigationPanel_creditUsedComponentWrapper__5\+KBi{margin-bottom:20px!important}.sideNavigationPanel_downloadExtensionWrapper__Tws7P{margin:0 15px 20px!important}.sideNavigationPanel_profileWrapper__KylB5{margin:0 15px 10px!important}.sideNavigationPanel_AccountDetailsWrapper__Xqwyr{margin-bottom:0 15px 10px!important}.sideNavigationPanel_settingsWorkspace__XRHVe{margin:0 15px 10px!important}.sideNavigationPanel_backToHomeButton__dfU2\+{margin:0 15px 15px!important}.sideNavigationPanel_navigationPanelContentWrapper__1Q0VY{flex-wrap:nowrap!important;height:100%!important}.sideNavigationPanel_imageNavigationMenu__ER0Rr{height:18px;margin:0 12px!important;padding-left:0!important;width:18px}.sideNavigationPanel_scaledSmall__MpfjY{transform:scale(1.1)!important}.sideNavigationPanel_scaledLarge__Ms-5i{transform:scale(1.2)!important}.sideNavigationPanel_mobileImageNavigationMenu__6i-rT{height:18px;margin:0 20px!important;padding-left:0!important;width:18px}.sideNavigationPanel_headerSideItem__pT2Lg .sideNavigationPanel_imageNavigationMenu__ER0Rr{margin:0 20px 0 2px!important;padding-left:0!important}.sideNavigationPanel_headerSideMobileItem__OyTGZ .sideNavigationPanel_imageNavigationMenu__ER0Rr,.sideNavigationPanel_headerSideMobileItem__OyTGZ .sideNavigationPanel_mobileImageNavigationMenu__6i-rT{margin:0 20px 0 10px!important;padding-left:0!important}.sideNavigationPanel_writewizLogoStyle__e-Syd{display:flex;flex-wrap:nowrap;height:auto;margin-left:22px;transition:all .3s ease-in-out!important;width:160px}.sideNavigationPanel_smallLogoStyle__Uyago{animation:sideNavigationPanel_opacityAnimation__Tat6G .5s ease-in-out forwards}.sideNavigationPanel_workSpaceAnimationStyle__VrUec{animation:sideNavigationPanel_opacityAnimationWorkspace__pHWM3 .7s ease-in forwards}@keyframes sideNavigationPanel_opacityAnimationWorkspace__pHWM3{0%{opacity:0}to{opacity:1}}@keyframes sideNavigationPanel_opacityAnimation__Tat6G{0%{opacity:.2}to{opacity:1}}.sideNavigationPanel_drawerClosed__pgmZJ,.sideNavigationPanel_drawerOpen__dxoO8{transition:width .4s ease-in-out}.sideNavigationPanel_settingsStyleSidePanel__l\+NtG{transform:translateX(20px)}.sideNavigationPanel_settingsStyleSidePanel__l\+NtG .MuiList-root{padding:0!important}.sideNavigationPanel_activeWorkspaceMenu__nWZLo{background-color:#f7e9ff!important;font-weight:600!important}.sideNavigationPanel_activeWorkspaceMenu__nWZLo,.sideNavigationPanel_inActiveWorkspaceMenu__WOCgl{border-bottom:1px solid #0000001a!important;color:#000!important;font-size:14px!important;min-height:0!important;padding:12px 20px!important}.sideNavigationPanel_inActiveWorkspaceMenu__WOCgl{background-color:#fff!important;font-weight:500!important}@media screen and (max-height:785px){.sideNavigationPanel_sideNavigationPanelStyle__7iZcQ .MuiToolbar-root{cursor:pointer;justify-content:center;min-height:0!important;min-height:auto!important;padding:20px 30px 10px!important}.sideNavigationPanel_sideNavigationPanelStyle__7iZcQ .MuiListItem-root{border-radius:7px;cursor:pointer;height:39px;margin:7px 0;padding:0}.sideNavigationPanel_profileWrapper__KylB5{margin:0 15px 10px!important}.sideNavigationPanel_AccountDetailsWrapper__Xqwyr{margin:0 15px 15px!important}}.sideNavigationPanel_navigationPanelContentWrapper__1Q0VY .MuiList-root{overflow-x:hidden!important;overflow-y:auto!important;padding-bottom:0!important;padding-top:0!important}.sideNavigationPanel_navigationPanel284MaxHeight__-oeFZ .MuiList-root{max-height:calc(100vh - 284px)!important}.sideNavigationPanel_navigationPanel230MaxHeight__eL2Iw .MuiList-root{max-height:calc(100vh - 230px)!important}.sideNavigationPanel_navigationPanel315MaxHeight__IH3Y5 .MuiList-root{max-height:calc(100vh - 315px)!important}.sideNavigationPanel_navigationPanel305MaxHeight__lovCh .MuiList-root{max-height:calc(100vh - 305px)!important}.sideNavigationPanel_navigationPanel256MaxHeight__wZXzF .MuiList-root{max-height:calc(100vh - 256px)!important}.sideNavigationPanel_navigationPanel313MaxHeight__lMAST .MuiList-root{max-height:calc(100vh - 313px)!important}.sideNavigationPanel_navigationPanel303MaxHeight__JxsTr .MuiList-root{max-height:calc(100vh - 303px)!important}.sideNavigationPanel_navigationPanel364MaxHeight__Gis8g .MuiList-root{max-height:calc(100vh - 364px)!important}.sideNavigationPanel_navigationPanel310MaxHeight__RrTzr .MuiList-root{max-height:calc(100vh - 310px)!important}.sideNavigationPanel_navigationPanel415MaxHeight__7GhFm .MuiList-root{max-height:calc(100vh - 415px)!important}.sideNavigationPanel_navigationPanel365MaxHeight__4-D43 .MuiList-root{max-height:calc(100vh - 365px)!important}.sideNavigationPanel_navigationPanel355MaxHeight__JAIvf .MuiList-root{max-height:calc(100vh - 355px)!important}.sideNavigationPanel_navigationPanel340MaxHeight__4lGnt .MuiList-root{max-height:calc(100vh - 340px)!important}.sideNavigationPanel_navigationPanel390MaxHeight__ZoeqY .MuiList-root{max-height:calc(100vh - 390px)!important}.sideNavigationPanel_navigationPanel380MaxHeight__6O2my .MuiList-root{max-height:calc(100vh - 380px)!important}.sideNavigationPanel_navigationPanel360MaxHeight__L5GMF .MuiList-root{max-height:calc(100vh - 360px)!important}.sideNavigationPanel_navigationPanel322MaxHeight__XNLLL .MuiList-root{max-height:calc(100vh - 322px)!important}.sideNavigationPanel_navigationPanel405MaxHeight__GaCrR .MuiList-root{max-height:calc(100vh - 405px)!important}.sideNavigationPanel_navigationPanelContentWrapper__1Q0VY .MuiList-root::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;outline:medium none invert!important;outline:initial!important}.sideNavigationPanel_navigationPanelContentWrapper__1Q0VY .MuiList-root::-webkit-scrollbar{width:5px!important}@media screen and (max-width:900px)and (min-width:0px){.sideNavigationPanel_sideNavigationPanelStyle__7iZcQ .MuiListItemText-primary{font-size:13px!important}.sideNavigationPanel_imageNavigationMenu__ER0Rr,.sideNavigationPanel_mobileImageNavigationMenu__6i-rT{height:16px!important;width:16px!important}}@media screen and (max-width:599px)and (min-width:0px){.sideNavigationPanel_writewizLogoStyle__e-Syd{margin-left:0}.sideNavigationPanel_sideNavigationPanelStyle__7iZcQ .MuiToolbar-root{padding:15px 30px 30px 0!important}.sideNavigationPanel_headerSideItem__pT2Lg{max-width:193px!important}}@media screen and (max-width:1600px)and (min-width:901px){.sideNavigationPanel_sideNavigationPanelStyle__7iZcQ .MuiListItemText-primary{font-size:13px!important}.sideNavigationPanel_imageNavigationMenu__ER0Rr,.sideNavigationPanel_mobileImageNavigationMenu__6i-rT{height:16px!important;width:16px!important}}.sideNavigationPanel_drawerHeaderContainer__gROrn{justify-content:start!important}.sideNavigationPanel_newCollapsedLogo__Ro-kb{cursor:pointer!important;height:35px!important;margin-left:9px!important;width:35px!important}.sideNavigationPanel_mobiledrawerContainer__gT16E{flex-direction:column!important;justify-content:space-between!important}.sideNavigationPanel_workspaceWrapper__D-73V{background-color:#dee8f3!important;border-radius:5px!important;margin:0 15px 10px!important;padding:8px 15px!important}.sideNavigationPanel_workspaceContainer__QF\+nb{flex-direction:column!important;gap:8px!important}.sideNavigationPanel_workspaceTextContainer__RjYMW{align-items:center!important;flex-direction:row!important}.sideNavigationPanel_workspaceTextGap__vXrqr{gap:8px!important}.sideNavigationPanel_getStartedPageBlockWithActivePage__SkEPk{background-color:#fbf4ff!important;border-radius:5px!important;box-shadow:0 0 2px 0 #6a097d!important;margin:0 15px!important;padding:12px 15px!important}.sideNavigationPanel_getStartedPageBlockWithoutActive__qO8dk{margin:0 15px!important;padding:0 15px!important}.sideNavigationPanel_getStartedPageBlockContainer__jyiKh{align-items:center!important;gap:8px!important}.sideNavigationPanel_getStartedPgaeText__scAky{color:#6a097d!important;font-size:14px!important;font-weight:600!important}.sideNavigationPanel_workspaceText__8fs6r{color:#4c4a4d!important;font-size:12px!important;font-weight:500!important}.sideNavigationPanel_organizationName__yazMh{color:#000!important;font-size:14px!important;font-weight:600!important}.sideNavigationPanel_workspaceDivider__Fxo1Z{margin:10px 20px 0!important}.sideNavigationPanel_mobileDrawerPadding__NpT7M{padding:10px!important}.sideNavigationPanel_desktopDrawerDivider__\+bE3g{margin:10px 15px 0!important}.sideNavigationPanel_miniDrawerDividerPadding__eDK2f{margin:10px 5px 5px!important}.sideNavigationPanel_drawerItemsPadding__PUPPM{padding:10px 15px!important}.sideNavigationPanel_drawerTooltipWrapper__YBWs6{padding-block:5px!important;padding:0 15px 0 10px!important}.sideNavigationPanel_miniDrawerWorkspaceWrapper__yYYhH{background-color:#dee8f3!important;border-radius:5px!important;margin:0 10px 15px!important;padding:10px!important}.sideNavigationPanel_miniDrawerGetStartedPageWrapper__0OORV,.sideNavigationPanel_miniDrawerPadding__NFqKt{padding:15px!important}.sideNavigationPanel_miniDrawerPaddingForGetStarted__yxNey{padding:0 15px!important}.sidePanelAccountDetails_mainBlock__La2Iv{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__6j4c4{background-color:#6a097d!important;margin-bottom:10px!important;padding:6px!important}.sidePanelAccountDetails_settingsMainBlock__arkft{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__arkft:hover{background-color:#f7e9ff!important;border:none!important;border-radius:5px!important}.sidePanelAccountDetails_settingsMainBlock__arkft:hover .sidePanelAccountDetails_nameStyle__ENllD{color:#000!important}.sidePanelAccountDetails_mainBlockMobile__qK0LN{padding:17px 10px;padding-top:0!important}.sidePanelAccountDetails_mainBlockMobile__qK0LN,.sidePanelAccountDetails_settingsBlockMobile__6GbfV{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__6GbfV{margin-bottom:10px!important;padding:10px}.sidePanelAccountDetails_settingsBlockMobile__6GbfV:hover{background-color:#f7e9ff!important}.sidePanelAccountDetails_nameStyle__ENllD{color:#4c4a4d!important;font-size:14px!important;font-weight:600!important;margin-left:8px!important}.sidePanelAccountDetails_menuLogout__hCUdD{color:#6a097d!important;font-size:16px!important;font-weight:500!important;margin:2px 4px!important;min-height:48px}.sidePanelAccountDetails_menuLogout__hCUdD,.sidePanelAccountDetails_settingsMenu__bjPiF{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__bjPiF{color:#4c4a4d!important;font-size:14px!important;font-weight:600!important;margin:4px!important;min-height:0!important;min-width:180px!important}.sidePanelAccountDetails_menuLogout__hCUdD .MuiListItemIcon-root{color:#6a097d}.sidePanelAccountDetails_settingsMenu__bjPiF .MuiListItemIcon-root{color:#4c4a4d}.sidePanelAccountDetails_menuLogout__hCUdD:hover{background:#fbf4ff!important;color:#000!important}.sidePanelAccountDetails_settingsMenu__bjPiF:hover{background:#f7e9ff!important;color:#000!important}.sidePanelAccountDetails_profilestyles__cyv7k{height:auto!important;width:23px!important}.sidePanelAccountDetails_menuStyleSidePanel__zeiDq,.sidePanelAccountDetails_settingsStyleSidePanel__TV6YE{box-shadow:0 0 4px 0 #6a097d}@media screen and (max-height:745px){.sidePanelAccountDetails_mainBlock__La2Iv,.sidePanelAccountDetails_settingsMainBlock__arkft{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__zeiDq .MuiList-root,.sidePanelAccountDetails_settingsStyleSidePanel__TV6YE .MuiList-root{padding:4px!important}@media screen and (max-width:1600px){.sidePanelAccountDetails_nameStyle__ENllD{font-size:13px!important}.sidePanelAccountDetails_mainBlock__La2Iv,.sidePanelAccountDetails_settingsMainBlock__arkft{padding:12px 15px!important}}@media screen and (min-width:901px)and (max-width:1600px){.sidePanelAccountDetails_menuStyleSidePanel__zeiDq .MuiList-root,.sidePanelAccountDetails_settingsStyleSidePanel__TV6YE .MuiList-root{padding:4px!important}.sidePanelAccountDetails_menuLogout__hCUdD,.sidePanelAccountDetails_settingsMenu__bjPiF{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__cyv7k{height:auto!important;width:20px!important}}@media screen and (min-width:601px)and (max-width:900px){.sidePanelAccountDetails_menuStyleSidePanel__zeiDq .MuiList-root,.sidePanelAccountDetails_settingsStyleSidePanel__TV6YE .MuiList-root{padding:4px!important}.sidePanelAccountDetails_menuLogout__hCUdD,.sidePanelAccountDetails_settingsMenu__bjPiF{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__cyv7k{height:auto!important;width:20px!important}}@media screen and (max-width:600px){.sidePanelAccountDetails_menuStyleSidePanel__zeiDq .MuiList-root,.sidePanelAccountDetails_settingsStyleSidePanel__TV6YE .MuiList-root{padding:4px!important}.sidePanelAccountDetails_menuLogout__hCUdD,.sidePanelAccountDetails_settingsMenu__bjPiF{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__cyv7k{height:auto!important;width:18px!important}}.sidePanelAccountDetails_AccountDetailsWrapper__rm-M7{margin-bottom:15px!important}.sidePanelAccountDetails_menuPaperSidePanel__JaUgU{filter:drop-shadow(0 2px 8px rgba(0,0,0,.32));margin-top:12px!important;overflow:visible!important}.sidePanelAccountDetails_menuPaperSidePanel__JaUgU .MuiAvatar-root{height:32px!important;margin-left:-4px!important;margin-right:8px!important;width:32px!important}.sidePanelAccountDetails_menuNameEllipsis__Edwvt{max-width:125px!important;overflow:hidden!important;text-overflow:ellipsis!important}.sidePanelAccountDetails_menuArrowIcon__PmNcx{color:#7a7a7a!important;cursor:pointer!important;font-size:medium!important}.sidePanelAccountDetails_menuProfileIcon__pfxrA{height:auto!important;width:23px!important}.consultation_mainBlock__p28mm{padding:14px}.consultation_mainBlock__p28mm,.consultation_mainPageDesign__hZNtx{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__hZNtx{box-shadow:0 0 5px #6a097d4d;margin-bottom:15px;padding:15px;position:relative}.consultation_logoContainer__2LxOR{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__iDyvP{align-items:center;display:flex;gap:10px}.consultation_mainBlockMobile__-TT4X{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__kb5XA{color:#6a097d!important;font-size:15px!important;font-weight:500!important}.consultation_menuLogout__0xSRX{-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__0xSRX .MuiListItemIcon-root{color:#6a097d}.consultation_menuLogout__0xSRX:hover{background:#fbf4ff!important;color:#6a097d}.consultation_profilestyles__XhMNa{height:auto!important;width:23px!important}.consultation_menuStyleSidePanel__heI-n{box-shadow:0 0 4px 0 #6a097d}.consultation_heading__uBiCZ{color:#333;font-size:13px!important;font-weight:400!important}.consultation_subHeading__bMZLl{align-items:center;color:#6a097d;display:flex;font-size:13px!important;font-weight:600!important;gap:5px}.consultation_closeIconContainer__4xxu8{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__p28mm{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__heI-n .MuiList-root{padding:4px!important}@media screen and (min-width:901px)and (max-width:1600px){.consultation_menuStyleSidePanel__heI-n .MuiList-root{padding:4px!important}.consultation_menuLogout__0xSRX{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__XhMNa{height:auto!important;width:20px!important}}@media screen and (min-width:601px)and (max-width:900px){.consultation_menuStyleSidePanel__heI-n .MuiList-root{padding:4px!important}.consultation_menuLogout__0xSRX{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__XhMNa{height:auto!important;width:20px!important}}@media screen and (max-width:600px){.consultation_menuStyleSidePanel__heI-n .MuiList-root{padding:4px!important}.consultation_menuLogout__0xSRX{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__XhMNa{height:auto!important;width:18px!important}}@media screen and (max-width:1600px){.consultation_mainBlock__p28mm{padding:10px}.consultation_nameStyle__kb5XA{font-size:13px!important}}.phoneComponent_phoneInputWrapper__46E0q{border-radius:3px;box-shadow:0 0 3px 0 #00000040!important;height:52px}.phoneComponent_phoneInputWrapper__46E0q .react-tel-input{height:100%}.phoneComponent_phoneInputWrapper__46E0q .selected-flag{padding:0 0 0 8px!important}.phoneComponent_phoneInputWrapper__46E0q .form-control{border:initial!important;height:100%!important;width:100%!important}.phoneComponent_phoneInputWrapperForRequestACallback__gz47Y{border-radius:3px;box-shadow:0 0 3px 0 #00000040!important;height:40px!important}.phoneComponent_phoneInputWrapperForRequestACallback__gz47Y .selected-flag{box-shadow:0 0 2px 0 #00000040!important;padding:0 0 0 8px!important}.phoneComponent_phoneInputWrapperForRequestACallback__gz47Y .react-tel-input{height:100%}.phoneComponent_phoneInputWrapperForRequestACallback__gz47Y .form-control{border:initial!important;height:100%!important;width:100%!important}.interactionAndCampaigns_parentGrid__8clIH{padding:16px}.interactionAndCampaigns_headerRow__1IxLk{align-items:start;display:flex;justify-content:space-between}.interactionAndCampaigns_analyticsMainContainer__Pkn3w{padding:15px 0!important}.interactionAndCampaigns_analyticsPageHeader__\+mZqS{margin-bottom:10px!important;padding:0 20px!important}.interactionAndCampaigns_analyticsPageHeaderDivider__5lJoY{padding-top:16px!important}.interactionAndCampaigns_analyticsPageContentGrid__2ZGC5{padding:5px 23px!important}.interactionAndCampaigns_comparisonHeaderContainer__5Bg9t{align-items:center!important;flex-direction:row!important;gap:0!important}.interactionAndCampaigns_dashboardContainer__ha3UV{gap:12px!important}.interactionAndCampaigns_interactionsAndCampaignMainContainer__jRt13{border-radius:10px!important;box-shadow:0 0 3px 0 #dadada!important;gap:24px!important}.interactionAndCampaigns_interactionsAndCampaignGridItem__oXJqE{padding:20px!important}.interactionAndCampaigns_interactionsAndCampaignGridContainer__V8cgj{display:flex!important;flex-direction:column!important;gap:32px!important}.interactionAndCampaigns_uniqueInteractionsPieChartGridItem__B7ZFt{margin-top:10px!important;padding:20px!important}.interactionAndCampaigns_userComparisonGridItem__FtktZ{padding:20px!important}.interactionAndCampaigns_userComparisonOuterGridContainer__92xAM{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;gap:24px!important}.interactionAndCampaigns_userComparisonInnerGridContainer__dBXIa{flex-wrap:nowrap!important;gap:20px!important}.interactionAndCampaigns_personIcon__PbH9r{color:purple!important}.interactionAndCampaigns_barChartContainer__rhk-u{gap:24px!important}.interactionAndCampaigns_barChartInfoColorBox__aB\+16{border-radius:50%!important;height:12px!important;margin-right:8px!important;width:12px!important}.interactionAndCampaigns_barChartInfoKeyTypography__uq2WU{color:#1c1c1c!important;font-size:14px!important}.interactionAndCampaigns_dataCardImg__iH0JU{height:24px!important;width:24px!important}.interactionAndCampaigns_pieChartMainContainer__5boM7{gap:32px!important}.interactionAndCampaigns_responsiveContainer__Assvx{height:200px!important;width:200px!important}.interactionAndCampaigns_viewInbox__nUd3I{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__GU8we{font-size:16px!important;font-weight:600!important}.interactionAndCampaigns_comparisonTitle__doojg{font-size:17px!important;font-weight:600!important}.interactionAndCampaigns_contentContainer__TmHqa{display:flex!important;flex-wrap:nowrap!important}.interactionAndCampaigns_chartContainer__IYj-P,.interactionAndCampaigns_stackChartContainer__CFqQs{align-items:center;display:flex;flex-direction:column}.interactionAndCampaigns_stackChartContainer__CFqQs{height:300px;position:relative;width:100%}.interactionAndCampaigns_detailsContainer__F7pqh{display:flex!important;flex-direction:column!important;gap:10px!important;justify-content:center!important}.interactionAndCampaigns_detailRow__f8POV{align-items:center!important;display:flex!important;gap:5px!important;margin-bottom:6px!important;width:100%!important}.interactionAndCampaigns_colorIndicator__Ks1a7{border-radius:50%!important;display:inline-block!important;height:12px!important;margin-right:8px!important;width:12px!important}.interactionAndCampaigns_interactionName__M6V51{color:#767676!important;font-size:14px!important;font-weight:600!important}.interactionAndCampaigns_boldValue__DrWBf{color:#404040!important;font-size:14px!important;font-weight:800!important}.interactionAndCampaigns_centerContent__riGmW{align-items:center;display:flex;flex-direction:column;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:-1!important}.interactionAndCampaigns_profileIcon__qKJlH{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__1Sw\+k{font-size:24px!important;margin-top:7px!important}.interactionAndCampaigns_verticalDivider__m7AuV{border-color:#d9dadb!important;border-width:1px!important;width:-webkit-fit-content!important;width:fit-content!important}.interactionAndCampaigns_header__RiiyY{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px!important;padding-top:20px!important}.interactionAndCampaigns_chartWrapper__DIOby{align-items:center!important;display:flex!important}.interactionAndCampaigns_pieChartWrapper__KIJ3N{position:relative!important;width:100%!important}.interactionAndCampaigns_pieChart__\+jChv{width:100%!important}.interactionAndCampaigns_chartLabel__1Sw\+k{font-size:18px!important;font-weight:600!important;margin-top:5px!important}.interactionAndCampaigns_pieChartWithEmptyData__U87Lp .recharts-tooltip-wrapper{display:none!important}.interactionAndCampaigns_customTooltip__\+ZBN8{background-color:#fff!important;border:none!important;border-radius:5px!important;box-shadow:0 0 3px 0 #d3d3d3!important;display:flex!important;flex-direction:column!important;gap:8px!important;margin:0!important;padding:10px 15px!important;white-space:nowrap!important}.interactionAndCampaigns_customTooltipInfo__Mld0H{display:flex!important;flex-direction:column!important;gap:6px!important}.interactionAndCampaigns_formattedDateForCustomTooltip__Z5Rvm{font-size:15px!important;font-weight:600!important}.interactionAndCampaigns_customTooltipInfo__Mld0H{font-size:14px!important;font-weight:500!important}.interactionAndCampaigns_barChart__TFpFt .recharts-cartesian-axis-ticks{font-size:13px!important;font-weight:500!important}.interactionAndCampaigns_barChart__TFpFt .recharts-label{font-size:14px!important;font-weight:600!important}.interactionAndCampaigns_barChart__TFpFt .recharts-tooltip-label{font-size:15px!important;font-weight:600!important}.interactionAndCampaigns_barChart__TFpFt .recharts-tooltip-item-list li{font-size:14px!important;font-weight:500!important}.interactionAndCampaigns_dateRangePickerClass__N3pZz .DateRangePicker_picker{left:-388px!important;top:52px!important}.interactionAndCampaigns_dateRangePickerClass__N3pZz .DateInput_input{font-size:14px!important;font-weight:500!important;max-width:90px!important;padding:8px 8px 5px!important}.interactionAndCampaigns_dateRangePickerClass__N3pZz .DateRangePickerInput_arrow{font-size:14px!important;font-weight:500!important}.interactionAndCampaigns_dateRangePickerGridContainer__v3Yt-{align-items:center!important;display:flex!important;gap:10px!important}.interactionAndCampaigns_EChartPieChart__uvTZH{display:flex!important;flex:1 1!important;min-height:300px!important;width:300px!important}.interactionAndCampaigns_chartGridContainer__3tB2S{display:flex!important;flex-direction:column!important}.interactionAndCampaigns_dashboardAnalyticsMainGrid__OoJV7{padding:0!important}.interactionAndCampaigns_filterAutoCompletes__nq2wf{min-width:200px!important}.interactionAndCampaigns_filterByChatbotStartAdornment__0qHAL{max-height:79px!important;overflow-x:hidden!important;overflow-y:auto!important}.interactionAndCampaigns_filterByChatbotStartAdornment__0qHAL .interactionAndCampaigns_MuiChip-root__shC0i{max-width:100%!important;white-space:normal!important}.interactionAndCampaigns_filterByChatbotStartAdornment__0qHAL .interactionAndCampaigns_MuiChip-label__kmHOt{display:block!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important}@media screen and (min-width:600px)and (max-width:768px){.interactionAndCampaigns_dateRangePickerClass__N3pZz .DateRangePicker_picker{left:-87px!important;top:52px!important}}@media screen and (min-width:0px)and (max-width:600px){.interactionAndCampaigns_dateRangePickerClass__N3pZz .DateRangePicker_picker{left:-2px!important;top:52px!important}}@media screen and (max-width:799px){.interactionAndCampaigns_detailRow__f8POV{justify-content:space-between!important}.interactionAndCampaigns_pieChartWrapper__KIJ3N .recharts-surface{height:200px!important;width:165px!important}.interactionAndCampaigns_centerContent__riGmW{left:42%;top:50%;transform:translate(-48%,-50%)}.interactionAndCampaigns_contentContainer__TmHqa{gap:8px!important;justify-content:space-between!important}.interactionAndCampaigns_boldValue__DrWBf,.interactionAndCampaigns_interactionName__M6V51{font-size:13px!important}.interactionAndCampaigns_interactionsAndCampaignGridItem__oXJqE{padding:15px!important}.interactionAndCampaigns_interactionsAndCampaignGridContainer__V8cgj{display:flex!important;flex-direction:column!important;gap:16px!important}.interactionAndCampaigns_uniqueInteractionsPieChartGridItem__B7ZFt{padding:0!important}}@media screen and (min-width:600px){.interactionAndCampaigns_analyticsMainContainer__Pkn3w{padding:23px 0!important}}@media screen and (max-width:600px){.interactionAndCampaigns_analyticsPageHeader__\+mZqS{margin-bottom:0!important}.interactionAndCampaigns_comparisonHeaderContainer__5Bg9t{align-items:start!important;flex-direction:column!important;gap:10px!important}}@media screen and (min-width:1200px){.interactionAndCampaigns_analyticsPageHeader__\+mZqS{padding:0 25px 0 27px!important}.interactionAndCampaigns_interactionsAndCampaignGridContainer__V8cgj{display:flex!important;flex-direction:row!important;gap:32px!important}.interactionAndCampaigns_userComparisonOuterGridContainer__92xAM{flex-direction:row!important}}@media screen and (max-width:1000px){.interactionAndCampaigns_analyticsPageContentGrid__2ZGC5{padding:5px 20px!important}}@media screen and (max-width:900px){.interactionAndCampaigns_userComparisonInnerGridContainer__dBXIa{flex-wrap:wrap!important}}@media screen and (min-width:900px){.interactionAndCampaigns_userComparisonInnerGridContainer__dBXIa{gap:24px!important}}@media screen and (min-width:1536px){.interactionAndCampaigns_userComparisonInnerGridContainer__dBXIa{gap:32px!important}}.dashboardAnalyticsStyles_userCardMainGrid__r4HSF{background:#f1e6f6!important;border-radius:10px!important;max-width:450px!important;min-width:300px!important;padding:18px 20px!important}.dashboardAnalyticsStyles_totalUserTitle__bM5rC{color:#555!important;font-size:17px!important;font-weight:600!important}.dashboardAnalyticsStyles_totalUserCountTypo__mGDUR{color:#000!important;font-size:18px!important;font-weight:500!important}.dashboardAnalyticsStyles_userCardImageGrid__uAsZT{align-items:center!important;background-color:#fff!important;border-radius:50%!important;display:flex!important;height:40px!important;justify-content:center!important;width:40px!important}.dashboardAnalyticsStyles_renderLegendTagUl__vQIEl{display:flex!important;flex-wrap:wrap!important;gap:12px!important;justify-content:flex-end!important;list-style:none!important;margin:0!important;padding:0!important}.dashboardAnalyticsStyles_renderLegendTagLi__jFj2c{align-items:center!important;display:flex!important;gap:6px!important}.dashboardAnalyticsStyles_renderLegendTagSpanDot__YW7Wo{border-radius:50%!important;display:inline-block!important;height:10px!important;width:10px!important}.dashboardAnalyticsStyles_renderLegendTagSpan__4n5Ez{color:#767676!important;font-size:14px!important;font-weight:600!important}.dashboardAnalyticsStyles_chatbotFilterAutoCompleteBoxShadow__rLgAd fieldset{box-shadow:0 0 2px 0 #0009!important}@media screen and (min-width:0px)and (max-width:600px){.dashboardAnalyticsStyles_totalUserCountTypo__mGDUR,.dashboardAnalyticsStyles_totalUserTitle__bM5rC{font-size:15px!important}}@media screen and (min-width:600px)and (max-width:1000px){.dashboardAnalyticsStyles_totalUserCountTypo__mGDUR,.dashboardAnalyticsStyles_totalUserTitle__bM5rC{font-size:16px!important}}.feedbackStyle_headerComponentTitle__zcfwe{color:#000;font-size:15px!important;font-weight:500!important}.feedbackStyle_fetchFeedbackDataFields__M3eH4{max-width:220px!important;width:100%!important}.feedbackStyle_fetchFeedbackFetchBtn__XcG3I{max-width:150px;width:100%!important}.feedbackStyle_feedbackTableBodyHeadingFontStyle__gQRVe{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__YLrRY{box-shadow:0 0 3px #00000040!important;font-weight:500!important}.feedbackStyle_methodAutoComplete__YLrRY .MuiOutlinedInput-root{padding:2px 4px!important}.feedbackStyle_methodAutoComplete__YLrRY .MuiInputBase-input{font-weight:500!important}.feedbackStyle_methodAutoComplete__YLrRY .MuiAutocomplete-input{font-size:15px!important}.feedbackStyle_feedbackTableAutoComplete__VKrth{background:#f4f4f4;border-radius:2px;min-width:170px}.feedbackStyle_feedbackAssignMemberAutoComplete__XK7oe{min-width:200px}.feedbackStyle_feedbackTableAutoComplete__VKrth fieldset{border:none;box-shadow:none}.feedbackStyle_feedbackTableAutoComplete__VKrth .MuiInputBase-root{padding:0 0 0 7px!important}.feedbackStyle_feedbackTableAutoComplete__VKrth .MuiAutocomplete-input{font-size:14px!important}.feedbackStyle_feedbackTableAutoComplete__VKrth .MuiInputBase-input{font-weight:500!important}.feedbackStyle_feedbackTableTextField__j47OB{background:#f4f4f4;border-radius:2px;min-width:250px!important}.feedbackStyle_feedbackTableTextField__j47OB fieldset{border:none;box-shadow:none}.feedbackStyle_feedbackTableTextField__j47OB .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:8px 14px!important}.feedbackStyle_feedbackPopupTextField__4QjWJ fieldset{border:none!important;box-shadow:0 0 3px #00000040!important}.feedbackStyle_feedbackPopupTextField__4QjWJ .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.feedbackStyle_feedbackTablePaginationStyle__bvb1O .MuiTablePagination-toolbar{min-height:30px!important;padding-inline:15px!important}.feedbackStyle_feedbackTablePaginationStyle__bvb1O .MuiTablePagination-selectLabel{font-size:14px!important;font-weight:500!important}.feedbackStyle_feedbackTablePaginationStyle__bvb1O .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__bvb1O .MuiTablePagination-select{padding-top:5px!important}.feedbackStyle_feedbackTablePaginationStyle__bvb1O .MuiTablePagination-displayedRows{font-size:14px!important;font-weight:500!important;margin-left:15px!important}.feedbackStyle_feedbackTablePaginationStyle__bvb1O .MuiTablePagination-actions{margin-left:10px!important}.feedbackStyle_feedbackTablePaginationStyle__bvb1O .MuiButtonBase-root{padding:4px 0!important}.feedbackStyle_methodAutoCompletePopup__NpIAl{box-shadow:0 0 3px #00000040!important;font-weight:500!important}.feedbackStyle_methodAutoCompletePopup__NpIAl .MuiOutlinedInput-root{padding:2px 4px!important}.feedbackStyle_methodAutoCompletePopup__NpIAl .MuiInputBase-input{font-weight:500!important}.feedbackStyle_methodAutoCompletePopup__NpIAl .MuiAutocomplete-input{font-size:14px!important}.feedbackStyle_methodAutoCompletePopup__NpIAl ::placeholder{font-weight:500!important}.feedbackStyle_dateRangePickerInPopup__bKtBd .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__GPZ7x .DateInput_fang{z-index:0!important}@media screen and (max-width:1000px){.feedbackStyle_methodAutoComplete__YLrRY .MuiAutocomplete-input{font-size:14px!important}.feedbackStyle_methodAutoCompletePopup__NpIAl .MuiAutocomplete-input{font-size:13px!important}.feedbackStyle_dateRangePickerInPopup__bKtBd .DateRangePicker_picker{max-height:232px!important;max-width:455px!important;overflow:auto!important}}@media screen and (max-width:1600px){.feedbackStyle_feedbackTablePaginationStyle__bvb1O .MuiTablePagination-displayedRows,.feedbackStyle_feedbackTablePaginationStyle__bvb1O .MuiTablePagination-selectLabel{margin-block:10px!important}.feedbackStyle_headerComponentTitle__zcfwe,.feedbackStyle_methodAutoCompletePopup__NpIAl .MuiAutocomplete-input,.feedbackStyle_methodAutoComplete__YLrRY .MuiAutocomplete-input{font-size:14px!important}.feedbackStyle_feedbackTableAutoComplete__VKrth .MuiAutocomplete-input,.feedbackStyle_feedbackTableTextField__j47OB .MuiInputBase-input{font-size:13px!important}.feedbackStyle_dateRangePickerClass__GPZ7x .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__bvb1O .MuiTablePagination-toolbar{padding:0!important}.feedbackStyle_feedbackTablePaginationStyle__bvb1O .MuiTablePagination-selectLabel{font-size:12px!important}.feedbackStyle_feedbackTablePaginationStyle__bvb1O .MuiInputBase-root{font-size:12px!important;margin-right:0!important}.feedbackStyle_feedbackTablePaginationStyle__bvb1O .MuiTablePagination-displayedRows{font-size:12px!important;margin-left:5px!important}.feedbackStyle_feedbackTablePaginationStyle__bvb1O .MuiTablePagination-actions{margin-left:1px!important}.feedbackStyle_feedbackTablePaginationStyle__bvb1O .MuiSvgIcon-root{height:20px!important;width:20px!important}}.feedbackStyle_mainFeedback__RFtsW{height:100%!important;padding:17px 25px 0 27px!important}.feedbackStyle_marginHeader__w2kCl{margin-bottom:10px!important}.feedbackStyle_dividerFeedbackComp__vsyq4{padding-top:4px!important}.feedbackStyle_fetchFeedbackDataContainer__Ayh3r{flex-direction:column!important;gap:12px!important}.feedbackStyle_feedbackRowDataText__azVAR{color:#6a097d!important;font-size:16px!important;font-weight:600!important;margin-top:25px!important}.feedbackStyle_updateFeedbackPopupDivider__dcg\+U{margin:10px 30px 0!important;padding:4px 0!important}.feedbackStyle_updateFeedbackPopupPadding__EUmNq{padding:10px 30px!important}.feedbackStyle_updateFeedbackPopupField__bFqrf{color:#707070!important;font-size:14px!important;font-weight:500!important}.feedbackStyle_updateFeedbackPopupFieldMargin__3VwjH{margin-top:10px!important}.feedbackStyle_approvalStatusWrapper__sT\+ZD{gap:24px!important;justify-content:space-between!important;padding:10px 30px 30px!important}.feedbackStyle_feedbackZindex__XQ81M{z-index:5!important}.feedbackStyle_resetFetchDataWrapper__9BWL1{align-items:center!important;gap:12px!important;justify-content:center!important;padding:20px 0!important}.feedbackStyle_fetchFeedbackDataPadding__myfGd{padding:12px 3px 0!important}.feedbackStyle_fetchFeedbackMaxWidth__u-ItK{max-width:228px!important}.feedbackStyle_feedbackTableContainer__r\+doe{border:1px solid #e9e9e9;border-radius:5px;box-sizing:border-box;max-width:100%;overflow:auto}.feedbackStyle_moreDetailListStyle__\+9SHl{-webkit-padding-start:18px!important;list-style-position:inherit!important;list-style-type:disc!important;margin:0!important;padding:0!important;padding-inline-start:18px!important}.feedbackStyle_moreDetailListItem__mW9cq{display:list-item!important;padding:0!important}.feedbackStyle_feedbackValueColor__umB14{color:#373737!important}.datePickerStyles_presetsButtonItem__E\+jl4{margin-left:20px!important;padding-bottom:15px!important}.datePickerStyles_presetsButtonContainer__Ks5lv{display:flex!important;justify-content:space-between!important}.datePickerStyles_presetsButtonGap__RHXAm{gap:12px!important}.datePickerStyles_chosenButton__EzjHA{background-color:#6a097d!important;color:#fff!important;padding:4px 15px!important;text-transform:capitalize!important}.datePickerStyles_chosenButton__EzjHA:hover{background-color:#f7e9ff!important;box-shadow:0 0 4px #6a091980!important;color:#6a097d!important}.datePickerStyles_defaultButton__57-IO{background-color:#000!important;color:#fff!important;padding:4px 15px!important;text-transform:capitalize!important}.datePickerStyles_defaultButton__57-IO:hover{background-color:#f7e9ff!important;box-shadow:0 0 4px #6a091980!important;color:#6a097d!important}.datePickerStyles_closeBtnMargin__\+iEpL{margin-right:20px!important}.getStartedStyles_getStartedPageTitle__Y\+0mn{color:#000!important;font-size:16px!important;font-weight:700!important}.getStartedStyles_getStartedCardGrid__vzYLB{max-width:410px!important;min-width:300px!important}.getStartedStyles_getStartedCardGridContainer__5K1OS{border-radius:10px!important;box-shadow:0 0 3px 0 #dadada!important;padding:16px 20px!important}.getStartedStyles_getStartedCardTitle__IwSyB{color:#000!important;font-size:16px!important;font-weight:600!important}.getStartedStyles_getStartedCardDescription__etXHt{color:#7a7a7a!important;font-size:15px!important;font-weight:500!important}.getStartedStyles_getStartedPage__u8JcP{display:flex!important;flex-direction:column!important;overflow-y:scroll!important;width:100%!important}.getStartedStyles_getStartedContentWrapepr__2EjoM{border:1px solid #ededed;border-radius:10px;margin:15px!important;padding:20px}.getStartedStyles_getStartedHeaderTextWrapper__w4iYr{align-items:center;display:flex;flex-direction:column;font-size:25px;justify-content:center;margin:10px 0;padding:0 10px;text-align:center}.getStartedStyles_getStartedHeaderText__NmTfO{padding:10px}.getStartedStyles_getStartedStatCardWrapper__GA5e2{align-items:center!important;border-radius:5px!important;box-shadow:0 0 4px 0 #0003!important;display:flex!important;flex-direction:column!important;flex-grow:1!important;justify-content:center!important;min-height:100px!important;padding:5px 0!important;text-align:center!important}@media(max-width:600px){.getStartedStyles_getStartedStatCardWrapper__GA5e2{padding:10px!important}}.getStartedStyles_getStartedFeatureCardWrapper__2pwWc{align-items:center!important;border-radius:8px!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;max-height:600px!important;max-width:400px!important;padding:16px!important;width:100%!important}.getStartedStyles_getStartedFeatureCardBox__gl7R0{align-items:center!important;display:flex!important;flex-direction:column!important;flex-grow:1!important;gap:8px!important;justify-content:center!important;padding:8px!important;text-align:center!important}.getStartedStyles_title__bEg5M{font-size:20px!important;font-weight:600!important}.getStartedStyles_description__TAMvp{color:#555!important;font-size:14px!important}.getStartedStyles_featureCardFeatures__skNxZ{align-items:center!important;display:flex!important;text-align:left!important}.getStartedStyles_featuresListItem__uoBBq{align-items:center!important;display:flex!important;gap:6px!important;padding:3px 0!important}.getStartedStyles_featureList__FG4M7{font-size:13px;list-style:none;padding:0}.getStartedStyles_button__sDrV\+{font-weight:600;max-width:250px;text-transform:none;text-transform:none!important}.getStartedStyles_greenCard__T737R{background-color:#f5fcf7!important;border:1px solid #c0edcd}.getStartedStyles_purpleCard__w3Dtg{background-color:#faf7fb!important;border:1px solid #f0e7f3}.getStartedStyles_blueCard__xdQOX{background-color:#f2f7fd!important;border:1px solid #dce9fa}.getStartedStyles_greenCard__T737R .getStartedStyles_button__sDrV\+{background-color:#28a745}.getStartedStyles_greenCard__T737R .getStartedStyles_button__sDrV\+:hover{background-color:#218838!important}.getStartedStyles_purpleCard__w3Dtg .getStartedStyles_button__sDrV\+{background-color:#6a097d}.getStartedStyles_purpleCard__w3Dtg .getStartedStyles_button__sDrV\+:hover{background-color:#6a097d!important}.getStartedStyles_blueCard__xdQOX .getStartedStyles_button__sDrV\+{background-color:#007bff}.getStartedStyles_blueCard__xdQOX .getStartedStyles_button__sDrV\+:hover{background-color:#0069d9!important}.getStartedStyles_footerContainer__FxV8V{align-items:center;background:linear-gradient(90deg,#f7e9ff80,#a6c8ff80);border-radius:16px;display:flex;flex-direction:column;height:-webkit-max-content;height:max-content;justify-content:center;min-height:150px;padding:10px 0;text-align:center;width:100%}.getStartedStyles_footerTitle__SMK--{font-size:20px;font-weight:600;margin:16px 20px 8px!important}.getStartedStyles_footerSubtitle__pBUQ2{color:#3f3f3f;font-size:15px!important;margin:0 20px!important}.getStartedStyles_footerButton__jlED2{background-color:#fff!important;border:1px solid #d3d3f2!important;border-radius:16px;border-radius:5px!important;color:#6a097d!important;cursor:pointer;font-weight:600;height:50px;margin:20px 10px 0!important;text-transform:none!important;width:220px!important;width:auto}.getStartedStyles_footerButton__jlED2:hover{background-color:#8a2be214;border-color:#8a2be2}.getStartedStyles_oneStopSolutionTitle__-t8cw{font-size:24px!important;font-weight:600!important}.getStartedStyles_geStartedPageDescription__bZGmI{font-size:16px!important}.getStartedStyles_stateCardValue__EghRT{font-size:22px!important;font-weight:600!important}.getStartedStyles_stateCardLabel__MR39e{color:#818181!important;font-size:14px!important}.getStartedStyles_emptyPageTitleText__ERHZI{color:#000!important;font-size:17px!important;max-width:450px!important}.getStartedStyles_emptyPageDescriptionText__Aq4r7,.getStartedStyles_emptyPageTitleText__ERHZI{word-wrap:break-word!important;font-weight:500!important;text-align:center!important;white-space:normal!important}.getStartedStyles_emptyPageDescriptionText__Aq4r7{color:#7a7a7a!important;font-size:15px!important}.customApiStyle_customAptTitle__o8gtb{height:100%!important;padding:20px 25px 0 27px!important}.customApiStyle_marginHeader__sexHZ{margin-bottom:15px!important}.customApiStyle_dividerCustomApiComp__-lT83{padding-top:4px!important}.customApiStyle_mainCustomAPIGridItem__yMKKT{padding:5px 10px 5px 5px!important}.customApiStyle_emptyCustomAPIImage__6\+6uR{height:auto!important;width:165px!important}.customApiStyle_customAPIPageDivider__OK9sO{padding-top:10px!important}.customApiStyle_customAPIPageDividerWebhook__2ZF76{padding-top:16px!important}.customApiStyle_webhookContainerStyles__o44r8{padding:5px 25px 0 27px!important}.customApiStyle_webhookItemStyles__2efBa{overflow:auto!important;padding:18px 25px 0 27px!important}.customApiStyle_customAPITableContainer__OlfZP{border:1px solid #e9e9e9!important;border-radius:5px!important;box-sizing:border-box!important;max-width:100%!important;overflow:auto!important}.customApiStyle_assignedChatbotTableContainer__fX4p2{max-height:200px!important}.customApiStyle_tableHeaderMorevertCell__HM5Kn{background:#fbf4ff!important}.customApiStyle_tableCell__pi3J0{min-width:400px!important;overflow-wrap:anywhere!important;white-space:normal!important;width:100%!important;word-break:break-word!important}.customApiStyle_chatbotNameChip__K0RES{padding:4px 10px!important}.customApiStyle_chatbotNameChipNew__HMZog,.customApiStyle_chatbotNameChip__K0RES{border-radius:5px!important;box-shadow:0 0 2px 0 #6a097d!important;color:#6a097d;width:-webkit-fit-content!important;width:fit-content!important}.customApiStyle_chatbotNameChipNew__HMZog{font-size:13px!important;font-weight:500!important;padding:3px 8px!important}.customApiStyle_assignedChatbotText__QQrSz{color:#000!important;font-size:15px!important;font-weight:600!important}.customApiStyle_lastColumnSticky__GGAG9{position:-webkit-sticky!important;position:sticky!important;right:0!important}.customApiStyle_moreVertIcon__mPLik{background-color:#fff!important;cursor:default!important;text-align:end!important}.customApiStyle_tableGridItem__Kk5TZ{padding:15px 15px 0 22px}@media screen and (min-width:0px)and (max-width:600px){.customApiStyle_tableGridItem__Kk5TZ{padding:10px 0 0 10px}}@media screen and (max-width:1200px){.customApiStyle_webhookContainerStyles__o44r8{padding:0 20px!important}}.templateCard_templateTileStyle__Z9MlT{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__Z9MlT:hover{box-shadow:0 0 3px 0 #6a097d}.templateCard_templateTitleTextstyle__ELgPN{color:#000;font-size:17px;font-weight:500;margin-bottom:10px!important}.templateCard_templateDescriptionTextStyle__5Mh\+A{color:#7a7a7a;font-size:13.4px;font-weight:400}.templateCard_templateIconStyle__CtVhA{margin-bottom:10px!important}.templateCard_templateDescOverflowStyle__ND-I8{-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important;text-overflow:ellipsis!important}.templateCard_activityGrid__dZ49L{position:absolute!important;right:20px!important;top:15px!important}.templateCard_badgeStyle__bto0K{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__Z9MlT{border-radius:10px;box-shadow:0 0 15px 0 #00000014;height:212px;margin-bottom:15px!important;margin-right:0!important;max-width:300px!important;min-width:300px;padding:20px}}@media screen and (min-width:0px)and (max-width:600px){.templateCard_templateTitleTextstyle__ELgPN{font-size:15px}}@media screen and (min-width:601px)and (max-width:900px){.templateCard_templateTitleTextstyle__ELgPN{font-size:15px}}@media screen and (min-width:901px)and (max-width:1600px){.templateCard_templateTitleTextstyle__ELgPN{font-size:15px}.templateCard_templateTileStyle__Z9MlT{max-width:325px!important;min-width:325px}}.templateCard_fieldName__GE\+8k{color:#949494!important;font-size:13px!important;font-weight:500!important}.templateCard_fieldValue__MEv5y{color:#000!important;font-size:15px!important;font-weight:400!important;margin-bottom:10px!important}.templateCard_fieldCountStyle__V51w8{align-items:center;background-color:#fff;border-radius:20px;box-shadow:0 0 2px 0 #6a097d4d;display:flex;font-size:13px;font-weight:500;height:30px;justify-content:center;text-align:center;width:70px}.feedbackDialog_chat_feedback_btn__N1NZW{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__N1NZW:hover{background-color:gray;color:#000!important}.feedbackDialog_chatbot_submit_btn_hover__qWUCg:hover{background-color:#ececec!important;color:#000!important}.feedbackDialog_chat_feedback_selected_btn__Ml-tu{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__I7GX0{margin:5px 8px 5px 0!important}.feedbackDialog_chat_feedback_textfield__GMoUO{background-color:#e4e4e4!important;background-color:#0000!important;border-radius:5px;box-shadow:0 0 2px #00000040!important}.feedbackDialog_chat_feedback_textfield__GMoUO,.feedbackDialog_chat_feedback_textfield__GMoUO input{font-size:14px!important;font-weight:500!important}.feedbackDialog_chat_feedback_textfield__GMoUO fieldset{border:none!important;outline:none!important}.feedbackDialog_chat_feedback_textfield__GMoUO .MuiOutlinedInput-input{padding:12px 10px!important}.feedbackDialog_chat_feedback_textfield__GMoUO .MuiInputBase-multiline{padding:0!important}.feedbackDialog_chat_feedback_textfield__GMoUO .MuiOutlinedInput_notchedOutline{border:none!important}.feedbackDialog_feedback_submit_btn__S9PG3{background-color:#000!important;border-radius:5px!important;color:#fff!important;font-size:13px!important;font-weight:500!important;margin-top:5px!important;padding:7px 15px!important;text-transform:none!important}.feedbackDialog_feedback_submit_btn__S9PG3:disabled{opacity:.5}.feedbackDialog_feedback_reset_btn__QxYM8{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__QxYM8:disabled{opacity:.5}.feedbackDialog_longTextFeedbackInputField__e4bkF::placeholder{color:#0000005e!important;font-weight:500!important}.feedbackDialog_chat_feedback_textfield__GMoUO::placeholder{color:#0000005e!important;font-size:14px!important}.feedbackDialog_chat_feedback_textfield__GMoUO .feedbackDialog_MuiInputBase-root__uiY6S{font-size:14px!important}.feedbackDialog_provideFeedbackTitleGrid__kvfaI{padding:15px 20px!important}.feedbackDialog_closeFeedbackPopupIcon__wJyti{cursor:pointer!important;display:flex!important;font-size:20px!important;justify-content:end!important}.feedbackDialog_provideFeedbackPopupBody__ZNrYW{max-height:705px!important;overflow-y:auto!important;padding:10px 20px 15px!important}.feedbackDialog_categoryOfIssueText__ucAEw{color:#000!important;font-size:14px!important;font-weight:500!important;margin-bottom:2px!important}.feedbackDialog_feedbackOptionFieldGrid__mhHo7{margin:10px 0!important}.feedbackDialog_textAreaFeedbackOptionField__P0O-W{background:#0000!important;border:none!important;border-radius:5px!important;box-shadow:0 0 2px #00000040!important;box-sizing:border-box!important;font-size:14px!important;max-height:8em!important;min-height:4em!important;outline:none!important;padding:10px!important;position:relative!important;resize:vertical!important;width:100%!important}.feedbackDialog_provideFeedbackButtonBox__m-QLG{align-items:center!important;display:flex!important;gap:10px!important}.tab_outlineChildFullHeight__YG4Wj{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__lS87L{height:100%}.tab_tabAIOutputWrapper__NPtJM{background:#fff;border-radius:10px;display:flex;flex-direction:column!important;height:100%;max-height:calc(100vh - 245px);overflow:auto}.tab_outlineChildPartialHeight__lemFL{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__sY02o ::-webkit-scrollbar-track{max-height:none}.tab_outlineChildTabHeader__bx7u9{margin-bottom:15px!important}.tab_outlineChildTabHeader__bx7u9 .MuiTabs-indicator{background-color:#4c4a4d!important}.tab_outlineChildTabHeader__bx7u9 .MuiTabs-flexContainer{height:42px}.tab_outlineChildTabHeader__bx7u9 .Mui-selected{color:#4c4a4d!important}.tab_outlineChildTabHeader__bx7u9 .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__AcBnD .MuiTabs-indicator{background-color:#6a097d;border-top-left-radius:15px;border-top-right-radius:15px;height:5px}.tab_settingsTabStyle__AcBnD .Mui-selected{color:#4c4a4d;font-size:15px;font-weight:600;text-transform:inherit}.tab_settingsTabStyle__AcBnD .MuiTab-root{border-bottom:2px solid #d6d6d6;font-size:14px;font-weight:600;padding:9px!important;text-transform:inherit}.tab_settingsTabStyle__AcBnD .Mui-selected{color:#4c4a4d!important}.tab_settingsTabStyle__AcBnD{margin-bottom:15px}@media only screen and (max-width:1000px){.tab_settingsTabStyle__AcBnD .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__AcBnD .MuiTabs-root{margin-left:20px!important}.tab_settingsTabStyle__AcBnD{margin-inline:20px!important}}@media only screen and (min-width:600px)and (max-width:860px){.tab_tabAIOutputWrapper__NPtJM{height:calc(100vh - 280px)}}@media only screen and (min-width:320px)and (max-width:599px){.tab_tabAIOutputWrapper__NPtJM{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__lemFL{height:calc(100% - 130px)}}.smartAssist_toolsAvailableDescription__7vc\+4{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important;margin-left:2px!important}.smartAssist_functionCallingResponseSearchBar__UPt20{margin:0 0 7px 2px!important}.smartAssist_smartAssistListContainer__DVJCA{box-sizing:border-box!important;display:flex!important;flex-direction:column!important;gap:11px!important;margin-right:-4px!important;max-width:100%!important;overflow-x:hidden!important;overflow-y:auto!important;padding:0 4px 60px 2px!important;width:100%!important}.smartAssist_smartAssistSkeletonCard__IetF5{border:1px solid #eaecf0;border-radius:8px;padding:16px}.smartAssist_smartAssistSkeletonHeader__-Cx0A{margin-bottom:8px!important}.smartAssist_skeletonRectRadius4__gwzaM{border-radius:4px!important}.smartAssist_skeletonTextMarginBottom__CyCSC{margin-bottom:16px!important}.smartAssist_skeletonRectRadius8__-0R0F{border-radius:8px!important}.smartAssist_smartAssistCard__XUOP2{border-radius:8px;box-shadow:0 0 2px 0 #7a7a7a!important;box-sizing:border-box!important;margin:1px 0 0!important;max-width:100%;min-width:0;padding:14px;transition:all .2s ease-in-out;width:100%}.smartAssist_smartAssistCard__XUOP2:hover{box-shadow:0 0 2px 0 #6a097d!important}.smartAssist_smartAssistCardHeader__jXpFA{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px;min-width:0}.smartAssist_smartAssistCardTitle__3pkTt{color:#000;flex:1 1;font-size:14px;font-weight:600;max-width:70%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smartAssist_smartAssistMethodBadge__AheGK{border-radius:5px;font-size:11px;font-weight:500;min-width:40px;padding:2px 8px;text-align:center;text-transform:uppercase}.smartAssist_smartAssistCardDescription__4f1AA{word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#7a7a7a;display:-webkit-box;font-size:13px;font-weight:500;margin-bottom:8px;min-height:40px;overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis}.smartAssist_smartAssistRunToolPopupBodyGrid__zn54y{flex:1 1!important;overflow-x:hidden!important;overflow-y:auto!important;padding:12px 0!important}.smartAssist_smartAssistUrlTextField__-gnem{background-color:#fff!important;min-width:200px!important;width:100%!important}.smartAssist_smartAssistRequestParamsGrid__-DILm{background-color:#f4f4f4!important;border-radius:5px!important;padding:0 10px!important}.smartAssist_functionCallingResponseTable__cF8TC{overflow-x:hidden!important}.smartAssist_functionCallingResponseTable__cF8TC table{max-width:100%!important;table-layout:fixed!important;width:100%!important}.smartAssist_functionCallingResponseTable__cF8TC table td table{display:block!important;overflow-x:auto!important;table-layout:auto!important;width:100%!important}.smartAssist_functionCallingResponseTable__cF8TC table td table::-webkit-scrollbar{height:5px}.smartAssist_smartAssistRequestParamsTableMaxHeight__8ndmr{max-height:305px!important}.smartAssist_smartAssistRequestParamsType__-b8mz{color:#4c4a4d!important}.smartAssist_smartAssistRequestParamsValueTextField__htqFe{background-color:#fff!important}.smartAssist_tableHeadingFontStyle__7UPaO{color:#000!important;font-size:15px!important;font-weight:600!important;padding:14px 12px!important;white-space:nowrap!important}@media screen and (max-width:1600px){.smartAssist_tableHeadingFontStyle__7UPaO{font-size:14px!important}}.json-to-table td,.json-to-table th{border:1px solid #bebebe;padding:5px}.json-to-table td{text-align:left}.json-to-table tr:nth-child(2n){background-color:#eee}.json-to-table th[scope=col]{background-color:#696969;color:#fff}.json-to-table th[scope=row]{background-color:#d7d9f2}.json-to-table caption{caption-side:bottom}.json-to-table table{border-collapse:collapse;font-family:sans-serif;font-size:.8rem;width:100%}.botmessage_botMessageBlock__PFVO9{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__PFVO9:hover .botmessage_botCopyIcon__SoXEh{opacity:1}.botmessage_botCopyIcon__SoXEh{bottom:0;cursor:pointer;left:-25px;opacity:0;position:absolute}.botmessage_feedbackMenuItem__jrz8l .MuiMenuItem-root{padding:3px 10px!important}.botmessage_botMessageBlockItem__Ri7l5{margin:10px 0!important;max-width:calc(100% - 10px)!important;text-align:start;width:auto}.botmessage_botMessageBlockContainer__Oqk55{align-items:end;flex-wrap:nowrap;justify-content:end}.botmessage_feedbackTooltipStyles__YEEj0{left:-30px;margin-top:0;position:absolute;top:0}.botmessage_messageFormatComponents__7ijOk{align-items:end!important;flex-wrap:nowrap!important;justify-content:end!important;margin-left:30px!important;max-width:calc(100% - 85px)!important}.botmessage_messageFormatComponentsForMultipleImages__dTj-h{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__wfjEX{border-radius:8px!important;max-width:300px!important;object-fit:contain!important;width:100%!important}.botmessage_botMessageDownArrowIconBtn__W7xua{position:absolute!important;right:-5px!important;top:-10px!important}.botmessage_botMessageDownArrow__H640R{font-size:large!important;height:auto!important;width:20px!important}.botmessage_botMessageTypography__V5gRt{font-size:13px!important;white-space:pre-line!important;word-break:break-word!important}.botmessage_responseTimeIconGrid__qTSrQ{margin-right:12px!important}.botmessage_responseTimeIcon__HOc0v{cursor:pointer!important;font-size:20px!important}.botmessage_botMessageQuoteReplyData__Ize5j{background-color:#e0e0e0!important;border-left:5px solid #6a097d!important;border-radius:10px!important;margin-bottom:10px!important;padding:10px!important;position:relative!important}.botmessage_botMessageIcon__Mc-Bl{aspect-ratio:1!important;border-radius:50%!important;cursor:pointer!important;height:26px!important;margin-right:12px!important;object-fit:fill!important;width:30px!important}.ratingCardStyles_cr_main_item__XPQ\+x{margin:10px 0 10px 6px!important;max-width:430px!important;width:auto!important}.ratingCardStyles_cr_sub_item__5-t9Y{border-radius:5px;box-shadow:0 0 3px 0 #00000026!important;padding:10px 10px 10px 0!important}.ratingCardStyles_cr_star__mGnIl{font-size:40px!important;width:100%!important}.ratingCardStyles_cr_star__mGnIl label{min-width:20%!important;width:20%!important}.ratingCardStyles_cr_star__mGnIl .MuiRating_icon{justify-content:center}.ratingCardStyles_cr_rating_labes__lLMio{font-size:13px!important;font-weight:500!important}.ratingCardStyles_ratings__4gIEu .rr--box{height:40px!important}.ratingCardStyles_rating_submit_btn__i2jaf{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__lLMio{font-size:11px!important;font-weight:500!important}.ratingCardStyles_ratings__4gIEu .rr--box{height:30px!important}.ratingCardStyles_rating_labels__9GUX0{font-size:12px!important;font-weight:500!important}.ratingCardStyles_cr_star__mGnIl{font-size:20px!important;width:100%!important}}@media only screen and (max-width:430px)and (min-width:400px){.ratingCardStyles_rating_submit_btn__i2jaf{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__4gIEu .rr--box{height:25px!important}.ratingCardStyles_rating_labels__9GUX0{font-size:10px!important;font-weight:500!important}.ratingCardStyles_rating_submit_btn__i2jaf{font-size:12px!important;font-weight:500!important;margin-left:15px!important}}@media screen and (max-width:410px){.ratingCardStyles_cr_rating_labes__lLMio{font-size:11px!important;font-weight:500!important}.ratingCardStyles_cr_star__mGnIl{font-size:25px!important;width:100%!important}}@media only screen and (max-width:500px)and (min-width:440px){.ratingCardStyles_cr_main_item__XPQ\+x{max-width:95%!important;width:auto!important}}@media only screen and (max-width:439px)and (min-width:0px){.ratingCardStyles_cr_main_item__XPQ\+x{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__l87jQ span{font-size:15px;font-weight:500}.mobileDropdownDrawer_dropdownTitleStyle__SziC2{padding:0!important}.customForm_custom_form_grid_style__l-zr3{padding:20px!important}.customForm_custom_form_title_text_style__d32Sq{font-size:15px!important;font-weight:600!important}.customForm_custom_form_field_heading_style__9xLgl{font-size:14px!important;font-weight:500!important}.customForm_custom_form_field_textfield__U4G8W{border:none!important;border-radius:5px!important;box-shadow:0 0 2px #00000040!important;width:100%!important}.customForm_custom_form_field_textfield__U4G8W fieldset{border:none!important}.customForm_custom_form_field_textfield__U4G8W .MuiOutlinedInput-input{font-size:14px!important;font-weight:500!important;padding:11.5px 14px!important}.customForm_custom_form_field_textarea__BhOtQ{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__tHrWM{font-size:14px!important;opacity:.5!important;padding:6px 20px!important;text-transform:none!important}.customForm_methodAutoComplete__7zFTG{box-shadow:0 0 3px #00000040!important;font-weight:500!important}.customForm_methodAutoComplete__7zFTG .MuiOutlinedInput-root{padding:0 4px!important}.customForm_methodAutoComplete__7zFTG .MuiInputBase-input{font-weight:500!important}.customForm_methodAutoComplete__7zFTG .MuiAutocomplete-input{font-size:14px!important}.cartForm_cart_form_container_style__icvOW{height:100%!important;max-height:100%!important;padding:15px 0!important;position:relative!important}.cartForm_cart_form_heading_text_style__GYbNo{color:#000!important;font-size:15px!important;font-weight:600!important}.cartForm_cart_details_item_style__ySCiD{height:100%!important;max-height:calc(100% - 160px)!important;overflow:auto!important;padding:0 5px 5px!important}.cartForm_cart_details_item_style__ySCiD::-webkit-scrollbar{width:4px!important}.cartForm_cart_form_cta_button_style__hQJFH,.cartForm_cart_form_product_total_price_style__mKUG8{font-size:14px!important;font-weight:600!important}.cartForm_cart_form_cta_button_style__hQJFH{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__a73OG{background-color:#fff!important;border-bottom:1px solid #0000001a!important;border-radius:5px!important;padding:13px 10px!important}.cartForm_cart_form_product_name_style__DDr06{color:#000!important;font-size:13px!important;font-weight:600!important}.cartForm_cart_form_product_price_style__DRaaz{color:#000!important;font-size:14px!important;font-weight:600!important}.cartForm_cart_form_product_initial_price_sytle__pFM47{-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__O4AP5{color:#7a7a7a!important;font-size:10px!important;font-weight:500!important;overflow:hidden!important;text-align:end!important}.cartForm_cart_form_add_remove_button__FONuL{min-width:0!important;padding:0 3px 2px!important;text-align:center!important}.cartForm_cart_add_remove_icons__z6ioD{color:#40b87b!important;font-size:20px!important}.cartForm_cart_count_text_style__5usoA{color:#40b87b!important;font-size:14px!important;font-weight:600!important}.cartForm_cart_add_remove_item_style__EdygI,.cartForm_cart_count_item_style__Peta6{border:1px solid #40b87b!important;border-radius:5px!important}.cartForm_cart_count_item_style__Peta6{min-width:0!important;min-width:40px!important;padding:1.5px 0!important;text-align:center!important}.cartForm_metadataStylesVariants__jqUPR{color:#000!important;font-size:12px!important;font-weight:500!important}.cartForm_cart_product_variant_list__2C99V{-webkit-margin-before:0!important;-webkit-margin-after:0!important;-webkit-padding-start:25px!important;margin-block-end:0!important;margin-block-start:0!important;padding-inline-start:25px!important}.variantMenuCarousel_globalVariantTextField__-fXbV{-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__B7Nyl{color:#000!important;font-size:14px!important;font-weight:600!important}.variantMenuCarousel_productCountryStyle__qb8G6{color:#7a7a7a!important;font-size:12px!important;font-weight:500!important}.variantMenuCarousel_primaryVariantFontStyle__EJdf9{font-size:14px!important;font-weight:600!important}.variantMenuCarousel_secondaryVariantFontStyle__AgHqF{font-size:13px!important;font-weight:600!important}.variantMenuCarousel_productCategoryStyles__YB\+Zf{border-radius:5px!important;padding:4px 8px!important;white-space:nowrap!important}.variantMenuCarousel_ctaButtonStyles__lwWPO{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__DVOsn{min-width:0!important;padding:5px 18px!important;text-align:center}.extensionDrawer_extension_drawer_popup_style__87\+r-{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__UujMa{cursor:pointer!important;font-size:13px!important;font-style:italic!important;font-weight:500!important}.extensionDrawer_extension_form_grid_style__YkrUk{height:100%!important;max-height:calc(100% - 10px)!important;padding:10px 5px!important;position:relative!important}.extensionDrawer_extensions_sub_fields_grid_style__ev1wa{height:100%!important;max-height:350px!important;overflow:auto!important;padding:5px!important}.extensionDrawer_extensions_sub_fields_grid_style__ev1wa::-webkit-scrollbar{width:4px!important}.extensionDrawer_extension_name_heading_style__vrkO9{color:#000!important;font-size:14px!important;font-weight:600!important}.extensionDrawer_extension_name_item_style__0mmnW,.extensionDrawer_selected_extension_item_style__fXsAl{cursor:pointer!important;padding-bottom:10px!important}.extensionDrawer_extension_name_style__H2A3m,.extensionDrawer_selected_extension_name_style__fjPLB{font-size:13px!important;font-weight:600!important}.extensionDrawer_extension_name_style__H2A3m{color:#000!important}.extensionDrawer_extension_name_heading_text_style__s7\+P5{font-size:13px!important;font-weight:600!important}.extensionDrawer_extension_table_body_style__1el3u tr:nth-child(odd){background-color:#f7e9ff66!important}.extensionDrawer_extension_table_body_style__1el3u tr:nth-child(odd):hover{background-color:#fafafa!important}.extensionDrawer_extension_table_row_style__NRq81:last-child td{border-bottom:none!important}.extensionDrawer_extension_table_row_style__NRq81:hover{background-color:#fafafa!important}.extensionDrawer_extension_number_text_style__bNrCW{font-size:13px!important;font-weight:600!important}.extensionDrawer_extension_name_text_style__0TqkX{color:#000!important}.extensionDrawer_extension_name_text_style__0TqkX,.extensionDrawer_variant_name_text_style__xGCNf{font-size:13px!important;font-weight:500!important}.extensionDrawer_accordion_item_container__St5E0{height:100%!important;overflow:auto!important}.extensionDrawer_agentAccordion__oujce{margin:0!important}.extensionDrawer_accordion_global__cHuCx{border:none!important;border-radius:10px!important;bottom:0!important;height:auto!important;max-width:100%!important;position:relative!important}.extensionDrawer_accordion_global__cHuCx:before{background-color:#0000!important}.extensionDrawer_accordion_section_title__1QsV4{font-size:14px!important;font-weight:500!important}.extensionDrawer_accordion_question_style__aFvLi{font-size:14px!important;font-weight:600!important}.extensionDrawer_accordion_answer_style__LhE57{font-size:14px!important}@media screen and (max-width:1220px){.extensionDrawer_extension_drawer_popup_style__87\+r-{padding:8px!important}}.tableFormat_table_name_heading_style__fEgln{color:#000!important;font-size:15px!important;font-weight:600!important}.tableFormat_table_format_popup_style__grwjK{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__DhfEs{height:100%!important;max-height:calc(100% - 100px)!important;overflow:auto!important;padding:5px!important}.tableFormat_table_sub_fields_grid_style__DhfEs::-webkit-scrollbar{width:4px!important}.tableFormat_table_format_row_style__MOsL\+:last-child td{border-bottom:none!important}.tableFormat_table_format_row_style__MOsL\+:hover{background-color:#fafafa!important}.tableFormat_table_format_number_text_style__xYiN2{font-size:14px!important;font-weight:600!important}.tableFormat_table_format_name_text_style__x3RU\+{color:#000!important;font-size:14px!important;font-weight:500!important}.tableFormat_table_format_container_style__Cb78M{border:1px solid #e9e9e9!important;border-radius:5px!important;overflow:auto!important}.tableFormat_table_format_container_style__Cb78M::-webkit-scrollbar{height:4px!important;width:4px!important}.tableFormat_table_format_container_style__Cb78M .tableFormat_dt-layout-row__xtmIZ{display:none!important}.tableFormat_table_format_container_style__Cb78M .tableFormat_dt-layout-table__BG9bd{display:block!important}.tableFormat_table_format_heading_cell_style__V8PDh{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__De5C-{left:0!important;position:-webkit-sticky!important;position:sticky!important;z-index:2!important}.tableFormat_table_format_heading_style__LbMn4{z-index:5!important}.tableFormat_table_format_cell_style__Cqxml{border-bottom:1px solid #e9e9e9!important;font-size:13.5px!important;font-weight:500!important;padding:12px 14px!important}.emptyState_pageIconStyle__yUQcg{margin-bottom:15px!important}.emptyState_primaryActionBtnSpacing__ETsms{margin:25px 0 15px!important}.fileUpload_fileUploadIconBtn__YQiIy{color:#fff!important}.fileUpload_uploadFileBtn__WUzn\+{color:#4c4a4d!important}.fileUpload_uploadFileIconGrid__\+uWwL{display:flex!important;margin-right:7px!important}.fileUpload_browseFiletext__jN2xV{padding-left:4px!important}.fileUpload_fileSizeLimitText__bX9GY{color:#7a7a7a!important;opacity:.8!important}.fileUpload_viewUploadedFileGrid__ByXim{align-self:start!important;display:flex!important;margin-top:10px!important;width:100%!important}.fileUpload_uploadedFileAnchorTag__rKmU2{color:inherit!important;text-decoration:none!important;text-decoration:initial!important;width:90%!important}.fileUpload_uploadedFileAnchorDiv__3\+f6N{flex-wrap:wrap!important;white-space:nowrap!important;word-break:break-all!important}.fileUpload_uploadedFilePreviewImg__FQbNZ{height:32px!important;margin-right:8px!important;width:32px!important}.fileUpload_uploadedFileNameText__Gzkat{white-space:pre-wrap!important}.fileUpload_fileErrorGridForIcon__UuIu-{padding-top:3px!important;text-align:center!important}.fileUpload_fileErrorDivForIcon__7S\+6b{display:inline-block!important}.fileUpload_fileErrorMessageGrid__I9MQ2{color:#c60000!important;padding-top:3px!important}.voiceagent_createVoiceAgentContainer__zooYt{background-color:#fafafa!important;border-radius:10px!important}.voiceagent_voiceFormStyle__zFhsU{height:calc(100% - 70px)!important;overflow:auto!important;padding:12px!important}.voiceagent_voiceListStyle__wbPeG{height:100%!important;overflow:auto!important;padding:3px 12px!important}.voiceagent_voiceFormButtonStyle__ds3dv{padding:12px!important}.voiceagent_formHeadingStyle__-OPNz{color:#000!important;font-size:15px!important;font-weight:600!important}.voiceagent_templateGlobalDropdown__Aw2YL{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 2px #00000080!important;font-size:15px!important}.voiceagent_templateGlobalDropdown__Aw2YL .MuiSelect-select{font-weight:500!important;padding:12px 14px!important}.voiceagent_templateGlobalDropdown__Aw2YL .MuiOutlinedInput-notchedOutline{border:none!important}.voiceagent_languageMenuStyle__e5Owf{font-weight:500!important}.voiceagent_agentTextAreaStyle__lhQK-{max-height:470px!important;min-height:130px!important;overflow:auto!important;resize:vertical!important}.voiceagent_agentTextAreaStyle__lhQK- .MuiOutlinedInput-notchedOutline,.voiceagent_agentTextFieldStyle__p2NJp .MuiOutlinedInput-notchedOutline{border:none!important}.voiceagent_checkedIcon__llpY7{padding:0 9px!important}.voiceagent_checkedIcon__llpY7 .MuiSvgIcon-root{fill:#6a097d}.voiceagent_autoComplete__LeAxK .MuiAutocomplete-input{font-size:15px!important;font-weight:500!important}.voiceagent_autoComplete__LeAxK{border-radius:10px!important;box-shadow:0 0 3px #00000040;box-sizing:border-box!important}.voiceagent_voiceAgentCardStyles__gG-Hl{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 8px 0 #00000014!important;cursor:pointer!important;padding:15px!important;position:relative!important;width:300px!important}.voiceagent_voiceAgentNameStyle__h9e-o{-webkit-line-clamp:1!important;font-size:15px!important;font-weight:600!important}.voiceagent_voiceAgentDescStyle__LYyur,.voiceagent_voiceAgentNameStyle__h9e-o{-webkit-box-orient:vertical!important;color:#000!important;display:-webkit-box!important;overflow:hidden!important;text-overflow:ellipsis!important}.voiceagent_voiceAgentDescStyle__LYyur{-webkit-line-clamp:2!important;font-size:14px!important;font-weight:500!important}.voiceagent_voiceAgentTimeStyle__vH1To{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important}.voiceagent_voiceAIIconStyle__6s7IC{align-items:center!important;background-color:#f7e9ff!important;border-radius:50%!important;display:flex!important;height:44px!important;justify-content:center!important;width:44px!important}.voiceagent_voiceMenuItemStyle__xxozZ{font-size:14px!important;font-weight:600!important}.voiceagent_voiceCallPopupStyle__-PWEg{background:#fff!important}.voiceagent_notAllowedIconStyle__NMHZD{color:red!important;height:60px!important;width:60px!important}.voiceagent_voiceCallAllowedPopupStyle__qwlcY{background:#fafafa;min-height:230px!important;padding:20px 0!important}.voiceagent_voiceCallCallingPopupStyle__G39eF{background:#fafafa;height:500px!important}.voiceagent_voiceAIPopupContentStyle__wJExJ{color:#000!important;font-size:16px!important;font-weight:500!important}.voiceagent_wpInitiatedCallStyle__kTWAW{background:#a7e3b0!important;border-radius:20px!important;box-shadow:0 0 2px #0003!important;left:20px!important;padding:6px 14px!important;position:absolute!important;top:20px!important}.voiceagent_wpCallStyle__Y-LU0{color:green!important;font-size:14px!important;font-weight:500!important}.voiceagent_wpDurationStyle__1fBEF{color:#6a097d!important;font-size:14px!important;font-weight:500!important}.voiceagent_wpCallDurationStyle__haCq-{background:#fff!important;border-radius:20px!important;box-shadow:0 0 2px #0003!important;padding:4px 14px!important;position:absolute!important;right:20px!important;top:20px!important}.voiceagent_wpCallWabaName__i1yFs{color:#000!important;font-size:18px!important;font-weight:500!important}.voiceagent_wpCallWabaNumber__aC3-R{color:#7a7a7a!important;font-size:14px!important;font-weight:500!important}.voiceagent_wpEndCallStyle__zgUbP{bottom:20px!important;position:absolute!important;width:100%!important}.voiceagent_endCallIconStyle__PyLnZ{align-items:center!important;background-color:red!important;border-radius:50%!important;cursor:pointer!important;display:flex!important;height:50px!important;justify-content:center!important;width:50px!important}.voiceagent_accountDPStyle__1B\+bf{color:#54bb7e!important;height:120px!important;width:120px!important}.voiceagent_microPhoneIconStyle__bjFZb{align-items:center!important;background-color:#54bb7e!important;border-radius:50%!important;display:flex!important;height:60px!important;justify-content:center!important;width:60px!important}.voiceagent_allowMicrophoneStyle__zhQH-{color:#000!important;font-size:16px!important;font-weight:600!important;text-align:center!important}.voiceagent_permissionErrorText__-QHE\+{color:#c60000!important}.voiceagent_permissionGrantText__jB-c-{color:rgba(0,128,0,.584)!important}.voiceagent_permissionAccessText__0MFhN{color:#333!important}.voiceagent_permissionText__QuLId{font-size:15px!important;font-weight:500!important;text-align:center!important}.voiceagent_micAccessFontStyle__CuN0\+{color:#333!important;font-size:14px!important;font-weight:500!important}.voiceagent_micPermissionGlobalStyle__3hR3y{align-items:center!important;border-radius:8px!important;gap:12px!important;padding:16px!important}.voiceagent_permissionDeniedStyles__2rcmq{background-color:#ffebee!important;border:2px solid #f44336!important}.voiceagent_permissionGrantStyles__2lNK3{background-color:#e3f2fd!important;border:2px solid #2196f3!important}.voiceagent_permissionGrantedStyles__tLgq0{background-color:rgba(84,187,126,.188)!important;border:2px solid #69d898!important}.voiceagent_closeIconStyle__LsOj5{cursor:pointer!important;position:absolute!important;right:12px!important;top:-2px!important}@media screen and (min-width:0px)and (max-width:900px){.voiceagent_formHeadingStyle__-OPNz,.voiceagent_templateGlobalDropdown__Aw2YL{font-size:14px!important}}@media screen and (max-width:1600px){.voiceagent_autoComplete__LeAxK .MuiAutocomplete-input{font-size:14px!important}}.threadViewSkeleton_skeletonContainer__i4DHg{background-color:#fff;display:flex;flex-direction:column;height:100%;overflow:hidden;width:100%}.threadViewSkeleton_header__29ONh{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #e0e0e0;display:flex;flex-shrink:0;gap:12px;padding:15px}.threadViewSkeleton_headerInfo__MO-bR{display:flex;flex:1 1;flex-direction:column;gap:4px}.threadViewSkeleton_headerActions__8MtWs{align-items:center;display:flex;gap:8px}.threadViewSkeleton_messagesArea__YZVzu{background-color:#ece5dd;flex:1 1;overflow:hidden;position:relative}.threadViewSkeleton_messagesContainer__L1Yf2{display:flex;flex-direction:column;gap:16px;height:100%;overflow-y:auto;padding:16px}.threadViewSkeleton_messageRow__kzdVx{display:flex;gap:8px}.threadViewSkeleton_messageRowBot__hzf0P{justify-content:flex-start}.threadViewSkeleton_messageRowUser__Yjceh{justify-content:flex-end}.threadViewSkeleton_avatarSkeleton__Pzqn5{flex-shrink:0;margin-top:auto}.threadViewSkeleton_inputArea__-7Dc4{align-items:center;background-color:#f0f2f5;border-top:1px solid #e0e0e0;display:flex;flex-shrink:0;gap:8px;padding:12px}.threadViewSkeleton_inputField__QfsqU{flex:1 1}.workflowCreate_popupTitleStyle__4DoUD{color:#6a097d!important;font-size:17px!important;font-weight:600!important}.workflowCreate_popupDividerStyle__Fi157{border:.2px solid #9d9d9d!important;color:#9d9d9d!important;opacity:.3!important}.workflowCreate_createWorkflowLabelStyle__tETZd{color:#000!important;font-size:15px!important;font-weight:500!important}.workflowCreate_createGlobalTextField__6-B2y{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 3px #00000040!important;width:100%!important}.workflowCreate_createGlobalTextField__6-B2y fieldset{border:none!important;outline:none!important}.workflowCreate_createGlobalTextField__6-B2y .MuiOutlinedInput-input{font-size:15px!important;font-weight:500!important;padding:12.5px 14px!important}.workflowCreate_payloadTextField__31lDJ{border-radius:5px!important;box-shadow:0 0 2px #00000040!important;width:100%!important}.workflowCreate_payloadTextField__31lDJ fieldset{border:none!important;outline:none!important}.workflowCreate_payloadTextField__31lDJ .MuiOutlinedInput-input{font-size:15px!important;font-weight:400!important;padding:10.5px 14px!important}.workflowCreate_autoComplete__kpa08 .MuiAutocomplete-input{font-size:15px!important}.workflowCreate_autoComplete__kpa08{box-shadow:0 0 3px #00000040;box-sizing:border-box!important}.workflowCreate_nodesListsItems__Y89cG{min-width:350px!important}.workflowCreate_nodesListHeadingStyle__IvDsR{color:#000!important;font-size:15px!important;font-weight:600!important}.workflowCreate_nodesGlobalItem__Bqehh{border-radius:10px!important;cursor:pointer!important;max-width:170px!important;min-width:150px!important;padding:15px!important}.workflowCreate_triggerNodeStyle__EfX6M{border:2px dashed #6a097d40!important}.workflowCreate_triggerNodeStyle__EfX6M:hover{background-color:#6a097d1a!important}.workflowCreate_nodeNameStyle__JtW75{color:#000!important;font-size:14px!important;font-weight:500!important}.workflowCreate_previewSectionStyle__TeD0l{background-color:#efefef!important;padding:25px 20px!important;transition:transform .4s ease-in-out!important;z-index:2!important}.workflowCreate_resetThreadTimerTextField__amB74{background-color:#fff!important;border-radius:4px!important;width:100px!important}.workflowCreate_resetThreadTimerTextField__amB74 .MuiOutlinedInput-root{font-weight:500!important;letter-spacing:.13px!important;padding:0!important}.workflowCreate_resetThreadTimerTextField__amB74 .MuiInputLabel-root{background-color:#fff!important;color:#0009!important;padding:0 4px!important}.workflowCreate_resetThreadTimerTextField__amB74 .workflowCreate_MuiInputLabel-shrink__ykPN0{transform:translate(14px,-6px) scale(.75)!important}@keyframes workflowCreate_slideIn__dz0wn{0%{opacity:0;transform:translate(325px,-100px)}to{opacity:1;transform:translateY(-100px)}}@keyframes workflowCreate_slideOut__01aDw{0%{opacity:1;transform:translateY(-100px)}to{opacity:0;transform:translate(325px,-100px)}}.workflowCreate_previewSectionHidden__e2tYh{animation:workflowCreate_slideOut__01aDw .6s ease-in-out forwards;display:none!important}.workflowCreate_previewSectionVisible__OUx3-{animation:workflowCreate_slideIn__dz0wn .6s ease-in-out forwards;transform:translate(325px,-100px)}.workflowCreate_dividerStyle__IpepP{border-style:initial;color:#b1b1b1;font-size:12px;font-weight:600;margin-top:9px!important}.workflowCreate_testResponseTextArea__SI4YI{font-size:14px!important}@media screen and (max-width:600px){.workflowCreate_nodesListsItems__Y89cG{max-width:200px!important;min-width:170px!important}}@media screen and (max-width:1600px){.workflowCreate_autoComplete__kpa08 .MuiAutocomplete-input,.workflowCreate_createGlobalTextField__6-B2y .MuiOutlinedInput-input,.workflowCreate_payloadTextField__31lDJ .MuiOutlinedInput-input{font-size:14px!important}}@media screen and (max-width:1000px){.workflowCreate_autoComplete__kpa08 .MuiAutocomplete-input,.workflowCreate_createGlobalTextField__6-B2y .MuiOutlinedInput-input,.workflowCreate_payloadTextField__31lDJ .MuiOutlinedInput-input{font-size:14px!important}}@media screen and (max-width:900px){.workflowCreate_previewSectionStyle__TeD0l{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__1NRyO{color:#008069}.workflowCreate_draftStatus__VFW0g{color:orange}.workflowCreate_responseVariablePathText__MIzDE{font-size:13px!important}.workflowCreate_responseVariablePathEditIconGrid__fnkW-{opacity:0!important}.workflowCreate_responseVarEditPathContainer__hoNaj:hover .workflowCreate_responseVariablePathEditIconGrid__fnkW-{opacity:1!important}.workflowCreate_responseVariablePathEditIcon__TEWAL{color:#4c4a4d!important;cursor:pointer!important;height:16px!important;width:16px!important}.workflowCreate_responseVariablePathGrid__YyYlO{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__EQSSm{display:inline!important}.workflowCreate_editResVarIndexAutoComplete__EQSSm .MuiAutocomplete-input{color:#298000!important;font-weight:500!important}.workflowCreate_editResVarIndexAutoComplete__EQSSm .MuiOutlinedInput-root{padding-right:25px!important;padding-block:0 2px!important}.workflowCreate_editResVarIndexAutoComplete__EQSSm .MuiTextField-root{margin:0 5px!important;width:90px!important}.workflowCreate_autocompleteBracket__L0x85{display:inline-block!important}.workflowCreate_stringSegmentTypography__b8qge{white-space:pre!important}.workflowCreate_editResponseVarPathPopupBtnContainer__XnglW{padding:20px 0!important}.workflowCreate_iButton__rp5x1{height:20px!important;width:20px!important}.workflowCreate_assignVariableTableMaxHeight__da65j{max-height:305px!important}.workflowCreate_triggerValueFreeSolo__fumu7{max-width:none!important;min-width:none!important}.workflowCreate_triggerValueFreeSolo__fumu7 .MuiAutocomplete-clearIndicator{right:0!important}.workflowCreate_triggerValueFreeSolo__fumu7 .MuiAutocomplete-tag{margin:2px 5px 0 0!important}.workflowCreate_triggerValueFreeSolo__fumu7 .MuiAutocomplete-inputRoot{padding:5px!important}.workflowCreate_triggerValueFreeSolo__fumu7 .MuiChip-label{white-space:normal!important}.workflowCreate_pressEnterTypography__1XxGR{font-size:13px!important;font-weight:400!important}.workflowCreate_whatsappflowIFrame__WaoMH iframe{border:none!important;height:98%!important}.workflowCreate_conditionValueTextArea__rb1Nu{border-radius:5px!important;font-weight:400!important;max-height:350px!important;min-height:50px!important}.workflowCreate_conditionValueFreeSolo__0nIk7 .MuiAutocomplete-input{padding:5.5px 4px 5.5px 5px!important}.workflowCreate_conditionValueTextForIntent__BDJWE{white-space:wrap!important;width:210px!important}.workflowCreate_conditionValueEmptyTextForIntent__GqYIT{color:#7a7a7a!important}.workflowCreate_editConditionIcon__4WoLz{display:flex!important;height:16px!important;width:16px!important}.workflowCreate_customConditionPopover__cFhqT{border:1px solid #e0e0e0!important;box-shadow:none!important}.workflowCreate_containsInArrayFieldChip__hBimK{height:auto!important;margin-bottom:3px!important;padding:4px 0!important;white-space:normal!important;word-break:break-word!important}.workflowCreate_saveAdditionInfoAutoComplete__eoewZ{min-width:150px!important}.workflowCreate_sameIntentExistTypography__ZjD5n{color:#c60000!important;font-size:15px!important;font-weight:500!important}.workflowCreate_intentConditionSwitch__k72ui{margin:8px!important}.workflowCreate_allowedFileTypeText__Off-K{color:#7a7a7a!important}.workflowCreate_removeEdgeWarningGrid__if0eD{align-items:center!important;background-color:#fef2f2!important;border-radius:10px!important;flex-wrap:nowrap!important;padding:10px!important}.workflowCreate_removeEdgeWarningTypography__KKyt6{color:#c60000!important}.dataconnector_templateSearchbarStyle__qdl\+b{background:#fff;position:-webkit-sticky;position:sticky;top:0}.dataconnector_docTitleTextStyle__E9f20{color:#4c4a4d;font-size:18px!important;font-weight:600}.dataconnector_featuredTemplateTileStyle__WbeHu{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__deBy6{font-size:15px;font-weight:600}.dataconnector_docDescription__HajJj{color:#7a7a7a;font-size:12px;font-weight:400}.dataconnector_docSectionTextStyle__o91xX{color:#1f384c;font-size:15px;font-weight:600;margin-bottom:18px!important;margin-top:10px!important}.dataconnector_featureIconStyle__VqNFV{margin:15px!important}.dataconnector_categoryTileStyle__JyrgC{border:1px solid #d9d9d9;border-radius:5px;color:#a5a5a5;font-size:15px;font-weight:400;margin-right:10px!important;padding:11px 18px}.dataconnector_categoryNameStyle__xsBWz{color:#4c4a4d!important;font-size:15px!important;font-weight:600!important;margin-top:20px!important}.dataconnector_categoryDescriptionStyle__auyvE{color:#7a7a7a;font-size:13px;font-weight:400;margin:10px 0 20px!important}.dataconnector_templateTileStyle__nA3Rb{border-radius:10px;box-shadow:0 0 15px 0 #00000014;margin-right:20px!important;max-width:299px!important;padding:25px}.dataconnector_templateTitleTextstyle__hduGN{color:#4c4a4d;font-size:15px;font-weight:500;margin-bottom:10px!important}.dataconnector_templateDescriptionTextStyle__wpVfM{color:#7a7a7a;font-size:13px;font-weight:400}.dataconnector_templateIconStyle__ZWPV\+{margin-bottom:21px!important}.dataconnector_featuredTilesWrapper__-V0OW{margin-bottom:25px!important;margin-top:25px!important}.dataconnector_categoryListWrapper__ZJ39j{background:#fff;position:-webkit-sticky;position:sticky;top:0}.dataconnector_newDocHeadTextItem__NW5cL{color:#7a7a7a!important;margin:30px 0 10px!important}.dataconnector_newDocHeadText__00c3W{font-size:16px!important;font-weight:600!important}.dataconnector_documentsTableItem__-aFCB{height:calc(100vh - 190px)!important}.dataconnector_dataConnectorDashboard__CCj6w{padding:18px 25px 0 27px!important}.dataconnector_chatbotTitleSelect__ui5RV .MuiOutlinedInput-input{font-weight:600!important;width:100%!important}.dataconnector_chatbotTitleSelect__ui5RV .MuiOutlinedInput-root{padding:0!important}.dataconnector_chatbotTitleSelect__ui5RV .MuiAutocomplete-input{padding-bottom:0!important;padding-left:0!important}.dataconnector_chatbotTitleSelect__ui5RV .MuiAutocomplete-inputRoot{max-width:300px!important;padding:0 60px 0 0!important;width:100%!important}.dataconnector_chatbotTitleSelect__ui5RV fieldset{border:none!important}.dataconnector_globalAddConnectorButton__DjFvy{margin:0!important;width:100%!important}.dataconnector_newConnectorBtn__v0n66{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__1hwkV{box-shadow:0 0 3px #00000040!important}.dataconnector_methodAutoComplete__1hwkV .MuiOutlinedInput-root{padding:5px!important}.dataconnector_methodAutoComplete__1hwkV .MuiAutocomplete-input{font-size:15px!important}.dataconnector_cmpCreateFormHeight__lJ3-a{overflow:auto!important}.dataconnector_createDataConnectorBlock__J7byp{flex-wrap:nowrap!important;padding:27px!important}.dataconnector_dataConnectorLowerBlock__DjdB\+{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__DjdB\+::-webkit-scrollbar{width:5px!important}.dataconnector_dataConnectorLowerBlock__DjdB\+::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;outline:medium none invert!important;outline:initial!important}.dataconnector_cmpGlobalComponentBorderItem__2hSuk{background:#fff!important;border-radius:10px!important;padding:0!important}.dataconnector_cbHeaderBreadCrumbsHeadText__5ATj8{color:#7a7a7a!important;font-size:13px!important;font-weight:600!important}.dataconnector_cbHeaderBreadCrumbsChatbotLabel__H7Ddv{color:#1f384c!important;font-size:13px!important;font-weight:600!important}.dataconnector_cbHeaderBreadCrumbMainItem__zDV1J{margin:2px 0 0!important}.dataconnector_cbCancelButton__LFZkn{background-color:#fff!important;border:1px solid #6a097d!important;border-radius:5px!important;color:#6a097d!important}.dataconnector_cbCancelButton__LFZkn,.dataconnector_cbSaveButton__6qxnI{font-size:15px!important;font-weight:500!important;max-width:130px!important;text-transform:capitalize!important;width:130px!important}.dataconnector_cbSaveButton__6qxnI{background-color:#6a097d!important;border-radius:5px!important;color:#fff!important}.dataconnector_reqSectionTextStyle__NhEuW{color:#0a6add;font-size:15px;font-weight:600;margin-bottom:18px!important;margin-top:10px!important}.dataconnector_globalHeadRightSubItem__ZCmc1{margin:0!important}.dataconnector_createFormField__Yge6C .MuiInputLabel-root{display:inline!important}.dataconnector_formFieldTitle__g--57{color:#000!important;font-size:16px!important;font-weight:500!important}.dataconnector_formFieldMethod__ozOHQ .MuiOutlinedInput-root{padding:5px!important}.dataconnector_selectOptionTextStyle__jHVw1{color:#000;font-size:15px;font-weight:500;margin-bottom:18px!important;margin-top:10px!important}.dataconnector_selectedOption__QpUtr{background-color:#fbf3ff!important;box-shadow:0 0 2px #6a097d!important;color:#6a097d!important}.dataconnector_nonSelectedOption__r0em9,.dataconnector_selectedOption__QpUtr{border-radius:4px!important;font-size:14px!important;font-weight:500!important;padding:8px 25px!important}.dataconnector_nonSelectedOption__r0em9{box-shadow:0 0 2px #0006!important;color:#000!important}.dataconnector_validationText__HwB17{color:red!important;font-size:14px!important;font-weight:400!important;padding:5px 3px!important}.dataconnector_dataConnectorDescription__DnPmm{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__OkWis{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__3h8d5{min-height:100px!important}.dataconnector_text_area_style__OkWis::placeholder{font-family:inherit!important;min-height:40px!important;opacity:.5}@media screen and (min-width:600px)and (max-width:919px){.dataconnector_cmpCreateFormHeight__lJ3-a{overflow:auto!important}.dataconnector_cmpGlobalComponentBorderItem__2hSuk{padding:0!important}}@media screen and (min-width:320px)and (max-width:599px){.dataconnector_cmpGlobalComponentBorderItem__2hSuk{max-height:calc(100vh - 160px)!important;overflow:auto!important;padding:0!important}}@media screen and (min-width:890px)and (max-width:900px){.dataconnector_cmpCreateFormHeight__lJ3-a{overflow:auto!important}}@media screen and (max-width:900px)and (min-width:0px){.dataconnector_cbHeaderBreadCrumbsChatbotLabel__H7Ddv,.dataconnector_cbHeaderBreadCrumbsHeadText__5ATj8{font-size:12px!important}.dataconnector_dataConnectorDashboard__CCj6w{padding:20px 25px 0!important}.dataconnector_cbCancelButton__LFZkn,.dataconnector_cbSaveButton__6qxnI{font-size:13px!important;max-width:100px!important;width:100px!important}.dataconnector_newConnectorBtn__v0n66{padding:6px 10px!important}}@media screen and (min-width:0px)and (max-width:600px){.dataconnector_dataConnectorDashboard__CCj6w{padding:5px 20px 0!important}.dataconnector_createDataConnectorBlock__J7byp{padding:20px!important}.dataconnector_dataConnectorLowerBlock__DjdB\+{max-height:calc(100vh - 100px)!important}}@media screen and (max-width:1600px)and (min-width:901px){.dataconnector_cbHeaderBreadCrumbsChatbotLabel__H7Ddv,.dataconnector_cbHeaderBreadCrumbsHeadText__5ATj8{font-size:12px!important}.dataconnector_cbCancelButton__LFZkn,.dataconnector_cbSaveButton__6qxnI{font-size:13px!important;max-width:100px!important;width:100px!important}.dataconnector_newConnectorBtn__v0n66{padding:6px 10px!important}}@media screen and (max-width:1600px){.dataconnector_formFieldTitle__g--57{font-size:15px!important}.dataconnector_methodAutoComplete__1hwkV .MuiAutocomplete-input,.dataconnector_text_area_style__OkWis{font-size:14px!important}}.dataconnector_gapAlignment__dok7d{gap:15px!important}.dataconnector_primaryColor__RAhn9{color:#6a097d!important}@media screen and (max-width:420px){.dataconnector_createFormField__Yge6C{padding:3px!important}}.dataconnector_flagAdminOnlySwitch__3Ooi-{margin:0 0 4px 4px!important}.renderCustomOption_newTagNameUlElement__pa\+h3{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__Jkd\+C{align-items:center!important;box-sizing:border-box!important;color:#6a097d!important;cursor:pointer!important;display:flex!important;gap:5px!important;max-height:auto!important;outline:none!important;padding:10px 16px!important}.dataconnectorform_globalHeadMainItemRightContainer__HX3LC{margin-bottom:0!important}.dataconnectorform_dataConnectorHeaderText__SXcFV{color:#6a097d!important;font-size:17px!important;font-weight:600!important}.dataconnectorform_dataconnectorHeaderDivider__6YBMp{color:#b3b3b3!important;margin-top:20px!important;opacity:.6!important}.dataconnectorform_dataConnectorPopupSpacing__6LGUQ{max-width:600px!important;padding:25px!important}.dataconnectorform_dataConnectorFormPopup__Kl8t2{overflow:auto!important}.dataconnectorform_dataConnectorPopupBorderItem__4bnqz{background:#fff!important;border-radius:10px!important}.dataconnectorform_autoComplete__9NppM .MuiAutocomplete-input{font-size:15px!important}.dataconnectorform_autoComplete__9NppM{box-shadow:0 0 3px #00000040;box-sizing:border-box!important}.dataconnectorform_checkBox__6JRNl .Mui-checked{color:#6a097d!important}.dataconnectorform_checkBox__6JRNl{align-items:center!important;display:flex!important}.dataconnectorform_ctTextarea__8va81{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__8va81::placeholder{color:#0006!important;opacity:.9!important}.dataconnectorform_autocompleteValues__jHRmC{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__jHRmC::placeholder{font-size:15px!important;font-weight:500!important}.dataconnectorform_autocompleteValues__jHRmC .MuiChip-deleteIcon{color:#010101!important;font-size:16px!important}.dataconnectorform_autocompleteValues__jHRmC .MuiFormControl-root{background:#fff;border:none!important;border-radius:4px;min-height:52px}.dataconnectorform_autocompleteValues__jHRmC .MuiAutocomplete-tag{margin:6px!important}.dataconnectorform_autocompleteValues__jHRmC .MuiAutocomplete-inputRoot{padding:0!important}.dataconnectorform_autocompleteValues__jHRmC input{border:none!important;color:rgba(0,0,0,.871)!important}.dataconnectorform_autocompleteValues__jHRmC .MuiOutlinedInput-notchedOutline{border:none!important}.dataconnectorform_autocompleteValues__jHRmC .MuiInputBase-input{font-family:inherit!important;font-size:15px!important;font-weight:500;min-height:52px!important;padding:0 10px!important}.dataconnectorform_autocompleteValues__jHRmC .MuiOutlinedInput-root{background:#fff;min-height:52px!important}.dataconnectorform_autocompleteValues__jHRmC .MuiChip-root{background-color:#fff!important;border:1px solid #e1cee5!important;border-radius:6px!important;font-size:15px!important;font-weight:500}.dataconnectorform_autocompleteValues__jHRmC .dataconnectorform_MuiListSubheader-sticky__1QucG{padding-left:12px!important}.dataconnectorform_text_area_style__BxaTW{height:auto;overflow-y:scroll}@media screen and (max-width:420px){.dataconnectorform_dataConnectorPopupSpacing__6LGUQ{padding:20px 12px!important}}.dataconnectorform_saveAddMemberBtnLowOpacity__Aj\+n6{opacity:.5!important}.template_templateWrapper__\+f8nB{overflow:scroll}.template_templateSearchbarStyle__yRbY6{background:#fff}.template_featuredTemplateTileStyle__pLMPD{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__pLMPD:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.251)}.template_featureIconStyle__link-{height:18px;width:18px}.template_categoryTileStyle__8o0r5{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__8o0r5:hover,.template_selectedCategoryTileStyle__wLGyQ{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__SDsAG{color:#000!important;font-size:15px!important;font-weight:600!important;margin:0 0 1px!important}.template_categoryDescriptionStyle__trCIw{color:#7a7a7a;font-size:13px;font-weight:500;margin:1px 0 20px!important}.template_templateTileStyle__X5-lR{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__X5-lR:hover{box-shadow:0 0 3px 0 #6a097d}.template_templateTitleTextstyle__3Whm\+{color:#4c4a4d;font-size:15px;font-weight:500;margin-bottom:10px!important}.template_templateDescriptionTextStyle__GKeTj{color:#7a7a7a;font-size:14px;font-weight:400}.template_templateIconStyle__YEUIg{margin-bottom:10px!important}.template_featuredTilesWrapper__wYW5-{margin-bottom:5px!important}.template_categoryListWrapper__tqp5l{background:#fff}.template_hideFeatureBtnItem__TYqly{margin:0 0 10px!important;text-align:end!important}.template_hideFeatureUpIconBtn__\+iWaF{color:#6a097d!important;font-size:13px!important;font-weight:600!important;justify-content:end;text-transform:none!important}.template_categoryListDropDown__3MZbK{background:#fff;border-radius:5px;box-shadow:0 0 2px 0 #00000040}.template_categodydropdowntextfield__TqQTL .template_MuiIconButton-root__gKg1-{padding:0!important}.template_tempSearchbarItemPersonaList__nZoSs,.template_tempSearchbarItem__kN1im{text-align:end!important}.template_titleSticky__792wQ{background-color:#fff!important;top:40px!important;z-index:10!important}.template_stickyCategory__C4\+Pr{position:-webkit-sticky!important;position:sticky!important;top:150px!important}.template_templateMainItem__Nliu1{background-color:#fff!important;height:calc(100vh - 300px)!important;z-index:1!important}.template_featuredTemplateViewAllStyle__d3do9{background:#f6f2f9;box-shadow:0 0 2px 0 #6a097d}.template_bannerImgDesktop__cPk\+j{border-radius:10px;object-fit:fill;width:inherit}.template_bannerImgMobile__bu-yP{display:none}.template_headerToolbar__Dis8b{margin:0 auto!important;width:95%!important}.template_featuredTemplateImgItem__iNFJ3{display:flex}.template_templateDescOverflowStyle__JftLt{-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important;text-overflow:ellipsis!important}.template_cbtMainHead__4ya\+C{color:#4c4a4d;font-size:18px;font-weight:600;margin-bottom:8px!important}.template_noDataFoundItem__Ugwvp{align-items:center;display:flex;height:calc(100vh - 250px)!important}.template_tempCardsMainItem__qVD9B{margin:0 0 5px!important}.template_templatCategoryMainHeadingItem__eh77T{margin:10px 0 15px!important}.template_templatCardMainHeadingItem__Reter{margin:10px 0!important}.template_templatCardMainHeading__buqWk{color:#1f384c!important;font-size:15px!important;font-weight:600!important}.template_homeTableSubHeading__nliqC{color:#7a7a7a!important;font-size:13px!important;font-weight:500!important}.template_HomeTableHeadingMainItem__0mv1b{margin:0 0 15px!important}.template_homeWelcomeText__jak6r{color:#1f384c!important;font-size:14px!important;font-weight:600!important}.template_homeWelcomeHighlightedText__X13wB{color:#6a097d!important;font-size:14px!important;font-weight:600!important}.template_HomeBannerBgDesktopItem__R\+E10{background-image:url(/static/media/HomeDesktopBanner.a3f6d7bb3677bb46b41f.png);height:auto!important}.template_HomeBannerBgDesktopItem__R\+E10,.template_HomeBannerBgHomeItem__4-0U1{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__4-0U1{background-image:url(/static/media/HomeMobileBanner.9de087bac25bb38c8a3f.png);display:none!important;height:auto}.template_HomeBannerMainText__DLtD8{color:#fff!important;font-size:16px!important;font-weight:600!important}.template_HomeBannerSubText__VZ-KD{color:#fff!important;font-size:14px!important;font-weight:400!important}.template_HomeBannerBtn__3zATU{background:#f7e9ff!important;border-radius:5px!important;color:#6a097d!important;font-size:14px!important;font-weight:600!important;text-transform:none!important}.template_cfcMainItem__NIzZl{background-color:#fbf4ff!important;cursor:pointer}.template_cfcMainText__WbkFp{color:#000!important;font-size:15px!important;font-weight:500!important}.template_cfcSubtext__rBEPz{-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__APhS1{margin-bottom:10px!important}.template_newDocumentPopup__T9WSA .MuiPaper-elevation{margin:30px 100px!important;max-width:100%!important;min-height:20%!important;min-width:20%!important}.template_newDocumentPopup__T9WSA .MuiPaper-root::-webkit-scrollbar{width:4px}.template_newDocumentPopup__T9WSA .MuiPaper-root::-webkit-scrollbar-track{background:#f3f5f9}.template_newDocumentPopup__T9WSA .MuiPaper-root::-webkit-scrollbar-thumb{background-color:#6a097d;border-radius:20px}.template_addChatbotIcon__75Pq-{display:none!important}.template_sampleChatbotsGrid__YaqZ2{padding:20px 10px!important;width:100%!important}.template_listsMainContainer__PV7RQ{max-height:calc(100vh - 190px)!important;overflow:auto!important;padding:10px 5px!important;width:100%!important}.template_mainScreenPadding__By8CP{padding:18px 22px 25px 27px!important}.template_sampleChatbotPadding__4Fqfr{padding:0 0 0 30px}@media screen and (min-width:950px)and (max-width:1200px){.template_listsMainContainer__PV7RQ{max-height:calc(100vh - 210px)!important}}@media screen and (min-width:0px)and (max-width:950px){.template_newDocumentPopup__T9WSA .MuiPaper-elevation{margin:30px 10px!important}.template_sampleChatbotsGrid__YaqZ2{padding:0!important}.template_chatbotGrid__PvDH4{padding:20px 20px 10px!important}}@media screen and (min-width:0px)and (max-width:900px){.template_addChatbotBtn__lE9sA{display:none!important}.template_addChatbotIcon__75Pq-{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__eFenS{max-width:250px!important}}@media screen and (min-width:320px)and (max-width:600px){.template_headRightSubItem__eFenS{max-width:225px!important}.template_chatbotGrid__PvDH4{padding:20px!important}.template_templateSearchbarStyle__yRbY6{margin:0 0 10px!important}.template_featureItem__wbJVP{margin-top:15px!important}.template_HomeBannerBgHomeItem__4-0U1{display:block!important}.template_HomeBannerBgDesktopItem__R\+E10{display:none!important}.template_listsMainContainer__PV7RQ{max-height:calc(100vh - 210px)!important}}@media screen and (min-width:0px)and (max-width:369px){.template_dashboardChildSectionTextStyle__eTH4r{font-size:14px}.template_hideFeatureBtnItem__TYqly{max-width:38%!important}}@media screen and (min-width:900px)and (max-width:1200px){.template_tempBlogCards__Axe8E{flex-wrap:wrap!important}}@media screen and (min-width:320px)and (max-width:900px){.template_templateTileStyle__X5-lR{border-radius:10px;box-shadow:0 0 15px 0 #00000014;height:190px;margin-bottom:15px!important;margin-right:0!important;padding:20px}.template_featuredTilesWrapper__wYW5-{margin-bottom:5px!important}}@media screen and (min-width:320px)and (max-width:600px){.template_featuredTemplateImgItem__iNFJ3{width:100%!important}.template_featuredTemplateTileStyle__pLMPD{margin:10px 0!important;padding:15px!important}.template_featureTemplateAlignment__8iXQI{justify-content:space-between}.template_fetureTempleLength__lEdg6{max-width:47%!important;min-width:47%!important}.template_bannerImgDesktop__cPk\+j{display:none}.template_bannerImgMobile__bu-yP{border-radius:10px;display:flex!important;object-fit:fill;width:inherit}}@media screen and (min-width:600px)and (max-width:1200px){.template_bannerImgDesktop__cPk\+j{display:none}.template_bannerImgMobile__bu-yP{border-radius:10px;display:flex!important;object-fit:fill;width:inherit}}.template_menuStyleSidePanel__CluBK{box-shadow:0 0 4px 0 #6a097d}.template_channelAddActionIcon__WY7sT{height:28px!important;width:auto!important}.whatsappCampaignAnalysisStyle_campaignNameStyles__1fqV8{font-size:17px!important;font-weight:500!important}.whatsappCampaignAnalysisStyle_campaignStatusStyle__zY28L{border-radius:200px!important;padding:2px 8px 4px!important}.whatsappCampaignAnalysisStyle_campaignStatusTextStyle__wMI11{font-size:13px!important;font-weight:500!important}.whatsappCampaignAnalysisStyle_commonCardStyles__LSQUE{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__o4MG0{color:#1c1c1c!important;font-size:14px!important;font-weight:500!important}.whatsappCampaignAnalysisStyle_cardValueTextStyle__JxTXj{color:#1c1c1c!important;font-size:24px!important;font-weight:600!important}.whatsappCampaignAnalysisStyle_headingDetailsStyle__5oNHw{color:#000!important;font-size:16px!important;font-weight:600!important}.whatsappCampaignAnalysisStyle_campaginDetailsContainer__LMalB{border-right:1px solid #b8b8b880!important}.whatsappCampaignAnalysisStyle_campaignDetailStyle__GgriW{border:1px solid #e9e9e9!important;border-bottom:none!important;border-radius:5px!important}.whatsappCampaignAnalysisStyle_detailsKeyContainer__hq8WM{background-color:#f8f8f8!important;border-bottom:1px solid #e9e9e9!important;border-right:1px solid #e9e9e9!important;padding:14px!important}.whatsappCampaignAnalysisStyle_detailsKeyTextStyle__S7EBq{color:#000!important;font-size:15px!important;font-weight:500!important;word-break:break-word!important}.whatsappCampaignAnalysisStyle_detailsValueContainer__cGf5R{border-bottom:1px solid #e9e9e9!important;padding:14px!important}.whatsappCampaignAnalysisStyle_statusKeyStyle__GSC3A{color:#6a097d!important;font-size:15px!important;font-weight:500!important}.whatsappCampaignAnalysisStyle_statusValueStyle__sSDZT{color:#000!important;font-size:15px!important;font-weight:500!important}.whatsappCampaignAnalysisStyle_cardComponentSectionStyle__haJ35{background-color:#f7e9ff40!important;border-radius:10px!important;padding:25px!important}.whatsappCampaignAnalysisStyle_filterStatusCheckBox__zLVQc{padding:0!important}.whatsappCampaignAnalysisStyle_redirectingText__JMY8F{font-style:italic}.whatsappCampaignAnalysisStyle_pieChartContainer__2Jazl{background-color:#f7f9fb!important;border-radius:10px!important;height:100%!important;padding:20px!important}@media screen and (max-width:1000px){.whatsappCampaignAnalysisStyle_pieContainer__fYVNm,.whatsappCampaignAnalysisStyle_pieLabelContainer__xenvK{padding:15px 0!important}}@media screen and (max-width:1600px){.whatsappCampaignAnalysisStyle_campaignNameStyles__1fqV8{font-size:16px!important}.whatsappCampaignAnalysisStyle_headingDetailsStyle__5oNHw{font-size:15px!important}.whatsappCampaignAnalysisStyle_detailsKeyTextStyle__S7EBq{font-size:14px!important}.whatsappCampaignAnalysisStyle_detailsKeyContainer__hq8WM,.whatsappCampaignAnalysisStyle_detailsValueContainer__cGf5R{padding:12px 14px!important}}@media screen and (max-width:1200px){.whatsappCampaignAnalysisStyle_campaginDetailsContainer__LMalB{border-right:none!important}.whatsappCampaignAnalysisStyle_campaignNameStyles__1fqV8{font-size:16px!important}}@media screen and (max-width:900px){.whatsappCampaignAnalysisStyle_campaignNameStyles__1fqV8{font-size:15px!important}.whatsappCampaignAnalysisStyle_headingDetailsStyle__5oNHw{font-size:14px!important}.whatsappCampaignAnalysisStyle_detailsKeyTextStyle__S7EBq{font-size:13px!important}.whatsappCampaignAnalysisStyle_detailsKeyContainer__hq8WM,.whatsappCampaignAnalysisStyle_detailsValueContainer__cGf5R{padding:10px 14px!important}}@media screen and (max-width:768px){.whatsappCampaignAnalysisStyle_commonCardStyles__LSQUE{min-width:150px!important;padding:20px!important}.whatsappCampaignAnalysisStyle_cardValueTextStyle__JxTXj{font-size:22px!important}.whatsappCampaignAnalysisStyle_cardComponentSectionStyle__haJ35{padding:15px!important}}@media screen and (max-width:400px){.whatsappCampaignAnalysisStyle_commonCardStyles__LSQUE{max-width:140px!important;min-width:140px!important}}.whatsappCampaignAnalysisStyle_dateRangePickerClass__Jk8rV .DateRangePicker_picker{left:-388px!important;top:52px!important;z-index:100!important}.whatsappCampaignAnalysisStyle_dateRangePickerClass__Jk8rV .DateInput_input{font-size:14px!important;font-weight:500!important;max-width:90px!important;padding:8px 8px 5px!important}.whatsappCampaignAnalysisStyle_dateRangePickerClass__Jk8rV .DateRangePickerInput_arrow{font-size:14px!important;font-weight:500!important}@media screen and (min-width:600px)and (max-width:1000px){.whatsappCampaignAnalysisStyle_dateRangePickerClass__Jk8rV .DateRangePicker_picker{left:-90px!important}}@media screen and (min-width:600px)and (max-width:768px){.whatsappCampaignAnalysisStyle_dateRangePickerClass__Jk8rV .DateRangePicker_picker{left:-87px!important;top:52px!important}}@media screen and (min-width:0px)and (max-width:600px){.whatsappCampaignAnalysisStyle_dateRangePickerClass__Jk8rV .DateRangePicker_picker{left:-2px!important;top:52px!important}}.webhookStyle_configuredWebhookTitle__Xt3-R{font-size:15px!important;font-weight:600!important}.webhookStyle_webhookTableContainer__F6-pT{border:1px solid #e9e9e9!important;border-radius:5px!important;box-sizing:border-box!important;max-width:100%!important;overflow:auto!important}.webhookStyle_alreadyConfiguredChip__HNauD{border:1px solid #0fb915!important;border-radius:6px!important;color:#0fb915!important;padding:6px 10px!important}.webhookStyle_validJsonTypography__sHWP9{color:#c60000!important;font-size:13px!important;font-weight:500!important}.webhookStyle_sampleResponseJsonTextArea__G6b8C{max-height:none!important}.react-flow{--xy-edge-stroke-default:#b1b1b7;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#555;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#ffffff80;--xy-minimap-background-color-default:#fff;--xy-minimap-mask-background-color-default:#f0f0f099;--xy-minimap-mask-stroke-color-default:#0000;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#e2e2e2;--xy-minimap-node-stroke-color-default:#0000;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#0000;--xy-background-pattern-dots-color-default:#91919a;--xy-background-pattern-lines-color-default:#eee;--xy-background-pattern-cross-color-default:#e2e2e2;--xy-node-color-default:inherit;--xy-node-border-default:1px solid #1a192b;--xy-node-background-color-default:#fff;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #00000014;--xy-node-boxshadow-selected-default:0 0 0 0.5px #1a192b;--xy-node-border-radius-default:3px;--xy-handle-background-color-default:#1a192b;--xy-handle-border-color-default:#fff;--xy-selection-background-color-default:#0059dc14;--xy-selection-border-default:1px dotted #0059dccc;--xy-controls-button-background-color-default:#fefefe;--xy-controls-button-background-color-hover-default:#f4f4f4;--xy-controls-button-color-default:inherit;--xy-controls-button-color-hover-default:inherit;--xy-controls-button-border-color-default:#eee;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#fff;--xy-edge-label-color-default:inherit;--xy-resize-background-color-default:#3367d9;background-color:var(--xy-background-color-default);background-color:var(--xy-background-color,var(--xy-background-color-default));direction:ltr}.react-flow.dark{--xy-edge-stroke-default:#3e3e3e;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#727272;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#96969640;--xy-minimap-background-color-default:#141414;--xy-minimap-mask-background-color-default:#3c3c3c99;--xy-minimap-mask-stroke-color-default:#0000;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#2b2b2b;--xy-minimap-node-stroke-color-default:#0000;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#141414;--xy-background-pattern-dots-color-default:#777;--xy-background-pattern-lines-color-default:#777;--xy-background-pattern-cross-color-default:#777;--xy-node-color-default:#f8f8f8;--xy-node-border-default:1px solid #3c3c3c;--xy-node-background-color-default:#1e1e1e;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #ffffff14;--xy-node-boxshadow-selected-default:0 0 0 0.5px #999;--xy-handle-background-color-default:#bebebe;--xy-handle-border-color-default:#1e1e1e;--xy-selection-background-color-default:#c8c8dc14;--xy-selection-border-default:1px dotted #c8c8dccc;--xy-controls-button-background-color-default:#2b2b2b;--xy-controls-button-background-color-hover-default:#3e3e3e;--xy-controls-button-color-default:#f8f8f8;--xy-controls-button-color-hover-default:#fff;--xy-controls-button-border-color-default:#5b5b5b;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#141414;--xy-edge-label-color-default:#f8f8f8}.react-flow__background{background-color:var(--xy-background-color-default);background-color:var(--xy-background-color-props,var(--xy-background-color,var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{height:100%;left:0;position:absolute;top:0;width:100%}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{pointer-events:none;transform-origin:0 0;z-index:2}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke-default);stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width-default);stroke-width:var(--xy-edge-stroke-width,var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke-default);stroke:var(--xy-connectionline-stroke,var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width-default);stroke-width:var(--xy-connectionline-stroke-width,var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;pointer-events:none;position:absolute}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path,.react-flow__edge.selected .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected-default);stroke:var(--xy-edge-stroke-selected,var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke-default);stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke-default);fill:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{overflow:visible;position:absolute;z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{box-sizing:border-box;cursor:default;pointer-events:all;position:absolute;transform-origin:0 0;-webkit-user-select:none;user-select:none}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{pointer-events:none;transform-origin:left top;z-index:3}.react-flow__nodesselection-rect{cursor:grab;pointer-events:all;position:absolute}.react-flow__handle{background-color:var(--xy-handle-background-color-default);background-color:var(--xy-handle-background-color,var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color,var(--xy-handle-border-color-default));border-radius:100%;height:6px;min-height:5px;min-width:5px;pointer-events:none;position:absolute;width:6px}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{cursor:crosshair;pointer-events:all}.react-flow__handle-bottom{bottom:0;left:50%;top:auto;transform:translate(-50%,50%)}.react-flow__handle-top{left:50%;top:0;transform:translate(-50%,-50%)}.react-flow__handle-left{left:0;top:50%;transform:translate(-50%,-50%)}.react-flow__handle-right{right:0;top:50%;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{margin:15px;position:absolute;z-index:5}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.bottom.center,.react-flow__panel.top.center{left:50%;transform:translateX(-15px) translateX(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{background:var(--xy-attribution-background-color-default);background:var(--xy-attribution-background-color,var(--xy-attribution-background-color-default));font-size:10px;margin:0;padding:2px 3px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{pointer-events:none}.react-flow__edgelabel-renderer,.react-flow__viewport-portal{height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;user-select:none;width:100%}.react-flow__minimap{background:var(--xy-minimap-background-color-default);background:var(
    --xy-minimap-background-color-props,var(--xy-minimap-background-color,var(--xy-minimap-background-color-default))
  )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var(--xy-minimap-mask-background-color-default);fill:var(
      --xy-minimap-mask-background-color-props,var(--xy-minimap-mask-background-color,var(--xy-minimap-mask-background-color-default))
    );stroke:var(--xy-minimap-mask-stroke-color-default);stroke:var(
      --xy-minimap-mask-stroke-color-props,var(--xy-minimap-mask-stroke-color,var(--xy-minimap-mask-stroke-color-default))
    );stroke-width:var(--xy-minimap-mask-stroke-width-default);stroke-width:var(
      --xy-minimap-mask-stroke-width-props,var(--xy-minimap-mask-stroke-width,var(--xy-minimap-mask-stroke-width-default))
    )}.react-flow__minimap-node{fill:var(--xy-minimap-node-background-color-default);fill:var(
      --xy-minimap-node-background-color-props,var(--xy-minimap-node-background-color,var(--xy-minimap-node-background-color-default))
    );stroke:var(--xy-minimap-node-stroke-color-default);stroke:var(
      --xy-minimap-node-stroke-color-props,var(--xy-minimap-node-stroke-color,var(--xy-minimap-node-stroke-color-default))
    );stroke-width:var(--xy-minimap-node-stroke-width-default);stroke-width:var(
      --xy-minimap-node-stroke-width-props,var(--xy-minimap-node-stroke-width,var(--xy-minimap-node-stroke-width-default))
    )}.react-flow__background-pattern.dots{fill:var(--xy-background-pattern-dots-color-default);fill:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-dots-color-default))
    )}.react-flow__background-pattern.lines{stroke:var(--xy-background-pattern-lines-color-default);stroke:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-lines-color-default))
    )}.react-flow__background-pattern.cross{stroke:var(--xy-background-pattern-cross-color-default);stroke:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-cross-color-default))
    )}.react-flow__controls{box-shadow:var(--xy-controls-box-shadow-default);box-shadow:var(--xy-controls-box-shadow,var(--xy-controls-box-shadow-default));display:flex;flex-direction:column}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{align-items:center;background:var(--xy-controls-button-background-color-default);background:var(--xy-controls-button-background-color,var(--xy-controls-button-background-color-default));border:none;border-bottom:1px solid var(
        --xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default))
      );color:var(--xy-controls-button-color-default);color:var(
      --xy-controls-button-color-props,var(--xy-controls-button-color,var(--xy-controls-button-color-default))
    );cursor:pointer;display:flex;height:26px;justify-content:center;padding:4px;-webkit-user-select:none;user-select:none;width:26px}.react-flow__controls-button svg{fill:currentColor;max-height:12px;max-width:12px;width:100%}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-group,.react-flow__node-input,.react-flow__node-output{background-color:var(--xy-node-background-color-default);background-color:var(--xy-node-background-color,var(--xy-node-background-color-default));border:var(--xy-node-border,var(--xy-node-border-default));border-radius:var(--xy-node-border-radius-default);border-radius:var(--xy-node-border-radius,var(--xy-node-border-radius-default));color:var(--xy-node-color-default);color:var(--xy-node-color,var(--xy-node-color-default));font-size:12px;padding:10px;text-align:center;width:150px}.react-flow__node-default.selectable:hover,.react-flow__node-group.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover-default);box-shadow:var(--xy-node-boxshadow-hover,var(--xy-node-boxshadow-hover-default))}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected-default);box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color-default);background-color:var(--xy-node-group-background-color,var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color-default);background:var(--xy-selection-background-color,var(--xy-selection-background-color-default));border:var(--xy-selection-border,var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var(--xy-controls-button-background-color-hover-default);background:var(
        --xy-controls-button-background-color-hover-props,var(--xy-controls-button-background-color-hover,var(--xy-controls-button-background-color-hover-default))
      );color:var(--xy-controls-button-color-hover-default);color:var(
        --xy-controls-button-color-hover-props,var(--xy-controls-button-color-hover,var(--xy-controls-button-color-hover-default))
      )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var(
        --xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default))
      )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.bottom,.react-flow__resize-control.top{cursor:ns-resize}.react-flow__resize-control.bottom.right,.react-flow__resize-control.top.left{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:var(--xy-resize-background-color-default);background-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border:1px solid #fff;border-radius:1px;height:5px;translate:-50% -50%;width:5px}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.bottom.left,.react-flow__resize-control.handle.top.left{left:0}.react-flow__resize-control.handle.bottom.right,.react-flow__resize-control.handle.top.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border-style:solid;border-width:0}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{height:100%;top:0;transform:translate(-50%);width:1px}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.bottom,.react-flow__resize-control.line.top{height:1px;left:0;transform:translateY(-50%);width:100%}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color-default);fill:var(--xy-edge-label-background-color,var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color-default);fill:var(--xy-edge-label-color,var(--xy-edge-label-color-default))}body,html{box-sizing:border-box;font-family:sans-serif;margin:0}#app{height:100vh;width:100vw}.button-edge__label{pointer-events:all;position:absolute;transform-origin:center}.button-edge__label-visible{opacity:1}.button-edge__label-not-visible{opacity:0}.button-edge__button{align-items:center;background-color:#f3f3f4;border:5px solid #f7f9fb;border-radius:50%;cursor:pointer;display:flex;font-size:20px;height:35px;justify-content:center;padding-top:0;width:35px}.button-edge__button:hover{color:#000}.react-flow__edge.selectable.selected .react-flow__edge-path,.react-flow__edge.selectable:hover .react-flow__edge-path{stroke:red}.leftSectionComponent_instaGlobalSectionLeftItem__hTW9E{background-color:#fdfdfd!important;box-shadow:20px 10px 20px #0000001a!important;height:100%!important;max-height:100vh!important;overflow-y:hidden!important;transition:all .4s ease-in-out!important;z-index:3!important}.leftSectionComponent_absoultePositioningStyle__MxS5Y{position:absolute}.leftSectionComponent_absoultePositioningStyle__MxS5Y.leftSectionComponent_openPositioningStyle__uWEnv{left:100%!important}.leftSectionComponent_absoultePositioningStyle__MxS5Y.leftSectionComponent_closePositioningStyle__rUL0E{left:0!important}.leftSectionComponent_instaGlobalSectionLeftItem__hTW9E.leftSectionComponent_open__8yGGK{max-width:467px!important;width:467px!important}.leftSectionComponent_instaGlobalSectionLeftItem__hTW9E.leftSectionComponent_close__WkMGw{max-width:0!important;width:0!important}.leftSectionComponent_noEventsTextStyle__bOUQW{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__hTW9E.leftSectionComponent_open__8yGGK{max-width:325px!important;width:325px!important}}@media screen and (max-width:600px){.leftSectionComponent_instaGlobalSectionLeftItem__hTW9E.leftSectionComponent_open__8yGGK{max-width:300px!important;width:300px!important}}.workflowForm_headerFormItemStyle__MTjd3{padding:20px!important}.workflowForm_headerFormTextStyle__FA\+Kl{font-size:17px!important;font-weight:600!important;word-break:break-all!important}.workflowForm_bodyFormHeadingStyle__op8op{line-height:24px!important}.workflowForm_configuredIntentTitle__lpGvp{font-size:15px!important;font-weight:700!important;line-height:24px!important}.workflowForm_fieldHeadingStyle__HK9WB{color:#7a7a7a!important;font-size:15px!important;font-weight:600!important;line-height:24px!important}.workflowForm_bodyFormComponents__YzeRm{height:100%!important;overflow-y:auto!important;padding:10px 20px!important}.workflowForm_contentBlockGlobalStyle__guXGC{border:2px dashed #afafaf80!important;border-radius:10px!important;cursor:pointer!important;padding:15px 20px!important}.workflowForm_contentBlockHeadingStyle__XQS3l{color:#000!important;font-size:15px!important;font-weight:600!important}.workflowForm_contentBlockSubHeadingStyle__IxiwY{color:#7a7a7a!important;font-size:14px!important;font-weight:500!important}.workflowForm_editActionIcon__uYmAM{cursor:pointer!important;display:flex!important;height:16px!important;width:16px!important}.workflowForm_resetVariableTitle__Lo1vW{color:#4c4a4d!important}.workflowForm_resetVariableDivider__bUIfh{border:.1px solid #9d9d9d!important;color:#9d9d9d!important;opacity:.2!important}.workflowForm_contentBlockGlobalStyle__guXGC:hover{background-color:#0000000d!important}.workflowForm_listItemsStyle__wOXoB .MuiListItemText-primary{flex-wrap:nowrap!important;font-size:14px!important;font-weight:600!important;width:100%!important;word-break:break-word!important}.workflowForm_mainBlock__Z1Eo8 .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__3rwWJ{color:#000!important;font-size:16px!important;font-weight:600!important}.workflowForm_dataSavedTextStyle__Dr\+8D{color:#7a7a7a!important;display:flex;flex-wrap:nowrap;font-size:15px!important;font-weight:600!important;gap:4px}.workflowForm_dataSavedValueStyle__C9kbZ{color:#3d5b99!important;font-size:15px!important;font-weight:600!important}.workflowForm_stepEditIcon__diifM{color:#000!important;cursor:pointer!important;height:18px!important;width:18px!important}.workflowForm_stepNameTextfield__\+s\+X7{border:none!important;width:100%!important}.workflowForm_stepNameTextfield__\+s\+X7 fieldset{border:none!important;padding:0!important}.workflowForm_stepNameTextfield__\+s\+X7 .MuiInputBase-root{min-width:0!important;width:auto!important}.workflowForm_stepNameTextfield__\+s\+X7 .MuiOutlinedInput-input{background-color:#fafafa!important;border:none!important;border-radius:5px!important;box-shadow:0 0 2px #00000040;color:#000!important;font-size:17px!important;font-weight:600!important;outline:none!important;padding:4px 8px!important}.workflowForm_deploymentInfoFields__kM2Ci{padding:2px 4px!important}.workflowForm_webhookPathTypography__w4DAC{max-width:370px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.workflowForm_editIcon__53Vrk{cursor:pointer!important;display:flex!important;height:16px!important;width:16px!important}.workflowForm_exceptionTitle__9xxAS{font-size:15px!important;font-weight:500!important;line-height:20px!important}.workflowForm_handleErrorTitle__XWdZ9{font-size:15px!important;font-weight:600!important}.workflowForm_nodeIsUsedInExceptionTypography__DLYE0{font-size:15px!important;font-weight:500!important}.workflowForm_addIntentText__x52Vq{color:blue!important;font-size:15px!important;font-weight:600!important}@media screen and (max-width:900px){.workflowForm_mainBlock__Z1Eo8 .MuiPaper-root{left:10vw!important;top:30vh!important}}.workflowForm_editIntentIcon__jAD52{cursor:pointer!important;display:flex!important;height:16px!important;width:16px!important}.workflowForm_actionDivider__w6ydr{margin-block:18px!important;opacity:.7!important}.workflowForm_intentContentBlock__FaFMB{padding:2px 4px!important}.workflowForm_intentContentBlock__FaFMB:hover{background-color:#00000005!important}.workflowForm_delayTimerField__zJNQI{background:#fff!important;display:flex;justify-content:space-around;width:100%}.workflowForm_delayTimerField__zJNQI fieldset{border-color:initial!important;border-width:0!important}.workflowForm_delayTimerField__zJNQI .MuiFormHelperText-root{font-size:13px;margin-left:0!important}.workflowForm_delayTimerField__zJNQI .MuiInputBase-input{border-radius:3px;box-shadow:0 0 2px 0 #0009;padding:8px!important}@media screen and (max-width:1600px){.workflowForm_delayTimerField__zJNQI .MuiInputBase-input{font-size:14px!important;padding:11px!important}.workflowForm_smartDelayTableBodyCell__Qzjnq{font-size:13px!important}}.workflowForm_smartDelayTableBodyCell__Qzjnq{color:#373737!important;font-size:14px!important;font-weight:500!important;padding:12px!important;white-space:wrap!important}@media screen and (max-width:1000px){.workflowForm_smartDelayTableBodyCell__Qzjnq{font-size:13px!important}}.workflowForm_smartDelayTableHead__\+cQDb{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:2!important}.workflowForm_memoizedSMartDelayTableRow__3vB9v{display:flex!important;position:absolute!important;width:100%!important}.workflowForm_refreshContactListIcon__6uHy\+{color:#7a7a7a!important;cursor:pointer!important;display:flex!important;height:20px!important;width:20px!important}.workflowForm_contactListAnchorTag__Jm85q{color:blue!important}.instagramStepComponent_stepComponentsHeadingStyle__mdtct{font-size:18px!important;font-weight:700!important;line-height:24px!important}.instagramStepComponent_stepComponentsSubHeadingStyle__Wkdei{font-size:14px!important;font-weight:500!important;line-height:22px!important}.instagramStepComponent_optionsContainer__xOUUH{background-color:#f1f1f1!important;border-radius:6px!important;padding:12px!important}.instagramStepComponent_templatesContainer__tHvWe{background-color:#fff!important;border-radius:6px!important;box-shadow:0 0 3px #00000026!important;padding:12px!important}.instagramStepComponent_optionNameTextStyle__TyX4k{font-size:15px!important;font-weight:500!important;line-height:20px!important}.instagramStepComponent_selectedPostContainerStyle__TmpCr{border-radius:6px!important;cursor:pointer!important;outline:2px solid #0084ff!important}.instagramStepComponent_postContainerStyle__4oGXA{border-radius:6px!important;cursor:pointer!important}.instagramStepComponent_optionNameTextStyle__TyX4k .MuiFormControlLabel-label{font-size:15px!important;font-weight:500!important;line-height:20px!important}.instagramStepComponent_optionNameCheckBoxStyle__WX3\+w .MuiFormControlLabel-label{font-size:14px!important;font-weight:500!important;line-height:20px!important}.instagramStepComponent_optionNameCheckBoxStyle__WX3\+w .MuiCheckbox-root{padding:0 7px!important;vertical-align:middle!important}.instagramStepComponent_optionNameTextStyle__TyX4k .MuiRadio-root{padding:2px 7px 0!important;vertical-align:middle!important}.instagramStepComponent_optionNameTextStyle__TyX4k svg{color:#6a097d!important;height:20px!important;width:20px!important}.instagramStepComponent_enterWordTextField__sKGEx{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 2px #00000040!important;width:100%!important}.instagramStepComponent_enterWordTextField__sKGEx fieldset{border:none!important;outline:none!important}.instagramStepComponent_enterWordTextField__sKGEx .MuiOutlinedInput-input{font-size:14px!important;font-weight:500!important}.instagramStepComponent_enterWordTextAreaField__W\+pIG{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 2px #00000040!important;width:100%!important}.instagramStepComponent_enterWordTextAreaField__W\+pIG fieldset{border:none!important;outline:none!important}.instagramStepComponent_enterWordTextAreaField__W\+pIG .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__3VZ5j{color:#7a7a7a!important;font-size:13px!important;font-weight:400!important;line-height:16px!important}.instagramStepComponent_exampleWordsTextStyle__yOmzB{color:#7a7a7a!important;font-size:15px!important;font-weight:500!important;line-height:20px!important}.instagramStepComponent_exampleWordsChips__n17bZ{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__g09\+6{background:#f1f1f1!important;border-radius:6px!important;width:100%!important}.instagramStepComponent_initialMessageTextFieldStyle__g09\+6 fieldset{border:none!important;outline:none!important}.instagramStepComponent_initialMessageTextFieldStyle__g09\+6 .MuiOutlinedInput-input{font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.instagramStepComponent_initialMessageTextAreaStyle__3ylt5{background:#f1f1f1!important;border-radius:6px!important;min-height:80px!important;width:100%!important}.instagramStepComponent_initialMessageTextAreaStyle__3ylt5 fieldset{border:none!important;outline:none!important}.instagramStepComponent_initialMessageTextAreaStyle__3ylt5 .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__bzK0h{background:#f1f1f1!important;border-radius:6px!important;box-shadow:0 0 2px #00000026!important;min-height:80px!important;width:100%!important}.instagramStepComponent_customMessageTextAreaStyle__bzK0h fieldset{border:none!important;outline:none!important}.instagramStepComponent_customMessageTextAreaStyle__bzK0h .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__bzK0h .Mui-disabled{-webkit-text-fill-color:#000!important;color:#000!important}.instagramStepComponent_otherSubHeadingTextStyle__CTYtq{color:#666!important;display:flex!important;font-size:13px!important;font-weight:500!important;margin-top:2px!important}.instagramStepComponent_templatePreviewComponentStyle__NmF0v{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 2px #00000040!important;cursor:pointer!important;padding:5px 0!important}.instagramStepComponent_templateButtonPosition__Lee2R{position:absolute!important;right:0!important;top:42px!important}.templates_templateDropdownItem__D2npW{margin:0 auto!important}.templates_templateSubHeadtext__3u\+dc{color:#938f8e!important;font-size:14px!important;font-weight:500!important}.templates_templateLink__r4Ve1{color:#1976d2!important;text-decoration:none!important}.templates_templateLink__r4Ve1:hover{text-decoration:underline!important}.templates_templateHeadtext__jrlxT{color:#000!important;font-size:16px!important;font-weight:500!important}.templates_templateDropdown__zCxhI .templates_MuiOutlinedInput-notchedOutline__zD5eb{border:none!important;outline:none!important}.templates_templateFieldBetweenSpacing__pt0rb{margin:2px 0!important}.templates_templateGlobalDropdown__46CkF{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 2px #00000080!important;font-size:15px!important}.templates_templateGlobalDropdown__46CkF .templates_MuiSelect-select__AFuZd{padding:12px 14px!important}.templates_templateGlobalTextfield__aWmIQ{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 2px #00000080!important}.templates_templateGlobalTextfield__aWmIQ input{padding:12px 14px!important}.templates_templateGlobalTextarea__1LwhM,.templates_templateGlobalTextfield__aWmIQ input,.templates_templateGlobalTextfield__aWmIQ textarea{font-size:15px!important;font-weight:500!important}.templates_templateGlobalTextarea__1LwhM{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__1LwhM::placeholder{opacity:.6!important}.templates_callToActionButton__6P2EC{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__fTWFi{border-radius:3px;box-shadow:0 0 3px 0 #00000040!important}.templates_templateSubmitBtnGrid__yvYnT{bottom:20px!important;position:fixed!important}.templates_templateSubmitBtn__tMc-Y{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__H\+hwR{overflow-y:scroll!important;padding-right:20px!important;padding-top:12px!important}.templates_leftBlock__H\+hwR::-webkit-scrollbar-thumb{background-color:#d9d9d9!important;border-radius:10px;display:block;outline:medium none invert!important;outline:initial!important}.templates_leftBlock__H\+hwR::-webkit-scrollbar{width:5px!important}.templates_cbDetailsPreviewMainItem__KQC9Y{background-color:#fff;position:absolute;right:0;top:16px;z-index:2}.templates_categoryFields__nXhas{border-radius:5px!important;box-shadow:0 0 2px #00000080!important;color:#6a097d!important;font-size:15px!important;padding:8px 20px!important}.templates_variableDisclaimerText__bFwPq{font-size:14px!important}.templates_variableInfoIcon__t-sRI{cursor:pointer!important;font-size:17px!important;margin-left:7px!important}.templates_variableDisclaimerIcon__PWpM0{color:#d69d00!important;display:flex!important;font-size:22px!important}.templates_addButtonStyles__-lEyR{background-color:#fff!important;border:1px solid #6a097d!important;color:#6a097d!important;font-weight:600!important;text-transform:inherit!important}.templates_tipButtonStle__3s5eU{color:#7a7a7a!important;font-size:15px!important;font-weight:500!important}.templates_callToActionGridStyle__wPEti{border-radius:5px!important;box-shadow:0 0 3px #0003!important;margin:15px 0!important;padding:20px!important;position:relative!important}.templates_callToActionGridStyleCarousel__zvbPa{border-radius:5px!important;box-shadow:0 0 3px #0003!important;margin:10px 0!important;padding:20px!important}.templates_callToActionTextStyle__A7sYb{font-size:16px!important;font-weight:500!important;margin:10px 0 25px!important}.templates_callToActionTrackingStyle__ydFe-{font-size:16px!important;font-weight:500!important;position:absolute!important;right:20px!important;top:35px!important}.templates_switchStyles__7Bo26 .MuiSwitch-thumb,.templates_switchStyles__7Bo26 .MuiSwitch-track{background-color:#7a7a7a!important}.templates_newSwitchStyles__\+mF8t .Mui-checked .MuiSwitch-thumb{background-color:#6a097d!important}.templates_callToActionTextStyleCarousel__dfSqS{font-size:16px!important;font-weight:500!important}.templates_closeActionButton__D\+4zR{background-color:#f0f0f0!important;border-radius:50%!important;cursor:pointer!important;padding:7px!important;transform:translateY(45%)!important}.templates_closeActionButtonMobile__fLPoj{display:none!important}.templates_cbPreviewMainItem__e-MPl{background-color:#f6f6f6;padding:15px 0!important}.templates_callToActionAutocomplete__weMXB{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 2px #00000080!important}.templates_callToActionAutocomplete__weMXB fieldset{border:none!important;outline:none!important}.templates_callToActionAutocomplete__weMXB input{font-weight:15px!important;font-weight:500!important}.templates_interactiveMessageFontStyle__CgzBu .MuiFormControlLabel-label{font-size:16px!important;font-weight:500!important}.templates_visitWebsiteVariableText__NXgJ\+{align-items:center!important;display:flex!important;font-size:15px!important;gap:2px!important;margin-top:33px!important}@media screen and (max-width:1200px)and (min-width:600px){.templates_cbDetailsPreviewMainItem__KQC9Y{top:0}}@media screen and (min-width:901px)and (max-width:1600px){.templates_leftBlock__H\+hwR{padding:5px 15px 0 5px!important}.templates_templateHeadtext__jrlxT{font-size:15px!important;font-weight:600!important}.templates_templateSubHeadtext__3u\+dc{font-size:13px!important}.templates_categoryFields__nXhas{font-size:14px!important;padding:6px 10px!important}.templates_templateGlobalTextfield__aWmIQ input,.templates_templateGlobalTextfield__aWmIQ textarea{font-size:14px!important;font-weight:500!important}.templates_templateGlobalDropdown__46CkF{font-size:14px!important}.templates_templateGlobalTextarea__1LwhM{font-size:14px!important;font-weight:500!important}.templates_callToActionButton__6P2EC,.templates_variableDisclaimerText__bFwPq{font-size:13px!important}.templates_variableDisclaimerIcon__PWpM0{font-size:20px!important;margin-top:3px!important}.templates_addButtonStyles__-lEyR{font-size:13px}.templates_tipButtonStle__3s5eU{font-size:14px!important}.templates_mobileViewActions__sqg-Z{border-radius:5px!important;box-shadow:0 0 3px #0003!important;margin-bottom:20px!important;padding:20px!important;position:relative!important}.templates_callToActionGridStyleCarousel__zvbPa,.templates_callToActionGridStyle__wPEti{border-radius:5px!important;box-shadow:none!important;margin:5px 0!important;padding:10px 0!important}.templates_callToActionTextStyle__A7sYb{margin:0 0 20px!important}.templates_callToActionTextStyleCarousel__dfSqS,.templates_callToActionTextStyle__A7sYb{font-size:14px!important;font-weight:600!important}.templates_closeActionButton__D\+4zR{display:none!important}.templates_closeActionButtonMobile__fLPoj{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__tMc-Y{font-size:13px!important;font-weight:500!important}.templates_callToActionAutocomplete__weMXB{font-size:14px!important}}@media screen and (min-width:601px)and (max-width:900px){.templates_leftBlock__H\+hwR{padding:5px 20px 0 5px!important}.templates_templateHeadtext__jrlxT{font-size:15px!important;font-weight:600!important}.templates_templateSubHeadtext__3u\+dc{font-size:13px!important}.templates_categoryFields__nXhas{font-size:14px!important;padding:6px 10px!important}.templates_templateGlobalTextfield__aWmIQ input,.templates_templateGlobalTextfield__aWmIQ textarea{font-size:14px!important;font-weight:500!important}.templates_templateGlobalDropdown__46CkF{font-size:14px!important}.templates_templateGlobalTextarea__1LwhM{font-size:14px!important;font-weight:500!important}.templates_callToActionButton__6P2EC,.templates_variableDisclaimerText__bFwPq{font-size:13px!important}.templates_variableDisclaimerIcon__PWpM0{font-size:20px!important;margin-top:3px!important}.templates_addButtonStyles__-lEyR{font-size:13px}.templates_tipButtonStle__3s5eU{font-size:14px!important}.templates_mobileViewActions__sqg-Z{border-radius:5px!important;box-shadow:0 0 3px #0003!important;margin-bottom:20px!important;padding:20px!important;position:relative!important}.templates_callToActionGridStyleCarousel__zvbPa,.templates_callToActionGridStyle__wPEti{border-radius:5px!important;box-shadow:none!important;margin:5px 0!important;padding:10px 0!important}.templates_callToActionTextStyle__A7sYb{margin:0 0 20px!important}.templates_callToActionTextStyleCarousel__dfSqS,.templates_callToActionTextStyle__A7sYb{font-size:14px!important;font-weight:600!important}.templates_closeActionButton__D\+4zR{display:none!important}.templates_closeActionButtonMobile__fLPoj{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__tMc-Y{font-size:13px!important;font-weight:500!important}.templates_callToActionAutocomplete__weMXB{font-size:14px!important}}@media screen and (min-width:0px)and (max-width:600px){.templates_leftBlock__H\+hwR{padding:5px 20px 5px 5px!important}.templates_templateHeadtext__jrlxT{font-size:14px!important;font-weight:600!important}.templates_templateSubHeadtext__3u\+dc{font-size:13px!important}.templates_categoryFields__nXhas{font-size:14px!important;padding:6px 10px!important}.templates_templateGlobalTextfield__aWmIQ input,.templates_templateGlobalTextfield__aWmIQ textarea{font-size:13px!important;font-weight:500!important}.templates_templateGlobalDropdown__46CkF{font-size:13px!important}.templates_templateGlobalTextarea__1LwhM{font-size:13px!important;font-weight:500!important}.templates_callToActionButton__6P2EC,.templates_variableDisclaimerText__bFwPq{font-size:13px!important}.templates_variableDisclaimerIcon__PWpM0{font-size:20px!important;margin-top:3px!important}.templates_addButtonStyles__-lEyR{font-size:13px}.templates_tipButtonStle__3s5eU{font-size:14px!important}.templates_mobileViewActions__sqg-Z{border-radius:5px!important;box-shadow:0 0 3px #0003!important;margin-bottom:20px!important;padding:20px!important;position:relative!important}.templates_callToActionGridStyleCarousel__zvbPa,.templates_callToActionGridStyle__wPEti{border-radius:5px!important;box-shadow:none!important;margin:5px 0!important;padding:10px 0!important}.templates_callToActionTextStyle__A7sYb{margin:0 0 20px!important}.templates_callToActionTextStyleCarousel__dfSqS,.templates_callToActionTextStyle__A7sYb{font-size:14px!important;font-weight:600!important}.templates_closeActionButton__D\+4zR{display:none!important}.templates_closeActionButtonMobile__fLPoj{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__tMc-Y{font-size:13px!important;font-weight:500!important}.templates_callToActionAutocomplete__weMXB{font-size:13px!important}.templates_cbDetailsPreviewMainItem__KQC9Y{top:0}}@media screen and (max-width:900px){.templates_templatePayloadGridMobileStyle__n-MPJ{background-color:#f7e9ff26!important;border-radius:5px!important;padding:25px 10px 10px!important;position:relative!important}.templates_closePayloadStyle__mTwuG{position:absolute!important;right:5px!important;top:5px!important}}.chatbotWhatsAppIntegrationSetup_setUpTitle__Me3pl{font-size:16px!important;font-weight:600!important}.chatbotWhatsAppIntegrationSetup_setUpValue__7a-c7{font-size:14px!important;font-weight:500!important}.chatbotWhatsAppIntegrationSetup_setUpContent__0JaRJ{color:#026666!important;font-size:13px!important;font-weight:400!important}.chatbotWhatsAppIntegrationSetup_integrateButtonGrid__JeWfD{align-items:center!important;border-top:1px solid #e1dcdc;display:flex!important;justify-content:center!important;padding-block:20px!important}.chatbotWhatsAppIntegrationSetup_viewIntegrationButtonGrid__Hx2SY{align-items:center!important;color:#6a097d!important;display:flex!important;font-weight:600!important;justify-content:end!important;padding-block:20px!important}.chatbotWhatsAppIntegrationSetup_integrateGridStyles__VVHM4{width:100%!important}.chatbotWhatsAppIntegrationSetup_integrateSkipButtonGrid__H71yA{align-items:center!important;display:flex!important;justify-content:space-between!important;padding-block:10px 20px!important}.chatbotWhatsAppIntegrationSetup_setUpIndex__PCEY\+{color:#16097d!important;font-size:16px!important;font-weight:600!important}.chatbotWhatsAppIntegrationSetup_setUpIndexGrid__orZyH{background-color:#dfecff!important;border-radius:50%!important;padding:4px 12px!important}.chatbotWhatsAppIntegrationSetup_tipStyle__A2Fh3{color:#026666!important;font-size:14px!important;font-weight:600!important}.chatbotWhatsAppIntegrationSetup_listSteps__YDpF9{color:#026666!important;list-style:inside!important;list-style-type:disc!important}.chatbotWhatsAppIntegrationSetup_stepsValue__S10Y8{color:#026666!important}.chatbotWhatsAppIntegrationSetup_listSteps__YDpF9 li{margin-block:10px!important}.chatbotWhatsAppIntegrationSetup_linkItems__RHKrF{text-decoration:none!important}@media screen and (min-width:901px)and (max-width:1200px){.chatbotWhatsAppIntegrationSetup_setUpValue__7a-c7{font-size:13px!important}.chatbotWhatsAppIntegrationSetup_setUpTitle__Me3pl{font-size:15px!important}.chatbotWhatsAppIntegrationSetup_setUpIndex__PCEY\+{font-size:14px!important}.chatbotWhatsAppIntegrationSetup_setUpIndexGrid__orZyH{padding:2px 10px!important}.chatbotWhatsAppIntegrationSetup_listSteps__YDpF9,.chatbotWhatsAppIntegrationSetup_stepsValue__S10Y8{font-size:14px!important;font-weight:400!important}}@media screen and (min-width:601px)and (max-width:900px){.chatbotWhatsAppIntegrationSetup_setUpValue__7a-c7{font-size:13px!important}.chatbotWhatsAppIntegrationSetup_setUpTitle__Me3pl{font-size:15px!important}.chatbotWhatsAppIntegrationSetup_setUpIndex__PCEY\+{font-size:14px!important}.chatbotWhatsAppIntegrationSetup_setUpIndexGrid__orZyH{padding:2px 10px!important}.chatbotWhatsAppIntegrationSetup_listSteps__YDpF9,.chatbotWhatsAppIntegrationSetup_stepsValue__S10Y8{font-size:14px!important;font-weight:400!important}}@media screen and (min-width:0px)and (max-width:600px){.chatbotWhatsAppIntegrationSetup_setUpValue__7a-c7{font-size:13px!important}.chatbotWhatsAppIntegrationSetup_setUpTitle__Me3pl{font-size:15px!important}.chatbotWhatsAppIntegrationSetup_setUpIndex__PCEY\+{font-size:14px!important}.chatbotWhatsAppIntegrationSetup_setUpIndexGrid__orZyH{padding:2px 10px!important}.chatbotWhatsAppIntegrationSetup_listSteps__YDpF9,.chatbotWhatsAppIntegrationSetup_stepsValue__S10Y8{font-size:14px!important;font-weight:400!important}}.accountInformationCard_header__qasUX{margin-bottom:1px solid #e9e9e9!important;padding:0 0 15px!important}.accountInformationCard_headerText__b8m4B{color:#1f384c;font-size:18px!important;font-weight:600!important}.accountInformationCard_objectKeyStyle__\+W8MT{color:#949494!important;font-size:16px;font-weight:600}.accountInformationCard_objectValueStyle__ymApX{color:#1f384c;font-size:15px;font-weight:600}.accountInformationCard_bottomContainer__544xR{background:#fff;padding:0 15px!important}.accountInformationCard_genericValueStyle__imVOX{font-size:16px!important;font-weight:500!important;margin:2px 0!important}.accountInformationCard_metaIconStyle__ujW2A{height:auto;margin-right:5px!important;width:18px}.accountInformationCard_qrpopupCardDesign__oQrdt{padding-bottom:35px!important;padding-top:0!important;width:380px!important}.accountInformationCard_qrCodeItem__7cywI{margin-bottom:25px!important}.accountInformationCard_qrcodeTitleDesign__RZyWj{color:#000!important;font-size:20px!important;font-weight:600!important}.accountInformationCard_copyToClipboardWrapper__VjE8X{margin-bottom:7px!important;max-width:256px!important}.accountInformationCard_tooltopZindex__jHLhg{z-index:1300!important}.accountInformationCard_qrZindex__A6zaX{z-index:1!important}.accountInformationCard_rightMargin__6rLmy{margin-right:5px!important}.accountInformationCard_slackZohoAccSetUpDivider__TVehc{opacity:.8!important}.accountInformationCard_facebookIntegrationCard__9xd1U{max-width:335px!important;min-width:335px!important}.accountInformationCard_facebookIntegrationCard__9xd1U,.accountInformationCard_integrationDetailsCard__4JRFG{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 3px #00000040!important;padding-bottom:15px!important;position:relative!important}.accountInformationCard_integrationDetailsCard__4JRFG{max-width:300px!important;min-width:300px!important}.accountInformationCard_integrationHeader__xr1Nq{border-radius:10px 10px 0 0!important;height:50px!important;margin-bottom:30px!important}.accountInformationCard_globalIntegrationIcon__KiTZD{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__2dhS0{background-color:#d9eaff!important;border-radius:5px 5px 0 0!important;padding:15px!important;text-align:right!important}.accountInformationCard_instagramPageID__59hh1{background:linear-gradient(90deg,#833ab4,#fd1d1d,#fcb045)!important}.accountInformationCard_instagramPageID__59hh1,.accountInformationCard_slackPage__53loI{border-radius:5px 5px 0 0!important;color:#fff!important;padding:15px!important;text-align:right!important}.accountInformationCard_slackPage__53loI{background:linear-gradient(90deg,#411041,#592c5a)!important}.accountInformationCard_zohoPage__p7lWt{background:#2c334d!important;border-radius:5px 5px 0 0!important;color:#fff!important;padding:15px!important;text-align:right!important}.accountInformationCard_instagramIDStyle__bvaFl,.accountInformationCard_slackIDStyle__q289s{color:#fff!important;font-size:12px!important;font-weight:500!important}.accountInformationCard_integrationWabaID__RQJHa{background-color:#d7f2db!important;border-radius:5px 5px 0 0!important;padding:15px!important;text-align:right!important}.accountInformationCard_pageIDStyle__OU\+g7{color:#8e8e8e!important;font-size:12px!important;font-weight:500!important}.accountInformationCard_instagramIcon__7TOfV{background-color:#c2f1ff!important}.accountInformationCard_instagramIcon__7TOfV,.accountInformationCard_integrationIcon__UFlKe{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__UFlKe{background-color:#cce5ff!important}.accountInformationCard_slackIcon__9DOg0{background-color:#ebeafe!important}.accountInformationCard_slackIcon__9DOg0,.accountInformationCard_wpintegrationIcon__wcsPV{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__OU6oq{background-color:#a7e3b0}.accountInformationCard_connectionStyle__6CHxA{margin:5px 15px 10px!important}.accountInformationCard_connectionButtonStyle__k-YY\+{margin:10px 15px 5px!important}.accountInformationCard_connectionTextStyle__Uztev,.accountInformationCard_wpconnectionTextStyle__GhqcW{font-size:12px!important;font-weight:600!important}.accountInformationCard_wpintegrationTextStyle__ksQx2{font-size:13px!important;font-weight:600!important}.accountInformationCard_businessName__e7xTK{margin:5px 15px 0!important}.accountInformationCard_integrationPageName__R5-9C{margin-inline:15px!important}.accountInformationCard_chatbotNameLink__iklTw{color:#6a097d!important;font-size:15px!important;font-weight:500!important}.accountInformationCard_pageNameStyle__UqDis{color:#000!important;font-size:15px!important;font-weight:600!important}.accountInformationCard_phoneNumberStyle__D6E-L{color:#6a097d!important;cursor:pointer!important;font-size:15px!important;font-weight:600!important}.accountInformationCard_phoneNumberDefaultStyle__k9GQM{color:#000!important;font-size:15px!important;font-weight:600!important}.accountInformationCard_integrationPageCategory__hayn4{padding:10px 15px 0!important}.accountInformationCard_infoTooltipIcon__OAIMJ{cursor:pointer!important;height:20px!important;width:20px!important}.accountInformationCard_assignCustomRecipientTypography__jiP2\+{color:blue!important;cursor:pointer!important;font-size:14px!important;font-weight:500!important;text-decoration:underline!important}.accountInformationCard_pageCategoryStyle__qhMdS{color:#949494!important;font-size:12px!important;font-weight:500!important}.accountInformationCard_pageCategoryTextStyle__Eo-XC{color:#000!important;font-size:15px!important;font-weight:400!important;height:25px!important}.accountInformationCard_slackDescriptionTextStyle__q3H8D{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.accountInformationCard_chatbotNameStyle__6ze9K{color:#000!important;font-size:15px!important;font-weight:400!important}.accountInformationCard_qualityRatingTextStyle__PCGwv{font-size:15px!important;font-weight:500!important}.accountInformationCard_selectedChatbotstyle__wuId0{height:18px!important;margin-right:10px!important;width:18px!important}@media screen and (min-width:901px)and (max-width:1600px){.accountInformationCard_headerText__b8m4B{font-size:17px!important}.accountInformationCard_genericValueStyle__imVOX,.accountInformationCard_objectKeyStyle__\+W8MT{font-size:14px!important}.accountInformationCard_bottomContainer__544xR{padding:0 10px!important}.accountInformationCard_qrpopupCardDesign__oQrdt{width:380px!important}}@media screen and (min-width:601px)and (max-width:900px){.accountInformationCard_headerText__b8m4B{font-size:17px!important}.accountInformationCard_genericValueStyle__imVOX,.accountInformationCard_objectKeyStyle__\+W8MT{font-size:14px!important}.accountInformationCard_bottomContainer__544xR{padding:0 10px!important}.accountInformationCard_qrpopupCardDesign__oQrdt{width:420px!important}}@media screen and (min-width:0px)and (max-width:600px){.accountInformationCard_headerText__b8m4B{font-size:16px!important}.accountInformationCard_genericValueStyle__imVOX,.accountInformationCard_objectKeyStyle__\+W8MT{font-size:13px!important}.accountInformationCard_bottomContainer__544xR{padding:0 10px!important}.accountInformationCard_qrpopupCardDesign__oQrdt{padding-bottom:30px!important;padding-top:30px!important;width:300px!important}.accountInformationCard_qrcodeTitleDesign__RZyWj{font-size:16px!important}.accountInformationCard_facebookIntegrationCard__9xd1U{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__9xd1U{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__E3f0o{padding:0 5px 0 0;padding-block:0}.chatbotList_personaNameSubHeading__EzAcX{color:#7a7a7a;font-size:12px;font-weight:500;margin-bottom:30px!important}.chatbotList_global_searchBar__yMHEb__rmPl5{border-radius:5px;box-shadow:0 0 2px 0 #7a7a7a;max-width:344px;width:100%}.chatbotList_global_searchBar__yMHEb__rmPl5 .chatbotList_MuiInputBase-root__ueojn{border:initial;border-radius:5px;justify-content:space-between;width:100%}.chatbotList_searchBarPerosonaList__hk3xw{display:flex;height:33px;justify-content:end}.chatbotList_personaCreatedList__bpNHk{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__gYbug{margin:25px 20px 20px!important}.chatbotList_personaCreatedListDefault__odsOo{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__odsOo: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__bpNHk:hover{height:174px;margin-right:20px!important;max-width:300px!important;min-width:300px!important}.chatbotList_personaCreatedListDefault__odsOo:hover,.chatbotList_personaCreatedList__bpNHk: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__odsOo:hover{height:192px;margin-right:30px!important;max-width:325px!important;min-width:325px!important}.chatbotList_avatarImage__xC1DF{height:50px!important;margin-right:12px!important;object-fit:fill!important;width:auto!important}.chatbotList_personaIndividualTypeName__JaAPc{background:#fbf4ff;color:#6a097d;right:12px}.chatbotList_personaBrandTypeName__UVlfj,.chatbotList_personaIndividualTypeName__JaAPc{border-radius:0 0 5px 5px;font-size:10px;font-weight:500;padding:5px 9px;position:absolute;top:0}.chatbotList_personaBrandTypeName__UVlfj{background:#e7f1fc;color:#0a6add;right:30px}.chatbotList_crownPersona__Bhtu\+{position:absolute;right:86px;top:3px}.chatbotList_createdPersonaTypeText__Wc8a0{color:#7a7a7a;font-size:15px;font-weight:500;width:100%}.chatbotList_personaToneCard__xkW4O{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__ZryDp{-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__SUTQL{bottom:20px;max-width:280px!important;min-width:280px!important;position:absolute}.chatbotList_personaOccupation__sCw37{font-size:13px;margin-top:2px!important;white-space:nowrap}.chatbotList_personaName__JtVk8,.chatbotList_personaOccupation__sCw37{max-width:265px!important;min-width:265px!important;overflow:hidden;text-overflow:ellipsis}.chatbotList_personaName__JtVk8{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:15px;font-weight:500}.chatbotList_personaListNoData__6qjlX{font-size:15px;font-weight:500;padding:20px 0;width:100%}.chatbotList_featuredPersonaTileStyle__uLYlO{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__uLYlO:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.251)}.chatbotList_personaHeaderContainer__iJ7Sm{flex-direction:row}.chatbotList_personaListCreateNew__kd8\+l{display:flex}.chatbotList_personaFeatureIconStyle__FBxVc{height:18px;margin-right:15px!important;width:18px}.chatbotList_personaSearchBarContainer__782tA{justify-content:end}.chatbotList_personaNameStyle__b8AmU{color:#4c4a4d;font-size:15px;font-weight:600}.chatbotList_PersonaDisplayNameStyle__ukaqt{color:#7a7a7a;font-size:13px;padding:2px 0 7px}.chatbotList_PersonaDescpTooltip__Svuei{background-color:initial!important}.chatbotList_PersonaDescpTooltip__Svuei .MuiTooltip-popper{background:#fff!important;background-color:initial!important;padding:0!important}.chatbotList_personaMenuContainer__M\+mvi{background-color:#fff;border-radius:5px;box-shadow:0 0 15px 0 #00000014;flex-wrap:nowrap!important;max-width:289px;padding:15px}.chatbotList_personaAvatarStyle__geM6P{border-radius:50%;height:60px;width:60px}.chatbotList_leftBlock__fPJka{padding-left:10px}.chatbotList_personaSummaryStyle__1RVkm{color:#4c4a4d;font-size:12px}.chatbotList_personacontainerToneCard__Ex8l6{flex-wrap:nowrap!important;overflow:hidden;padding:1px}.chatbotList_upgradePopupItemStyle__7LCT8{background:#fbf4ff;padding:40px}.chatbotList_upgradePopupContainerStyle__egD35{align-items:center;justify-content:center}.chatbotList_upgradePersonaText1__vACj3{font-size:18px;font-weight:600;padding-bottom:20px}.chatbotList_upgradePersonaText2__C41Df{font-size:15px;font-weight:500;padding-bottom:40px}.chatbotList_upgradePersonaText3__VVIUJ{font-size:18px;font-weight:600}.chatbotList_crownUpgradePersonaImage__wCZgx{width:98px}.chatbotList_headingNamePersona__b5S\+3{display:flex}.chatbotList_personaListSearchBar__nyk9K .MuiOutlinedInput-input{padding:15.5px 8px!important}.chatbotList_personaListSearchBar__nyk9K .chatbotList_jss1__ClVc3{background-color:#0000!important}.chatbotList_chatbotProfileAvtarContainer__0obcs{align-items:start;justify-content:space-between!important}.chatbotList_chatbotProfileAvtarItem__T3-ot{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__7ux8q{background:#0000!important}.chatbotList_defaultBackground__c4x28{background:#faf0ff!important}.chatbotList_sampleChatbot__ZVnEJ{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__rd7dX{align-items:center!important;gap:5px!important;height:24px!important}.chatbotList_chatbot_icon__0pfxs{border-radius:50%!important;height:44px!important;width:44px!important}.chatbotList_default_icon__rxZSG{border-radius:50%!important;height:50px!important;width:50px!important}.chatbotList_chatbotNameItem__Ch6oi{margin:5px 0!important;overflow:hidden!important;text-overflow:ellipsis!important}.chatbotList_chatbotDescItem__AWu4u{margin:0!important;overflow:hidden!important;text-overflow:ellipsis!important}.chatbotList_chatbotDescText__IDR7W,.chatbotList_chatbotHeadText__C2odD{color:#000!important;font-weight:500!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatbotList_messageBox__2IlF1{border-radius:5px!important;box-shadow:0 0 2px #6a097d4d!important;margin-top:16px!important;padding:7px 10px!important}.chatbotList_conversationBox__vaAel{border-radius:5px!important;box-shadow:0 0 2px #6a097d4d!important;padding:10px!important}.chatbotList_conversationBoxContainer__zX5Af{align-items:center!important;display:flex!important;flex-wrap:nowrap!important;gap:8px!important}.chatbotList_conversationBoxItem__0cf9A{display:flex!important;margin-top:2px!important}.chatbotList_conversationFontStyle__OLUx\+{font-size:14px!important;font-weight:500!important}@media screen and (min-width:901px)and (max-width:1600px){.chatbotList_personaCreatedList__bpNHk,.chatbotList_personaCreatedList__bpNHk:hover{height:175px!important;margin-right:20px!important;max-width:285px!important;min-width:285px!important}.chatbotList_chatbotProfileAvtarItem__T3-ot{box-shadow:0 0 5px #0000001a!important;height:36px!important;width:36px!important}.chatbotList_chatbot_icon__0pfxs{height:32px!important;width:32px!important}.chatbotList_default_icon__rxZSG{height:36px!important;width:36px!important}}@media screen and (min-width:0px)and (max-width:900px){.chatbotList_personaCreatedList__bpNHk{height:175px!important}.chatbotList_personaCreatedList__bpNHk:hover{height:175px!important;max-width:300px!important;min-width:300px!important}.chatbotList_chatbotProfileAvtarItem__T3-ot{box-shadow:0 0 5px #0000001a!important;height:36px!important;width:36px!important}.chatbotList_chatbot_icon__0pfxs{height:32px!important;width:32px!important}.chatbotList_default_icon__rxZSG{height:36px!important;width:36px!important}.chatbotList_personaCreatedList__bpNHk{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__ZryDp,.chatbotList_personaName__JtVk8,.chatbotList_personaOccupation__sCw37,.chatbotList_personaconcise__SUTQL{max-width:90%!important;min-width:90%!important}.chatbotList_personaHeaderContainer__iJ7Sm{flex-direction:column}.chatbotList_personaListCreateNew__kd8\+l{display:none}.chatbotList_personaFeatureIconStyle__FBxVc{margin-right:0!important}.chatbotList_featuredPersonaTileStyle__uLYlO{padding:5px!important}.chatbotList_personaSearchBarContainer__782tA{justify-content:start;margin-bottom:20px!important}}@media screen and (min-width:0px)and (max-width:599px){.chatbotList_headingNamePersona__b5S\+3{display:none}.chatbotList_personaListSearchBar__nyk9K .MuiOutlinedInput-input{padding:5.5px 8px!important}}.confirmationPopover_mainBlock__mkPsK .MuiPaper-root{box-shadow:0 0 4px 0 #00000040;margin-top:30px;max-width:400px;overflow:visible;padding:20px;position:relative}.confirmationPopover_mainBlock__mkPsK .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__mkPsK .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__X1bws{margin:10px 0!important}.confirmationPopover_descStyle__2EZgW{color:#000;font-size:13px;font-weight:500}.confirmationPopover_buttonWrapper__46v9s{margin-top:15px!important}.confirmationPopover_buttonWrapperGrid__IPA-g{width:100px}.requisites_mainBlock__\+vtgI{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 3px #0000004d!important;padding:20px!important}.requisites_workingIconStyle__133O8{border-radius:7px!important;padding:10px 0!important;width:-webkit-fit-content!important;width:fit-content!important}.requisites_setUpTitle__QyFk6{font-size:16px!important;font-weight:600!important}.requisites_setUpValue__Dv4sb{font-size:14px!important;font-weight:500!important}.requisites_setUpIndex__cnQYx{color:#16097d!important;font-size:16px!important;font-weight:600!important}.requisites_setUpIndexGrid__Dtwae{background-color:#dfecff!important;border-radius:50%!important;padding:4px 12px!important}@media screen and (min-width:901px)and (max-width:1200px){.requisites_setUpValue__Dv4sb{font-size:13px!important}.requisites_setUpTitle__QyFk6{font-size:15px!important}.requisites_setUpIndex__cnQYx{font-size:14px!important}.requisites_setUpIndexGrid__Dtwae{padding:2px 10px!important}.requisites_listSteps__o7ok\+,.requisites_stepsValue__nMc1A{font-size:14px!important;font-weight:400!important}}@media screen and (min-width:601px)and (max-width:900px){.requisites_setUpValue__Dv4sb{font-size:13px!important}.requisites_setUpTitle__QyFk6{font-size:15px!important}.requisites_setUpIndex__cnQYx{font-size:14px!important}.requisites_setUpIndexGrid__Dtwae{padding:2px 10px!important}.requisites_listSteps__o7ok\+,.requisites_stepsValue__nMc1A{font-size:14px!important;font-weight:400!important}}@media screen and (min-width:0px)and (max-width:600px){.requisites_setUpValue__Dv4sb{font-size:13px!important}.requisites_setUpTitle__QyFk6{font-size:15px!important}.requisites_setUpIndex__cnQYx{font-size:14px!important}.requisites_setUpIndexGrid__Dtwae{padding:2px 10px!important}.requisites_listSteps__o7ok\+,.requisites_stepsValue__nMc1A{font-size:14px!important;font-weight:400!important}}.requisites_setUpContent__bpNgW{color:#026666!important;font-size:13px!important;font-weight:400!important}.integrationSetupHeader_integrationIcon__NiscP{height:30px!important;width:30px!important}.integrationSetupHeader_integrationContent__IdXgT{display:flex!important;padding-top:4px!important}@media screen and (min-width:0px)and (max-width:600px){.integrationSetupHeader_integrationIcon__NiscP{height:22px!important;width:22px!important}.integrationSetupHeader_integrationContent__IdXgT{padding-top:2px!important}}@media screen and (min-width:600px)and (max-width:900px){.integrationSetupHeader_integrationIcon__NiscP{height:22px!important;width:22px!important}.integrationSetupHeader_integrationContent__IdXgT{padding-top:2px!important}}@media screen and (min-width:901px)and (max-width:1600px){.integrationSetupHeader_integrationIcon__NiscP{height:22px!important;width:22px!important}.integrationSetupHeader_integrationContent__IdXgT{padding-top:2px!important}}.scheduleMeetingStyle_outerContainer__q\+Hrm{display:flex;flex-direction:column;justify-content:center;padding:15px 15px 0}.scheduleMeetingStyle_outerContainer__q\+Hrm .scheduleMeetingStyle_titleText__iYjr4{color:#1f384c;font-size:18px;font-weight:600}.featureSectionStyle_outerContainer__iju6P{background:linear-gradient(90deg,#f7e9ff80,#a6c8ff80);border-radius:10px;padding:30px;width:100%}.featureSectionStyle_outerContainer__iju6P .featureSectionStyle_innerContainer__jKNDD{align-items:center;display:flex;flex-direction:column;gap:15px;justify-content:center}.featureSectionStyle_outerContainer__iju6P .featureSectionStyle_innerContainer__jKNDD .featureSectionStyle_badgeContainer__4-Mxy{align-items:center;background:#faf5fd;border-radius:20px;box-shadow:0 0 2px 0 rgba(0,0,0,.251);display:flex;gap:5px;justify-content:center;padding:10px;width:-webkit-fit-content;width:fit-content}.featureSectionStyle_outerContainer__iju6P .featureSectionStyle_innerContainer__jKNDD .featureSectionStyle_badgeContainer__4-Mxy img{height:12px;width:12px}.featureSectionStyle_outerContainer__iju6P .featureSectionStyle_innerContainer__jKNDD .featureSectionStyle_badgeContainer__4-Mxy .featureSectionStyle_badgeText__zEmos{color:#6a097d;font-size:13px;font-weight:400}.featureSectionStyle_outerContainer__iju6P .featureSectionStyle_innerContainer__jKNDD .featureSectionStyle_titleText__J3DTA{font-size:20px;font-weight:500;text-align:center}.featureSectionStyle_outerContainer__iju6P .featureSectionStyle_innerContainer__jKNDD .featureSectionStyle_descText__K0qe8{color:#3f3f3f;font-size:15px;font-weight:400;text-align:center}.reachOutStyle_container__nt2zy{align-items:center!important;background:rgba(10,106,221,.078)!important;border-radius:5px!important;box-shadow:0 0 1px 0 rgba(10,106,221,.078)!important;direction:column!important;display:flex!important;gap:25px!important;justify-content:center!important;padding:30px!important;width:100%!important}.reachOutStyle_container__nt2zy .reachOutStyle_reachoutText__8k9Sw{color:#0a6add;font-size:15px;text-align:center}.reachOutStyle_container__nt2zy .reachOutStyle_cardItem__-z48D{background:#fff!important;border-radius:5px;box-shadow:0 0 2px 0 rgba(0,0,0,.251);padding:30px}@media(min-width:1000px){.reachOutStyle_container__nt2zy .reachOutStyle_cardItem__-z48D{flex:1 1 45%}}@media(max-width:768px){.reachOutStyle_container__nt2zy .reachOutStyle_cardItem__-z48D{padding:20px;width:90%}}@media(max-width:465px){.reachOutStyle_container__nt2zy .reachOutStyle_cardItem__-z48D{width:100%}}.channelsStyles_outerContainer__imYTj{display:flex;gap:30px;justify-content:center}@media(max-width:465px){.channelsStyles_outerContainer__imYTj{align-items:center;flex-direction:column}}.channelsStyles_outerContainer__imYTj .channelsStyles_cardItem__jFXUS{background:#fafafa!important;border-radius:5px;box-shadow:0 0 2px 0 rgba(0,0,0,.251);padding:30px}@media(min-width:1000px){.channelsStyles_outerContainer__imYTj .channelsStyles_cardItem__jFXUS{flex:1 1 45%}}@media(max-width:768px){.channelsStyles_outerContainer__imYTj .channelsStyles_cardItem__jFXUS{padding:20px;width:90%}}@media(max-width:465px){.channelsStyles_outerContainer__imYTj .channelsStyles_cardItem__jFXUS{width:100%}}.channelsStyles_outerContainer__imYTj .channelsStyles_cardItem__jFXUS .channelsStyles_titleContainer__gQSbf{align-items:center;display:flex;gap:5px}.channelsStyles_outerContainer__imYTj .channelsStyles_cardItem__jFXUS .channelsStyles_titleContainer__gQSbf img{height:15px;width:15px}.channelsStyles_outerContainer__imYTj .channelsStyles_cardItem__jFXUS .channelsStyles_titleText__Ko\+sc{font-size:18px;font-weight:500}.channelsStyles_outerContainer__imYTj .channelsStyles_cardItem__jFXUS .channelsStyles_itemContainer__RxrI-{grid-row-gap:15px;grid-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:1fr 1fr;row-gap:15px}@media(max-width:850px){.channelsStyles_outerContainer__imYTj .channelsStyles_cardItem__jFXUS .channelsStyles_itemContainer__RxrI-{grid-template-columns:1fr}}.channelsStyles_outerContainer__imYTj .channelsStyles_cardItem__jFXUS .channelsStyles_itemContainer__RxrI- .channelsStyles_item__R8a9i{align-items:flex-start;display:flex;gap:10px}.channelsStyles_outerContainer__imYTj .channelsStyles_cardItem__jFXUS .channelsStyles_itemContainer__RxrI- .channelsStyles_item__R8a9i .channelsStyles_itemContent__eSKKW{display:flex;flex-direction:column;gap:5px}.channelsStyles_outerContainer__imYTj .channelsStyles_cardItem__jFXUS .channelsStyles_itemContainer__RxrI- .channelsStyles_item__R8a9i .channelsStyles_itemContent__eSKKW .channelsStyles_usageTitle__Uh97D{color:#252525;font-size:15px}.channelsStyles_outerContainer__imYTj .channelsStyles_cardItem__jFXUS .channelsStyles_itemContainer__RxrI- .channelsStyles_item__R8a9i .channelsStyles_itemContent__eSKKW .channelsStyles_usageDesc__JJBcQ{color:#797979;font-size:13px}.channelsItem_item__uvqHp{align-items:center;background-color:#f9f9f9;border-radius:5px;display:flex;justify-content:center;padding-bottom:25px;padding-top:25px}.channelsItem_item__uvqHp.channelsItem_whatsapp__y4Gqf{background-color:rgba(37,211,102,.102);box-shadow:0 0 1px 0 #31d66f}.channelsItem_item__uvqHp.channelsItem_instagram__cTALz{background-color:rgba(194,35,108,.051);box-shadow:0 0 1px 0 #c4256f}.channelsItem_item__uvqHp.channelsItem_facebook__cJsuJ{background-color:rgba(24,119,242,.051);box-shadow:0 0 1px 0 #1877f2}.channelsItem_item__uvqHp.channelsItem_website__xnIbn{background-color:rgba(106,9,125,.051);box-shadow:0 0 1px 0 #6a097d}.channelsItem_item__uvqHp .channelsItem_mainContent__RN76W{align-items:center;display:flex;gap:10px;justify-content:center}.channelsItem_item__uvqHp .channelsItem_labelText__iCM1i{font-size:15px;font-weight:500}.channelsItem_channelItemLableText__AU9Yk{font-size:15px!important;font-weight:500!important}.channelsItem_channelItemLableDescription__eaeaX{color:#7a7a7a!important;font-size:14px!important;font-weight:400!important}.cardStyles_cardContainer__deY7C{display:flex!important;flex-direction:column!important;gap:20px!important;height:100%!important;justify-content:center!important}.contactItem_container__HhucN{align-items:center;display:flex;flex-direction:column;gap:15px;height:100%;justify-content:space-between}.contactItem_container__HhucN .contactItem_titleText__dVICl{font-size:18px;font-weight:500;text-align:center}.contactItem_container__HhucN .contactItem_descText__z0hP2{color:#3f3f3f;font-size:15px}.contactItem_container__HhucN .contactItem_btnContainer__LHi\+A{align-items:center;background:#fbf4ff;border-radius:5px;box-shadow:0 0 1px 0 #6a097d;cursor:pointer;display:flex;gap:10px;justify-content:center;margin-top:10px;padding:15px}.contactItem_container__HhucN .contactItem_btnContainer__LHi\+A .contactItem_btnText__STHXy{color:#6a097d;font-weight:500}.contactItem_container__HhucN .contactItem_btnContainer__LHi\+A:hover{background:#f3e1fb;box-shadow:0 1px 5px #67087a33}.PresetDateRangePicker_panel{padding:0 22px 11px}.PresetDateRangePicker_button{background:0 0;border:2px solid #00a699;box-sizing:border-box;color:#00a699;cursor:pointer;font:inherit;font-weight:700;height:100%;line-height:normal;margin-right:8px;overflow:visible;padding:4px 12px;position:relative;text-align:center}.PresetDateRangePicker_button:active{outline:0}.PresetDateRangePicker_button__selected{background:#00a699;color:#fff}.SingleDatePickerInput{background-color:#fff;display:inline-block}.SingleDatePickerInput__withBorder{border:1px solid #dbdbdb;border-radius:2px}.SingleDatePickerInput__rtl{direction:rtl}.SingleDatePickerInput__disabled{background-color:#f2f2f2}.SingleDatePickerInput__block{display:block}.SingleDatePickerInput__showClearDate{padding-right:30px}.SingleDatePickerInput_clearDate{background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;line-height:normal;margin:0 10px 0 5px;overflow:visible;padding:10px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.SingleDatePickerInput_clearDate__default:focus,.SingleDatePickerInput_clearDate__default:hover{background:#dbdbdb;border-radius:50%}.SingleDatePickerInput_clearDate__small{padding:6px}.SingleDatePickerInput_clearDate__hide{visibility:hidden}.SingleDatePickerInput_clearDate_svg{fill:#82888a;height:12px;vertical-align:middle;width:15px}.SingleDatePickerInput_clearDate_svg__small{height:9px}.SingleDatePickerInput_calendarIcon{background:0 0;border:0;color:inherit;cursor:pointer;display:inline-block;font:inherit;line-height:normal;margin:0 5px 0 10px;overflow:visible;padding:10px;vertical-align:middle}.SingleDatePickerInput_calendarIcon_svg{fill:#82888a;height:15px;vertical-align:middle;width:14px}.SingleDatePicker{display:inline-block;position:relative}.SingleDatePicker__block{display:block}.SingleDatePicker_picker{background-color:#fff;position:absolute;z-index:1}.SingleDatePicker_picker__rtl{direction:rtl}.SingleDatePicker_picker__directionLeft{left:0}.SingleDatePicker_picker__directionRight{right:0}.SingleDatePicker_picker__portal{background-color:#0000004d;height:100%;left:0;position:fixed;top:0;width:100%}.SingleDatePicker_picker__fullScreenPortal{background-color:#fff}.SingleDatePicker_closeButton{background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;line-height:normal;overflow:visible;padding:15px;position:absolute;right:0;top:0;z-index:2}.SingleDatePicker_closeButton:focus,.SingleDatePicker_closeButton:hover{color:darken(#cacccd,10%);text-decoration:none}.SingleDatePicker_closeButton_svg{fill:#cacccd;height:15px;width:15px}.DayPickerKeyboardShortcuts_buttonReset{background:0 0;border:0;border-radius:0;color:inherit;cursor:pointer;font:inherit;font-size:14px;line-height:normal;overflow:visible;padding:0}.DayPickerKeyboardShortcuts_buttonReset:active{outline:0}.DayPickerKeyboardShortcuts_show{height:26px;position:absolute;width:33px;z-index:2}.DayPickerKeyboardShortcuts_show:before{content:"";display:block;position:absolute}.DayPickerKeyboardShortcuts_show__bottomRight{bottom:0;right:0}.DayPickerKeyboardShortcuts_show__bottomRight:before{border-right:33px solid #00a699;border-top:26px solid #0000;bottom:0;right:0}.DayPickerKeyboardShortcuts_show__bottomRight:hover:before{border-right:33px solid #008489}.DayPickerKeyboardShortcuts_show__topRight{right:0;top:0}.DayPickerKeyboardShortcuts_show__topRight:before{border-bottom:26px solid #0000;border-right:33px solid #00a699;right:0;top:0}.DayPickerKeyboardShortcuts_show__topRight:hover:before{border-right:33px solid #008489}.DayPickerKeyboardShortcuts_show__topLeft{left:0;top:0}.DayPickerKeyboardShortcuts_show__topLeft:before{border-bottom:26px solid #0000;border-left:33px solid #00a699;left:0;top:0}.DayPickerKeyboardShortcuts_show__topLeft:hover:before{border-left:33px solid #008489}.DayPickerKeyboardShortcuts_showSpan{color:#fff;position:absolute}.DayPickerKeyboardShortcuts_showSpan__bottomRight{bottom:0;right:5px}.DayPickerKeyboardShortcuts_showSpan__topRight{right:5px;top:1px}.DayPickerKeyboardShortcuts_showSpan__topLeft{left:5px;top:1px}.DayPickerKeyboardShortcuts_panel{background:#fff;border:1px solid #dbdbdb;border-radius:2px;bottom:0;left:0;margin:33px;overflow:auto;padding:22px;position:absolute;right:0;text-align:left;top:0;z-index:2}.DayPickerKeyboardShortcuts_title{font-size:16px;font-weight:700;margin:0}.DayPickerKeyboardShortcuts_list{font-size:14px;list-style:none;padding:0}.DayPickerKeyboardShortcuts_close{position:absolute;right:22px;top:22px;z-index:2}.DayPickerKeyboardShortcuts_close:active{outline:0}.DayPickerKeyboardShortcuts_closeSvg{fill:#cacccd;height:15px;width:15px}.DayPickerKeyboardShortcuts_closeSvg:focus,.DayPickerKeyboardShortcuts_closeSvg:hover{fill:#82888a}.CalendarDay{box-sizing:border-box;cursor:pointer;font-size:14px;text-align:center}.CalendarDay:active{outline:0}.CalendarDay__defaultCursor{cursor:default}.CalendarDay__default{background:#fff;border:1px solid #e4e7e7;color:#484848}.CalendarDay__default:hover{background:#e4e7e7;border:1px solid #e4e7e7;color:inherit}.CalendarDay__hovered_offset{background:#f4f5f5;border:1px double #e4e7e7;color:inherit}.CalendarDay__outside{background:#fff;border:0;color:#484848}.CalendarDay__outside:hover{border:0}.CalendarDay__blocked_minimum_nights{background:#fff;border:1px solid #eceeee;color:#cacccd}.CalendarDay__blocked_minimum_nights:active,.CalendarDay__blocked_minimum_nights:hover{background:#fff;color:#cacccd}.CalendarDay__highlighted_calendar{background:#ffe8bc;color:#484848}.CalendarDay__highlighted_calendar:active,.CalendarDay__highlighted_calendar:hover{background:#ffce71;color:#484848}.CalendarDay__selected_span{background:#66e2da;border:1px double #33dacd;color:#fff}.CalendarDay__selected_span:active,.CalendarDay__selected_span:hover{background:#33dacd;border:1px double #33dacd;color:#fff}.CalendarDay__selected,.CalendarDay__selected:active,.CalendarDay__selected:hover{background:#00a699;border:1px double #00a699;color:#fff}.CalendarDay__hovered_span,.CalendarDay__hovered_span:hover{background:#b2f1ec;border:1px double #80e8e0;color:#007a87}.CalendarDay__hovered_span:active{background:#80e8e0;border:1px double #80e8e0;color:#007a87}.CalendarDay__blocked_calendar,.CalendarDay__blocked_calendar:active,.CalendarDay__blocked_calendar:hover{background:#cacccd;border:1px solid #cacccd;color:#82888a}.CalendarDay__blocked_out_of_range,.CalendarDay__blocked_out_of_range:active,.CalendarDay__blocked_out_of_range:hover{background:#fff;border:1px solid #e4e7e7;color:#cacccd}.CalendarDay__hovered_start_first_possible_end{background:#eceeee;border:1px double #eceeee}.CalendarDay__hovered_start_blocked_min_nights{background:#eceeee;border:1px double #e4e7e7}.CalendarMonth{background:#fff;text-align:center;-webkit-user-select:none;user-select:none;vertical-align:top}.CalendarMonth_table{border-collapse:collapse;border-spacing:0}.CalendarMonth_verticalSpacing{border-collapse:initial}.CalendarMonth_caption{caption-side:top;color:#484848;font-size:18px;padding-bottom:37px;padding-top:22px;text-align:center}.CalendarMonth_caption__verticalScrollable{padding-bottom:7px;padding-top:12px}.CalendarMonthGrid{background:#fff;text-align:left;z-index:0}.CalendarMonthGrid__animating{z-index:1}.CalendarMonthGrid__horizontal{left:9px;position:absolute}.CalendarMonthGrid__vertical,.CalendarMonthGrid__vertical_scrollable{margin:0 auto}.CalendarMonthGrid_month__horizontal{display:inline-block;min-height:100%;vertical-align:top}.CalendarMonthGrid_month__hideForAnimation{opacity:0;pointer-events:none;position:absolute;z-index:-1}.CalendarMonthGrid_month__hidden{visibility:hidden}.DayPickerNavigation{position:relative;z-index:2}.DayPickerNavigation__horizontal{height:0}.DayPickerNavigation__verticalScrollable_prevNav{z-index:1}.DayPickerNavigation__verticalDefault{bottom:0;height:52px;left:0;position:absolute;width:100%}.DayPickerNavigation__verticalScrollableDefault{position:relative}.DayPickerNavigation__bottom{height:auto}.DayPickerNavigation__bottomDefault{-webkit-box-pack:justify;-ms-flex-pack:justify;display:flex;justify-content:space-between}.DayPickerNavigation_button{border:0;cursor:pointer;margin:0;padding:0;-webkit-user-select:none;user-select:none}.DayPickerNavigation_button__default{background-color:#fff;border:1px solid #e4e7e7;color:#757575}.DayPickerNavigation_button__default:focus,.DayPickerNavigation_button__default:hover{border:1px solid #c4c4c4}.DayPickerNavigation_button__default:active{background:#f2f2f2}.DayPickerNavigation_button__disabled{border:1px solid #f2f2f2;cursor:default}.DayPickerNavigation_button__disabled:focus,.DayPickerNavigation_button__disabled:hover{border:1px solid #f2f2f2}.DayPickerNavigation_button__disabled:active{background:0 0}.DayPickerNavigation_button__horizontalDefault{border-radius:3px;line-height:.78;padding:6px 9px;position:absolute;top:18px}.DayPickerNavigation_bottomButton__horizontalDefault{margin:-10px 22px 30px;position:static}.DayPickerNavigation_leftButton__horizontalDefault{left:22px}.DayPickerNavigation_rightButton__horizontalDefault{right:22px}.DayPickerNavigation_button__verticalDefault{background:#fff;box-shadow:0 0 5px 2px #0000001a;display:inline-block;height:100%;padding:5px;position:relative;text-align:center;width:50%}.DayPickerNavigation_nextButton__verticalDefault{border-left:0}.DayPickerNavigation_nextButton__verticalScrollableDefault,.DayPickerNavigation_prevButton__verticalScrollableDefault{width:100%}.DayPickerNavigation_svg__horizontal{fill:#82888a;display:block;height:19px;width:19px}.DayPickerNavigation_svg__vertical{fill:#484848;height:42px;width:42px}.DayPickerNavigation_svg__disabled{fill:#f2f2f2}.DayPicker{position:relative;text-align:left}.DayPicker,.DayPicker__horizontal{background:#fff}.DayPicker__verticalScrollable{height:100%}.DayPicker__hidden{visibility:hidden}.DayPicker__withBorder{border-radius:3px;box-shadow:0 2px 6px #0000000d,0 0 0 1px #00000012}.DayPicker_portal__horizontal{box-shadow:none;left:50%;position:absolute;top:50%}.DayPicker_portal__vertical{position:static}.DayPicker_focusRegion{outline:0}.DayPicker_calendarInfo__horizontal,.DayPicker_wrapper__horizontal{display:inline-block;vertical-align:top}.DayPicker_weekHeaders{position:relative}.DayPicker_weekHeaders__horizontal{margin-left:9px}.DayPicker_weekHeader{color:#757575;position:absolute;text-align:left;top:62px;z-index:2}.DayPicker_weekHeader__vertical{left:50%}.DayPicker_weekHeader__verticalScrollable{background:#fff;border-bottom:1px solid #dbdbdb;display:table-row;left:0;margin-left:0;text-align:center;top:0;width:100%}.DayPicker_weekHeader_ul{font-size:14px;list-style:none;margin:1px 0;padding-left:0;padding-right:0}.DayPicker_weekHeader_li{display:inline-block;text-align:center}.DayPicker_transitionContainer{border-radius:3px;overflow:hidden;position:relative}.DayPicker_transitionContainer__horizontal{transition:height .2s ease-in-out}.DayPicker_transitionContainer__vertical{width:100%}.DayPicker_transitionContainer__verticalScrollable{bottom:0;height:100%;left:0;overflow-y:scroll;padding-top:20px;position:absolute;right:0;top:0}.DateInput{background:#fff;display:inline-block;margin:0;padding:0;position:relative;vertical-align:middle;width:130px}.DateInput__small{width:97px}.DateInput__block{width:100%}.DateInput__disabled{background:#f2f2f2;color:#dbdbdb}.DateInput_input{background-color:#fff;border:0;border-bottom:2px solid #0000;border-radius:0;color:#484848;font-size:19px;font-weight:200;line-height:24px;padding:11px 11px 9px;width:100%}.DateInput_input__small{font-size:15px;letter-spacing:.2px;line-height:18px;padding:7px 7px 5px}.DateInput_input__regular{font-weight:auto}.DateInput_input__readOnly{-webkit-user-select:none;user-select:none}.DateInput_input__focused{background:#fff;border:0;border-bottom:2px solid #008489;outline:0}.DateInput_input__disabled{background:#f2f2f2;font-style:italic}.DateInput_screenReaderMessage{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.DateInput_fang{height:10px;left:22px;position:absolute;width:20px;z-index:2}.DateInput_fangShape{fill:#fff}.DateInput_fangStroke{stroke:#dbdbdb;fill:#0000}.DateRangePickerInput{background-color:#fff;display:inline-block}.DateRangePickerInput__disabled{background:#f2f2f2}.DateRangePickerInput__withBorder{border:1px solid #dbdbdb;border-radius:2px}.DateRangePickerInput__rtl{direction:rtl}.DateRangePickerInput__block{display:block}.DateRangePickerInput__showClearDates{padding-right:30px}.DateRangePickerInput_arrow{color:#484848;display:inline-block;vertical-align:middle}.DateRangePickerInput_arrow_svg{fill:#484848;height:24px;vertical-align:middle;width:24px}.DateRangePickerInput_clearDates{background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;line-height:normal;margin:0 10px 0 5px;overflow:visible;padding:10px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.DateRangePickerInput_clearDates__small{padding:6px}.DateRangePickerInput_clearDates_default:focus,.DateRangePickerInput_clearDates_default:hover{background:#dbdbdb;border-radius:50%}.DateRangePickerInput_clearDates__hide{visibility:hidden}.DateRangePickerInput_clearDates_svg{fill:#82888a;height:12px;vertical-align:middle;width:15px}.DateRangePickerInput_clearDates_svg__small{height:9px}.DateRangePickerInput_calendarIcon{background:0 0;border:0;color:inherit;cursor:pointer;display:inline-block;font:inherit;line-height:normal;margin:0 5px 0 10px;overflow:visible;padding:10px;vertical-align:middle}.DateRangePickerInput_calendarIcon_svg{fill:#82888a;height:15px;vertical-align:middle;width:14px}.DateRangePicker{display:inline-block;position:relative}.DateRangePicker__block{display:block}.DateRangePicker_picker{background-color:#fff;position:absolute;z-index:1}.DateRangePicker_picker__rtl{direction:rtl}.DateRangePicker_picker__directionLeft{left:0}.DateRangePicker_picker__directionRight{right:0}.DateRangePicker_picker__portal{background-color:#0000004d;height:100%;left:0;position:fixed;top:0;width:100%}.DateRangePicker_picker__fullScreenPortal{background-color:#fff}.DateRangePicker_closeButton{background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;line-height:normal;overflow:visible;padding:15px;position:absolute;right:0;top:0;z-index:2}.DateRangePicker_closeButton:focus,.DateRangePicker_closeButton:hover{color:darken(#cacccd,10%);text-decoration:none}.DateRangePicker_closeButton_svg{fill:#cacccd;height:15px;width:15px}.callAnalysisCard_callAnalysisCardStyle__xqb3A{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__gWJQi{word-break:break-all!important}.callAnalysisCard_audioIconPosition__Rwn42{bottom:7px!important;position:absolute!important;right:8px!important}.callAnalysisCard_audioPlayIconStyle__5Riaw{border-radius:50%!important;box-shadow:0 0 3px #0000004d!important;padding:4px 4px 0!important}.callAnalysisCard_fullWidth__FSmMk{width:100%!important}.callAnalysisCard_evaluationRatingGrid__gnS8A .MuiAvatar-root{font-size:13px!important;height:36px!important;width:36px!important}.callAnalysisCard_timerIconStyle__CJs5O{font-size:14px!important;vertical-align:middle!important}.callAnalysisCard_reportProblemIconStyle__U4YyR{color:red!important;font-size:18px!important}.callAnalysisCard_durationFieldValue__9fPLR{color:#000!important;font-size:13px!important;font-weight:400!important;margin:0 0 0 2px!important}.callAnalysisCard_audioFileNameStyle__wt7AG{color:#000!important;font-size:14px!important;font-weight:500!important}.callAnalysisCard_cardFieldLabel__m-YYh{color:#747474!important;font-size:14px!important;font-weight:500!important}.callAnalysisCard_cardFieldValue__eyi3o{color:#000!important;font-size:14px!important;font-weight:400!important}@media screen and (max-width:1600px){.callAnalysisCard_callAnalysisCardStyle__xqb3A{max-width:315px!important;width:315px!important}.callAnalysisCard_evaluationRatingGrid__gnS8A .MuiAvatar-root{font-size:12px!important;height:32px!important;width:32px!important}.callAnalysisCard_durationFieldValue__9fPLR{font-size:12px!important}.callAnalysisCard_audioFileNameStyle__wt7AG,.callAnalysisCard_cardFieldLabel__m-YYh,.callAnalysisCard_cardFieldValue__eyi3o{font-size:13px!important}}@media screen and (max-width:1000px){.callAnalysisCard_callAnalysisCardStyle__xqb3A{max-width:calc(100% - 5px)!important;min-width:320px!important;width:100%!important}}@media screen and (max-width:450px){.callAnalysisCard_evaluationRatingGrid__gnS8A .MuiAvatar-root{font-size:12px!important}.callAnalysisCard_audioFileNameStyle__wt7AG{color:#000!important;font-size:13px!important;font-weight:500!important}.callAnalysisCard_cardFieldLabel__m-YYh{color:#747474!important;font-size:13px!important;font-weight:500!important}.callAnalysisCard_cardFieldValue__eyi3o{color:#000!important;font-size:13px!important;font-weight:400!important}}.react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{background-image:url(data:image/png;base64,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);height:11px;width:16px}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .bl,.react-tel-input .fr,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .bq,.react-tel-input .nl{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{background:#fff;border:1px solid #cacaca;border-radius:5px;font-size:14px;height:35px;letter-spacing:.01rem;line-height:25px;margin-bottom:0!important;margin-left:0;margin-top:0!important;outline:none;padding-left:48px;position:relative;width:300px}.react-tel-input .form-control.invalid-number,.react-tel-input .form-control.invalid-number:focus{background-color:#faf0f0;border:1px solid #d79f9f;border-left-color:#cacaca}.react-tel-input .flag-dropdown{background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px;bottom:0;padding:0;position:absolute;top:0}.react-tel-input .flag-dropdown:focus,.react-tel-input .flag-dropdown:hover{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2}.react-tel-input .flag-dropdown.open,.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:initial}.react-tel-input .selected-flag{border-radius:3px 0 0 3px;height:100%;outline:none;padding:0 0 0 8px;position:relative;width:38px}.react-tel-input .selected-flag:focus,.react-tel-input .selected-flag:hover{background-color:#fff}.react-tel-input .selected-flag .flag{margin-top:-5px;position:absolute;top:50%}.react-tel-input .selected-flag .arrow{border-left:3px solid #0000;border-right:3px solid #0000;border-top:4px solid #555;height:0;left:20px;margin-top:-2px;position:relative;top:50%;width:0}.react-tel-input .selected-flag .arrow.up{border-bottom:4px solid #555;border-top:none}.react-tel-input .country-list{background-color:#fff;border-radius:0 0 3px 3px;box-shadow:1px 2px 10px #00000059;list-style:none;margin:10px 0 10px -1px;max-height:200px;outline:none;overflow-y:scroll;padding:0;position:absolute;width:300px;z-index:1}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{border-bottom:1px solid #ccc;margin-bottom:5px;padding-bottom:5px}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country.highlight,.react-tel-input .country-list .country:hover{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{background-color:#fff;padding:10px 0 6px 10px;position:-webkit-sticky;position:sticky;top:0}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;outline:none;padding:3px 8px 5px}.react-tel-input .country-list .no-entries-message{opacity:.7;padding:7px 10px 11px}.react-tel-input .invalid-number-message{color:#de0000}.react-tel-input .invalid-number-message,.react-tel-input .special-label{background:#fff;font-size:13px;left:46px;padding:0 2px;position:absolute;top:-8px;z-index:1}.react-tel-input .special-label{display:none;white-space:nowrap}:root{--formWiz-border:1px solid #b00;--formWiz-outline:none;--formWiz-box-shadow:none;--formWiz-font-weight:none;--formWiz-letter-spacing:none;--formWiz-line-height:none;--formWiz-line-height:#fff;--formWiz-widget_theme_color:#000}.text_area_style{color:#000000de!important;font-size:14px!important;font-weight:500;height:auto;padding:10px!important}.minHeight300{min-height:100px!important}.minHeight400{min-height:250px}.text_area_style::placeholder{font-family:inherit!important;min-height:40px!important;opacity:.35}.formWiz-fullform .Mui-checked{color:#000!important;color:var(--formWiz-widget_theme_color)!important}.formWiz-tooltipLabel{font-size:inherit!important}.circle{align-items:center;border:1px solid #000!important;border:1px solid var(--formWiz-widget_theme_color)!important;border-radius:50%;display:flex;margin-left:8px;width:30px}.Loadercircle,.circle{cursor:pointer;float:right}.flashLoader{position:relative}.flashLoader:before{animation:rotate 20s linear infinite;border-radius:50%;content:"";height:27px;left:49%;position:absolute;top:47%;transform:translate(-50%,-50%);width:29px}.flashIcon:before{border:3px dashed #6a097d}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(1turn)}to{transform:translate(-50%,-50%) rotate(-1turn)}}.-lS-461{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.--Ef-462{animation:css-98 1s linear 0s infinite normal none running;background:conic-gradient(from 180deg at 50% 50%,#a6e7b3,#cd92fd,#9febed,#a6e7b3);display:block;height:300%;left:-100%;position:absolute;top:-100%;transform-origin:50% 50%;width:300%}.--sg-668{background:linear-gradient(#f0f9fa,#f0f9fa,#f5f5f5);border-radius:3px;height:calc(100% - 4px);left:2px;position:absolute;top:2px;width:calc(100% - 4px)}@keyframes css-98{0%{transform:translate(-50%,-50%) rotate(1turn)}to{transform:translate(-50%,-50%) rotate(-1turn)}}.formWiz-input-field input{color:#000000de!important}.formWiz-input-field{background-color:#fff!important;border:#ccc!important;border-radius:4px;box-shadow:0 0 2px 0 #0009!important;font-weight:500;letter-spacing:.13px!important;outline:none!important;width:100%!important}.formWiz-smallWidthParent{align-items:center;background-position:50%;background-repeat:no-repeat!important;background-size:cover!important;display:flex!important;height:100vh;justify-content:flex-start}.FormWith-backgroundImage{background-repeat:no-repeat;background-size:cover;width:100%}.formWiz-fullWidth{overflow:visible!important;overflow:initial!important;width:100%}.formWiz-smallWidth{margin:0 auto!important;width:50%}.mainContainerTest{background-color:initial;margin:0 auto}.mainContainerTestForm{background:#fff;border-radius:0 0 5px 5px;height:100%;opacity:.96}.formWiz-fullformChildDiv{height:100%!important}.mainContainerTestFormwithPadding{background:#fff;border-radius:0 0 5px 5px;height:100%;max-height:77vh;opacity:.96;overflow:auto}.formWiz-input-field .select__control{min-height:50px!important}.formWiz-input-field.input_class_widget_preview{padding:0!important;width:100%}.formWiz-input-field .MuiOutlinedInput-notchedOutline{border:none!important}.formWiz-input-field .MuiInputBase-input{font-family:inherit!important;font-size:14px!important;font-weight:500;min-height:40px!important;padding:0 10px!important}.formWiz-input-field .MuiOutlinedInput-root{background:#fff;min-height:34px!important}.formWiz-input-field .select__control{border:none;border-radius:4px;box-shadow:none;outline:none!important;padding-left:4px}.formWiz-input-field .select__placeholder{color:#989fa5;font-weight:400;opacity:1}.MuiAutocomplete-input::placeholder{color:#84878b;font-weight:400;opacity:1}.formWiz-input-field .select__multi-value{background-color:#fff!important;border:1px solid #c4c4c4!important;border-radius:6px!important;margin:3px!important;padding:3px!important}.select__multi-value .MuiSvgIcon-root{font-size:15px}.formWiz-input-field .select__multi-value__label{color:#000000de!important;font-size:14px!important}.formWiz-input-field .select__multi-value__remove{color:#000000de!important;cursor:pointer;font-size:20px;line-height:20px}.formWiz-input-field .select__multi-value__remove:hover{color:#010101}.select__multi-value__remove:hover{background-color:inherit!important;color:inherit!important}.formWiz-input-field .select__value-container{padding:2px!important}.widget_preview_form{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.MuiChip-label,.MuiChip-root,.MuiFormControl-root,.MuiInputBase-input,.MuiInputBase-root,.MuiTextarea-root,select{font-family:inherit!important;font-size:inherit!important}.MuiFormLabel-root{font-family:inherit!important;text-transform:inherit!important}.react-tel-input .form-control{background:#fff!important;border:none!important;width:100%!important}.react-tel-input .flag-dropdown{background:#fff;border:none}.chips_created{background:#fff;border:1px solid grey;border-radius:15px;display:flex;height:24px;margin:0 4px!important;padding:0 8px}.stack_inside_chip{border:none!important;border-radius:5px!important;box-shadow:0 0 2.5px 0 #6a097d}.stack_inside_chip .MuiChip-label{color:#6a097d!important}.stack_inside_chip.AddAll,.stack_inside_chip:hover{background-color:#f7e9ff!important}.multiple_chips__autocomplete .MuiChip-deleteIcon{color:#010101!important}.multiple_chips__autocomplete .MuiFormControl-root{background:#fff;border:none!important;border-radius:4px;min-height:50px}.multiple_chips__autocomplete .MuiAutocomplete-tag{margin:6px!important}.formWiz-input-field .MuiChip-filled{color:#010101!important;font-family:inherit!important;font-weight:500}.multiple_chips__autocomplete,.multiple_chips_item{width:100%}.multiple_chips__autocomplete .MuiAutocomplete-inputRoot{padding:0!important}.multiple_chips__autocomplete input{border:none!important}.formWiz-input-field .MuiChip-root,.formWiz-input-field .select__multi-value{background-color:#fff!important;border:1px solid #000!important;border:1px solid var(--formWiz-widget_theme_color)!important;border-radius:6px!important}.avatar_file_upload{position:relative}.close-btn{align-items:center;border-radius:50%;color:#fff;cursor:pointer;height:16px;justify-content:center;left:32px;position:absolute;top:-1px;transition:all .3s}.show_error_in_form{color:red!important}.input_label{color:#4c4a4d!important;font-weight:600!important;margin:6px 0!important}.label_class_widget_preview{color:#4c4a4d!important;display:block!important;font-weight:700!important;white-space:pre-wrap!important;width:100%}.long_text_input .MuiOutlinedInput-notchedOutline{border:none!important}.MuiTextarea-root{--Textarea-focusedHighlight:#0000!important;padding:10px 0 10px 10px!important}.long_text_input textarea{resize:vertical!important}.file_preview_input{margin:5px 0 0!important;width:100%}.radio_option_label_widget_preview{display:flex;margin:0!important}.radio_option_label_widget_preview .MuiButtonBase-root{padding:0 5px 0 0!important}.radio_option_label_widget_preview .MuiSvgIcon-root{height:20px!important;width:20px!important}.radio_option_input_widget_preview{margin:3px 8px 3px 4px!important}.radio_option_label{margin-right:20px!important}.radiogroupColumn_class{flex-direction:column!important}.radiogroupColumn_class label{padding-bottom:7px!important}.radiogroupRow_class{flex-direction:row!important}.dropdown_label_widget_preview{background:#fff;border:none;border-radius:4px;color:currentColor;height:34px;margin:5px 0 0!important;padding:0!important;width:100%}.dropdown_label_widget_preview .MuiOutlinedInput-notchedOutline{border:none!important}.dropdown_label_widget_preview .MuiInputBase-input{align-items:center;display:flex;height:100%!important;padding:0 10px!important}.dropdown_option_placeholder{color:#bababa!important}.date_picker_class_preview{background:#f3f5f9;border-radius:4px;margin:5px 0 0!important;width:99.9%}.date_picker_class_preview .MuiOutlinedInput-notchedOutline{border:none;width:100%}.date_picker_class_preview .MuiInputBase-root{background:#fff;height:34px;padding-right:4px!important}.date_picker_class_preview .MuiInputBase-input{padding:0 0 0 10px!important}.date_picker_container_class_preview{width:100%}.date_picker_item_class_preview>.css-1xhypcz-MuiStack-root{overflow:visible!important;padding-top:0!important}.option_margin_class{margin:5px 0 0!important}.option_space_class{margin-right:20px!important}.check{background-color:#d3d3d3;border-radius:50%;height:30px;left:0;position:absolute;top:0;width:30px}.show_file_data_container{align-items:center;background:#f3f5f9;border-bottom:4px;display:flex;height:34px;justify-content:space-between;margin:5px 0 18px!important;padding:0!important}.reset_all_fields_input{background:none;border:none;cursor:pointer;display:flex;text-decoration:underline;width:100%}.widget_preview_form_save_button{background:#d9a22e!important;color:#fff!important;height:38px;text-transform:none!important;width:160px}.widget_preview_form_save_item{display:flex;justify-content:left;padding:0!important}.multiselect_class{padding:10px 0 0;width:100%}.multiselect_class .css-1o500h{background-color:#fff;border-radius:4px!important;box-shadow:none!important;height:34px;padding:0!important;width:100%}.multiselect_class .css-1dj9hp6{background-color:#fff;z-index:9999}.multiselect_class .css-autkim{display:flex;padding-right:7px}.multiselect_class .css-imhb7i{padding-left:10px}.multiselect_class .css-1nq0kav{background-color:#fff;width:99%!important;z-index:9999}.multiselect_class .css-1dkeni9{background:#e8f7f6;border-radius:4px;margin:4px;padding:1px}.helper_text_input{font-size:10px!important;padding-left:5px!important}.css-671{border:.125rem solid #0000;border-radius:.25rem;color:#fff;cursor:pointer;font-family:inherit!important;font-weight:600;outline-style:none;padding:.625rem 1.25rem;-webkit-text-decoration-line:none;text-decoration-line:none;width:-moz-fit-content}.widget_preview_text{color:#2765ff;display:flex;font-weight:545;justify-content:center;margin:20px 10px 0!important}.db_widget_preview_full_container{background:#fff;flex-direction:column!important;height:100%}.company_logo_{display:flex}.company_logo_image{height:auto;max-height:86px;max-width:200px;object-fit:contain;padding:10px;width:auto}.company_logo_image,.company_logo_text{align-items:center;display:flex;justify-content:center}.company_logo_text{background:#f3f5f9;border-radius:30px;color:#8a8a8a;font-weight:500;height:39px;width:157px}.preview_switch{position:absolute}.widget_preview_top_text_item{display:flex}.widget_preview_form_view_item{background:#fff;margin:20px!important;overflow-y:auto}.widget_title_text{align-items:center;font-size:16px;font-weight:600;padding:5px 0}.widget_subtitle_text,.widget_title_text{color:#000;display:flex;justify-content:left;width:100%}.widget_subtitle_text{font-size:14px;font-weight:500;padding:0 0 7px 1px}.widget_preview_middle_text{height:500px;justify-content:center;padding:0 25px 25px}.widget_preview_middle_form,.widget_preview_middle_text{align-items:center;color:#8a8a8a;display:flex;flex-direction:column!important;font-weight:500;line-height:20px;min-height:53vh}.widget_preview_middle_form{justify-content:start}.new_fields_btn_widget_preview{align-items:center;background:#2765ff;border-radius:5px;color:#fff;display:flex;flex-direction:row;justify-content:center;left:640px;margin:10px!important;padding:10px;top:503px;width:160px}.widget_logo_widget_preview_item_full{display:flex;justify-content:flex-end;margin-bottom:20px!important;width:100%}.widget_logo_widget_preview_container{align-items:center;background:linear-gradient(96.43deg,#aa2eff,#4e61ff);border-radius:10px 0 0 10px;color:#fff;display:flex;flex-direction:row;padding:12px 15px;width:217px!important}.widget_logo_class_widget_preview{align-items:center;background:#fff;border-radius:50%;display:flex;height:26px;justify-content:cenn;justify-content:center;left:15px;margin-right:16px!important;object-fit:contain;top:8px;width:26px}.widget_preview_header_container{background:#d9a22e;border-radius:18px 18px 0 0}.np-slide-container{margin:0 auto;width:300px}.np-img-container{margin:0 auto;max-width:600px}.np-slider{-webkit-appearance:none;background:#131313;border-radius:20px;height:20px;margin:10px 0;opacity:.7;outline:none;transition:opacity .2s;width:100%}.np-slider:hover{opacity:1}.np-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#acacac;border-radius:20px;cursor:pointer;height:20px;width:35px}.np-slider::-moz-range-thumb{background:#acacac;border-radius:20px;cursor:pointer;height:20px;width:35px}.loader{animation:animate 1s linear infinite;background:linear-gradient(#eb31b0,#e4c352,#7df8d6);box-shadow:0 0 100px -50px #000;height:200px;position:relative;width:200px}.loader,.loader:before{border:3px solid #fff;border-radius:10rem}.loader:before{background:#fff;box-shadow:inset 0 0 100px -70px #111;content:"";height:80%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80%}@keyframes animate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.circle .border{-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-name:Rotate;-moz-animation-name:Rotate;-ms-animation-name:Rotate;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;-ms-animation-timing-function:linear;background:#0000;border:2px dashed #000;border-radius:50%}@keyframes Rotate{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@media screen and (max-width:992px){.formWiz-smallWidth{width:100%!important}}.formWiz-fullform .scaleRatingClass{align-items:center;background-color:#fff;border:1px solid #dcd0d0;cursor:pointer;display:flex;font-size:15px;height:34px;justify-content:center;width:100%}.formWiz-fullform .MuiFormControlLabel-label{font-size:inherit!important}.formWiz-fullform .selectedScaleRatingClass{border:1px solid #000!important;border:1px solid var(--formWiz-widget_theme_color)!important;color:#000!important;color:var(--formWiz-widget_theme_color)!important}.scaleRatingClass:first-child{border-radius:5px 0 0 5px!important}.scaleRatingClass:last-child{border-radius:0 5px 5px 0!important}.formWiz-fullform .scaleRatingClass:hover{border:1px solid #000;border:1px solid var(--formWiz-widget_theme_color)}.formWiz-fullform .MuiRating-iconFilled,.formWiz-fullform .MuiRating-iconHover{color:#000!important;color:var(--formWiz-widget_theme_color)!important}.globalTextfieldStyle{background:#fff;border:none!important;border-color:initial!important;box-shadow:0 0 3px 0 #00000040!important;display:flex;justify-content:space-around;width:100%}.globalTextfieldStyle fieldset{border-color:initial!important;border-width:0!important}.globalTextfieldStyle .MuiInputBase-input{border-radius:3px;min-height:50px!important}.globalPhoneStyle{box-shadow:0 0 3px 0 #00000040!important;padding:7.5px!important}.recaptchaBlock{align-items:center;display:flex;display:flex!important;flex-direction:column!important;flex-wrap:nowrap;justify-content:center;margin-top:12px!important;transform:scale(1.25)}@media screen and (max-width:450px) and (min-width:390px){.recaptchaBlock{transform:scale(1.05)!important}}@media screen and (max-width:390px){.recaptchaBlock{transform:none!important}}.formWiz-input-field .select__multi-value__label
.formWiz-input-field .select__multi-value__label{font-size:13px!important}.select__menu{margin-bottom:0!important;position:static!important}.modifiedAutocompleteStyle fieldset{border:initial;box-shadow:0 0 2px 0 #0009}.modifiedAutocompleteStyle .MuiChip-root{background-color:#fff!important;border:1px solid #e1cee5!important;border-radius:6px!important;font-size:14px!important;font-weight:400}.modifiedAutocompleteStyle .MuiChip-deleteIcon{color:#010101!important;font-size:15px!important}.modifiedAutocompleteStyle .MuiInputBase-root{min-height:50px;padding:8px!important}.modifiedAutocompleteStyle textarea{padding:0!important}.modifiedAutocompleteStyle .MuiChip-label{color:#000000de;font-size:14px!important;font-weight:500;padding:3px 12px 3px 7px}.test textarea::placeholder{color:#969a9d;font-style:bold;opacity:1;z-index:1}.sampleChatbotFormField{box-shadow:0 0 3px 0 #00000026!important;padding:10px!important}.formWiz-input-field textarea{font-size:14px!important}.formWiz-input-field::placeholder{color:#000!important}@media screen and (max-width:1600px) and (min-width:901px){.formWiz-input-field .MuiInputBase-input,.formWiz-input-field textarea,.text_area_style{font-size:13px!important}.modifiedAutocompleteStyle .MuiInputBase-root{font-size:14px!important;min-height:40px!important}}@media screen and (max-width:900px) and (min-width:0px){.formWiz-input-field .MuiInputBase-input,.formWiz-input-field textarea,.text_area_style{font-size:13px!important}.modifiedAutocompleteStyle .MuiInputBase-root{font-size:14px!important;min-height:40px!important}}.file-inputs{align-items:center;background:linear-gradient(180deg,#fff,#f4f7ff);border:2px dashed #83838333;border-radius:5px;display:flex;flex-direction:column;justify-content:center;min-height:45px;position:relative;width:100%}.file-inputs input{border:0;cursor:pointer;opacity:0;padding:0;position:relative;text-align:right;z-index:2}.file-inputs button{border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.1rem;height:100%;left:0;outline:none;padding:0;position:absolute;top:0;transition:background-color .4s;width:100%;z-index:1}.file-inputs button,.file-inputs button i{align-items:center;display:flex;justify-content:center}.file-inputs button i{background-color:#fff;border-radius:50%;font-size:.8em;height:1.5em;margin-right:.8em;padding:.4em;width:1.5em}.justShowIcon-input{align-items:center;background-color:#6a097d;border:none;border-radius:4px;box-shadow:0 0 4px 0 #00000040;cursor:pointer;display:flex;height:41px;justify-content:center;position:relative;width:41px}.justShowIcon-input input{cursor:pointer;height:100%;opacity:0;position:absolute;width:100%;z-index:2}.justShowIcon-input input:disabled{cursor:default}.justShowIcon-input .MuiIconButton-root{align-items:center;background-color:#6a097d;color:#fff;display:flex;height:100%;justify-content:center;width:100%;z-index:1}.main{font-size:16px;font-weight:700}.info{font-size:.8rem}.file-card{display:flex;width:100%}.file_background_design{border:1px solid #0000000d;border-radius:3px;box-shadow:0 0 3px 0 #0000000d;padding:10px!important}.file_background_design_after{background:#fff;border-radius:4px;display:flex;justify-content:space-between;padding:0 8px}.file_type_uploaded{height:20px;object-fit:contain;width:20px}.file_background_design_item{display:flex;height:34px;justify-content:center}.delete_container{display:flex;justify-content:space-between;width:100%}.delete_icon{display:flex;justify-content:flex-end}.file_item{height:44px;margin:4px!important;padding:3px}.file_item_after_uploaded{margin-top:4px!important}.file_name{align-items:end;display:flex;font-size:15px;padding:3px}.delete_onclick{cursor:pointer;font-size:20px!important}.file_size{color:#a6a6a6;font-size:13px}.file-inputs-avatar{align-items:center;background-color:#fff;border:none!important;border-radius:6px;box-shadow:0 0 2px 0 #00000038!important;font-weight:500;height:35px;justify-content:center;min-height:37px;position:relative}.file-inputs-avatar input{border:0;cursor:pointer;opacity:0;padding:0;position:relative;text-align:right;z-index:2}.file-inputs-avatar button{align-items:center;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:14px;height:100%;justify-content:center;left:0;outline:none;padding:0;position:absolute;top:0;transition:background-color .4s;width:100%;z-index:1}.file-inputs-avatar button i{background-color:#fff;border-radius:50%;font-weight:500;height:1.5em;margin-right:.8em;padding:.4em;width:1.5em}.file-inputs-avatar button i,.uploadFileInput{align-items:center;display:flex;justify-content:center}.uploadFileInput{background:#fff;border:1px solid #0000000d;border-radius:3px;box-shadow:0 0 3px 0 #0000000d;min-height:63px}.chatbotFormField{border:1px solid #00000026;box-shadow:0 0 3px 0 #00000026}.uploadFileInput{position:relative;width:100%}.uploadFileInput input{border:0;cursor:pointer;opacity:0;padding:0;position:relative;text-align:right;z-index:2}.uploadFileInput button{align-items:center;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;height:100%;justify-content:center;left:0;outline:none;padding:0;position:absolute;top:0;width:100%;z-index:1}.colorpickerTestDemo{border:1px solid #0000000f;box-shadow:0 0 3px 0 #0000000f}.colorpickerTestDemo .MuiInputBase-root,.colorpickerTestDemo .MuiTextField-root{height:100%}.colorpickerTestDemo button{margin:10px 10px 10px 15px!important}.colorpickerTestDemo .ColorPicker-MuiInputBase-input{font-size:15px!important;padding:14px 0 10px 10px}.colorpickerTestDemo .ColorPicker-MuiInput-underline:after,.colorpickerTestDemo .ColorPicker-MuiInput-underline:before,.colorpickerTestDemo .ColorPicker-MuiInput-underline:hover:not(.Mui-disabled):before{border:none}.fileUploadedGrid{border:1px solid #0000000d;border-radius:3px;box-shadow:0 0 3px 0 #0000000d;padding:5px!important}.chatbotFieldLabel{color:#4c4a4d!important;display:block!important;white-space:pre-wrap!important;width:100%}.chatbotSettings_chatbotSettingsForm__hXA5C{width:100%}.chatbotEmbedLinkAndDomains_cbEmbedIframeItem__00iOL{border:1px solid #e9e9e9;border-radius:5px;margin:0 auto 15px!important}.chatbotEmbedLinkAndDomains_cbEmbedIframeHeadMainItem__p3cJP{background-color:#f5f5f5;padding:10px 15px}.chatbotEmbedLinkAndDomains_cbEmbedCopyFrameHead__72WlX{color:#000!important;font-size:15px!important;font-weight:600!important}.chatbotEmbedLinkAndDomains_cbEmbedCopyFrameSubHead__KD5mV{color:#565656!important;font-size:13px!important;font-weight:600!important}.chatbotEmbedLinkAndDomains_cbFrameMainItem__vA1s5{padding:10px 15px!important}.chatbotEmbedLinkAndDomains_cbEmbedFrameCopyItem__1uvrq{margin:10px 0 0}.chatbotEmbedLinkAndDomains_cbEmbedFrameText__EQi7W{word-wrap:break-word!important;font-size:14px!important;font-weight:500!important;word-break:break-all!important}.chatbotEmbedLinkAndDomains_cbEmbedWidgetItem__FSj7Z{border:1px solid #e9e9e9;border-radius:5px;margin:10px 0 0!important}.chatbotEmbedLinkAndDomains_cbWidgetMainItem__7V795{padding:15px!important}.chatbotEmbedLinkAndDomains_cbDividerStyle__B6STA{background-color:#6a097d;border:none!important;color:#6a097d;height:2px!important;opacity:1!important;padding:2px 0 0!important;width:100%}.chatbotEmbedLinkAndDomains_cbAddDomainItem__-iu94{cursor:pointer;margin:10px 0 0!important}.chatbotEmbedLinkAndDomains_cbNewDomainText__BWCkm{color:#6a097d!important;font-size:15px!important;font-weight:600!important}.staticChatbotPreview_chatbotChatMainSectionItem__vP5PE{padding:20px!important}.staticChatbotPreview_chatbotChatIconDiv__mGxe7{align-self:self-start;border-radius:50%;box-shadow:0 0 2px 0 #00000026;display:flex;object-fit:cover;object-position:center}.staticChatbotPreview_botMsgBoxStyle__dO7Ad{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__f47wW .staticChatbotPreview_botMsgBoxStyle__dO7Ad{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll!important;background:initial!important;max-height:none!important}.staticChatbotPreview_prtbotMsgBoxStyle__\+8-8-{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__zP8Tl{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__UTR4Y{font-size:14px!important;word-break:break-all!important}.staticChatbotPreview_typeMessageItem__ZC1Vj{padding:0 10px!important}.staticChatbotPreview_typeMessageContainer__mcg6-{align-items:center!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:10px!important;justify-content:center!important}.staticChatbotPreview_inputAdornment__\+CfKk{background-color:#f7e9ff80!important}.staticChatbotPreview_poweredByItem__q0t03{margin:10px!important;padding:0 10px!important}.staticChatbotPreview_chat_poweredby_text__LNMFj{color:#989696!important;display:flex!important;font-size:13px!important;font-weight:500!important;margin:2px 10px 0!important}.staticChatbotPreview_chat_powered_logo__7snlV{height:auto;object-fit:fill;vertical-align:sub;width:100px}.staticChatbotPreview_chatbotPreviewMessageboxMainItem__h4Qj3{margin:0!important}.staticChatbotPreview_chatbotPreviewMessageboxMainContainer__5djF3{border-radius:8px!important;box-shadow:1px 1px 5px -2px #f7e9ff!important}.staticChatbotPreview_sendMsgTextField__PBYe\+ .MuiInputBase-input{color:#000;font-size:15px!important;font-weight:500!important;padding:11px 15px!important}.staticChatbotPreview_chatbotNavbarMainItem__zyd4U{border-bottom:1px solid #dedede;border-radius:15px 15px 0 0!important;box-shadow:0 0 2px 0 #00000026}.staticChatbotPreview_header__iX8FC{align-self:start;display:flex;width:100%}.staticChatbotPreview_headerMobile__tl1b2{align-self:start;display:flex;padding:10px 30px 0;width:100%}.staticChatbotPreview_svgStyle__eIh\+b{display:flex;padding:0 7px}.staticChatbotPreview_sourceStyle__WAVxD{font-size:13px;font-weight:600}.staticChatbotPreview_parentbotMsgBoxStyle__f47wW,.staticChatbotPreview_userMessageContainer__q21kJ{position:relative}.staticChatbotPreview_userReactionStyle__FzG1\+{right:9px}.staticChatbotPreview_botReactionStyle__lRSdU,.staticChatbotPreview_userReactionStyle__FzG1\+{background:#fff;border:1px solid #e7dbdb;border-radius:50%;bottom:-17px;cursor:pointer;padding:1px;position:absolute}.staticChatbotPreview_botReactionStyle__lRSdU{left:9px}.staticChatbotPreview_scrollAnimation__pfTSd{background-color:gray;transition:background-color .5s ease}.staticChatbotPreview_chatbot_preview_arrow_item__zth8g{border-radius:10px!important;height:45px!important;max-height:45px!important;max-width:45px!important;width:45px!important}.staticChatbotPreview_icon_normal__5hBR9{border-radius:8px!important;height:100%!important;padding:5px!important;transition:transform .3s ease-in-out;width:100%!important}.staticChatbotPreview_iconGlobalStyle__bZHdT{cursor:pointer!important;height:22px!important;width:22px!important}@media screen and (max-width:600px){.staticChatbotPreview_headerMobile__tl1b2{padding:10px 20px 0}}.staticChatbotPreview_cbNamePreviewSmall__9fVTf{display:flex!important;font-size:15px!important;font-weight:600!important}.staticChatbotPreview_cbIconStyle__zxbvw{border-radius:50%!important;height:30px!important;object-fit:fill!important;width:30px!important}.staticChatbotPreview_cbIconStyleScreen__3L3qo{border-radius:50%!important;height:24px!important;object-fit:fill!important;width:24px!important}.staticChatbotPreview_fieldOptionWrapper__JegeC{gap:10px!important;margin-left:8px!important;margin-top:8px!important}.staticChatbotPreview_maxWidthInherit__8b1IX{max-width:calc(100% - 80px)!important;width:inherit!important}.chatbotPreview_cbPreviewMainItem__HkfZP{padding:15px 0!important}.chatbotPreview_cbPreviewMainConatiner__feedr{flex-direction:column!important;position:relative!important}.chatbotPreview_cbPreviewTryItem__1QpnD{background-color:#0000!important;height:100%;padding:0!important}.chatbotPreview_mbStaticPreviewWrapper__dVG\+X{align-items:center!important;flex-wrap:nowrap!important;justify-content:space-between!important}.chatbotPreview_cbMarginTop__7Pzt0{margin-top:5px!important}.chatbotPreview_cbPreviewHeadItem__5eN3O{text-align:center}.chatbotPreview_cbPreviewHead__XvTPD{color:#1f384c!important;font-size:16px!important;font-weight:600!important}.chatbotPreview_previewIconWrapper__tDRHH{position:absolute!important;right:10px!important;text-align:end!important;top:12px!important;z-index:10000!important}.chatbotPreview_previewIconImg__YoaLO{height:auto!important;object-fit:fill!important;transform:rotate(180deg)!important;vertical-align:middle!important;width:23px!important}.chatbotPreview_cbPreviewResetBtn__jMrmT{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__4W1e6,.chatbotPreview_tryPreviewHeadMainItem__kastN{margin:10px auto!important}.chatbotPreview_cbChatBtnIconItem__wz9Eg{margin:0 auto!important}.chatbotPreview_cbChatBtnIconContainer__K27jz{justify-content:center}.chatbotPreview_cbChatIconsitem__PWkuy{border-radius:50%!important;box-shadow:0 5px 15px #00000059!important;cursor:pointer!important;height:auto;width:45px}.chatbotPreview_cbPreviewIframeItem__5vVK6{margin:0 auto!important;max-width:485px!important;width:80%!important}.chatbotPreview_tryPreviewIframeItem__iabTv{margin:10px auto!important;max-width:460px!important;width:80%!important}.chatbotPreview_chatbotSwipeableDrawer__VUWL3{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__lMZZc::-webkit-scrollbar{display:none}.chatbotPreview_chatbotPreviewMainContainer__cOsut,.chatbotPreview_chatbotPreviewMainItem__SBmgJ,.chatbotPreview_chatbotPreviewSubContainer__Plc5d{height:100%}.chatbotPreview_cbPreviewIframeParentDiv__BAtsU{height:100%;padding:5px!important}.chatbotPreview_tryPreviewIframeParentDiv__3PKqA{align-items:center;box-sizing:border-box!important;display:flex;height:100%;justify-content:center;padding:5px!important}.chatbotPreview_tryKnowPreviewIframeParentDiv__Z5QS2{height:100%;padding:5px!important}.chatbotPreview_cbPreviewIframeParentDiv__BAtsU 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__3PKqA iframe{border-radius:15px!important;height:calc(100vh - 160px)!important;min-height:300px!important}.chatbotPreview_tryKnowPreviewIframeParentDiv__Z5QS2 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__5vVK6{max-width:400px!important}}@media screen and (max-height:750px){.chatbotPreview_chatbotSwipeableDrawer__VUWL3{max-height:600px!important;top:10%!important}.chatbotPreview_cbPreviewIframeParentDiv__BAtsU iframe{height:525px!important}}@media screen and (max-width:1200px)and (min-width:0px){.chatbotPreview_cbPreviewHeadItem__5eN3O{margin-block:13px!important}.chatbotPreview_cbChatBtnIconItem__wz9Eg{margin:0 auto!important}.chatbotPreview_cbPreviewIframeParentDiv__BAtsU iframe{height:565px!important;min-height:auto!important}.chatbotPreview_tryPreviewIframeParentDiv__3PKqA iframe{height:calc(100vh - 160px)!important;min-height:300px!important}.chatbotPreview_tryKnowPreviewIframeParentDiv__Z5QS2 iframe{height:calc(100vh - 245px)!important;min-height:300px!important}.chatbotPreview_cbPreviewHeadMainItem__4W1e6{background:#fff;height:0!important;margin:5px auto!important;max-height:55px!important;top:0}.chatbotPreview_tryPreviewHeadMainItem__kastN{height:85px!important;margin:0 auto!important;max-height:85px!important;top:0}.chatbotPreview_cbPreviewIframeItem__5vVK6{height:calc(100% - 110px)!important;min-height:410px!important;width:90%!important}.chatbotPreview_tryPreviewIframeItem__iabTv{margin:0 auto!important;width:90%!important}.chatbotPreview_cbChatIconsitem__PWkuy{height:auto;width:35px}}@media screen and (max-width:900px)and (min-width:601px){.chatbotPreview_tryPreviewIframeParentDiv__3PKqA iframe{height:calc(100vh - 170px)!important}}@media screen and (max-width:600px)and (min-width:0px){.chatbotPreview_chatbotSwipeableDrawer__VUWL3{width:95%!important}.chatbotPreview_cbPreviewIframeParentDiv__BAtsU iframe{height:100%!important;max-height:100%!important;min-height:300px!important}.chatbotPreview_tryPreviewIframeParentDiv__3PKqA iframe{height:calc(100vh - 160px)!important;max-height:100%!important;min-height:540px!important}.chatbotPreview_tryKnowPreviewIframeParentDiv__Z5QS2 iframe{height:calc(100vh - 275px)!important;margin-top:0!important;max-height:100%!important;min-height:300px!important}.chatbotPreview_cbPreviewHeadMainItem__4W1e6{background:#fff;height:0!important;margin:5px auto 0!important;max-height:55px!important;top:0}.chatbotPreview_tryPreviewHeadMainItem__kastN{height:auto!important;margin:0 auto!important;max-height:auto!important;top:0}.chatbotPreview_tryPreviewIframeItem__iabTv{width:90%!important}}.chatbotPreview_fsStaticPreviewWrapper__DNBE7{align-items:center!important;justify-content:space-between!important;position:relative!important}.chatbotPreview_fsPreviewHeadItem__\+qGWz{align-items:center;display:flex;justify-content:center;margin-bottom:8px;width:100%}.chatbotPreview_fsPreviewHeadContainer__PS-dk{gap:10px;justify-content:space-between}.chatbotPreview_addPhoneNumberIcon__QPoMm{color:#4c4a4d!important;font-weight:700!important;height:24px!important;width:24px!important}.chatbotPreview_deletePhoneNumberIcon__fAkqa{color:#d90303!important;font-weight:700!important;height:24px!important;width:24px!important}.chatbotTabsComponentStyle{max-height:auto!important;min-height:auto!important}.chatbotTabsComponentStyle .Mui-selected{color:#6a097d!important;min-width:0!important}.chatbotTabsComponentStyle .MuiTab-root{margin-left:3px!important;min-width:0!important}@media screen and (max-width:871px) and (min-width:0px){.chatbotTabsComponentStyle .MuiTabs-scroller{max-width:77%!important;overflow:auto!important;scrollbar-width:none!important;width:77%!important}.chatbotTabsComponentStyle::-webkit-scrollbar{display:none!important;height:0!important}}@media screen and (max-width:600px) and (min-width:0px){.chatbotTabsComponentStyle .MuiTabs-scroller{max-width:71%!important;overflow:auto!important;scrollbar-width:none!important;width:71%!important}}.planHasExhausted_upperGrid__ceCCE{background:linear-gradient(180deg,#fff 0,#efd7fe);border-radius:0 0 12px 12px;padding:30px 70px 35px!important;width:100%}.planHasExhausted_meterWrapper__TKB3w{padding:30px 0 20px}.planHasExhausted_heading__HUoLO{color:#6a097d;font-size:18px;font-weight:600;margin-bottom:10px!important;text-align:center}.planHasExhausted_subHeading__B8H0e{color:#1f384c!important;font-size:14px!important;font-weight:500!important}.planHasExhausted_coloredSubheading__4tCAF{color:#6a097d!important;font-size:14px!important;font-weight:500!important}.planHasExhausted_creditText__wjPQF{color:#4c4a4d!important;font-size:13px!important;font-weight:500!important}.planHasExhausted_textAlignCenter__NDR\+L{text-align:center}.planHasExhausted_signUpBtnWrapper__RSu2V{font-size:15px!important;margin:25px 0 5px!important;min-width:161px}.planHasExhausted_secondGrid__FSShI{padding:9px 0!important}.planHasExhausted_bottomText__2v46h{color:#4c4a4d!important;font-size:12px!important;font-weight:500!important}.planHasExhausted_bottomColoredText__j71Qd{color:#6a097d!important;cursor:pointer;font-size:12px!important;font-weight:600!important;padding-left:3px}.planHasExhausted_confirmationText__TDZ6a{color:#1f384c;font-size:18px;font-weight:600;margin:23px 0 7px!important}.planHasExhausted_subText__eBINO{font-size:15px!important;font-weight:400!important;margin-bottom:20px!important;max-width:264px!important;text-align:center!important}.planHasExhausted_buttonWrapper__F3FoN{margin:0 10px!important;width:100px}.calendly_setupDiv__TwIYB{background-color:#f7e9ff80;border-radius:5px;padding:30px;width:auto}.calendly_setupDivText__kCc4u{font-size:15px;font-weight:600}.calendly_stepContainer__3RtFF{align-items:center;cursor:pointer;display:flex}.calendly_circle__c8aGY{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__XYfOz{font-size:15px}.calendly_onCLickBgColor__pA0\+U{background-color:#6a097d}.calendly_onCLickColor__lHyxu{color:#6a097d;font-weight:600}.calendly_selectedCardStyle__bZdmn{background-color:#fbf4ff}.calendly_selectedCardBtnStyle__9xgim{background-color:#6a097d;color:#fff}.calendly_calendlySelectedEventCardStyle__Z6jL2{background-color:#fbf4ff!important}.calendly_templateCardStyle__pXEd7{height:auto!important;width:auto}.fieldSetup_fieldGrid__jWZlY{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 4fr}.fieldSetup_fieldItem__0Jr3C,.fieldSetup_fieldName__ndprr{font-weight:600;margin-bottom:15px}.fieldSetup_fieldItem__0Jr3C{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__iedLW{gap:20px}.fieldSetup_descriptionItem__VLsAx{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__WJfI9{align-items:center;display:flex;flex-direction:row;justify-content:center}.fieldSetup_headerContainer__Pccoq{align-items:center;display:flex;gap:10px}.fieldSetup_headerText__RH\+iX{font-size:15px;font-weight:500}.fieldSetup_headerIcon__aP5Jn{font-size:20px}.fieldSetup_setupDiv__3-UcF{background-color:#f7e9ff80;border-radius:5px;padding:30px;width:auto}.fieldSetup_setupDivText__CD8tw{font-size:16px;font-weight:500}.messageFormats_messageFormatHeadingStyle__UU5pD{color:#000!important;font-size:17px!important;font-weight:600!important}.messageFormats_messageFormatSubHeadingStyle__ogIJ-{color:#858585!important;font-size:13px!important;font-weight:500!important}.messageFormats_messageFormatImageStyle__X\+iEB{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__Y397i{background-color:#f4f4f4!important;border-radius:3px!important;box-shadow:0 0 2px #00000040!important;height:100%!important;width:100%!important}.messageFormats_useThisCardButton__uIMgd{background-color:#fbf4ff!important;margin-bottom:5px!important}.messageFormats_useThisCardButton__uIMgd,.messageFormats_viewExamplesButton__VciTV{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__VciTV{background-color:#fff!important}.messageFormats_popupTitleStyle__J0Iit{color:#6a097d!important;font-size:16px!important;font-weight:600!important}.messageFormats_popupCardHeadingStyle__3f-Ra{color:#000!important;font-size:15px!important;font-weight:500!important}.leadGenerationCard_leadGenerCardStyle__o3a4U{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__U6Iqs{color:#949494!important;font-size:13px!important}.leadGenerationCard_leadGenerationCardIcon__YVKVh{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__v-pPw{font-size:13px!important;font-weight:600!important}.leadGenerationCard_exploreMenuButton__7Hf7u{padding:3px!important}.leadGenerationCard_exploreMenuButtonOpen__RCQf\+,.leadGenerationCard_exploreMenuButton__7Hf7u{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__RCQf\+{padding:0 3px!important}.leadGenerationCard_selectedLeadIntegration__kXiFf{background-color:#fbf4ff!important}.leadGenerationCard_nonSelectedLeadIntegration__zDnps{background-color:#fff!important}.staticMessageFormatForm_createStaticMessageFormatFormGrid__\+LZkr{padding:25px 25px 0!important}.staticMessageFormatForm_createFormatTextStyle__qJ\+wb{font-size:17px!important;font-weight:600!important}.staticMessageFormatForm_messageFormatFormGrid__Q1yT6{overflow:auto!important;padding:3px!important}.staticMessageFormatForm_messageFormatFormFieldLabel__zBvWB{font-size:15px!important;font-weight:600!important}.staticMessageFormatForm_messageFormatGridStyle__l-nlJ{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__yQ2Bt{font-size:14px!important;font-weight:600!important}.staticMessageFormatForm_messageFormatTextFieldStyle__rsT5H{border:none!important;border-radius:5px!important;box-shadow:0 0 2px #00000040!important;width:100%!important}.staticMessageFormatForm_messageFormatTextFieldStyle__rsT5H fieldset{border:none!important}.staticMessageFormatForm_messageFormatTextFieldStyle__rsT5H .MuiOutlinedInput-input{font-size:15px!important;font-weight:500!important;padding:11.5px 14px!important}.staticMessageFormatForm_messageFormatRadioStyle__hYN-v .MuiRadio-root{padding:5px!important}.staticMessageFormatForm_messageFormatRadioStyle__hYN-v .MuiTypography-root{font-size:14px!important;font-weight:600!important}.staticMessageFormatForm_messageFormatRadioStyle__hYN-v .MuiFormControlLabel-root{margin-left:-5px!important}.staticMessageFormatForm_newObjectColor__A5XPu{color:#6a097d!important}.staticMessageFormatForm_noValidJSONColor__dU09j{color:red!important}.staticMessageFormatForm_messageObjectGridStyle__BWyW6{border-radius:3px!important;box-shadow:0 0 3px #00000040!important;box-sizing:border-box!important;padding:20px!important}.staticMessageFormatForm_fullScreenIconStyle__Hhr6b{cursor:pointer!important;font-size:18px!important}.staticMessageFormatForm_viewMessageObjectGridStyle__l\+n9t{border-radius:10px!important;box-shadow:0 0 3px #00000040!important;padding:15px!important}.staticMessageFormatForm_closeIconStyle__XakEz{cursor:pointer!important;font-size:22px!important}.staticMessageFormatForm_messageFormatJSONViewStyle__bQIxs{white-space:break-spaces!important}.subChatbot_purposeTextArea__7\+SrL{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__7\+SrL::placeholder{color:#ababab!important}.subChatbot_lastColumnSticky__lmox0{position:-webkit-sticky!important;position:sticky!important;right:-1px!important}.subChatbot_subAiChatbotDataGridItem__shhEL{padding:20px 22px 20px 20px!important;width:100%!important}.subChatbot_subAiChatbotDataGridContainer__BZpn8{flex-direction:column!important;gap:24px!important}.subChatbot_emptySubAIChatbotIcon__P9f78{height:auto!important;width:165px!important}.subChatbot_addSubChatbotBtnContainer__M9I-a{justify-content:flex-end!important}.subChatbot_inputFieldContainer__XWqy0{gap:12px!important}.subChatbot_requiredColor__gvc81{color:#c60000!important}.subChatbot_subChatbotAutoComplete__fYgX1{background-color:#fff!important;width:100%!important}.subChatbot_popupBtnsContainer__kuk-b{align-items:center!important;gap:12px!important;justify-content:center!important;padding:20px 0!important}.subChatbot_tableContainer__XxukZ{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__RnttY{background-color:#fbf4ff!important}.subChatbot_cursorPointer__Eve2q{cursor:pointer!important}.subChatbot_menuItem__jGk60{font-size:14px!important}.subChatbot_textAlignCenter__DJdbH{text-align:center!important}.subChatbot_purposeMappingStyle__LZVK3{-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__QRsZw{min-height:26px!important}.subChatbot_campaignContactStyle__aXtGF{white-space:normal!important}.subChatbot_toolTipStyle__Zphrp .MuiTooltip-popper{background:#fff!important;background-color:initial!important;padding:0!important}@media screen and (max-width:1600px){.subChatbot_purposeTextArea__7\+SrL{font-size:14px!important}}.persistent_textTextArea__jlTSD{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__jlTSD::placeholder{color:#ababab!important}.persistent_actionTypeRadioButton__gafk4 .MuiFormControlLabel-label{font-size:15px;font-weight:500}.persistent_actionTypeRadioButton__gafk4{display:flex!important;flex-direction:row!important}.persistent_persistentMenuNameTextField__n8z2d fieldset{border:none!important;box-shadow:0 0 2px 0 #00000040!important;width:100%!important}.persistent_persistentMenuNameTextField__n8z2d .MuiInputBase-input{font-size:14px!important;font-weight:500!important;padding:10.5px 14px!important}.persistent_autoComplete__EQrDk .MuiAutocomplete-input{font-weight:500!important}.persistent_autoComplete__EQrDk{background-color:#fff!important;width:100%!important}.persistent_popupFieldTypography__D9HtD{color:#000!important;font-size:15px!important;font-weight:500!important}.persistent_popupBtnsContainer__5SRA8{align-items:center!important;gap:12px!important;justify-content:center!important;padding:20px 0!important}.persistent_mainContainer__A4SfZ{align-items:center!important;justify-content:flex-end!important}.persistent_innerGridContainer__bvEPe{align-items:center!important;flex-wrap:nowrap!important;gap:10px!important}.persistent_textAlignEnd__9shQn{text-align:end!important}.persistent_menuItemBtn__Ekk87{width:150px!important}.persistent_marginTop__UHAa-{margin-top:16px!important}.persistent_popUpContainer__Tqccz{flex-direction:column!important;justify-content:center!important}.persistent_textAlignCenter__8gj0O{text-align:center!important}.persistent_inputField__tqaj8{flex-direction:column!important;gap:8px!important}@media screen and (max-width:1600px){.persistent_actionTypeRadioButton__gafk4 .MuiFormControlLabel-label,.persistent_textTextArea__jlTSD{font-size:14px}.persistent_persistentMenuNameTextField__n8z2d .MuiInputBase-input{font-size:13px!important}}.leadGenerationGlobal_popupTitleStyle__pm2hU{color:#6a097d!important;font-size:16px!important;font-weight:600!important}.leadGenerationGlobal_popupGlobalPadding__KcMvu{padding:0 30px 30px!important}.leadGenerationGlobal_newLeadStyleGlobal__atS2L{box-sizing:border-box!important;overflow:auto!important;position:relative!important}.leadGenerationGlobal_popupDividerStyle__xKzBB{border:.2px solid #9d9d9d!important;color:#9d9d9d!important;opacity:.2!important}.leadGenerationGlobal_formHeadingFontStyle__-6cgB{font-size:15px!important;font-weight:600!important}.leadGenerationGlobal_newLeadDetailsStyle__tOiGC{border-radius:5px!important;padding:4px!important;width:100%!important}.leadGenerationGlobal_leadGenerationDescription__FAlXR{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__kNxRU{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__Ip2SO{min-height:80px!important}.leadGenerationGlobal_text_area_style__kNxRU::placeholder{font-family:inherit!important;min-height:40px!important;opacity:.5}.leadGenerationGlobal_newFieldTextStyle__7t6YL{color:#6a097d!important;font-size:15px!important;font-weight:500!important}.leadGenerationGlobal_buttonPositionStyle__ENirO{bottom:10px!important;left:0!important;padding-left:4px!important;position:absolute!important;width:100%!important;z-index:3!important}.leadGenerationGlobal_methodAutoComplete__bwThG{box-shadow:0 0 3px #00000040!important;font-weight:500!important}.leadGenerationGlobal_methodAutoComplete__bwThG .MuiOutlinedInput-root{padding:3px 4px!important}.leadGenerationGlobal_methodAutoComplete__bwThG .MuiInputBase-input{font-weight:500!important}.leadGenerationGlobal_methodAutoComplete__bwThG .MuiAutocomplete-input{font-size:15px!important}.leadGenerationGlobal_enumChipStyle__qyh0p,.leadGenerationGlobal_enumChipStyle__qyh0p .MuiFormControl-root,.leadGenerationGlobal_enumChipStyle__qyh0p .MuiInputBase-input,.leadGenerationGlobal_enumChipStyle__qyh0p .MuiOutlinedInput-root{min-height:45px!important}.leadGenerationGlobal_selectFieldCardStyle__983s-{background-color:#fff!important;border-radius:10px!important;box-shadow:0 0 3px #00000040!important;padding:20px!important}.leadGenerationGlobal_selectFieldHeadingTextStyle__Xg0HR{color:#6a097d!important;font-size:15px!important;font-weight:600!important}.leadGenerationGlobal_checkBoxStyle__4i4C9{margin-right:50px!important}.leadGenerationGlobal_checkBoxStyle__4i4C9 path{fill:#6a097d!important}.leadGenerationGlobal_checkBoxStyle__4i4C9 path:disabled{fill:#7a7a7a!important}.leadGenerationGlobal_checkBoxStyle__4i4C9 svg{height:24px!important;width:24px!important}.leadGenerationGlobal_checkBoxStyle__4i4C9 .MuiPaper-root{padding:5px 9px!important}.leadGenerationGlobal_checkBoxStyle__4i4C9 .MuiTypography-root{font-size:15px!important;font-weight:500!important;line-height:1!important}.leadGenerationGlobal_emailContentLabelSpacing__kCKj\+{margin:5px 0!important}.leadGenerationGlobal_templatePromp__MhGhR{color:#000!important}.leadGenerationGlobal_templatePrompDisble__EK-qf,.leadGenerationGlobal_templatePromp__MhGhR{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__EK-qf{color:#00000061!important}.leadGenerationGlobal_stepContainer__1WlTQ{align-items:center!important;display:flex!important;padding:0 8px 6px 0!important}.leadGenerationGlobal_circle__rZBIA{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__nb3G9{font-size:15px}.leadGenerationGlobal_selectChannelButtonStyle__EbSmd{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__EbSmd:disabled{background-color:#00000026!important;color:#00000073!important}.leadGenerationGlobal_formGroupStyles__W\+\+WY{display:grid!important}@media screen and (max-width:1000px){.leadGenerationGlobal_checkBoxStyle__4i4C9 svg{height:18px!important;width:18px!important}.leadGenerationGlobal_checkBoxStyle__4i4C9 .MuiTypography-root{font-size:14px!important;font-weight:500!important}.leadGenerationGlobal_formHeadingFontStyle__-6cgB,.leadGenerationGlobal_templatePromp__MhGhR{font-size:14px!important}.leadGenerationGlobal_selectFieldCardStyle__983s-{padding:15px 15px 55px!important}.leadGenerationGlobal_leadGenerationDescription__FAlXR{font-size:14px!important}.leadGenerationGlobal_checkBoxStyle__4i4C9 .MuiCheckbox-root{padding:7px!important}.leadGenerationGlobal_checkBoxStyle__4i4C9{margin-right:25px!important}.leadGenerationGlobal_enumChipStyle__qyh0p .MuiChip-root,.leadGenerationGlobal_enumChipStyle__qyh0p .MuiInputBase-input,.leadGenerationGlobal_methodAutoComplete__bwThG .MuiAutocomplete-input{font-size:14px!important}.leadGenerationGlobal_popupGlobalPadding__KcMvu{padding:0 15px 30px!important}}@media screen and (min-width:600px)and (max-width:1000px){.leadGenerationGlobal_buttonPositionStyle__ENirO{bottom:0!important}}@media screen and (max-width:450px){.leadGenerationGlobal_formGroupStyles__W\+\+WY{grid-template-columns:repeat(2,1fr)!important}.leadGenerationGlobal_selectChannelButtonStyle__EbSmd{font-size:13px!important;padding-inline:18px!important}}@media screen and (min-width:600px)and (max-width:750px){.leadGenerationGlobal_formGroupStyles__W\+\+WY{grid-template-columns:repeat(2,1fr)!important}.leadGenerationGlobal_selectChannelButtonStyle__EbSmd{font-size:13px!important;padding-inline:17px!important}}@media screen and (min-width:450px)and (max-width:600px){.leadGenerationGlobal_formGroupStyles__W\+\+WY{grid-template-columns:repeat(3,1fr)!important}}@media screen and (min-width:750px)and (max-width:900px){.leadGenerationGlobal_formGroupStyles__W\+\+WY{grid-template-columns:repeat(3,1fr)!important}}@media screen and (min-width:900px)and (max-width:1300px){.leadGenerationGlobal_formGroupStyles__W\+\+WY{grid-template-columns:repeat(4,1fr)!important}}@media screen and (min-width:1300px)and (max-width:1450px){.leadGenerationGlobal_formGroupStyles__W\+\+WY{grid-template-columns:repeat(5,1fr)!important}}@media screen and (min-width:1450px)and (max-width:1600px){.leadGenerationGlobal_formGroupStyles__W\+\+WY{grid-template-columns:repeat(6,1fr)!important}}@media screen and (min-width:1600px){.leadGenerationGlobal_formGroupStyles__W\+\+WY{grid-template-columns:repeat(7,1fr)!important}}.leadGenerationDataStyle_fieldLeadData__g067D{background-color:#fbf4ff!important;border-radius:8px!important;padding:1px!important}.leadGenerationDataStyle_leadDetailSelectStyle__JzmrF{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__wxAlG{color:gray!important;cursor:pointer!important;padding-bottom:5px!important}.leadGenerationDataStyle_selectedLeadDetailsMobileStyle__2rVhW{border-bottom:3px solid #6a097d!important;color:#6a097d;cursor:pointer!important;padding-bottom:5px!important}.leadGenerationDataStyle_leadDetailSelectTextStyle__3FQyo{color:#000!important;font-size:14px!important;font-weight:600!important}.leadGenerationDataStyle_configTextStyle__7omaD{color:#000!important;font-size:16px!important;font-weight:600!important}.leadGenerationDataStyle_leadDetailSelectTextMobileStyle__No1CR{font-size:13px!important;font-weight:600!important;white-space:nowrap!important}.leadGenerationDataStyle_tabGridStyle__jgbWp{max-width:45vw!important;min-width:320px!important;overflow:auto!important;padding:5px!important}.leadGenerationDataStyle_tabGridStyle__jgbWp::-webkit-scrollbar{height:4px!important;width:1px!important}@media screen and (max-width:750px){.leadGenerationDataStyle_editDeleteButtonStyle__DKYPo{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__DKYPo{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__zP9Bd{background-color:#fbf4ff!important;color:#000!important;font-size:14px!important;font-weight:600!important;padding:12px!important;white-space:nowrap!important}.leadGenerationTableStyle_viewButtonColumnHeadingStyle__nXoCB{background-color:#fbf4ff!important;position:-webkit-sticky!important;position:sticky!important;right:0!important}.leadGenerationTableStyle_tableBodySubHeadingFontStyle__J5tJ6{background-color:#fff!important;color:#141414!important;font-size:14px!important;font-weight:500!important;padding:12px!important;white-space:nowrap!important}.leadGenerationTableStyle_viewButtonColumnStyle__MxmT0{background-color:#fff!important;position:-webkit-sticky!important;position:sticky!important;right:0!important}.leadGenerationTableStyle_cellRow__nECF6:last-child td{border-bottom:none!important}@media screen and (max-width:1600px){.leadGenerationTableStyle_tableBodyHeadingFontStyle__zP9Bd,.leadGenerationTableStyle_tableBodySubHeadingFontStyle__J5tJ6{font-size:13px!important}}@media screen and (max-width:1000px){.leadGenerationTableStyle_tableBodySubHeadingFontStyle__J5tJ6{font-size:13px!important}}.createPersona_maskBox__BHPto{border-radius:5px;box-shadow:0 0 2px 0 rgba(0,0,0,.251);color:#7a7a7a;position:relative}.createPersona_maskBox__BHPto .createPersona_mask__Ya-lz{border-radius:5px;color:#6a097d!important;height:45px;position:absolute;transition:all .5s ease;width:150px}.createPersona_maskBox__BHPto .MuiButton-root{color:#7a7a7a;font-size:18px;font-weight:500;text-transform:capitalize;transition:all .2s ease .1s;width:150px}.createPersona_maskBox__BHPto .createPersona_selectedIndividualButton__lWWHU{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__BHPto .createPersona_selectedBrandButton__wf6cm{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__eswKC{margin:0 0 10px!important}.createPersona_personaDivider__eswKC .MuiDivider-root{border-bottom-width:0!important}.createPersona_personaUpdateDivider__Luihb{margin:24px 0!important}.createPersona_personaUpdateDivider__Luihb .MuiDivider-root{border-bottom-width:0!important}.createPersona_personaEditText__bXBe3{font-size:18px;font-weight:600}.createPersona_personaEditTypeName__8GWAR{font-size:18px;font-weight:400}.createPersona_personaNameSubHeading__MzIO1{color:#7a7a7a;font-size:15px;font-weight:400;margin-bottom:20px!important}.createPersona_personaTypeText__UDeQH{font-size:16px;font-weight:700;margin:0 19px 5px!important}.createPersona_editPersonaCancelSaveButtonItem__4Hxs3{display:flex!important}.createPersona_editPersonaCancelSaveButtonItemMobile__P7mg3{display:none!important}.createPersona_personaNameCreatePage__BLQeg{display:flex!important}.createPersona_personaNameCreatePageMobile__js1ob{display:none!important}.createPersona_formUpdatePersonaScroll__8NrLX{max-width:100%}.createPersona_chatbotMainContainer__wYzKG{padding:23px 25px 10px!important}.createPersona_chatbotCreateMainItem__LB2-A{background:#fff;border-radius:10px;overflow:auto!important;padding:0!important}.createPersona_dividerStyle__Yw8q-{color:#b3b3b3!important;margin-top:15px!important;opacity:.6!important}@media screen and (min-width:0px)and (max-width:600px){.createPersona_chatbotMainContainer__wYzKG{padding:18px 20px 15px!important}.createPersona_dividerStyle__Yw8q-{margin-top:5px!important}.createPersona_editPersonaCancelSaveButtonItem__4Hxs3{display:none!important}.createPersona_editPersonaCancelSaveButtonItemMobile__P7mg3{display:flex!important;padding:0 19px}.createPersona_formUpdatePersonaScroll__8NrLX{height:calc(100vh - 270px);overflow:scroll}.createPersona_personaNameCreatePage__BLQeg{display:none!important}.createPersona_personaNameCreatePageMobile__js1ob{display:flex!important}.createPersona_createPersonaFormMobileHeight__HKViH{height:calc(100vh - 230px);overflow:scroll}.createPersona_updateFormWrapper__t\+u0q{max-height:none!important;overflow-y:visible!important;overflow-y:initial!important}}.createPersona_updateFormWrapper__t\+u0q{max-height:calc(100vh - 260px);overflow-y:scroll}.ww-pnf-main-container{align-items:center;background-color:#fafafa;height:100vh;justify-content:center}.ww-pnf-main-item{background-color:#fff;border-radius:15px!important;box-shadow:2px 4px 6px #00000040!important;padding:50px!important}.ww-pnf-logo-item{margin:auto!important;text-align:center}.ww-pnf-text-item{margin:25px auto 10px!important;text-align:center!important}.ww-pnf-text{color:#000!important;font-size:47px!important;font-weight:700!important}.ww-pnf-subtext-item{margin:0 auto 10px!important;text-align:center!important}.ww-pnf-subtext-text{color:#243b53!important;font-size:18px!important;font-weight:600!important}.ww-pnf-home-page-btn{margin:15px auto!important}@media screen and (max-width:600px){.ww-pnf-main-item{padding:20px!important}.ww-pnf-text{color:#000!important;font-size:36px!important;font-weight:700!important}}.intentStyle_intentTableContainer__Gnl-Z{border:1px solid #e9e9e9!important;border-radius:5px!important;box-sizing:border-box!important;max-width:100%!important;overflow:auto!important}.intentStyle_intentColorPicker__0JDUu{border:1px solid #0000000f!important;border-radius:5px!important;box-shadow:0 0 3px 0 #0000000f!important;display:flex!important}.intentStyle_intentColorPicker__0JDUu .MuiInputBase-root,.intentStyle_intentColorPicker__0JDUu .intentStyle_MuiTextField-root__EZgqQ{height:100%!important}.intentStyle_intentColorPicker__0JDUu button{margin:10px 10px 10px 15px!important}.intentStyle_intentColorPicker__0JDUu .ColorPicker-MuiInputBase-input{font-size:15px!important;padding:14px 0 10px 10px}.intentStyle_intentColorPicker__0JDUu .ColorPicker-MuiInput-underline:after,.intentStyle_intentColorPicker__0JDUu .ColorPicker-MuiInput-underline:before,.intentStyle_intentColorPicker__0JDUu .ColorPicker-MuiInput-underline:hover:not(.Mui-disabled):before{border:none!important}.intentStyle_intentColorGridBox__raX3n{border-radius:5px!important;height:18px!important;width:18px!important}.intentStyle_flagRemainingCheckbox__W0zwe .MuiSvgIcon-root{fill:#6a097d}.intentStyle_disableFlagRemainingCheckbox__qb6Jx .MuiSvgIcon-root{fill:#7a7a7a}.intentStyle_checkboxGridItem__ug52t span{padding:0!important}.threadList_threadListContainer__PkG5z{background-color:#fff;border-right:1px solid #e5e5e5;box-sizing:border-box;display:flex;flex-direction:column;height:100%;max-width:380px;min-width:380px;overflow:hidden;position:relative;width:380px}.threadList_threadListHeader__ulI78{border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;flex-shrink:0;padding:16px}.threadList_headerTopRow__5Mbf5{align-items:center;display:flex;justify-content:space-between}.threadList_headerTitle__FvH-9{color:#1a1a1a;font-size:18px;font-weight:600}.threadList_filterButton__RiWaL{align-items:center;border-radius:6px;cursor:pointer;display:flex;height:32px;justify-content:center;transition:background-color .2s ease;width:32px}.threadList_filterButton__RiWaL:hover{background-color:#f5f5f5}.threadList_threadListContent__V94K8{box-sizing:border-box;flex:1 1;max-width:100%;min-width:0;overflow-x:hidden;overflow-y:auto;width:100%}.threadList_threadListContent__V94K8::-webkit-scrollbar{width:6px}.threadList_threadListContent__V94K8::-webkit-scrollbar-track{background:#0000}.threadList_threadListContent__V94K8::-webkit-scrollbar-thumb{background-color:#d0d0d0;border-radius:3px}.threadList_threadListItem__A8Ilo{border-bottom:1px solid #f5f5f5;box-sizing:border-box;cursor:pointer;display:flex;gap:12px;max-width:100%;min-width:0;overflow:hidden;padding:12px 16px;transition:background-color .15s ease;width:100%}.threadList_threadListItem__A8Ilo:hover{background-color:#fafafa}.threadList_threadListItem__A8Ilo.threadList_selected__rM-JN{background-color:#f0f4ff;border-left:3px solid #6a097d;padding-left:13px}.threadList_threadListItem__A8Ilo.threadList_highlighted__yBZsd{animation:threadList_highlightPulse__56\+-R .5s ease-in-out;background-color:#fff9e6}@keyframes threadList_highlightPulse__56\+-R{0%{background-color:#ffe082}to{background-color:#fff9e6}}.threadList_threadNameContainer__8ViJb{align-items:center;display:flex;flex:1 1;gap:6px;min-width:0}.threadList_unreadIndicator__FcO5W{background-color:#1e88e5!important}.threadList_threadAvatar__wUH9M{align-items:flex-start;display:flex;flex-shrink:0;padding-top:2px}.threadList_whatsappIcon__fgFfx{height:20px;object-fit:contain;width:20px}.threadList_threadContent__CD5Vp{display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:0;overflow:hidden}.threadList_threadTopRow__mk-m3{align-items:flex-start;display:flex;gap:8px;justify-content:space-between;min-width:0}.threadList_threadName__4I9RC{color:#1a1a1a;flex:1 1;font-size:14px;font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.threadList_threadTimeContainer__NeimY{align-items:center;display:flex;flex-shrink:0;gap:8px}.threadList_threadTime__BtuWK{color:#757575;font-size:12px;font-weight:400;white-space:nowrap}.threadList_threadPhoneNumberRow__cI8-Q{align-items:center;color:#757575;display:flex;font-size:12px;font-weight:400;gap:6px;min-width:0;overflow:hidden}.threadList_threadPhoneNumber__\+PQDX{flex-shrink:0;white-space:nowrap}.threadList_threadPhoneNumberSeparator__qN4y6{color:#757575;color:#a1a1a1;flex-shrink:0;opacity:.6;transform:scale(1.5)}.threadList_threadBusinessName__ZSutp{color:#a1a1a1;cursor:pointer;flex:1 1;max-width:150px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.threadList_channelIconRow__HdbGt{align-items:center;display:flex;margin-top:2px}.threadList_channelIconRow__HdbGt img{height:16px;width:16px}.threadList_threadLastMessage__KQiwm{color:#616161;font-size:13px;font-weight:400;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.threadList_threadLastMessage__KQiwm .threadList_senderLabel__iZ2ou{color:#9e9e9e;font-weight:500}.threadList_threadMetaRow__ZMc2E{align-items:center;display:flex;justify-content:space-between;margin-top:4px}.threadList_threadIcons__HgPnC{align-items:center;display:flex;gap:6px}.threadList_channelIcon__4k4\+Z{align-items:center;display:flex;justify-content:center}.threadList_channelIcon__4k4\+Z img{height:16px;width:16px}.threadList_statusBadge__Pfxn0{align-items:center;border-radius:4px;display:inline-flex;font-size:11px;font-weight:500;padding:2px 8px}.threadList_statusBadge__Pfxn0.threadList_open__-qlnt{background-color:#e8f5e9;color:#2e7d32}.threadList_statusBadge__Pfxn0.threadList_resolved__nxQAA{background-color:#e3f2fd;color:#1565c0}.threadList_statusBadge__Pfxn0.threadList_noTicket__BFF8L{background-color:#f5f5f5;color:#757575}.threadList_agentAvatar__b0moB{align-items:center;background-color:#000;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:10px;font-weight:600;height:24px;justify-content:center;width:24px}.threadList_unreadIndicator__FcO5W{background-color:#6a097d;border-radius:50%;flex-shrink:0;height:8px;width:8px}.threadList_tagIndicator__lVxAL{align-items:center;display:flex;gap:4px}.threadList_tagIndicator__lVxAL .threadList_tagDot__J5ZkX{background-color:#9c27b0;border-radius:50%;height:6px;width:6px}.threadList_paginationContainer__Bzupj{background-color:#fafafa;border-top:1px solid #e5e5e5;display:flex;flex-direction:column;gap:8px;padding:12px 16px}.threadList_paginationInfo__n5R5F{align-items:center;display:flex;justify-content:space-between}.threadList_paginationText__phaJL{color:#757575;font-size:12px;font-weight:400}.threadList_paginationControls__mxjti{align-items:center;display:flex;gap:8px}.threadList_pageInfo__8rgRg{color:#424242;font-size:12px;font-weight:500}.threadList_paginationButton__CvOrD{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;display:flex;height:28px;justify-content:center;transition:all .15s ease;width:28px}.threadList_paginationButton__CvOrD:hover:not(:disabled){background-color:#f5f5f5;border-color:#bdbdbd}.threadList_paginationButton__CvOrD:disabled{cursor:not-allowed;opacity:.5}.threadList_emptyState__cGmof{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:40px 24px;text-align:center}.threadList_emptyStateIcon__kTOhL{color:#bdbdbd}.threadList_emptyStateTitle__ZM1wt{color:#424242;font-size:16px;font-weight:500}.threadList_emptyStateText__6j\+Dd{color:#757575;font-size:14px;font-weight:400}.threadList_threadListItemSkeleton__I4yzb{border-bottom:1px solid #f5f5f5;box-sizing:border-box;display:flex;gap:12px;max-width:100%;min-width:0;overflow:hidden;padding:12px 16px;width:100%}.threadList_virtualizedList__97yck::-webkit-scrollbar{width:6px}.threadList_virtualizedList__97yck::-webkit-scrollbar-track{background:#0000}.threadList_virtualizedList__97yck::-webkit-scrollbar-thumb{background-color:#d0d0d0;border-radius:3px}@media(max-width:768px){.threadList_threadListContainer__PkG5z{max-width:100%;min-width:100%;width:100%}.threadList_threadName__4I9RC{max-width:150px}}@media(max-width:1200px){.threadList_threadListContainer__PkG5z{max-width:320px;min-width:320px;width:320px}}.threadList_filterIcon__Bte-W{color:#616161;font-size:20px}.threadList_searchBarContainer__tx0we{flex-shrink:0;margin-top:12px;width:100%}.threadList_searchInput__bsEE4{width:100%}.threadList_searchInput__bsEE4 .MuiOutlinedInput-root{align-items:center;background-color:#f5f5f5;border-radius:8px;display:flex;font-size:13px!important;height:36px;padding-left:0!important;transition:all .2s ease}.threadList_searchInput__bsEE4 .MuiOutlinedInput-root:hover{background-color:#eee}.threadList_searchInput__bsEE4 .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#0000001a}.threadList_searchInput__bsEE4 .MuiOutlinedInput-root.Mui-focused{background-color:#fff;box-shadow:0 0 0 2px #0000000d}.threadList_searchInput__bsEE4 .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#0003;border-width:1px}.threadList_searchInput__bsEE4 .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-color:#00000014;border-width:1px}.threadList_searchInput__bsEE4 .MuiOutlinedInput-input{color:#333;font-size:13px;font-weight:400;height:auto;line-height:1.5;padding:0!important}.threadList_searchInput__bsEE4 .MuiOutlinedInput-input::placeholder{color:#9e9e9e;font-size:13px!important;font-weight:400;opacity:1}.threadList_searchInput__bsEE4 .MuiInputAdornment-root{align-items:center;color:#9e9e9e;display:flex;height:auto;justify-content:center;margin-left:10px;margin-right:8px}.threadList_searchInput__bsEE4 .MuiInputAdornment-root .MuiSvgIcon-root{align-items:center;display:flex;font-size:18px}.threadList_emptyStateIconSize__1Je2A{font-size:64px}.inboxControls_inboxControlsContainer__2DxTu{background-color:#fff;contain:layout;display:flex;flex-direction:column;height:100%;overflow:hidden}.inboxControls_header__5k4P3{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;flex-shrink:0;justify-content:space-between;padding:14px 16px}.inboxControls_title__EbIzc{color:#212121;font-size:15px;font-weight:600!important}.inboxControls_closeButton__0YMuk{color:#616161;padding:4px}.inboxControls_closeButton__0YMuk:hover{background-color:#0000000a}.inboxControls_closeButton__0YMuk svg{font-size:20px}.inboxControls_content__g-WGf{contain:layout style;flex:1 1;overflow-anchor:none;overflow-y:auto;padding:0 16px}.inboxControls_section__TE5cq{border-bottom:1px solid #f0f0f0;margin-top:0;padding-bottom:14px;padding-top:14px}.inboxControls_section__TE5cq:last-child{border-bottom:none}.inboxControls_sectionHeader__X\+Jft{align-items:center;cursor:pointer;display:flex;gap:6px;margin-bottom:10px}.inboxControls_sectionHeader__X\+Jft:hover{opacity:.8}.inboxControls_sectionTitle__dgZBR{color:#212121;font-size:14px;font-weight:600!important}.inboxControls_subSection__wvhaQ{border-top:1px solid #f5f5f5!important;margin-left:0!important;margin-top:14px!important;padding-top:12px!important}.inboxControls_subSection__wvhaQ:first-child{border-top:none;margin-top:0;padding-top:0}.inboxControls_subSectionTitle__QJv5u{color:#424242;font-size:13px;font-weight:500!important}.inboxControls_helpIcon__DSE0B{color:#9e9e9e;cursor:help;font-size:14px!important}.inboxControls_expandIcon__5yZsS{color:#616161;font-size:18px;margin-left:auto;transition:transform .2s}.inboxControls_radioGroup__ITneR{margin-top:6px}.inboxControls_radioLabel__IumhP{height:32px;margin-bottom:2px;margin-left:-4px}.inboxControls_radioLabel__IumhP .MuiFormControlLabel-label{color:#424242;font-size:13px}.inboxControls_radioLabel__IumhP .MuiRadio-root{padding:6px}.inboxControls_checkboxGroup__5qXeY{margin-top:6px}.inboxControls_checkboxLabel__bRDt7{height:30px;margin-bottom:2px;margin-left:-4px!important}.inboxControls_checkboxLabel__bRDt7 .MuiFormControlLabel-label{color:#424242;font-size:13px}.inboxControls_checkboxLabel__bRDt7 .MuiCheckbox-root{padding:5px}.inboxControls_tagsContainer__hvlN5{margin-top:6px;max-height:180px;overflow-y:auto}.inboxControls_emptyMessage__FcT0F{color:#9e9e9e;font-size:13px!important}.inboxControls_channelGroup__wP7o4{margin-bottom:4px}.inboxControls_channelHeader__YlGY0{align-items:center;display:flex;justify-content:space-between;width:100%}.inboxControls_expandButton__dAmE6{color:#616161;padding:4px}.inboxControls_expandButton__dAmE6 svg{font-size:18px}.inboxControls_subChannelsContainer__lmy4r{margin-left:28px;margin-top:4px}.inboxControls_subChannelLabel__9u5Ae{margin-left:0}.inboxControls_searchInput__MmkCg{margin-top:8px}.inboxControls_searchInput__MmkCg .MuiOutlinedInput-root{font-size:13px}.inboxControls_searchInput__MmkCg .MuiOutlinedInput-input{padding:8px 12px}.inboxControls_footer__5EYgN{background-color:#fff;border-top:1px solid #e0e0e0;display:flex;flex-shrink:0;gap:12px;padding:14px 16px}.inboxControls_applyButton__dlCFw,.inboxControls_resetButton__-2Ab4{border-radius:6px;cursor:pointer;flex:1 1;padding:10px 20px;text-align:center;transition:background-color .2s}.inboxControls_applyButton__dlCFw:hover,.inboxControls_resetButton__-2Ab4:hover{opacity:.9}.inboxControls_applyButton__dlCFw:active,.inboxControls_resetButton__-2Ab4:active{opacity:.8}.inboxControls_applyButton__dlCFw p,.inboxControls_resetButton__-2Ab4 p{font-size:14px;font-weight:500;margin:0}.inboxControls_resetButton__-2Ab4{background-color:#f5f5f5;border:1px solid #e0e0e0;color:#424242}.inboxControls_resetButton__-2Ab4:hover{background-color:#eee}.inboxControls_applyButton__dlCFw{background-color:#6a097d;color:#fff}.inboxControls_applyButton__dlCFw:hover{background-color:#4a0657}.inboxControls_applyButton__dlCFw p{color:#fff}.inboxControls_inboxControlsDrawer__w5Fyt .MuiDrawer-paper{border-left:1px solid #e5e5e5;box-shadow:4px 0 12px #00000026;height:100%;overflow:hidden;padding:0;position:absolute;width:97%}.inboxControls_drawerBackdrop__oKbNO{background-color:#0000001a}.apiKeyStyle_pageDivider__hH-02{padding-top:10px}.apiKeyStyle_pageOutlet__eQgoO{padding:25px 25px 0 27px}.apiKeyStyle_infoText__KW\+rV{color:#7a7a7a}.apiKeyStyle_infoCard__Y7RD7{align-items:flex-start;background-color:#fff;border:none;border-radius:8px;box-shadow:0 0 3px 0 #4c4a4d;display:flex!important;gap:16px;height:100%;padding:16px}.apiKeyStyle_cardIcon__EwHLE{align-items:center;border-radius:8px;display:flex;justify-content:center;padding:8px}.apiKeyStyle_cardIcon__EwHLE svg{font-size:20px!important}.apiKeyStyle_cardTitle__DAbqy{align-items:center;display:flex;gap:8px;margin-bottom:4px!important}.apiKeyStyle_cardDesc__XJQpU{color:#7a7a7a;line-height:1.5!important}.apiKeyStyle_usageBadge__FTcx8{align-items:center;background-color:#4ac9581a;border-radius:4px;color:#4ac958;display:inline-flex;font-size:12px;font-weight:600;padding:2px 8px}.apiKeyStyle_createKeyPopup__fV0tn{padding:20px 30px;width:100%!important}.apiKeyStyle_createKeyPopupTitle__ee6Ad{color:#6a097d;font-size:16px!important;font-weight:600!important}.apiKeyStyle_createKeyDesc__uMN9L{color:#7a7a7a;font-size:13px!important}@media screen and (max-width:600px){.apiKeyStyle_createKeyPopup__fV0tn{padding:20px}}.apiKeyStyle_saveKeyContainerPadding__U90BM{padding:20px 30px}.apiKeyStyle_saveKeyContainerBodyPadding__hDuzx{padding:0 30px 20px}.apiKeyStyle_saveKeyContainer__Ql\+dT{align-items:flex-start;background-color:#faefdc;display:flex!important;flex-wrap:nowrap!important}.apiKeyStyle_saveKeyWarningIcon__tzQce{background-color:#ffe99a;color:#ffa200}.apiKeyStyle_saveKeyTitle__hu8Yk{color:#92400e;font-size:16px!important;font-weight:600!important}.apiKeyStyle_saveKeyDesc__L411K{color:#92400e;font-size:13px!important;font-weight:400!important}.apiKeyStyle_saveKeyContainerZIndex__RQCoC{z-index:9999}.apiKeyStyle_copyKeyContainer__8qDqM{align-items:center;background-color:#f8fafc;border-radius:10px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex!important;flex-wrap:nowrap!important;justify-content:space-between;padding:10px 20px}.apiKeyStyle_keyText__fGTUv{color:#4c4a4d;font-family:Courier New,Courier,monospace!important;font-size:14px!important;word-break:break-all}.apiKeyStyle_copyIcon__EdupJ{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#7a7a7a;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all .2s}.apiKeyStyle_copyIcon__EdupJ:hover{background-color:#f1f5f9;border-color:#cbd5e1}.apiKeyStyle_copyIcon__EdupJ svg{font-size:18px!important}.carouselTemplateGroupStyle_templateSelectionNote__wHwkM{color:#7a7a7a;font-size:13px!important;font-weight:400!important}.carouselTemplateGroupStyle_mappingFieldsContainer__dvYD8{border:1px solid #e9e9e9;border-bottom:none}.carouselTemplateGroupStyle_mappingFieldsContainer__dvYD8:last-child{border-bottom:1px solid #e9e9e9}.carouselTemplateGroupStyle_mappingCardCountGrid__Epu9d{background-color:#fbf4ff;min-height:46px;padding:12.5px 7px}.carouselTemplateGroupStyle_mappingCardCountTitle__\+4hii{align-items:center;color:#000;display:flex;font-size:14px!important;font-weight:500!important;justify-content:start;margin:0!important;padding:0 10px}.carouselTemplateGroupStyle_templateDropdown__eAUp8{box-shadow:none}.carouselTemplateGroupStyle_popupBtnGroup__BJhPc{padding:20px 0}
/*# sourceMappingURL=main.b6adae4e.css.map*/