index of
/
home
/
thefkyzp
/
hulmvisaadvisor.com
/
wp-content
/
plugins
/
chaty
/
admin
/
assets
/
css
/
File: /home/thefkyzp/hulmvisaadvisor.com/wp-content/plugins/chaty/admin/assets/css/app.css
@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap); /* ! tailwindcss v3.1.3 | MIT License | https://tailwindcss.com */ /* 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) */ *, ::before, ::after { box-sizing: border-box; /* 1 */ border-width: 0; /* 2 */ border-style: solid; /* 2 */ border-color: #e5e7eb; /* 2 */ } ::before, ::after { --tw-content: ''; } /* 1. Use a consistent sensible line-height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. 3. Use a more readable tab size. 4. Use the user's configured `sans` font-family by default. */ html { line-height: 1.5; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -moz-tab-size: 4; /* 3 */ -o-tab-size: 4; tab-size: 4; /* 3 */ font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */ } /* 1. Remove the margin in all browsers. 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. */ body { margin: 0; /* 1 */ line-height: inherit; /* 2 */ } /* 1. Add the correct height in Firefox. 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) 3. Ensure horizontal rules are visible by default. */ hr { height: 0; /* 1 */ color: inherit; /* 2 */ border-top-width: 1px; /* 3 */ } /* Add the correct text decoration in Chrome, Edge, and Safari. */ abbr:where([title]) { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; } /* Remove the default font size and weight for headings. */ h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; } /* Reset links to optimize for opt-in styling instead of opt-out. */ a { color: inherit; text-decoration: inherit; } /* Add the correct font weight in Edge and Safari. */ b, strong { font-weight: bolder; } /* 1. Use the user's configured `mono` font family by default. 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp, pre { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Add the correct font size in all browsers. */ small { font-size: 80%; } /* Prevent `sub` and `sup` elements from affecting the line height in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) 3. Remove gaps between table borders by default. */ table { text-indent: 0; /* 1 */ border-color: inherit; /* 2 */ border-collapse: collapse; /* 3 */ } /* 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. 3. Remove default padding in all browsers. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ font-weight: inherit; /* 1 */ line-height: inherit; /* 1 */ color: inherit; /* 1 */ margin: 0; /* 2 */ padding: 0; /* 3 */ } /* Remove the inheritance of text transform in Edge and Firefox. */ button, select { text-transform: none; } /* 1. Correct the inability to style clickable types in iOS and Safari. 2. Remove default button styles. */ button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; /* 1 */ background-color: transparent; /* 2 */ background-image: none; /* 2 */ } /* Use the modern Firefox focus style for all focusable elements. */ :-moz-focusring { outline: auto; } /* Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) */ :-moz-ui-invalid { box-shadow: none; } /* Add the correct vertical alignment in Chrome and Firefox. */ progress { vertical-align: baseline; } /* Correct the cursor style of increment and decrement buttons in Safari. */ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; } /* 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ [type='search'] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /* Remove the inner padding in Chrome and Safari on macOS. */ ::-webkit-search-decoration { -webkit-appearance: none; } /* 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Add the correct display in Chrome and Safari. */ summary { display: list-item; } /* Removes the default spacing and border for appropriate elements. */ blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { margin: 0; } fieldset { margin: 0; padding: 0; } legend { padding: 0; } ol, ul, menu { list-style: none; margin: 0; padding: 0; } /* Prevent resizing textareas horizontally by default. */ textarea { resize: vertical; } /* 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) 2. Set the default placeholder color to the user's configured gray 400 color. */ input::-moz-placeholder, textarea::-moz-placeholder { opacity: 1; /* 1 */ color: #9ca3af; /* 2 */ } input:-ms-input-placeholder, textarea:-ms-input-placeholder { opacity: 1; /* 1 */ color: #9ca3af; /* 2 */ } input::placeholder, textarea::placeholder { opacity: 1; /* 1 */ color: #9ca3af; /* 2 */ } /* Set the default cursor for buttons. */ button, [role="button"] { cursor: pointer; } /* Make sure disabled buttons don't get the pointer cursor. */ :disabled { cursor: default; } /* 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) This can trigger a poorly considered lint error in some tools but is included by design. */ img, svg, video, canvas, audio, iframe, embed, object { display: block; /* 1 */ vertical-align: middle; /* 2 */ } /* Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) */ img, video { max-width: 100%; height: auto; } body{ margin: 0px; --tw-bg-opacity: 1; background-color: rgb(247 248 252 / var(--tw-bg-opacity)); } svg{ display: inline; } *, ::before, ::after{ --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; } ::-webkit-backdrop{ --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; } ::backdrop{ --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; } .container{ width: 100%; } @media (min-width: 640px){ .container{ max-width: 640px; } } @media (min-width: 768px){ .container{ max-width: 768px; } } @media (min-width: 1024px){ .container{ max-width: 1024px; } } @media (min-width: 1280px){ .container{ max-width: 1280px; } } @media (min-width: 1536px){ .container{ max-width: 1536px; } } .btn{ display: flex; border-width: 1px; --tw-border-opacity: 1; border-color: rgb(183 141 235 / var(--tw-border-opacity)); --tw-bg-opacity: 1; background-color: rgb(183 141 235 / var(--tw-bg-opacity)); padding-left: 0.75rem; padding-right: 0.75rem; padding-top: 0.375rem; padding-bottom: 0.375rem; font-family: Rubik, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 0.875rem; line-height: 1.25rem; --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); transition-duration: 200ms; transition-timing-function: linear; } @media (min-width: 640px){ .btn{ padding-left: 1.25rem; padding-right: 1.25rem; padding-top: 0.625rem; padding-bottom: 0.625rem; } } .btn svg{ margin-left: 0.5rem; width: 0.75rem; } .btn svg path{ fill: #fff; } .btn:hover, .btn:focus{ --tw-bg-opacity: 1; background-color: rgb(149 101 208 / var(--tw-bg-opacity)); --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); } #license_action_form input{ width: 100%; border-radius: 0.5rem; border-width: 1px; border-color: rgb(73 104 126 / 0.4); padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1.25rem; padding-right: 1.25rem; } #license_action_form input:focus{ --tw-border-opacity: 1; border-color: rgb(183 141 235 / var(--tw-border-opacity)); --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); outline: 2px solid transparent; outline-offset: 2px; } #search_for{ display: inline-block; width: 20rem; border-radius: 0.5rem; border-color: rgb(73 104 126 / 0.6); padding-left: 1.25rem; padding-right: 1.25rem; padding-top: 0.5rem; padding-bottom: 0.5rem; font-family: Rubik, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 1rem; line-height: 1.5rem; --tw-text-opacity: 1; color: rgb(73 104 126 / var(--tw-text-opacity)); } #search_for:focus{ outline: 2px solid transparent; outline-offset: 2px; } #search_for { background: #fff url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat right 13px top 55%; } .channels__input-box input, .channels__input-box select, .chaty-setting-col input, .chaty-setting-col select, .agent-channel-input input, .agent-channel-input select { padding: 4px 16px; border: 1px solid #c6d7e3; color: #49687e; border-radius: 8px; height: auto !important; margin-right: 0.5rem; display: block; --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); outline: 2px solid transparent; outline-offset: 2px; } .chaty-advance-settings .channels__input-box input, .chaty-advance-settings .channels__input-box select, .chaty-advance-settings .chaty-setting-col input, .chaty-advance-settings .chaty-setting-col select, .chaty-advance-settings .agent-channel-input input, .chaty-advance-settings .agent-channel-input select { padding: 2px 16px !important; border-radius: 8px; } .device-agent-settings{ display: flex; align-items: center; padding-left: 70px; } .sr-only{ position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; } .pointer-events-none{ pointer-events: none; } .visible{ visibility: visible; } .\!visible{ visibility: visible !important; } .static{ position: static; } .fixed{ position: fixed; } .absolute{ position: absolute; } .relative{ position: relative; } .sticky{ position: -webkit-sticky; position: sticky; } .top-0{ top: 0px; } .left-0{ left: 0px; } .top-28{ top: 7rem; } .right-2{ right: 0.5rem; } .top-2{ top: 0.5rem; } .-left-3{ left: -0.75rem; } .top-4{ top: 1rem; } .top-0\.5{ top: 0.125rem; } .right-1\.5{ right: 0.375rem; } .right-1{ right: 0.25rem; } .top-1\.5{ top: 0.375rem; } .top-1{ top: 0.25rem; } .top-5{ top: 1.25rem; } .right-5{ right: 1.25rem; } .-top-3{ top: -0.75rem; } .top-full{ top: 100%; } .right-4{ right: 1rem; } .bottom-0{ bottom: 0px; } .right-0{ right: 0px; } .top-\[30\%\]{ top: 30%; } .left-5{ left: 1.25rem; } .top-8{ top: 2rem; } .z-50{ z-index: 50; } .z-0{ z-index: 0; } .z-40{ z-index: 40; } .z-10{ z-index: 10; } .col-span-2{ grid-column: span 2 / span 2; } .float-left{ float: left; } .clear-both{ clear: both; } .m-0{ margin: 0px; } .my-0{ margin-top: 0px; margin-bottom: 0px; } .mx-auto{ margin-left: auto; margin-right: auto; } .mx-2{ margin-left: 0.5rem; margin-right: 0.5rem; } .my-3{ margin-top: 0.75rem; margin-bottom: 0.75rem; } .my-2{ margin-top: 0.5rem; margin-bottom: 0.5rem; } .my-5{ margin-top: 1.25rem; margin-bottom: 1.25rem; } .my-10{ margin-top: 2.5rem; margin-bottom: 2.5rem; } .my-1{ margin-top: 0.25rem; margin-bottom: 0.25rem; } .my-4{ margin-top: 1rem; margin-bottom: 1rem; } .ml-1{ margin-left: 0.25rem; } .mt-2{ margin-top: 0.5rem; } .mt-1{ margin-top: 0.25rem; } .mt-4{ margin-top: 1rem; } .mb-2\.5{ margin-bottom: 0.625rem; } .mb-2{ margin-bottom: 0.5rem; } .mb-4{ margin-bottom: 1rem; } .mt-\[3px\]{ margin-top: 3px; } .mr-2{ margin-right: 0.5rem; } .ml-2{ margin-left: 0.5rem; } .mt-5{ margin-top: 1.25rem; } .mt-1\.5{ margin-top: 0.375rem; } .ml-4{ margin-left: 1rem; } .mb-10{ margin-bottom: 2.5rem; } .mb-3{ margin-bottom: 0.75rem; } .mt-2\.5{ margin-top: 0.625rem; } .mr-1{ margin-right: 0.25rem; } .mb-1{ margin-bottom: 0.25rem; } .ml-1\.5{ margin-left: 0.375rem; } .mr-2\.5{ margin-right: 0.625rem; } .mb-5{ margin-bottom: 1.25rem; } .mb-8{ margin-bottom: 2rem; } .mt-6{ margin-top: 1.5rem; } .mt-3{ margin-top: 0.75rem; } .mr-3{ margin-right: 0.75rem; } .mr-5{ margin-right: 1.25rem; } .mt-12{ margin-top: 3rem; } .-mt-2{ margin-top: -0.5rem; } .mr-4{ margin-right: 1rem; } .mt-8{ margin-top: 2rem; } .mt-10{ margin-top: 2.5rem; } .mt-7{ margin-top: 1.75rem; } .mb-1\.5{ margin-bottom: 0.375rem; } .ml-5{ margin-left: 1.25rem; } .block{ display: block; } .inline-block{ display: inline-block; } .inline{ display: inline; } .flex{ display: flex; } .inline-flex{ display: inline-flex; } .table{ display: table; } .grid{ display: grid; } .contents{ display: contents; } .hidden{ display: none; } .h-\[44px\]{ height: 44px; } .h-5{ height: 1.25rem; } .h-6{ height: 1.5rem; } .h-full{ height: 100%; } .h-8{ height: 2rem; } .h-4{ height: 1rem; } .h-10{ height: 2.5rem; } .h-auto{ height: auto; } .h-12{ height: 3rem; } .h-screen{ height: 100vh; } .w-full{ width: 100%; } .w-8{ width: 2rem; } .w-auto{ width: auto; } .w-52{ width: 13rem; } .w-\[18px\]{ width: 18px; } .w-4{ width: 1rem; } .w-6{ width: 1.5rem; } .w-64{ width: 16rem; } .w-\[530px\]{ width: 530px; } .w-5{ width: 1.25rem; } .w-\[640px\]{ width: 640px; } .w-12{ width: 3rem; } .w-32{ width: 8rem; } .w-60{ width: 15rem; } .w-16{ width: 4rem; } .w-28{ width: 7rem; } .w-36{ width: 9rem; } .w-\[440px\]{ width: 440px; } .max-w-\[100px\]{ max-width: 100px; } .max-w-full{ max-width: 100%; } .max-w-\[558px\]{ max-width: 558px; } .max-w-screen-sm{ max-width: 640px; } .max-w-\[410px\]{ max-width: 410px; } .max-w-\[200px\]{ max-width: 200px; } .max-w-\[452px\]{ max-width: 452px; } .max-w-\[305px\]{ max-width: 305px; } .flex-1{ flex: 1 1 0%; } .flex-auto{ flex: 1 1 auto; } .flex-none{ flex: none; } .border-separate{ border-collapse: separate; } .transform{ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } .cursor-grab{ cursor: -webkit-grab; cursor: grab; } .cursor-pointer{ cursor: pointer; } .select-none{ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .select-all{ -webkit-user-select: all; -moz-user-select: all; user-select: all; } .resize{ resize: both; } .grid-cols-1{ grid-template-columns: repeat(1, minmax(0, 1fr)); } .grid-cols-2{ grid-template-columns: repeat(2, minmax(0, 1fr)); } .flex-col{ flex-direction: column; } .flex-wrap{ flex-wrap: wrap; } .items-start{ align-items: flex-start; } .items-center{ align-items: center; } .items-stretch{ align-items: stretch; } .justify-end{ justify-content: flex-end; } .justify-center{ justify-content: center; } .justify-between{ justify-content: space-between; } .gap-3{ gap: 0.75rem; } .gap-2{ gap: 0.5rem; } .gap-2\.5{ gap: 0.625rem; } .gap-0\.5{ gap: 0.125rem; } .gap-0{ gap: 0px; } .gap-4{ gap: 1rem; } .gap-1{ gap: 0.25rem; } .gap-1\.5{ gap: 0.375rem; } .gap-5{ gap: 1.25rem; } .gap-7{ gap: 1.75rem; } .space-x-2 > :not([hidden]) ~ :not([hidden]){ --tw-space-x-reverse: 0; margin-right: calc(0.5rem * var(--tw-space-x-reverse)); margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-3 > :not([hidden]) ~ :not([hidden]){ --tw-space-x-reverse: 0; margin-right: calc(0.75rem * var(--tw-space-x-reverse)); margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-1 > :not([hidden]) ~ :not([hidden]){ --tw-space-x-reverse: 0; margin-right: calc(0.25rem * var(--tw-space-x-reverse)); margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))); } .space-y-2 > :not([hidden]) ~ :not([hidden]){ --tw-space-y-reverse: 0; margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); } .space-x-1\.5 > :not([hidden]) ~ :not([hidden]){ --tw-space-x-reverse: 0; margin-right: calc(0.375rem * var(--tw-space-x-reverse)); margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))); } .space-y-4 > :not([hidden]) ~ :not([hidden]){ --tw-space-y-reverse: 0; margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1rem * var(--tw-space-y-reverse)); } .space-y-1 > :not([hidden]) ~ :not([hidden]){ --tw-space-y-reverse: 0; margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)); } .space-x-4 > :not([hidden]) ~ :not([hidden]){ --tw-space-x-reverse: 0; margin-right: calc(1rem * var(--tw-space-x-reverse)); margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-5 > :not([hidden]) ~ :not([hidden]){ --tw-space-x-reverse: 0; margin-right: calc(1.25rem * var(--tw-space-x-reverse)); margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-6 > :not([hidden]) ~ :not([hidden]){ --tw-space-x-reverse: 0; margin-right: calc(1.5rem * var(--tw-space-x-reverse)); margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))); } .space-y-7 > :not([hidden]) ~ :not([hidden]){ --tw-space-y-reverse: 0; margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)); } .space-x-3\.5 > :not([hidden]) ~ :not([hidden]){ --tw-space-x-reverse: 0; margin-right: calc(0.875rem * var(--tw-space-x-reverse)); margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))); } .space-y-3 > :not([hidden]) ~ :not([hidden]){ --tw-space-y-reverse: 0; margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); } .self-start{ align-self: flex-start; } .overflow-hidden{ overflow: hidden; } .whitespace-nowrap{ white-space: nowrap; } .rounded-lg{ border-radius: 0.5rem; } .rounded-md{ border-radius: 0.375rem; } .rounded-\[6px\]{ border-radius: 6px; } .rounded-\[3px\]{ border-radius: 3px; } .rounded{ border-radius: 0.25rem; } .rounded-full{ border-radius: 9999px; } .rounded-xl{ border-radius: 0.75rem; } .rounded-sm{ border-radius: 0.125rem; } .rounded-bl-md{ border-bottom-left-radius: 0.375rem; } .rounded-br-md{ border-bottom-right-radius: 0.375rem; } .rounded-tl-lg{ border-top-left-radius: 0.5rem; } .rounded-tr-lg{ border-top-right-radius: 0.5rem; } .rounded-tl-md{ border-top-left-radius: 0.375rem; } .rounded-tr-md{ border-top-right-radius: 0.375rem; } .border{ border-width: 1px; } .border-x{ border-left-width: 1px; border-right-width: 1px; } .border-x-0{ border-left-width: 0px; border-right-width: 0px; } .border-r{ border-right-width: 1px; } .border-b{ border-bottom-width: 1px; } .border-t{ border-top-width: 1px; } .border-l{ border-left-width: 1px; } .border-b-4{ border-bottom-width: 4px; } .border-b-0{ border-bottom-width: 0px; } .border-solid{ border-style: solid; } .\!border-\[\#0446de\]{ --tw-border-opacity: 1 !important; border-color: rgb(4 70 222 / var(--tw-border-opacity)) !important; } .border-cht-gray-50{ --tw-border-opacity: 1; border-color: rgb(234 239 242 / var(--tw-border-opacity)); } .border-cht-primary-100{ --tw-border-opacity: 1; border-color: rgb(149 101 208 / var(--tw-border-opacity)); } .border-\[\#C6D7E3\]{ --tw-border-opacity: 1; border-color: rgb(198 215 227 / var(--tw-border-opacity)); } .border-\[\#c6d7e3\]{ --tw-border-opacity: 1; border-color: rgb(198 215 227 / var(--tw-border-opacity)); } .border-\[\#3549fc\]{ --tw-border-opacity: 1; border-color: rgb(53 73 252 / var(--tw-border-opacity)); } .border-\[\#83a1b7\]{ --tw-border-opacity: 1; border-color: rgb(131 161 183 / var(--tw-border-opacity)); } .border-\[\#eaeff2\]{ --tw-border-opacity: 1; border-color: rgb(234 239 242 / var(--tw-border-opacity)); } .border-\[\#0446de\]{ --tw-border-opacity: 1; border-color: rgb(4 70 222 / var(--tw-border-opacity)); } .border-cht-primary{ --tw-border-opacity: 1; border-color: rgb(183 141 235 / var(--tw-border-opacity)); } .border-gray-300{ --tw-border-opacity: 1; border-color: rgb(209 213 219 / var(--tw-border-opacity)); } .border-cht-gray-150{ --tw-border-opacity: 1; border-color: rgb(73 104 126 / var(--tw-border-opacity)); } .border-red-500{ --tw-border-opacity: 1; border-color: rgb(239 68 68 / var(--tw-border-opacity)); } .border-gray-400{ --tw-border-opacity: 1; border-color: rgb(156 163 175 / var(--tw-border-opacity)); } .border-cht-gray-150\/30{ border-color: rgb(73 104 126 / 0.3); } .border-cht-gray-150\/10{ border-color: rgb(73 104 126 / 0.1); } .border-\[\#B78DEB\]{ --tw-border-opacity: 1; border-color: rgb(183 141 235 / var(--tw-border-opacity)); } .border-cht-gray-150\/60{ border-color: rgb(73 104 126 / 0.6); } .bg-white{ --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } .bg-cht-gray-150\/10{ background-color: rgb(73 104 126 / 0.1); } .bg-cht-primary{ --tw-bg-opacity: 1; background-color: rgb(183 141 235 / var(--tw-bg-opacity)); } .bg-cht-gray-50{ --tw-bg-opacity: 1; background-color: rgb(234 239 242 / var(--tw-bg-opacity)); } .bg-\[\#f9fafb\]{ --tw-bg-opacity: 1; background-color: rgb(249 250 251 / var(--tw-bg-opacity)); } .bg-\[\#e4fff5\]{ --tw-bg-opacity: 1; background-color: rgb(228 255 245 / var(--tw-bg-opacity)); } .bg-cht-gray-150{ --tw-bg-opacity: 1; background-color: rgb(73 104 126 / var(--tw-bg-opacity)); } .bg-cht-primary\/40{ background-color: rgb(183 141 235 / 0.4); } .bg-transparent{ background-color: transparent; } .bg-cht-primary-50{ --tw-bg-opacity: 1; background-color: rgb(230 222 243 / var(--tw-bg-opacity)); } .bg-gray-100{ --tw-bg-opacity: 1; background-color: rgb(243 244 246 / var(--tw-bg-opacity)); } .bg-\[\#fbf8fe\]{ --tw-bg-opacity: 1; background-color: rgb(251 248 254 / var(--tw-bg-opacity)); } .bg-\[\#f4edfc\]{ --tw-bg-opacity: 1; background-color: rgb(244 237 252 / var(--tw-bg-opacity)); } .bg-\[\#B78DEB\]{ --tw-bg-opacity: 1; background-color: rgb(183 141 235 / var(--tw-bg-opacity)); } .bg-\[\#F9FAFB\]{ --tw-bg-opacity: 1; background-color: rgb(249 250 251 / var(--tw-bg-opacity)); } .bg-black\/70{ background-color: rgb(0 0 0 / 0.7); } .bg-cover{ background-size: cover; } .bg-no-repeat{ background-repeat: no-repeat; } .object-cover{ -o-object-fit: cover; object-fit: cover; } .p-1\.5{ padding: 0.375rem; } .p-1{ padding: 0.25rem; } .p-3{ padding: 0.75rem; } .p-5{ padding: 1.25rem; } .p-2\.5{ padding: 0.625rem; } .p-2{ padding: 0.5rem; } .p-4{ padding: 1rem; } .\!px-1\.5{ padding-left: 0.375rem !important; padding-right: 0.375rem !important; } .\!px-1{ padding-left: 0.25rem !important; padding-right: 0.25rem !important; } .px-4{ padding-left: 1rem; padding-right: 1rem; } .py-5{ padding-top: 1.25rem; padding-bottom: 1.25rem; } .px-2{ padding-left: 0.5rem; padding-right: 0.5rem; } .px-5{ padding-left: 1.25rem; padding-right: 1.25rem; } .py-1\.5{ padding-top: 0.375rem; padding-bottom: 0.375rem; } .py-1{ padding-top: 0.25rem; padding-bottom: 0.25rem; } .px-2\.5{ padding-left: 0.625rem; padding-right: 0.625rem; } .px-3{ padding-left: 0.75rem; padding-right: 0.75rem; } .py-0\.5{ padding-top: 0.125rem; padding-bottom: 0.125rem; } .py-0{ padding-top: 0px; padding-bottom: 0px; } .px-8{ padding-left: 2rem; padding-right: 2rem; } .py-10{ padding-top: 2.5rem; padding-bottom: 2.5rem; } .py-4{ padding-top: 1rem; padding-bottom: 1rem; } .px-12{ padding-left: 3rem; padding-right: 3rem; } .py-6{ padding-top: 1.5rem; padding-bottom: 1.5rem; } .py-2{ padding-top: 0.5rem; padding-bottom: 0.5rem; } .py-3{ padding-top: 0.75rem; padding-bottom: 0.75rem; } .py-3\.5{ padding-top: 0.875rem; padding-bottom: 0.875rem; } .py-20{ padding-top: 5rem; padding-bottom: 5rem; } .py-\[3px\]{ padding-top: 3px; padding-bottom: 3px; } .px-\[0_\!important\]{ padding-left: 0 !important; padding-right: 0 !important; } .px-1{ padding-left: 0.25rem; padding-right: 0.25rem; } .px-10{ padding-left: 2.5rem; padding-right: 2.5rem; } .py-2\.5{ padding-top: 0.625rem; padding-bottom: 0.625rem; } .px-7{ padding-left: 1.75rem; padding-right: 1.75rem; } .py-8{ padding-top: 2rem; padding-bottom: 2rem; } .pl-0{ padding-left: 0px; } .pb-20{ padding-bottom: 5rem; } .pl-20{ padding-left: 5rem; } .pb-4{ padding-bottom: 1rem; } .pr-6{ padding-right: 1.5rem; } .pb-3{ padding-bottom: 0.75rem; } .pb-1{ padding-bottom: 0.25rem; } .pb-2\.5{ padding-bottom: 0.625rem; } .pb-2{ padding-bottom: 0.5rem; } .pt-0{ padding-top: 0px; } .pl-4{ padding-left: 1rem; } .pt-5{ padding-top: 1.25rem; } .pt-7{ padding-top: 1.75rem; } .pb-5{ padding-bottom: 1.25rem; } .pt-2{ padding-top: 0.5rem; } .text-left{ text-align: left; } .text-center{ text-align: center; } .align-top{ vertical-align: top; } .font-primary{ font-family: Rubik, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } .text-2xl{ font-size: 1.5rem; line-height: 2rem; } .text-base{ font-size: 1rem; line-height: 1.5rem; } .text-sm{ font-size: 0.875rem; line-height: 1.25rem; } .text-xl{ font-size: 1.25rem; line-height: 1.75rem; } .text-xs{ font-size: 0.75rem; line-height: 1rem; } .text-3xl{ font-size: 1.875rem; line-height: 2.25rem; } .text-\[26px\]{ font-size: 26px; } .text-\[18px\]{ font-size: 18px; } .text-lg{ font-size: 1.125rem; line-height: 1.75rem; } .font-medium{ font-weight: 500; } .font-semibold{ font-weight: 600; } .font-normal{ font-weight: 400; } .uppercase{ text-transform: uppercase; } .italic{ font-style: italic; } .leading-5{ line-height: 1.25rem; } .text-cht-gray-150{ --tw-text-opacity: 1; color: rgb(73 104 126 / var(--tw-text-opacity)); } .text-white{ --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); } .\!text-\[\#0446de\]{ --tw-text-opacity: 1 !important; color: rgb(4 70 222 / var(--tw-text-opacity)) !important; } .text-cht-primary{ --tw-text-opacity: 1; color: rgb(183 141 235 / var(--tw-text-opacity)); } .text-\[\#3549fc\]{ --tw-text-opacity: 1; color: rgb(53 73 252 / var(--tw-text-opacity)); } .text-\[\#0446de\]{ --tw-text-opacity: 1; color: rgb(4 70 222 / var(--tw-text-opacity)); } .text-\[\#49687e\]{ --tw-text-opacity: 1; color: rgb(73 104 126 / var(--tw-text-opacity)); } .text-\[\#49687ECC\]{ color: #49687ECC; } .text-cht-primary-100{ --tw-text-opacity: 1; color: rgb(149 101 208 / var(--tw-text-opacity)); } .text-red-500{ --tw-text-opacity: 1; color: rgb(239 68 68 / var(--tw-text-opacity)); } .text-cht-gray-150\/70{ color: rgb(73 104 126 / 0.7); } .text-cht-red{ --tw-text-opacity: 1; color: rgb(221 75 57 / var(--tw-text-opacity)); } .text-\[\#49687E\]{ --tw-text-opacity: 1; color: rgb(73 104 126 / var(--tw-text-opacity)); } .text-\[\#B78DEB\]{ --tw-text-opacity: 1; color: rgb(183 141 235 / var(--tw-text-opacity)); } .text-\[\#83A1B7\]{ --tw-text-opacity: 1; color: rgb(131 161 183 / var(--tw-text-opacity)); } .underline{ -webkit-text-decoration-line: underline; text-decoration-line: underline; } .opacity-0{ opacity: 0; } .opacity-60{ opacity: 0.6; } .shadow-xl{ --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .shadow-lg{ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .shadow-cht-primary\/60{ --tw-shadow-color: rgb(183 141 235 / 0.6); --tw-shadow: var(--tw-shadow-colored); } .shadow-cht-gray-150\/10{ --tw-shadow-color: rgb(73 104 126 / 0.1); --tw-shadow: var(--tw-shadow-colored); } .outline{ outline-style: solid; } .blur{ --tw-blur: blur(8px); filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); } .drop-shadow-3xl{ --tw-drop-shadow: drop-shadow(0px 9px 7px rgba(183, 141, 235, .4)); filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); } .drop-shadow-xl{ --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08)); filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); } .drop-shadow{ --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06)); filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); } .filter{ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); } .transition{ transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } .duration-300{ transition-duration: 300ms; } .duration-150{ transition-duration: 150ms; } .duration-200{ transition-duration: 200ms; } .ease-linear{ transition-timing-function: linear; } .ease-in-out{ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .container { max-width: 1170px; margin-left: auto; margin-right: auto; padding-left: 0px; padding-right: 0px; } @media (min-width: 640px){ .container{ padding-left: 1rem; padding-right: 1rem; } } .simple-shadow { box-shadow: 0 11.5px 19.5px -4.875px rgba(0, 0, 0, 0.2); } .testimonial-success-message{ border-left-width: 4px; --tw-border-opacity: 1; border-color: rgb(0 166 90 / var(--tw-border-opacity)); background-color: rgb(0 166 90 / 0.1); padding: 0.75rem; font-family: Rubik, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 1rem; line-height: 1.5rem; --tw-text-opacity: 1; color: rgb(0 166 90 / var(--tw-text-opacity)); } .testimonial-error-message{ border-left-width: 4px; --tw-border-opacity: 1; border-color: rgb(221 75 57 / var(--tw-border-opacity)); background-color: rgb(221 75 57 / 0.1); padding: 0.75rem; font-family: Rubik, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 1rem; line-height: 1.5rem; --tw-text-opacity: 1; color: rgb(221 75 57 / var(--tw-text-opacity)); } .hidden-xs, #testUpload{ display: none; } button.chaty-input-button, select.chaty-select, select.form-fonts { color: #49687e; display: flex; align-items: center; border: 1px solid #eaeff2; font-family: Rubik, sans-serif; font-size: 1rem; padding: 0 16px; background-color: #fff; width: 100%; outline: none; cursor: pointer; border-radius: 8px; height: 45px; -webkit-appearance: none; -moz-appearance: none; appearance: none; transition: border-color 0.4s ease; line-height: 45px; max-width: 100%; } button.chaty-input-button:focus, select.chaty-select:focus, select.form-fonts:focus { box-shadow: none !important; border: 1px solid #b78deb; } .SumoSelect > .CaptionCont:focus, .CaptionCont:focus, .chaty-select:focus, .select2-box:focus, .wp-core-ui select:focus, textarea:focus, input:focus, select:focus + .chaty-select, select:focus + .select2-box { border: 1px solid #b78deb; box-shadow: none !important; outline: 0; border-color: #b78deb !important; } .group-control-wrap { background: #f9fafb; border: 1px solid #eaeff2; border-radius: 8px; margin-top: 10px; width: 100%; position: relative; } .pro-alert-upload { position: absolute; width: 165px; top: 10%; background-color: #f8f3ff; padding: 12px 20px; color: #b78deb; border-left: 3px solid #b78deb; } @media screen and (max-width: 639px) { .pro-alert-upload { right: 0; } } .pro-alert-upload:hover { color: #b78deb; } .widget-size__input { width: 47px; height: 34px; text-align: center; background: #fff; box-shadow: 0 0 15px 0 #eaeaea !important; border-radius: 5px; border: 0 !important; line-height: 24px; padding: 5px 7px; } .show-remove-rule-button .create-rule { display: none; } .channels__agent-box a, .chaty-settings a, .upload-image a { background-color: transparent; display: inline-flex; align-items: center; color: #49687e; border: 1px solid #c6d7e3; box-shadow: none; font-size: 0.75rem; font-weight: 400; height: 32px; padding-left: 8px; padding-right: 8px; border-radius: 7px; line-height: 100%; } .channels__agent-box a:hover, .chaty-settings a:hover, .upload-image a:hover { background-color: #edf3f6 !important; } .channels__agent-box.enable a, .chaty-settings.enable a, .upload-image.enable a { background-color: #f9f6fd; border-color: #b78deb; color: #b78deb; } .pro-button a, .pro-button a:hover { background-color: #b78deb !important; color: white; border-color: #b78deb; word-wrap: inherit; min-width: 109px; justify-content: center; display: flex; } @media screen and (max-width: 639px) { .main .channels-selected-list .btn-cancel { right: -4px; top: -7px; height: 30px; width: 30px; background-color: #fff; padding: 5px; line-height: 1px; border-radius: 50%; border: 1px solid #ddd; } } .cht-colorpicker { position: relative; } .cht-colorpicker__preview { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==); height: 30px; border-radius: 4px; width: 30px; overflow: hidden; } .cht-colorpicker__preview--inner { width: 100%; height: 100%; display: inline-block; border-width: 2px; border-style: solid; cursor: pointer; position: relative; } .cht-colorpicker__dropdown { position: absolute; width: 230px; box-shadow: 0 11.5px 19.5px -4.875px rgba(0, 0, 0, 0.2); border-radius: 8px; background: #fff; top: 100%; z-index: 9; display: none; } .cht-colorpicker__dropdown ul { padding: 0.8rem; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-template-rows: auto auto; align-items: center; justify-content: space-between; border-bottom: 1px solid #eaeff2; margin: 0; grid-gap: 6px; } .cht-colorpicker__dropdown ul li { margin: 0; display: inline-block; width: 45px; height: 45px; border-radius: 50%; padding: 2px; border-width: 2px; border-style: solid; border-color: transparent; cursor: pointer; } .cht-colorpicker__dropdown ul li.active { border-color: #83a1b7; } .cht-colorpicker__dropdown ul li span { display: inline-block; width: 100%; height: 100%; border-radius: 50%; box-shadow: 0 4px 19px 0 hsla(0deg, 0%, 85%, 0.4); } .cht-colorpicker__dropdown ul li div { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #b78deb; font-size: inherit; font-weight: 600; } .cht-colorpicker__dropdown ul li:last-child { border: 1px solid #c6d7e3; } .cht-colorpicker .a-color-picker { display: none; } .cht-colorpicker .a-color-picker input { width: 100px !important; } .cht-colorpicker .a-color-picker-rgb input { width: 45px !important; font-size: 14px; height: 30px; margin: 0; } .cht-colorpicker .a-color-picker-row:not(.a-color-picker-row-top) { padding: 8px 10px; } .chaty-popup-input #widget_title { margin-top: 1rem; display: inline-block; width: 100%; border-width: 1px; border-color: rgba(73, 104, 126, 0.5); padding-left: 1.25rem; padding-right: 1.25rem; padding-top: 0.375rem; padding-bottom: 0.375rem; } .upgrade-to-premium { left: 0; right: 0; margin: 0 auto; top: 50%; transform: translate(0, -50%); position: fixed; max-width: 90%; width: 672px; z-index: 199999; box-shadow: 0 19.5px 19.5px -4.875px rgba(0, 0, 0, 0.2), 0 0 0.8125px rgba(0, 0, 0, 0.1); border-radius: 12px; min-height: 400px; text-align: center; } #analytics_form input{ border-width: 1px; border-color: rgb(73 104 126 / 0.6); padding-top: 0.375rem; padding-bottom: 0.375rem; padding-left: 1rem; padding-right: 1rem; --tw-text-opacity: 1; color: rgb(73 104 126 / var(--tw-text-opacity)); } .responsive-table table tbody tr:last-child td:first-child, .analytics-table table tbody tr:last-child td:first-child{ border-bottom-left-radius: 0.5rem; } .responsive-table table tbody tr:last-child td:last-child, .analytics-table table tbody tr:last-child td:last-child{ border-bottom-right-radius: 0.5rem; } .responsive-table table tbody tr:first-child td, .analytics-table table tbody tr:first-child td { border-top: 0 !important; } .contact-form-leads-header + .responsive-table table thead td { border-top: 0 !important; } .chaty-switch { display: inline-flex; position: relative; align-items: center; -moz-column-gap: 8px; column-gap: 8px; } .chaty-switch input { display: none !important; } .chaty-switch input:checked + .chaty-slider { background-color: #b78deb; } .chaty-switch input:checked + .chaty-slider::before { transform: translateX(16px); } .chaty-switch input:checked + .chaty-slider::after { padding: 0 0 0 8px; content: ""; } .chaty-slider { background-color: #eaeff2; bottom: 0; cursor: pointer; left: 0; position: relative; right: 0; top: 0; transition: 0.4s; width: 40px; height: 24px; } .chaty-slider.round { border-radius: 34px; display: inline-flex; } .chaty-slider.round::before { border-radius: 50%; } .chaty-slider::before { background-color: #fff; bottom: 4px; content: ""; height: 16px; left: 4px; position: absolute; transition: 0.2s; width: 16px; box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.4); } .chaty-slider::after { content: ""; color: #fff; display: inline-block; padding: 0 0 0 25px; font-size: 14px; line-height: 24px; position: absolute; left: 0; top: 0; } @media screen and (min-width: 575px) { #chaty-social-Contact_Us .channels-selected__item > div:nth-child(3) { margin-top: -45px; } } #chaty-tab-customize-widget .cht-colorpicker__preview{ height: 2.5rem; width: 2.5rem; border-radius: 9999px; } #chaty-tab-customize-widget .cht-colorpicker__preview--inner{ border-radius: 9999px; } #chaty-tab-customize-widget .form-horizontal__item .custom-control.custom-radio .custom-control-label{ display: inline-block; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-radius: 3px; padding-left: 1rem; padding-right: 1rem; padding-top: 0.25rem; padding-bottom: 0.25rem; font-size: 1rem; line-height: 1.5rem; line-height: 1.5; --tw-text-opacity: 1; color: rgb(73 104 126 / var(--tw-text-opacity)); } #chaty-tab-customize-widget .form-horizontal__item .icon-chat svg { display: block !important; } #chaty-tab-customize-widget .form-horizontal__item .custom-control-radio { --size: 16px; --half-size: calc( var(--size) / 2 ); --active-color: #fff; --border-color: #83a1b7; border: 1px solid var(--border-color); width: var(--size); height: var(--size); display: inline-block; left: calc(50% - var(--half-size)); position: absolute; border-radius: var(--size); background-color: #fff; box-sizing: content-box; bottom: -22px; } #chaty-tab-customize-widget .form-horizontal__item .custom-control-radio:after { width: var(--half-size); height: var(--half-size); margin: calc(var(--half-size) / 2) 0 0 calc(var(--half-size) / 2); background-color: var(--active-color); border-radius: inherit; display: block; transition: background-color 0.2s; content: ""; } #chaty-tab-customize-widget .form-horizontal__item .custom-control-input:checked ~ .custom-control-radio { --active-color: #b78deb; --border-color: #b78deb; } #chaty-tab-customize-widget .form-horizontal__item .custom-control-input:checked ~ .icon-chat { box-shadow: 0 0 0px 2px white, 0 0 0px 5px rgba(183, 141, 235, 0.3019607843); } #chaty-tab-customize-widget .test_textarea{ width: 100%; border-width: 1px; border-color: rgb(73 104 126 / 0.2); padding: 1rem; border-radius: 7px; max-width: 360px; } .footer-buttons .back-button, .footer-buttons .next-button, .responsive-nav-btns .back-button, .responsive-nav-btns .next-button{ align-items: center; } .footer-buttons .back-button > :not([hidden]) ~ :not([hidden]), .footer-buttons .next-button > :not([hidden]) ~ :not([hidden]), .responsive-nav-btns .back-button > :not([hidden]) ~ :not([hidden]), .responsive-nav-btns .next-button > :not([hidden]) ~ :not([hidden]){ --tw-space-x-reverse: 0; margin-right: calc(0.5rem * var(--tw-space-x-reverse)); margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); } .footer-buttons .back-button, .footer-buttons .next-button, .responsive-nav-btns .back-button, .responsive-nav-btns .next-button{ border-radius: 0.375rem; border-width: 1px; border-style: solid; --tw-border-opacity: 1; border-color: rgb(183 141 235 / var(--tw-border-opacity)); padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; padding-right: 1rem; font-size: 1rem; line-height: 1.5rem; --tw-text-opacity: 1; color: rgb(183 141 235 / var(--tw-text-opacity)); transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 200ms; transition-timing-function: cubic-bezier(0.4, 0, 1, 1); } #chaty-social-Chatway.outside-chaty .border-t.footer-buttons .back-button, #chaty-social-Chatway.outside-chaty .border-t .footer-buttons .next-button, #chaty-social-Chatway.outside-chaty .border-t .responsive-nav-btns .back-button, #chaty-social-Chatway.outside-chaty .border-t .responsive-nav-btns .next-button { display: none; } @media (min-width: 640px){ .footer-buttons .back-button:hover, .footer-buttons .next-button:hover, .responsive-nav-btns .back-button:hover, .responsive-nav-btns .next-button:hover{ --tw-bg-opacity: 1; background-color: rgb(183 141 235 / var(--tw-bg-opacity)); --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); --tw-shadow-color: rgb(183 141 235 / 0.5); --tw-shadow: var(--tw-shadow-colored); } } .footer-buttons .back-button.cht-disable, .footer-buttons .next-button.cht-disable, .responsive-nav-btns .back-button.cht-disable, .responsive-nav-btns .next-button.cht-disable { pointer-events: none; filter: grayscale(1); opacity: 0.5; } @media screen and (max-width: 1200px) { .footer-buttons .back-button, .footer-buttons .next-button, .responsive-nav-btns .back-button, .responsive-nav-btns .next-button{ padding-left: 0.5rem; padding-right: 0.5rem; } .footer-buttons .back-button span, .footer-buttons .next-button span, .responsive-nav-btns .back-button span, .responsive-nav-btns .next-button span { display: none; } .footer-buttons .back-button svg, .footer-buttons .next-button svg, .responsive-nav-btns .back-button svg, .responsive-nav-btns .next-button svg { margin: 0 !important; } } .footer-buttons .save-button-container, .responsive-nav-btns .save-button-container{ display: flex; align-items: center; overflow: hidden; border-radius: 0.375rem; --tw-bg-opacity: 1; background-color: rgb(183 141 235 / var(--tw-bg-opacity)); font-size: 1rem; line-height: 1.5rem; --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); --tw-shadow-color: rgb(183 141 235 / 0.5); --tw-shadow: var(--tw-shadow-colored); } .footer-buttons .save-button, .responsive-nav-btns .save-button{ padding-left: 0.75rem; padding-right: 0.75rem; padding-top: 0.5rem; padding-bottom: 0.5rem; transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 200ms; transition-timing-function: cubic-bezier(0.4, 0, 1, 1); } .footer-buttons .save-button:hover, .responsive-nav-btns .save-button:hover { background-color: #8f59d3; } .footer-buttons .arrow-btn, .responsive-nav-btns .arrow-btn { border-left: 1px solid rgba(255, 255, 255, 0.6); padding-left: 0.75rem; padding-right: 0.75rem; padding-top: 0.5rem; padding-bottom: 0.5rem; transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 200ms; transition-timing-function: cubic-bezier(0.4, 0, 1, 1); } .footer-buttons .arrow-btn:hover, .footer-buttons .arrow-btn.active, .responsive-nav-btns .arrow-btn:hover, .responsive-nav-btns .arrow-btn.active { background-color: #8f59d3; } .footer-buttons .save-dashboard-button, .responsive-nav-btns .save-dashboard-button { background: #FFFFFF; border: 1px solid #EAEFF2; box-shadow: 0px 11.5px 19.5px -4.875px rgba(0, 0, 0, 0.2); border-radius: 8px; font-family: "Rubik"; font-style: normal; font-weight: 400; font-size: 16px; line-height: 150%; padding: 10px 22px; color: #49687E; cursor: pointer; transition: all 0.2s; } .footer-buttons .save-dashboard-button:hover, .responsive-nav-btns .save-dashboard-button:hover { color: #b78deb; } .responsive-nav-btns{ position: fixed; left: 0px; bottom: 0px; z-index: 10; display: flex; width: 100%; align-items: center; justify-content: center; gap: 1rem; --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); padding: 1rem; } @media (min-width: 640px){ .responsive-nav-btns{ display: none; } } @media screen and (max-width: 768px) { .responsive-table.contact-form-lead table thead tr { display: grid; grid-template-columns: 100px auto 80px; } .responsive-table.contact-form-lead table thead tr th:first-child { grid-column: 1/3; text-align: left; } .responsive-table.contact-form-lead table thead tr th:not(:first-child, :last-child) { display: none; } .responsive-table.contact-form-lead table thead tr th { width: 100% !important; } .responsive-table.contact-form-lead table tbody tr { display: grid; grid-template-columns: 50px auto 40px; } .responsive-table.contact-form-lead table tbody tr td:not(:first-child, :last-child) { grid-column: 2; border-top: 0; } .responsive-table.contact-form-lead table tbody tr td:not(:first-child, :last-child):before { content: attr(data-title) ":"; font-weight: 500; } .responsive-table.contact-form-lead table tbody tr td:nth-child(2) { padding-top: 15px; border-top: 1px solid #eee; } .responsive-table.contact-form-lead table tbody tr td:nth-last-child(2) { padding-bottom: 15px; } .responsive-table.contact-form-lead table tbody tr td:where(:first-child, :last-child) { display: flex; align-items: center; grid-row: 1/9; justify-content: center; } .responsive-table.contact-form-lead table tbody tr td:first-child { grid-column: 1; } .responsive-table.contact-form-lead table tbody tr td:first-child .chaty-checkbox { padding-left: 20px; } .responsive-table.contact-form-lead table tbody tr td:last-child { grid-column: 3; } .responsive-table.contact-form-lead table tbody tr td { padding: 5px; text-align: left; } } @media screen and (max-width: 575px) { .responsive-table.dashboard table thead tr { display: grid; background: transparent; grid-template-columns: 70px auto; } .responsive-table.dashboard table thead tr th:nth-child(2), .responsive-table.dashboard table thead tr th:nth-child(3) { display: none; } .responsive-table.dashboard table thead tr th:nth-child(4) { text-align: right; border-top-right-radius: 6px !important; } .responsive-table.dashboard table thead tr th { padding: 8px 15px; text-align: left; width: 100%; } .responsive-table.dashboard table tbody tr { display: grid; grid-template-columns: 70px auto 100px; } .responsive-table.dashboard table tbody tr td:nth-child(1) { grid-row: 1/3; display: flex; align-items: center; } .responsive-table.dashboard table tbody tr td:nth-child(2) { padding-top: 12px; } .responsive-table.dashboard table tbody tr td:nth-child(3) { padding-bottom: 12px; grid-column: 2/3; border-left: 1px solid #eee; } .responsive-table.dashboard table tbody tr td:nth-child(4) { grid-column: 3; grid-row: 1/3; align-items: center; display: flex; } .responsive-table.dashboard table tbody tr td { padding: 2px 15px; } } .chaty-header { top: 32px; left: 160px; width: calc(100% - 160px); border-bottom: 1px solid #e5e7eb; padding-left: 1rem; padding-right: 1rem; padding-top: 0.5rem; padding-bottom: 0.5rem; } .chaty-header .chaty-app-tabs { max-width: 1024px; margin: 0 auto; } @media screen and (max-width: 1100px) { .chaty-header img { width: 75px; } } .chaty-header .mobile-text, .chaty-header .small-logo { display: none; } @media screen and (max-width: 784px) { .chaty-header { width: 100% !important; } .chaty-header img { display: none; } .chaty-header img.small-logo { display: inline-flex; width: 24px; min-width: 16px; } } @media screen and (max-width: 639px) { .chaty-header { padding: 10px; gap: 0.5rem; } } @media screen and (max-width: 600px) { .chaty-header .save-button-container span { display: none; } .chaty-header .save-button-container span.mobile-text { display: inline-flex; } } .chaty-header li{ width: 100%; align-self: normal; } .chaty-header li a::after { content: ""; height: 2px; position: absolute; top: 22px; z-index: 0; background-color: rgb(73 104 126 / 0.4); } .chaty-header li a:is(.active, .completed)::after{ --tw-bg-opacity: 1; background-color: rgb(183 141 235 / var(--tw-bg-opacity)); } .chaty-header li a:is(.active, .completed) .chaty-tabs-subheading{ --tw-text-opacity: 1; color: rgb(183 141 235 / var(--tw-text-opacity)); } .chaty-header li:nth-child(1) a::after { width: 50%; right: 0; } .chaty-header li:nth-child(2) a::after, .chaty-header li:nth-child(3) a::after { width: 100%; right: 0; } .chaty-header li:nth-child(4) a::after { width: 50%; left: 0; } .chaty-header .header-items .progress-stat { width: 48px; height: 48px; position: relative; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 48px; } .chaty-header .header-items .progress-stat svg { position: absolute; top: 0; left: 0; width: 48px; height: 48px; overflow: unset; } .chaty-header .header-items .progress-stat .current-step { display: inline-block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #49687E; width: 40px; height: 40px; text-align: center; line-height: 40px; background-color: #F9F6FD; border-radius: 50%; font-size: 14px; } .chaty-header .header-items .progress-stat svg.whirlPath circle { stroke-width: 4px; stroke: rgba(183, 141, 235, 0.2); } .chaty-header .header-items .progress-stat svg.svg-progress { transform: rotate(-90deg); } .chaty-header .header-items .progress-stat svg.svg-progress circle { stroke-width: 4px; stroke-dashoffset: 292.1681167839; stroke-dasharray: 292.1681167839; transition: stroke-dashoffset 0.2s 0.1s cubic-bezier(0.77, 0, 0.175, 1); stroke: #B78DEB; } .chaty-header .header-items .chaty-app-steps { display: none; align-items: center; gap: 10px; } .chaty-header .header-items .chaty-app-steps .process-step { font-size: 16px; color: #B78DEB; } @media screen and (max-width: 600px) { .chaty-header .header-items .chaty-app-steps .process-step { font-size: 14px; } } @media screen and (max-width: 480px) { .chaty-header .header-items .chaty-app-steps .process-step { font-size: 12px; } } @media screen and (max-width: 1024px) { .chaty-header .header-items .chaty-app-tabs{ display: none; } .chaty-header .header-items .chaty-app-steps { display: flex; } } .chaty-header .chaty-tab{ position: relative; display: inline-block; height: 100%; width: 100%; border-radius: 0.5rem; --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); padding-left: 1rem; padding-right: 1rem; padding-top: 2.5rem; text-align: center; font-family: Rubik, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --tw-text-opacity: 1; color: rgb(73 104 126 / var(--tw-text-opacity)); font-size: 14px; padding-bottom: 7px; } .chaty-header .chaty-tab::before { display: inline-block; width: 1.9rem; content: ""; height: 1.9rem; margin-bottom: 0.125rem; border: 5px solid #fff; border-radius: 50%; position: absolute; left: 50%; z-index: 1; transform: translate(-50%, -33px); background-color: #83a1b7; } .chaty-header .chaty-tab.active{ --tw-text-opacity: 1; color: rgb(183 141 235 / var(--tw-text-opacity)); } .chaty-header .chaty-tab:is(.active, .completed)::before{ --tw-bg-opacity: 1; background-color: rgb(183 141 235 / var(--tw-bg-opacity)); } .chaty-header .chaty-tab:hover{ background-color: rgb(183 141 235 / 0.2); } .chaty-widget-tab { margin-top: 117px; } .chaty-widget-tab.step-3 { display: block; border-right: none; } .chaty-widget-tab.step-3 .preview-section-chaty { display: none; } .step-four { display: flex; } @media screen and (max-width: 639px) { .chaty-help-form { right: 12px !important; bottom: 80px !important; width: 313px !important; } } .cloud-images img { position: absolute; } .cloud-images img.cloud-1 { top: 5%; left: 2%; filter: drop-shadow(0px 8.26px 16px rgba(0, 0, 0, 0.12)); } .cloud-images img.cloud-2 { bottom: 5%; right: 0; } .cloud-images img.cloud-3 { bottom: 1%; left: 0; } .cloud-images img.globe { bottom: 0px; left: 0; } .cloud-images img.cloud-5 { top: 5%; left: 0; filter: drop-shadow(0px 8.26px 16px rgba(0, 0, 0, 0.12)); } .chatyway-popup[data-step="1"] .cloud-5 { display: none; } .chatyway-popup[data-step="1"] .cloud-4 { display: none; } .chatyway-popup[data-step="1"] .cloud-2 { bottom: 35%; } .chatyway-popup[data-step="2"] img { display: none; } .chatyway-popup[data-step="3"] img { display: none; } .chatyway-popup[data-step="3"] .cloud-5, .chatyway-popup[data-step="3"] .cloud-2 { display: block; } #chatyway-info-popup .chaty-popup-inner .chatway-steps { display: none; } #chatyway-info-popup .chaty-popup-inner.step-1 .cloud-images .cloud-5 { display: none; } #chatyway-info-popup .chaty-popup-inner.step-1 .cloud-images .cloud-4 { display: none; } #chatyway-info-popup .chaty-popup-inner.step-1 .cloud-images .cloud-2 { bottom: 35%; } #chatyway-info-popup .chaty-popup-inner.step-1 .step-1 { display: block; } #chatyway-info-popup .chaty-popup-inner.step-2 { width: 720px; } #chatyway-info-popup .chaty-popup-inner.step-2 .cloud-images img { display: none; } #chatyway-info-popup .chaty-popup-inner.step-2 .step-2 { display: block; } #chatyway-info-popup .chaty-popup-inner.step-3 .cloud-images img { display: none; } #chatyway-info-popup .chaty-popup-inner.step-3 .cloud-images .cloud-5, #chatyway-info-popup .chaty-popup-inner.step-3 .cloud-images .cloud-2 { display: block; } #chatyway-info-popup .chaty-popup-inner.step-3 .step-3 { display: block; } .chatway-position { flex: 1; } .chatway-position input:checked + label { border-color: #b78deb; } .chatway-position input:checked + label img { display: block; } .chatway-icons label { cursor: pointer; } .chatway-icons label .chatway-icon { height: 40px; width: 40px; display: block; margin-bottom: 10px; } .chatway-icons label .chatway-icon svg { display: block; height: 100%; width: 100%; } .chatway-icons label .chatway-icon svg .color-element { fill: #0446de !important; } .chatway-icons label .radio-button { width: 16px; height: 16px; display: block; margin: 0 auto; border-radius: 50%; border: 1px solid #83a1b7; position: relative; } .chatway-icons label input:checked + .radio-button:after { display: block; width: 8px; height: 8px; margin: 0 auto; position: absolute; content: ""; background: #49687e; border-radius: 50%; left: 0; right: 0; top: 50%; transform: translateY(-50%); } .chatway-positions input:checked + label { color: #b78deb; } .chatway-positions input:checked + label span { border-color: #b78deb; } .chatway-positions input:checked + label:after { content: ""; width: 8px; height: 8px; background-color: #b78deb; position: absolute; border-radius: 50%; left: 4px; } .chatway-steps .chatway-positions input:checked + label:after { display: none; } .button-shadow { box-shadow: 0 4px 19px 0 rgba(183, 141, 235, 0.4); transition: all 0.2s ease-in-out; } .button-shadow:hover { box-shadow: 0 4px 19px 0 rgba(183, 141, 235, 0.6); } .chaty--button { transition: all 0.1s ease-in-out; } .chaty--button path { transition: all 0.1s ease-in-out; } .chaty--button.active, .chaty--button.active:hover { background-color: #f9f6fd; border-color: #b78deb; color: #b78deb; } .chaty--button.active path, .chaty--button.active:hover path { stroke: #b78deb; } .switch-preview label { cursor: pointer; } .chatway--options { display: flex; position: relative; gap: 15px; align-items: center; } .chatway--options .chatway--option { border: solid 1px #EAEFF2; border-radius: 8px; flex: 1; } .chatway--options .chatway--option .chatway--frame { margin: 60px 25px 25px 60px; position: relative; } .chatway--options .chatway--option .chatway--frame .chatway--base { width: 100%; height: 100%; } .chatway--options .chatway--option .view--title { display: none; } .chatway--options .chatway--option .chaty-icon-buttons { position: absolute; right: 20px; bottom: 20px; } .chatway--options .chatway--option .chaty-icon-buttons .chaty--cta-icon { opacity: 1; visibility: visible; } .chatway--options .chatway--option .chatway--button { position: absolute; right: 20px; bottom: 74px; transition-delay: 0.7s; transition-property: transform; transition-duration: 0.3s; } .chatway--options .chatway--option.old-view.above-chaty .chaty-icon-buttons .chaty--channel { display: none; } .chatway--options .chatway--option.old-view.inside-chaty .chatway--button { bottom: 130px; } .chatway--options .chatway--option.old-view.inside-chaty .chaty--channel { bottom: 54px; } .chatway--options .chatway--option.old-view.inside-chaty .chaty--close-icon { opacity: 1; visibility: visible; } .chatway--options .chatway--option.old-view.inside-chaty .chaty--cta-icon { opacity: 0; visibility: hidden; } .chatway--options .chatway--option.old-view.outside-chaty .chatway--frame { margin: 42px; } .chatway--options .chatway--option.old-view.outside-chaty .chaty-icon-buttons, .chatway--options .chatway--option.old-view.outside-chaty .chatway--base { display: none; } .chatway--options .chatway--option.old-view.outside-chaty .chatway--area { display: block; } .chatway--options .chatway--option.old-view.outside-chaty .chatway--button { right: 68px; bottom: 68px; margin: 0 auto; } .chatway--options .chatway--option.new-view.above-chaty .chaty-icon-buttons .chaty--channel { bottom: 0; } .chatway--options .chatway--option.new-view.inside-chaty .chaty--channel { bottom: 0; } .chatway--options .chatway--option.new-view.outside-chaty .chatway--frame { margin: 42px; } .chatway--options .chatway--option.new-view.outside-chaty .chaty-icon-buttons, .chatway--options .chatway--option.new-view.outside-chaty .chatway--base { display: none; } .chatway--options .chatway--option.new-view.outside-chaty .chatway--area { display: block; } .chatway--options .chatway--option.new-view.outside-chaty .chatway--button { left: 68px; bottom: 68px; margin: 0 auto; } .chatway--options .chaty--channel { position: absolute; right: 0; bottom: 0; max-width: 48px; transition: 0.2s linear; } .chatway--options .chat--cta-button { width: 48px; height: 48ox; position: absolute; right: 0; bottom: 0; } .chatway--options .chat--cta-button img { position: absolute; right: 0; bottom: 0; transition: 0.2s linear; } .chatway--options .chatway-arrow { flex: 0 0 30px; } .chatway--options .chatway-arrow svg { width: 100%; height: auto; } .chatway--options .chatway--area { display: none; width: 100%; height: 100%; } .chatway--options.above-chaty-inside-chaty .old-view .chatway--button { transition: all 0.3s linear; transition-delay: 1s; } .chatway--options.above-chaty-inside-chaty .old-view .chatway--button.add-animation { right: -310px; bottom: 130px; } .chatway--options.above-chaty-inside-chaty .new-view .chaty--channel, .chatway--options.above-chaty-inside-chaty .new-view .chaty--close-icon, .chatway--options.above-chaty-inside-chaty .new-view .chaty--cta-icon { transition-delay: 0s; } .chatway--options.above-chaty-inside-chaty.animate-it .new-view .chaty--channel { bottom: 54px; } .chatway--options.above-chaty-inside-chaty.animate-it .new-view .chaty--cta-icon { opacity: 0; visibility: hidden; } .chatway--options.above-chaty-inside-chaty.animate-it .new-view .chaty--close-icon { transform: rotate(90deg); opacity: 1; visibility: visible; } .chatway--options.above-chaty-outside-chaty .old-view .chatway--button, .chatway--options.inside-chaty-outside-chaty .old-view .chatway--button { transition: all 0.3s linear; transition-delay: 0.3s; } .chatway--options.above-chaty-outside-chaty .old-view .chatway--button.add-animation, .chatway--options.inside-chaty-outside-chaty .old-view .chatway--button.add-animation { right: -246px; bottom: 80px; } .chatway--options.inside-chaty-above-chaty .old-view .chatway--button { transition: all 0.3s linear; transition-delay: 0.3s; } .chatway--options.inside-chaty-above-chaty .old-view .chatway--button.add-animation { right: -310px; bottom: 74px; } .chatway--options.outside-chaty-above-chaty .old-view .chatway--button { transition: all 0.3s linear; transition-delay: 0.3s; } .chatway--options.outside-chaty-above-chaty .old-view .chatway--button.add-animation { right: -326px; bottom: 64px; } .chatway--options.outside-chaty-inside-chaty .old-view .chatway--button { transition: all 0.3s linear; transition-delay: 1s; } .chatway--options.outside-chaty-inside-chaty .old-view .chatway--button.add-animation { right: -326px; bottom: 118px; } .chatway--options.outside-chaty-inside-chaty .new-view .chaty--channel, .chatway--options.outside-chaty-inside-chaty .new-view .chaty--close-icon, .chatway--options.outside-chaty-inside-chaty .new-view .chaty--cta-icon { transition-delay: 0s; } .chatway--options.outside-chaty-inside-chaty.animate-it .new-view .chaty--channel { bottom: 54px; } .chatway--options.outside-chaty-inside-chaty.animate-it .new-view .chaty--cta-icon { opacity: 0; visibility: hidden; } .chatway--options.outside-chaty-inside-chaty.animate-it .new-view .chaty--close-icon { transform: rotate(90deg); opacity: 1; visibility: visible; } .chatway-custom-image .custom-image-preview { display: none; } .chatway-custom-image.img-active .custom-image-selector { display: none; } .chatway-custom-image.img-active .custom-image-preview { display: flex; } #chaty-social-Chatway .chatway-outside-setting { display: none; } #chaty-social-Chatway.outside-chaty .device-agent-settings, #chaty-social-Chatway.outside-chaty .chatway-channel-setting, #chaty-social-Chatway.outside-chaty .border-t.border-solid { display: none; } #chaty-social-Chatway.outside-chaty .chatway-outside-setting { display: flex; gap: 20px; align-items: center; } #chaty-social-Chatway.outside-chaty .channels__input-box { margin-bottom: 0; } #chaty-social-Chatway.outside-chaty .move-icon { display: none; } #chaty-social-Chatway.outside-chaty .chaty-icon { display: none; } #chaty-social-Chatway.outside-chaty .chatway--buttons { padding-left: 70px; } #chaty-social-Chatway.outside-chaty #chatway-position-settings { margin-left: 70px; } .chaty-widget-tab .manage-live-chat-info { display: none; } .chaty-widget-tab.has--chatway .add-live-chat-info { display: none; } .chaty-widget-tab.has--chatway .manage-live-chat-info { display: block; } #chaty-tab-triger-targeting input[type=color], #chaty-tab-triger-targeting input[type=date], #chaty-tab-triger-targeting input[type=datetime-local], #chaty-tab-triger-targeting input[type=datetime], #chaty-tab-triger-targeting input[type=email], #chaty-tab-triger-targeting input[type=month], #chaty-tab-triger-targeting input[type=number], #chaty-tab-triger-targeting input[type=password], #chaty-tab-triger-targeting input[type=tel], #chaty-tab-triger-targeting input[type=text], #chaty-tab-triger-targeting input[type=time], #chaty-tab-triger-targeting input[type=url], #chaty-tab-triger-targeting input[type=week], #chaty-tab-triger-targeting select, #chaty-tab-triger-targeting textarea, #chaty-tab-triger-targeting .select2-selection { border: 1px solid #ededed; max-width: 100%; min-height: 40px; } .group-control-wrap input { border-radius: 8px; text-align: center; } .contact-form-leads-header{ margin-bottom: 1.25rem; } .contact-form-leads-header input:not([type=submit]), .contact-form-leads-header select{ display: inline-block; border-radius: 0.5rem; border-width: 1px; padding-left: 1.25rem; padding-right: 1.25rem; padding-top: 0.375rem; padding-bottom: 0.375rem; height: auto !important; min-width: 150px; line-height: 26px !important; } .contact-form-leads-header form{ display: flex; align-items: center; } .contact-form-leads-header #search-submit, .contact-form-leads-header #doaction { padding: 10px 22px; border: 0; margin-left: 8px; border-radius: 8px; } .hover\:border-\[\#83a1b7\]:hover{ --tw-border-opacity: 1; border-color: rgb(131 161 183 / var(--tw-border-opacity)); } .hover\:border-cht-gray-150:hover{ --tw-border-opacity: 1; border-color: rgb(73 104 126 / var(--tw-border-opacity)); } .hover\:border-cht-primary-100:hover{ --tw-border-opacity: 1; border-color: rgb(149 101 208 / var(--tw-border-opacity)); } .hover\:border-cht-primary:hover{ --tw-border-opacity: 1; border-color: rgb(183 141 235 / var(--tw-border-opacity)); } .hover\:bg-\[\#edf3f6\]:hover{ --tw-bg-opacity: 1; background-color: rgb(237 243 246 / var(--tw-bg-opacity)); } .hover\:bg-\[\#f9f6fd\]:hover{ --tw-bg-opacity: 1; background-color: rgb(249 246 253 / var(--tw-bg-opacity)); } .hover\:bg-slate-600:hover{ --tw-bg-opacity: 1; background-color: rgb(71 85 105 / var(--tw-bg-opacity)); } .hover\:bg-cht-primary-100:hover{ --tw-bg-opacity: 1; background-color: rgb(149 101 208 / var(--tw-bg-opacity)); } .hover\:bg-transparent:hover{ background-color: transparent; } .hover\:bg-red-500\/10:hover{ background-color: rgb(239 68 68 / 0.1); } .hover\:bg-cht-gray-150\/10:hover{ background-color: rgb(73 104 126 / 0.1); } .hover\:bg-cht-primary\/10:hover{ background-color: rgb(183 141 235 / 0.1); } .hover\:bg-\[\#B78DEB\]:hover{ --tw-bg-opacity: 1; background-color: rgb(183 141 235 / var(--tw-bg-opacity)); } .hover\:bg-\[\#8f59d3\]:hover{ --tw-bg-opacity: 1; background-color: rgb(143 89 211 / var(--tw-bg-opacity)); } .hover\:bg-\[\#9455e1\]:hover{ --tw-bg-opacity: 1; background-color: rgb(148 85 225 / var(--tw-bg-opacity)); } .hover\:stroke-red-500:hover{ stroke: #ef4444; } .hover\:text-white:hover{ --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); } .hover\:text-red-500:hover{ --tw-text-opacity: 1; color: rgb(239 68 68 / var(--tw-text-opacity)); } .hover\:text-\[\#0446de\]:hover{ --tw-text-opacity: 1; color: rgb(4 70 222 / var(--tw-text-opacity)); } .hover\:text-cht-primary-100:hover{ --tw-text-opacity: 1; color: rgb(149 101 208 / var(--tw-text-opacity)); } .hover\:text-cht-primary:hover{ --tw-text-opacity: 1; color: rgb(183 141 235 / var(--tw-text-opacity)); } .hover\:text-cht-gray-150:hover{ --tw-text-opacity: 1; color: rgb(73 104 126 / var(--tw-text-opacity)); } .hover\:text-\[\#3549fc\]:hover{ --tw-text-opacity: 1; color: rgb(53 73 252 / var(--tw-text-opacity)); } .hover\:text-\[\#49687e\]:hover{ --tw-text-opacity: 1; color: rgb(73 104 126 / var(--tw-text-opacity)); } .hover\:underline:hover{ -webkit-text-decoration-line: underline; text-decoration-line: underline; } .hover\:opacity-100:hover{ opacity: 1; } .focus\:bg-red-500\/10:focus{ background-color: rgb(239 68 68 / 0.1); } .focus\:bg-\[\#B78DEB\]:focus{ --tw-bg-opacity: 1; background-color: rgb(183 141 235 / var(--tw-bg-opacity)); } .focus\:text-\[\#3549fc\]:focus{ --tw-text-opacity: 1; color: rgb(53 73 252 / var(--tw-text-opacity)); } .focus\:text-cht-gray-150:focus{ --tw-text-opacity: 1; color: rgb(73 104 126 / var(--tw-text-opacity)); } .focus\:text-white:focus{ --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); } .group:hover .group-hover\:stroke-red-500{ stroke: #ef4444; } .group:hover .group-hover\:opacity-100{ opacity: 1; } @media (min-width: 640px){ .sm\:-left-5{ left: -1.25rem; } .sm\:mt-0{ margin-top: 0px; } .sm\:inline-block{ display: inline-block; } .sm\:flex{ display: flex; } .sm\:w-44{ width: 11rem; } .sm\:w-96{ width: 24rem; } .sm\:grid-cols-2{ grid-template-columns: repeat(2, minmax(0, 1fr)); } .sm\:grid-cols-3{ grid-template-columns: repeat(3, minmax(0, 1fr)); } .sm\:flex-row{ flex-direction: row; } .sm\:items-center{ align-items: center; } .sm\:justify-between{ justify-content: space-between; } .sm\:gap-8{ gap: 2rem; } .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]){ --tw-space-x-reverse: 0; margin-right: calc(0.75rem * var(--tw-space-x-reverse)); margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); } .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){ --tw-space-y-reverse: 0; margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0px * var(--tw-space-y-reverse)); } .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]){ --tw-space-x-reverse: 0; margin-right: calc(1.75rem * var(--tw-space-x-reverse)); margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))); } .sm\:p-5{ padding: 1.25rem; } .sm\:px-8{ padding-left: 2rem; padding-right: 2rem; } .sm\:px-5{ padding-left: 1.25rem; padding-right: 1.25rem; } .sm\:py-2\.5{ padding-top: 0.625rem; padding-bottom: 0.625rem; } .sm\:py-2{ padding-top: 0.5rem; padding-bottom: 0.5rem; } .sm\:py-5{ padding-top: 1.25rem; padding-bottom: 1.25rem; } .sm\:pl-20{ padding-left: 5rem; } .sm\:pl-0{ padding-left: 0px; } .sm\:text-4xl{ font-size: 2.25rem; line-height: 2.5rem; } .sm\:text-3xl{ font-size: 1.875rem; line-height: 2.25rem; } } @media (min-width: 768px){ .md\:-left-8{ left: -2rem; } .md\:p-8{ padding: 2rem; } .md\:pl-0{ padding-left: 0px; } } @media (min-width: 1024px){ .lg\:inline{ display: inline; } .lg\:hidden{ display: none; } .lg\:grid-cols-3{ grid-template-columns: repeat(3, minmax(0, 1fr)); } }