/*
! tailwindcss v3.3.2 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings 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 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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;
}

/*
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::-moz-placeholder, textarea::-moz-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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  print-color-adjust: unset;
}

[type='checkbox'],
[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,
[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,
[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,
[type='checkbox']:checked:focus,
[type='radio']:checked:hover,
[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,
[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*,
::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-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --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-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --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: ;
}

.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;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.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));
}

.border {
  border-width: 1px;
}

.text-center {
  text-align: center;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.invert {
  --tw-invert: invert(100%);
  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);
}

:root {
  /* sans for font-family: ; */
  --font-sans: 'Inter';
  --ff-heading-font: 'Inter' !important;
  --ff-paragraph-font: 'Inter' !important;
  --primary: #3F1ACA;
  --hover-primary: hsl(253 22% 95% / 1);
  --placeholder-color: #6A7280 !important;
  --tags-focus-border-color: #3F1ACA !important;
  --tags-border-color: gray !important;
  --tagify-dd-color-primary: hsl(253 22% 95% / 1) !important;
}

tags.tagify.tailwind-input.tailwind-email-lookup.tagify--focus {
  --tags-border-color: #3F1ACA !important;
  transition: 0s;
  outline: 1px solid #3F1ACA;
}

body {
  font-size: 16px;
  background-color: #E5E5E5;
}

.root {
  /* container like style bootstrap and mobile width */
  width: 100%;
}

@media (min-width: 640px) {
  .root {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .root {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .root {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .root {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .root {
    max-width: 1536px;
  }
}

.root {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.share-container {
  /* .share-container */
  /* 70% */
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
  border-radius: 0.5em;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.page-container {
  margin-bottom: 90px;
  width: 100%;
  border-radius: 0.5em;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.setup-container {
  /* .setup-container */
  /* 30% */
  display: none;
}

@media (min-width: 1024px) {
  .setup-container {
    display: block;
    width: 375px;
  }
}

.setup-option {
  margin-bottom: 15px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.375em;
  border-left-width: 4px;
  border-color: var(--primary);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  padding-left: 0.5rem;
  color: var(--primary);
}

.setup-option:hover {
  background-color: var(--hover-primary);
}

.setup-option-left-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.5rem;
}

.setup-option-title {
  font-family: var(--font-sans);
  font-size: 0.875em !important;
  line-height: 1.9em !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

svg-icon.setup-option-icon {
  display: flex;
  align-items: center;
  align-self: center;
}

.share-container-header {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 768px) {
  .share-container-header {
    padding: 1.5rem;
  }
}

.share-container-header {
  padding-bottom: 0px !important;
}

.page-container-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

.page-header-title {
  font-family: var(--font-sans);
  display: flex;
  align-items: center;
  gap: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.page-header-title:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.close-modal-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

div#cancel-prefill {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.375em;
  border-width: 1px;
  border-color: transparent;
  padding: 0.5rem;
}

div#cancel-prefill:focus {
  border-color: #0000001F;
}

.page-container-active {
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: 0.5px
}

svg-icon.autofill-header-title-icon {
  display: flex;
  align-items: center;
  align-self: center;
}

.share-tab-icon {
  height: 1.5rem;
  fill: #9D9D9D;
}

.share-tab.active .share-tab-icon {
  fill: var(--primary);
}

.share-container-header-title {
  font-family: var(--font-sans);
  margin-bottom: 0.625rem;
  font-size: 1.25em;
  line-height: 1.75em;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.share-tab {
  display: flex;
  height: 2.75rem;
  cursor: pointer;
  align-items: center;
  border-bottom-width: 3px;
  border-bottom-color: transparent;
  fill: #9D9D9D;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .share-tab {
    gap: 0.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.share-tab.active {
  border-bottom-color: var(--primary);
  fill: var(--primary);
}

.share-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (min-width: 1024px) {
  .share-tabs {
    gap: 30px;
  }
}

svg-icon.share-tab-icon {
  display: flex;
  align-items: center;
  align-self: center;
}

.share-tab-title {
  font-family: var(--font-sans);
  display: none;
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .share-tab-title {
    display: block;
  }
}

#website-tab svg {
  height: 28px !important;
}

.share-tab.active .share-tab-title {
  font-weight: 600;
  color: var(--primary);
}

.share-container-body,
.autofill-container-body {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}

@media (min-width: 1024px) {
  .share-container-body,
.autofill-container-body {
    padding: 32px;
  }
}

.contacts-container-body {
  padding: 1.5rem;
}

@media (min-width: 1024px) {
  .contacts-container-body {
    padding: 32px;
  }
}

.divider-x {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}

.body-prefix-icon-container {
  display: none;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--primary);
}

@media (min-width: 1024px) {
  .body-prefix-icon-container {
    display: flex;
  }
}

.body-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.body-group-title {
  font-family: var(--font-sans);
  font-size: 0.75em;
  line-height: 1em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

span.dots {
  height: 1px;
  flex-grow: 1;
  margin: 0 10px;
  background-image: radial-gradient(circle, black 1px, transparent 1px);
  background-size: 8px 1px;
}

.prefix-icon,
.chip-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.body-group-main {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.divider-y {
  height: 1.25rem;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}

.group-main-text {
  font-family: var(--font-sans);
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  line-height: normal;
}

.button-chip {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.25rem;
}

#qr-code-scanner .button-chip {
  gap: 0.375rem;
}

.chip-text {
  font-family: var(--font-sans);
  font-size: 0.75em;
  line-height: 1em;
  font-weight: 400;
  color: var(--primary);
}

#short-url {
  margin-right: 0.25rem;
}

[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
  width: 100%;
  border-radius: 4px;
  border-width: 1px;
  border-color: #0000001F;
  padding: 0.75rem;
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

[type='text']:focus-within,
[type='email']:focus-within,
[type='url']:focus-within,
[type='password']:focus-within,
[type='number']:focus-within,
[type='date']:focus-within,
[type='datetime-local']:focus-within,
[type='month']:focus-within,
[type='search']:focus-within,
[type='tel']:focus-within,
[type='time']:focus-within,
[type='week']:focus-within,
[multiple]:focus-within,
textarea:focus-within,
select:focus-within {
  border-color: var(--primary);
}

[type='text']:focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  border-color: var(--primary);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
  font-family: var(--font-sans);
}

.modal-header {
  font-size: 18px;
  font-weight: 500;
}

#EditModal .form-group label {
  font-family: var(--font-sans);
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 500;
}

.toastui-editor-defaultUI .ProseMirror {
  padding: 0.75rem !important;
}

.toastui-editor-defaultUI-toolbar {
  padding: 0px !important;
}

.email-body {
}

.email-container {
  margin-top: 1.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .email-container {
    width: 58%;
  }
}

.whatsapp-container {
  margin-top: 1.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
}

label.tailwind-label {
  font-family: var(--font-sans);
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

span.tailwind-label-required {
  font-family: var(--font-sans);
  font-size: 0.875em;
  line-height: 1.9em;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.toastui-editor-defaultUI {
  border: 1px solid #0000001F;
}

.tailwind-input {
  border-width: 1px;
  border-style: solid;
  border-color: #0000001F;
  padding: 0.5rem;
}

.tailwind-input-group {
  position: relative;
  margin-bottom: 1rem;
}

.tailwind-button,
.tailwind-button-secondary {
  font-family: var(--font-sans);
  margin-top: 1rem !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  cursor: pointer !important;
  border-radius: 0.375em !important;
  border-color: transparent !important;
  background-color: var(--primary) !important;
  padding: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 0.875em !important;
  line-height: 1.9em !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.tailwind-button:hover,
.tailwind-button-secondary:hover {
  border-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(76 29 255 / var(--tw-bg-opacity)) !important;
}

.tailwind-button:focus,
.tailwind-button-secondary:focus {
  border-width: 0px !important;
  outline-style: solid !important;
  outline-offset: 2px !important;
  outline-color: var(--primary) !important;
}

.tailwind-button:disabled,
.tailwind-button-secondary:disabled {
  cursor: not-allowed !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity)) !important;
}

.tailwind-button:hover:disabled,
.tailwind-button-secondary:hover:disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity)) !important;
}

.tailwind-button,
.tailwind-button-secondary {
  letter-spacing: 0.5px;
  transition: 0s !important;
  outline: 0px !important;
}

button.tailwind-button {
  margin-top: 1rem !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  cursor: pointer !important;
  border-radius: 0.375em !important;
  border-width: 0px !important;
  border-color: transparent !important;
  background-color: var(--primary) !important;
  padding: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 0.875em !important;
  line-height: 1.9em !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

button.tailwind-button:hover {
  border-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(76 29 255 / var(--tw-bg-opacity)) !important;
}

button.tailwind-button:focus {
  border-width: 0px !important;
  outline-width: 2px !important;
  outline-offset: 2px !important;
  outline-color: var(--primary) !important;
}

button.tailwind-button:disabled {
  cursor: not-allowed !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity)) !important;
}

button.tailwind-button:hover:disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity)) !important;
}

button.tailwind-button {
  letter-spacing: 0.5px;
  transition: 0s !important;
  outline: 0px !important;
}

select.tailwind-input {
  cursor: pointer;
}

.group-main-dropdown {
  /* should like text with dropdown arrow on the right. */
  cursor: pointer;
  border-width: 0px;
  border-color: transparent;
  padding: 0px;
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 500;
  color: var(--primary);
}

.group-main-dropdown:focus-within {
  border-width: 0px;
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group-main-dropdown:focus {
  border-width: 0px;
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group-main-dropdown {
  /* text ellips if more than 150px */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}

#mdEditor {
  min-height: 260px !important;
  overflow: initial !important;
}

.group-main-dropdown::after {
  /* arrow svg the right with primary color */
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 24 24' stroke='currentColor'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3e%3c/svg%3e");
  margin-left: 0.125rem;
  /* Ensure you still have any Tailwind CSS classes needed */
  color: var(--primary);
  /* This sets the color of the SVG */
}

.tailwind-prefill-button {
  margin-bottom: 0.5rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.375rem;
}

.tailwind-prefill-button-text {
  font-family: var(--font-sans);
  max-width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.75em;
  line-height: 1em;
  font-weight: 400;
  color: var(--primary);
}

@media (min-width: 768px) {
  .tailwind-prefill-button-text {
    max-width: 100px;
    font-size: 0.875em;
    line-height: 1.9em;
  }
}

@media (min-width: 1024px) {
  .tailwind-prefill-button-text {
    max-width: 200px;
  }
}

#remove-prefill-button svg-icon.tailwind-plus-icon {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
  padding: 0.125rem !important;
}

#remove-prefill-button svg-icon.tailwind-plus-icon:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 28 28 / var(--tw-border-opacity)) !important;
}

span.required {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

svg-icon.tailwind-plus-icon {
  display: flex;
  align-items: center;
}

.tailwind-input-group-flex {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.body-group-header-title {
  font-family: var(--font-sans);
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tailwind-textarea {
  width: 100%;
  border-radius: 4px;
  border-color: #0000001F;
  padding: 0.5rem;
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tailwind-textarea:focus-within {
  border-color: var(--primary);
}

.tailwind-textarea:focus {
  border-color: var(--primary);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.tailwind-textarea {
  border-width: 1px !important;
}

textarea#whatsapp {
  border-width: 2px !important;
}

.tailwind-textarea:focus {
  outline: 1px solid var(--primary) !important;
  outline-offset: 0px !important;
  box-shadow: none !important;
}

.tailwind-whatsapp-button {
  margin-top: 1rem !important;
  display: flex !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  cursor: pointer !important;
  align-items: center !important;
  gap: 0.5rem !important;
  border-radius: 0.375em !important;
  border-width: 0px !important;
  border-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(41 167 26 / var(--tw-bg-opacity)) !important;
  padding: 0.75rem !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.tailwind-whatsapp-button:focus-within {
  outline-width: 2px !important;
}

.tailwind-whatsapp-button:hover {
  border-width: 0px !important;
  border-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 157 88 / var(--tw-bg-opacity)) !important;
}

.tailwind-whatsapp-button:focus {
  outline-style: solid !important;
  outline-offset: 2px !important;
  outline-color: #0F9D58 !important;
}

.tailwind-whatsapp-button .whatsapp-icon {
  display: flex;
  align-items: center;
}

.whatsapp-button-text {
  font-family: var(--font-sans);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ff-form .rest-btn-secondary:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

#ff-id-555539323 {
  min-height: 170px !important;
}

.ff-form-check {
  margin-bottom: 12px !important;
}

.embed-container {
  display: flex;
  height: 750px;
  width: 100%;
}

#ff-embed-compose {
  width: 100%;
}

.ff-form {
  width: 100% !important;
}

.tagify__tag>div>* {
  font-family: var(--font-sans);
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
}

.tailwind-tagify-container {
  width: 100%;
}

/* .tagify {
  @apply w-full  rounded-[4px] border-[#0000001F] border text-sm !important;
}

.tagify__input {
  font-family: var(--font-sans);
  @apply w-full text-sm !important;
}

.tagify--focus {
  @apply border-2 w-full  text-sm border-[var(--primary)] rounded-[4px] !important;
} */

tags.tagify.tailwind-input.tailwind-email-lookup {
  font-family: var(--font-sans);
  /* placeholder color */
  width: 100% !important;
  border-radius: 4px !important;
  border-width: 1px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 0.875em !important;
  line-height: 1.9em !important;
}

.tailwind-tagify-dropdown {
  font-family: var(--font-sans);
  font-size: 0.875em !important;
  line-height: 1.9em !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.tailwind-tagify-dropdown:hover {
  background-color: #3f1aca33 !important;
}

.tagify__dropdown__item {
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity)) !important;
  padding: 0.625rem !important;
}

.tagify__dropdown {
  /* 0px 2px 10px 1.5px rgba(0, 0, 0, .2) */
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tagify__dropdown__wrapper {
  border-bottom-right-radius: 0.375em !important;
  border-bottom-left-radius: 0.375em !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;
}

.tagify__dropdown__item--active {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.ff-form .ff-title {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  font-size: 1em !important;
  line-height: 1.5em !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}

#new-prefill .ff-bill tr,
#new-prefill .ff-summary tr {
  border-bottom-width: 0px !important;
}

.website-container-header-title {
  font-family: var(--font-sans);
  margin-bottom: 0.625rem;
  font-size: 1.125em;
  line-height: 1.65em;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.website-container-header-description {
  font-family: var(--font-sans);
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.tailwind-label-gray {
  font-family: var(--font-sans);
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.website-container {
  width: 100%;
}

.website-container-body {
  margin-top: 1rem;
  width: 100%;
}

.website-container-body .tailwind-input-group {
  width: 100%;
}

@media (min-width: 768px) {
  .website-container-body .tailwind-input-group {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .website-container-body .tailwind-input-group {
    width: 33.333333%;
  }
}

.body-group-description {
  font-family: var(--font-sans);
}

#download-mobile-app {
  margin-top: 0.75rem;
}

.body-group-download-mobile-app {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375em;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity));
  padding: 0.75rem;
}

.body-group-download-mobile-app p {
  margin-bottom: 0px;
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.group-pages {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
}

.group-page-container {
  display: flex;
  min-width: 225px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.group-page-container > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  --tw-divide-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-divide-opacity));
}

.group-page-container {
  border-radius: 0.375em;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding: 0.75rem;
}

.page-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.75rem;
}

.group-page-container .page-title {
  font-family: var(--font-sans);
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.page-icon-container {
  cursor: pointer;
}

.website-pages-container {
  margin-top: 1.5rem;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

.website-pages-container .body-group-title {
  margin-bottom: 0.25rem !important;
  font-size: 0.75em !important;
  line-height: 1em !important;
  --tw-text-opacity: 1 !important;
  color: rgb(85 85 85 / var(--tw-text-opacity)) !important;
  margin-top: 4px;
}

.editor-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px;
  border-bottom-width: 1px;
  border-bottom-color: #0000001F;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.editor-container:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.editor-container:last-child {
  border-bottom-width: 0px;
}

.editor-user {
  font-family: var(--font-sans);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
}

.editors-container {
  margin-left: -7.5px;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.125rem;
}

@media (min-width: 1024px) {
  .editors-container {
    width: 45%;
  }
}

.editors-header {
  margin-bottom: 22px;
}

.editors-title-text {
  font-family: var(--font-sans);
  margin-bottom: 1.5rem;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 600;
}

.editors-description-text {
  font-family: var(--font-sans);
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.owner-badge {
  font-family: var(--font-sans);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

#menu-button,
#disabled-menu-button {
  border-radius: 0.375em !important;
  padding: 0.25rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

@media (min-width: 1024px) {
  #menu-button,
#disabled-menu-button {
    padding: 0.375rem !important;
  }
}

.addeditors {
  margin-top: 1.25rem;
}

.invite-collaborator {
  padding: 0px !important;
}

.btn.btn-primary {
  font-family: var(--font-sans);
  cursor: pointer;
  border-color: transparent;
  background-color: var(--primary);
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.btn-primary:hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 255 / var(--tw-bg-opacity));
}

.btn.btn-primary:focus {
  outline-style: solid;
  outline-offset: 2px;
  outline-color: var(--primary);
}

.btn.btn-primary:disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

.btn.btn-primary:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

.btn.btn-primary {
  outline: 0px !important;
}

/* for all tabindex need cursor pointer */

[tabindex='0'] {
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.autofill-container-body p {
  font-family: var(--font-sans);
  margin-bottom: 1.25rem !important;
  font-size: 0.875em !important;
  line-height: 1.9em !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  line-height: 1.75 !important;
}

p.sematic-email-heading {
  margin-bottom: 0px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.actions-container {
  position: relative;
}

.autofill-container-body label {
  margin-left: 0.375rem;
  display: inline;
}

.autofill-container-body .action.button {
  width: -moz-fit-content !important;
  width: fit-content !important;
  cursor: pointer !important;
  border-radius: 0.375em !important;
  background-color: var(--primary) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.table-responsive {
  overflow: initial !important;
}

.table-actions {
  position: relative;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.tailwind-table {
  width: 100%;
  min-width: 100%;
  table-layout: auto;
  border-collapse: collapse;
}

.tailwind-table > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}

.tailwind-thead {
  height: 70px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.tailwind-thead-th {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: left;
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

/* tailwind-thead-tr first child */

.tailwind-thead-th-first {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.25rem;
  padding-right: 0.75rem;
  text-align: left;
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .tailwind-thead-th-first {
    padding-left: 1.5rem;
  }
}

.tailwind-thead-th-last {
  position: relative;
  width: 100px;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 0.75rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px) {
  .tailwind-thead-th-last {
    padding-right: 1.5rem;
  }
}

.tailwind-table thead th {
  font-family: var(--font-sans);
  letter-spacing: 0.5px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 15px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tailwind-table td {
  font-family: var(--font-sans);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(46 45 51 / var(--tw-text-opacity));
}

.tailwind-tbody-td {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: left;
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.tailwind-tbody-tr {
  border-bottom-width: 1px !important;
  border-color: #0000001F !important;
}

.tailwind-tbody-tr:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.tailwind-tbody-tr:last-child {
  border-bottom-width: 0px;
}

.tailwind-tbody-tr td:first-child {
  padding-left: 1.25rem;
}

@media (min-width: 640px) {
  .tailwind-tbody-tr td:first-child {
    padding-left: 1.5rem;
  }
}

.table.table-hover.ff-summary tr td:first-child {
  padding-left: 0px;
  padding-right: 0.625rem;
  font-weight: 500;
}

table.table-hover.ff-summary tr td {
  width: 120px;
  max-width: 120px;
}

@media (min-width: 1024px) {
  table.table-hover.ff-summary tr td {
    max-width: 170px;
  }
}

table.table-hover.ff-summary tr td {
  /* overflow hidden only one line. */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1024px) {
  table.table-hover.ff-summary tr td:last-child {
    max-width: 300px !important;
  }
}

/*  */

.tailwind-tbody-tr td:last-child {
  padding-right: 1.25rem;
}

@media (min-width: 640px) {
  .tailwind-tbody-tr td:last-child {
    padding-right: 1.5rem;
  }
}

.tailwind-tbody-tr td:last-child {
  padding-right: 1.25rem;
}

@media (min-width: 640px) {
  .tailwind-tbody-tr td:last-child {
    padding-right: 1.5rem;
  }
}

.tailwind-tbody-tr td:first-child {
  padding-left: 1.25rem;
}

@media (min-width: 640px) {
  .tailwind-tbody-tr td:first-child {
    padding-left: 1.5rem;
  }
}

.prefill-container-body {
  padding: 1rem;
}

@media (min-width: 768px) {
  .prefill-container-body {
    padding: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .prefill-container-body {
    padding: 2rem;
  }
}

.table {
  margin-bottom: 0px;
}

.prefill-list {
  margin-top: 24px;
  margin-bottom: 24px;
  border-radius: 0.375em;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.table.table-hover.ff-summary .prefill-td {
  font-family: var(--font-sans);
  border-width: 0px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(46 45 51 / var(--tw-text-opacity)) !important;
}

.add-contact-button {
  font-family: var(--font-sans);
  position: absolute;
  right: 0px;
  top: 44.5px;
  display: flex;
  height: 24.5px;
  cursor: pointer;
  align-items: center;
  border-width: 0px;
  border-left-width: 1px;
  border-left-color: #0000001F;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 500;
  color: var(--primary);
}

/* overlay and animation */

.tailwind-modal-overlay {
  position: fixed;
  inset: 0px;
  z-index: 50;
  display: none;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  /* content not center */
  align-items: center;
  justify-content: center;
}

.tailwind-modal-overlay.show-tailwind {
  display: flex;
}

.tailwind-modal {
  /* for mobile */
  /* width for mobile and desktop */
  display: flex;
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .tailwind-modal {
    margin: 0.5rem;
    min-width: 500px;
    max-width: 85%;
    border-radius: 0.375em;
  }
}

@media (min-width: 1024px) {
  .tailwind-modal {
    margin: 1.25rem;
    height: auto;
    max-height: 95vh;
    max-width: 1000px;
  }
}

.tailwind-prefill-form-loading {
  font-family: var(--font-sans);
  display: flex;
  height: 70vh;
  align-items: center;
  justify-content: center;
  font-size: 0.875em;
  line-height: 1.9em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .tailwind-prefill-form-loading {
    height: 50vh;
  }
}

div#prefill-form-button {
  font-family: var(--font-sans);
  padding: 2px 10px;
  cursor: pointer;
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 500;
  color: var(--primary);
}

/* prefill-name attr has any value then do some style to that div */

/* div#prefill-form-button in this div check the attr has any value  */

div#prefill-form-button[prefill-name]:not([prefill-name=""]) {
  border-radius: 10px;
  background-color: #3f1aca0f;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tagify__tag>div::before {
  background: var(--tag-bg);
  border-radius: 4px;
}

.tailwind-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tailwind-prefill-name {
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

div#ff-prefill-compose {
  width: 100%;
  overflow: auto;
  border-radius: 0.375em;
  border-width: 2px;
  border-color: #0000001F;
  padding: 1rem;
  padding-top: 0.75rem;
}

@media (min-width: 768px) {
  div#ff-prefill-compose {
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  div#ff-prefill-compose {
    padding: 1.5rem;
  }
}

.ff-bill tr,
.ff-summary tr {
  border-bottom-width: 0px;
}

.prefill-name {
  width: 100%;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .prefill-name {
    width: 45%;
  }
}

.tailwind-modal-title {
  font-family: var(--font-sans);
  font-size: 1.125em;
  line-height: 1.65em;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tailwind-modal-close {
  cursor: pointer;
}

.ff-add-page,
.ff-edit-mode .ff-customize,
.ff-jump-nav,
.ff-create,
.ff-editwidget,
.card-link,
.ff-edit-mode .ff-editwidget {
  display: none !important;
}

.modal-body {
  font-family: var(--font-sans);
}

.tooltip-inner {
  font-family: var(--font-sans);
}

.tailwind-modal-body {
  margin-top: 0.75rem;
  height: 100%;
  overflow: auto;
}

.tailwind-modal-footer {
  margin-top: 0.75rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}

.tailwind-modal-footer button {
  font-family: var(--font-sans);
  cursor: pointer;
  border-radius: 0.375em;
  border-width: 0px;
  background-color: var(--primary);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tailwind-modal-footer button:focus-within {
  border-width: 0px;
}

.tailwind-modal-footer button:hover {
  border-width: 0px;
  outline-width: 0px;
}

.tailwind-modal-footer button:focus {
  outline-width: 0px;
}

.tailwind-modal-footer button {
  font-weight: 500 !important;
}

.tailwind-modal-footer button.cancel {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tailwind-button-secondary {
  cursor: pointer !important;
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.tailwind-button-secondary:focus-within {
  border-width: 0px !important;
}

.tailwind-button-secondary:hover {
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity)) !important;
  outline-width: 0px !important;
}

.tailwind-button-secondary:focus {
  outline-width: 2px !important;
  outline-offset: 2px !important;
  outline-color: #cecece !important;
}

.tailwind-modal-body-flex {
  display: flex;
  flex-direction: column;
  padding: 0.125rem;
}

.ff-form {
  margin: auto !important;
}

.actions-menu {
  position: absolute;
  right: 0.5rem;
  top: -70px;
  z-index: 99;
  display: block;
  transform-origin: top right;
  border-radius: 0.375em;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-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);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

svg-icon.table-action-icon {
  display: flex;
  align-items: center;
  align-self: center;
}

.action {
  font-family: var(--font-sans);
  display: flex;
  width: 100%;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.action:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.send-email-compose-button {
  margin-top: 0px !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

.send-email-chip-icon {
  display: flex;
  align-items: center;
}

.action-remove {
  --tw-text-opacity: 1;
  color: rgb(208 31 6 / var(--tw-text-opacity));
}

.actions-menu.show {
  display: block;
}

.ProseMirror.toastui-editor-contents *,
#mdEditor * {
  font-family: var(--font-sans);
}

textarea {
  font-family: var(--font-sans);
  border-radius: 4px !important;
  border-width: 1px !important;
  border-color: #0000001F !important;
  padding: 0.625rem !important;
  font-size: 0.875em !important;
  line-height: 1.9em !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

textarea:focus-within {
  border-color: var(--primary) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

textarea:focus {
  border-color: var(--primary) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.tailwind-group-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tailwind-simple-text {
  font-family: var(--font-sans);
  font-size: 0.875em;
  line-height: 1.9em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.prefill-empty-container {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem;
}

.prefill-empty-container .tailwind-simple-text {
  text-align: center !important;
  font-size: 1em !important;
  line-height: 1.5em !important;
}

p.tailwind-error-message {
  font-family: var(--font-sans);
  line-height: normal !important;
  margin-left: 5px !important;
  font-size: 0.75em !important;
  line-height: 1em !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}

@media (min-width: 1024px) {
  p.tailwind-error-message {
    font-size: 0.875em !important;
    line-height: 1.9em !important;
  }
}

.tailwind-prompt-message {
  font-family: var(--font-sans);
  margin-bottom: 1rem !important;
  font-size: 0.75em !important;
  line-height: 1em !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.tailwind-text-link {
  font-family: var(--font-sans);
  cursor: pointer;
  color: var(--primary);
}

.tailwind-text-link:hover {
  --tw-text-opacity: 1;
  color: rgb(76 29 255 / var(--tw-text-opacity));
}

.tailwind-error-icon {
  display: flex;
  align-items: center;
}

#install-addon-error {
  margin-bottom: 1rem;
  margin-top: -0.625rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

@media (min-width: 1024px) {
  #install-addon-error {
    gap: 0.125rem;
  }
}

#install-addon-error a {
  font-family: var(--font-sans);
  cursor: pointer;
  font-weight: 500;
  color: var(--primary);
}

.tailwind-error-icon-install-addon {
  position: relative;
  margin-top: -0.25rem;
  display: flex;
  cursor: pointer;
  align-items: flex-start;
}

.tailwind-error-icon-install-addon:hover::after {
  content: attr(help) !important;
  top: 26.5px !important;
  left: 160px;
  transform: translateX(-50%) !important;
  font-family: var(--font-sans);
  letter-spacing: 0px;
  position: absolute;
  white-space: nowrap;
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(71 71 71 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 71 71 / var(--tw-bg-opacity));
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.75em;
  line-height: 1em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tailwind-error-icon-install-addon {
}

.toastui-editor-fields-menu .toastui-editor-popup-body {
  padding: 0px !important;
}

.toastui-editor-fields-menu li.ff-wrap {
  line-height: 1.5;
  cursor: pointer !important;
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(213 212 212 / var(--tw-border-opacity)) !important;
  padding: 0.625rem !important;
  font-size: 13px !important;
}

.toastui-editor-fields-menu li.ff-wrap:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}

.toastui-editor-fields-menu ul {
  display: flex !important;
  max-height: 16rem !important;
  flex-direction: column !important;
  overflow: auto !important;
  padding-top: 0.625rem !important;
}

.toastui-editor-fields-menu ul li div {
  font-size: 0.875em !important;
  line-height: 1.9em !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(115 115 115 / var(--tw-text-opacity)) !important;
}

.tailwind-outline-primary-button {
  font-family: var(--font-sans);
  width: -moz-fit-content !important;
  width: fit-content !important;
  cursor: pointer !important;
  border-radius: 0.375em !important;
  border-width: 1.5px !important;
  border-color: var(--primary) !important;
  background-color: transparent !important;
  padding-top: 0.45rem !important;
  padding-bottom: 0.45rem !important;
  padding-left: 0.85rem !important;
  padding-right: 0.85rem !important;
  font-size: 0.875em !important;
  line-height: 1.9em !important;
  font-weight: 500 !important;
  color: var(--primary) !important;
}

.tailwind-outline-primary-button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity)) !important;
  color: var(--primary) !important;
}

.tailwind-table-icon,
.table-icon {
  display: flex;
  align-items: center;
}

.tailwind-tbody-td.tailwind-text-link {
  cursor: pointer !important;
  font-size: 0.875em !important;
  line-height: 1.9em !important;
  font-weight: 500 !important;
  color: var(--primary) !important;
}

.tailwind-table-td-with-chevron {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tailwind-chevron-btn {
  cursor: pointer;
}

.taildwind-preview td {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.taildwind-preview td,
.taildwind-preview td.prefill-td {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity)) !important;
}

.dt-search {
  display: none;
}

.dtr-title {
  font-family: var(--font-sans);
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

table.dataTable td.dt-type-numeric {
  text-align: center !important;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  border-bottom-width: 3px !important;
  border-color: #2E2D333D !important;
  background-color: #2E2D3314 !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-weight: 600 !important;
  font-family: var(--font-sans);
}

table.dataTable thead>tr>th.dt-orderable-asc:hover,
table.dataTable thead>tr>th.dt-orderable-desc:hover,
table.dataTable thead>tr>td.dt-orderable-asc:hover,
table.dataTable thead>tr>td.dt-orderable-desc:hover {
  cursor: default !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.dt-column-order {
  display: none;
}

.table-checkbox {
  margin-right: 0.5rem !important;
  margin-left: 1.25rem !important;
  height: 1rem !important;
  width: 1rem !important;
  border-radius: 0.25rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(46 45 51 / var(--tw-border-opacity)) !important;
}

.table-checkbox-container .dt-column-title {
  border-bottom-width: 0px !important;
}

form#filter {
  background: gray;
  margin: 24px 0px;
  background: #0000000D;
  border-radius: 6px;
  display: flex;
}

button.btn.btn-light.dropdown-toggle {
  font-family: var(--font-sans);
  width: auto;
  min-width: 150px;
  max-width: 100%;
  border-width: 1px;
  border-color: #0000001F;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
}

.tailwind-filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding: 1rem;
}

.tailwind-filter-input-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tailwind-filter-input-group small {
  font-family: var(--font-sans);
  letter-spacing: 0.25px;
  font-weight: 600 !important;
}

.dropdown-menu.show {
  max-height: 24rem !important;
  overflow: auto !important;
}

.dropdown-menu.forms-list.show {
  max-height: 350px !important;
  overflow: auto !important;
}

.dropdown-menu.forms-list label {
  margin-bottom: 0px !important;
  width: 250px !important;
  flex: 1 1 0% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.root .dropdown-item {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.625rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
  padding: 0.625rem;
  padding: 10px 15px;
}

.tailwind-dropdown-sticky-button {
  padding: 3px 14px 6px 0px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(210 210 211 / var(--tw-border-opacity));
  position: sticky;
  bottom: -4px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

button#filter-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

th.table-checkbox-container.dt-orderable-none {
  width: 60px !important;
}

span.dt-column-title {
  color: #2E2D33;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

#contacttable td label {
  font-family: var(--font-sans);
  margin-bottom: 0px !important;
  max-width: 160px !important;
  padding-right: 0.5rem !important;
  vertical-align: middle !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(46 45 51 / var(--tw-text-opacity)) !important;
}

@media (min-width: 1024px) {
  #contacttable td label {
    max-width: 250px !important;
  }
}

#contacttable td label {
  /* one line */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis !important;
}

#contacttable td.map-name.sorting_1 label,
#contacttable td.sorting_1 label {
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(93 50 251 / var(--tw-text-opacity)) !important;
}

#contacttable .table th {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.dt-paging.paging_full_numbers {
  font-family: var(--font-sans);
  float: right !important;
  margin-top: 1.5rem !important;
  font-size: 0.875em !important;
  line-height: 1.9em !important;
  font-weight: 400 !important;
}

a.page-link {
  font-family: var(--font-sans);
}

.page-item.active .page-link {
  font-family: var(--font-sans);
  background-color: var(--primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

div#contacttable_info,
div#finetuning_info {
  font-family: var(--font-sans);
  float: left;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  padding-top: 0px;
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#contacttable tbody td {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

table.dataTable.table>tbody>tr.selected>* {
  box-shadow: inset 0 0 0 9999px #5D32FB1A !important;
}

.tailwind-table-toolbar {
  align-items: normal;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.625rem;
}

@media (min-width: 768px) {
  .tailwind-table-toolbar {
    flex-direction: row;
    align-items: center;
  }
}

.tailwind-table-toolbar .toolbar-setting {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.875rem;
}

.add-new-contact,
.tailwind-dropdown-button {
  font-family: var(--font-sans);
  position: relative !important;
  display: flex !important;
  cursor: pointer !important;
  align-items: center !important;
  gap: 0.375rem !important;
  border-radius: 0.375em !important;
  border-style: none !important;
  background-color: var(--primary) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
  font-size: 0.875em !important;
  line-height: 1.9em !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.add-new-contact:hover,
.tailwind-dropdown-button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(76 29 255 / var(--tw-bg-opacity)) !important;
}

.add-new-contact:focus,
.tailwind-dropdown-button:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.tailwind-dropdown-button.tailwind-button {
  padding: 8px 15px !important;
  margin-top: 0px !important;
}

span.add-new-contact-text,
.tailwind-dropdown-button-text {
  border-right: 1px solid #9589c26b !important;
  padding-right: 11.5px;
}

p.toolbar-subtitle {
  font-family: var(--font-sans);
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  color: #00000099;
}

.tailwind-table-toolbar p.toolbar-title {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 1.125em !important;
  line-height: 1.65em !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.tailwind-search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.tailwind-table-search-icon {
  position: absolute;
  left: 10px;
  display: flex;
  align-items: center;
}

.tailwind-prefix-icon-input {
  height: 40px !important;
  width: 250px !important;
  padding-left: 38px !important;
}

.tailwind-search-wrapper-helper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .tailwind-search-wrapper-helper {
    flex-direction: row;
    align-items: center;
  }
}

#contact-search-helper {
  flex-direction: row !important;
}

#download-app-qr {
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  #download-app-qr {
    margin-top: 0.25rem;
  }
}

@media (min-width: 1024px) {
  #download-app-qr {
    margin-top: 0.125rem;
  }
}

div#remove-prefill-form-button {
  /* @apply flex items-center flex-row bg-red-50 rounded-[6px] py-1.5 px-2.5 gap-1.5 border border-red-500; */
  border-left-width: 1px;
  border-left-color: var(--ff-gray-200);
  padding-left: 0.75rem;
}

/* #remove-prefill-form-button:hover::after {
  content: attr(help) !important;
  font-family: var(--font-sans);
  @apply absolute px-2 py-1 bg-red-500 text-white text-xs font-medium border border-red-500 rounded-[6px] whitespace-nowrap;
} */

/* div#remove-prefill-form-button p {
  font-family: var(--font-sans);
  @apply text-xs text-red-500;
} */

.prefill-form-toolbars {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.modal-header a {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

input[type="checkbox"]:checked {
  background-color: var(--primary);
}

input[type="checkbox"]:checked::before {
  position: absolute;
  left: 2px;
  top: -2px;
  font-size: 1em;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.column-checkbox:disabled {
  cursor: not-allowed !important;
  background-color: #00000066 !important;
}

#contacttable tbody td.dt-empty {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.dt-empty .no-contants-available-text {
  font-family: var(--font-sans);
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tailwind-badge {
  margin-top: 0.5rem !important;
  cursor: pointer !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

td.dt-type-numeric.dtr-control {
  padding-right: 0.625rem;
}

tr.child {
  margin-left: 0.625rem;
  padding-left: 1.25rem;
}

.child td.child {
  padding: 1.25rem;
}

span.dtr-title {
  padding-right: 0.625rem;
}

.tailwind-column-label {
  display: flex;
  flex-direction: column;
}

.column-name {
  font-family: var(--font-sans);
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tailwind-column-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.column-checkbox {
  margin: 0px !important;
  padding: 0px !important;
}

.tailwind-edit-mapping {
  font-family: var(--font-sans);
  margin-top: -0.375rem;
  cursor: pointer;
  font-size: 0.75em;
  line-height: 1em;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.prefill-section.toolbar-heading {
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

button.btn.btn-secondary {
  font-family: var(--font-sans);
}

.prefill-section.prefill-pagination .child button {
  font-family: var(--font-sans);
  margin: auto;
  margin-top: 1rem;
  display: flex;
  overflow: auto;
}

.dtr-details li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.table-actions-column {
  padding-right: 1.5rem !important;
}

@media (min-width: 768px) {
  .table-actions-column {
    padding-right: 2rem !important;
  }
}

.tailwind-simple-text p {
  font-family: var(--font-sans);
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.share-container-header-title-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.share-tabs-more {
  position: relative;
  display: flex;
}

@media (min-width: 1024px) {
  .share-tabs-more {
    display: none;
  }
}

.share-tabs-more a, .setup-container a, .page-header-title {
  text-decoration: none !important;
}

.share-tabs-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pages-mobile-menu {
  position: absolute;
  right: 0.125rem;
  top: 0px;
  z-index: 50;
  display: none;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}

.share-tab-mobile {
  display: flex;
  min-width: 165px;
  align-items: center;
  gap: 0.625rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity));
  padding: 0.875rem;
}

.share-tab-mobile:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.share-tab-mobile p {
  font-family: var(--font-sans);
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.preview-qr-wrapper {
  border-left: 1px solid #f1f1f1;
  padding-left: 20px;
}

.preview-qr-wrapper #preview-qr-code-canvas {
  margin-bottom: 0px;
}

.qr-code-preview-logo {
  height: 140px;
  width: auto;
}

.qr-code-preview-text * {
  font-family: var(--font-sans);
}

.qr-code-preview-header {
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity));
  padding-bottom: 1.25rem;
}

.qr-code-preview-header .qr-code-preview-title {
  font-size: 38px !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
  text-align: left !important;
}

.qr-code-preview-text {
  width: 100%;
}

.qr-code-preview-text p {
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.qr-code-preview-text h3,
.qr-code-preview-text h4,
.qr-code-preview-text h5,
.qr-code-preview-text h1,
.qr-code-preview-text h2 {
  font-size: 1.125em;
  line-height: 1.65em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.qr-code-preview-title {
  font-family: var(--font-sans);
  text-align: center !important;
  font-size: 1.125em !important;
  line-height: 1.65em !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.qr-code-preview-description {
  font-family: var(--font-sans);
  margin-top: 0.375rem;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.body-group-main.qr-preview-container {
  font-family: var(--font-sans);
  display: flex !important;
  width: 600px !important;
  max-width: 100% !important;
  flex-direction: column !important;
  border-radius: 0.375em !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 229 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 1.25rem !important;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

#qr-code-canvas {
  margin-bottom: 0.875rem !important;
}

div#preview-qr-code-canvas {
  margin-bottom: 1rem;
  height: 120px;
  width: 120px;
}

@media (min-width: 1024px) {
  div#preview-qr-code-canvas {
    height: 150px;
    width: 150px;
  }
}

#slug-helper-text {
  margin-top: 5px;
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  gap: 0.5rem;
  border-radius: 0.375em;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 1em;
  line-height: 1.5em;
}

#slug-helper-text .slug-helper-title {
  font-family: var(--font-sans);
  margin-bottom: 0.375rem;
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  #slug-helper-text .slug-helper-title {
    margin-bottom: 0.125rem;
  }
}

#slug-helper-text .slug-helper-title {
  line-height: normal !important;
}

#slug-helper-text .slug-helper-description {
  font-family: var(--font-sans);
  line-height: 1.5 !important;
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

svg-icon.info-icon {
  margin-top: 5px;
  display: flex;
  vertical-align: baseline;
}

select#mail-template:focus {
  box-shadow: none !important;
}

.primary-text-link {
  font-family: var(--font-sans);
  cursor: pointer;
  font-weight: 400;
  color: var(--primary);
}

.primary-text-link:hover {
  --tw-text-opacity: 1;
  color: rgb(76 29 255 / var(--tw-text-opacity));
}

p.body-group-description {
  line-height: normal;
  margin-bottom: 0.625rem;
}

.toastui-editor-main.toastui-editor-ww-mode:focus-within,
.toastui-editor-main.toastui-editor-ww-mode:focus {
  border-width: 2px !important;
  border-color: var(--primary) !important;
}

.ff-layout-1column .ff-check-table,
.ff-layout-2column .ff-check-table {
  gap: inherit;
}

#contacts-footer {
  position: fixed;
  bottom: 0px;
  z-index: 40;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}

.ff-menu {
  margin-bottom: 14px !important;
  display: flex !important;
  align-items: center !important;
}

.ff-menu-ttl {
  display: none;
}

.body-group-postfix {
  /* @apply w-full; */
}

.ff-menu-prd:after {
  content: "";
}

.fixed-contact-footer {
  width: 100%;
}

@media (min-width: 640px) {
  .fixed-contact-footer {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .fixed-contact-footer {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .fixed-contact-footer {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .fixed-contact-footer {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .fixed-contact-footer {
    max-width: 1536px;
  }
}

.fixed-contact-footer {
  margin: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.fixed-contact-footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top-left-radius: 0.375em;
  border-top-right-radius: 0.375em;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(238 238 238 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0px;
  padding-right: 0px;
}

.filters-customer-history .dropdown-menu.forms-list.fixed-contact-footer-wrapper.show {
  width: 100%;
}

.body-group-download-mobile-app .body-group-description {
  display: none;
}

#download-mobile-app .body-prefix-icon-container {
  height: 20px;
}

.tailwind-link-button {
  font-family: var(--font-sans);
  cursor: pointer;
  font-weight: 400;
  color: var(--primary);
}

.tailwind-link-button:hover {
  --tw-text-opacity: 1;
  color: rgb(76 29 255 / var(--tw-text-opacity));
}

.prefill-section.prefill-pagination {
  margin-top: 1rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

#multiple-emails #slug-helper-text {
  margin-bottom: 0px !important;
}

.tailwind-a {
  font-family: var(--font-sans);
  cursor: pointer;
  font-weight: 400;
  color: var(--primary);
}

.tailwind-a:hover {
  --tw-text-opacity: 1;
  color: rgb(76 29 255 / var(--tw-text-opacity));
}

.basic-margin-tailwind {
  margin-top: 0.5rem;
}

.tailwind-primary-outline-button {
  font-family: var(--font-sans);
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 0.375em;
  border-width: 1.5px;
  border-color: var(--primary);
  background-color: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  color: var(--primary);
}

.tailwind-primary-outline-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}

.tailwind-primary-outline-button:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}

.no-publishId-container {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-action-history-icon {
  margin-left: -2px;
}

.tailwind-icon-text {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.tailwind-swap-icon {
  display: flex;
  align-items: center;
}

.table-action-icon-history {
  margin-right: -0.25rem;
  display: flex;
  align-items: center;
}

.response-container {
  margin-bottom: 0.75rem;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 235 240 / var(--tw-border-opacity));
  padding: 0.75rem;
  padding-bottom: 0.75rem;
}

.response-container:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.response-inner-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.response-id {
  font-family: var(--font-sans);
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.response-body {
  font-family: var(--font-sans);
  margin-top: 0.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875em;
  line-height: 1.9em;
  --tw-text-opacity: 1;
  color: rgb(83 94 134 / var(--tw-text-opacity));
}

.response-status {
  margin-top: 0.125rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875em;
  line-height: 1.9em;
  text-transform: capitalize;
}

.customer-history {
  margin-top: 0.75rem;
}

.response-timestamp {
  font-family: var(--font-sans);
  letter-spacing: 0.25px;
  font-size: 0.75em;
  line-height: 1em;
  --tw-text-opacity: 1;
  color: rgb(121 116 126 / var(--tw-text-opacity));
}

.svg-icon {
  display: flex;
  align-items: center;
}

.customer-information {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.customer-information h5,
.customer-information p {
  font-family: var(--font-sans);
}

.filters-customer-history {
  /* @apply mb-5; */
}

.filters-customer-history .dropdown-toggle::after {
  position: absolute;
  top: 22px;
  right: 10px;
  z-index: 10;
}

.filters-customer-history .dropdown-menu.forms-list.px-0.show {
  width: 100%;
}

.filters-customer-history button.btn.btn-light.dropdown-toggle {
  pointer-events: none;
  width: 100%;
}

.task-more.kb-log.row.m-t-10.m-b-20 {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 12px;
}

@media (min-width: 1024px) {
  .task-more.kb-log.row.m-t-10.m-b-20 {
    border-bottom-width: 0px !important;
  }
}

p.filter-form-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: var(--font-sans);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

button.btn.btn-primary {
  padding: 4px 10px;
  cursor: pointer;
  border-width: 0px;
  outline-width: 0px;
}

button.btn.btn-primary:focus-within {
  --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);
}

button.btn.btn-primary:focus {
  --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-width: 2px;
  outline-offset: 2px;
  outline-color: var(--primary);
}

button.btn.btn-primary:active {
  --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);
}

.tailwind-flex {
  margin-bottom: 0.25rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.125rem;
}

button.btn.btn-outline-primary {
  font-family: var(--font-sans);
  color: var(--primary) !important;
}

button.btn.btn-outline-primary:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}

h6.task-more.kb-log-count.m-t-20,
.form-title,
.row .col-8 h6 {
  font-size: 15px;
  font-weight: 500;
}

p.tilte-12,
p.question.itm-qs,
.answer,
.itm-desc p {
  font-family: var(--font-sans);
}

.answer {
  padding-left: 0.625rem;
}

select#taskto {
  padding: 5px 15px;
  font-size: 0.875em;
  line-height: 1.9em;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 175px !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='gray' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 20px 32px;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

textarea#taskcomment {
  height: 65px;
  padding: 5px 10px !important;
  margin-top: 0.375rem;
  resize: none;
  border-radius: 4px;
  border-width: 1px;
  border-color: #0000001F;
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

textarea#taskcomment:focus-within {
  border-color: var(--primary);
}

textarea#taskcomment:focus {
  border-color: var(--primary);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

button#update-log {
  padding: 5px 10px !important;
}

textarea#taskcomment:focus {
  box-shadow: none;
  border: 2px solid var(--primary) !important;
}

h6.m-t-10.form-title {
  margin-bottom: 0.625rem;
}

h6.task-more.kb-log-count.m-t-20 {
  margin-bottom: 1.25rem !important;
}

.kb-comment {
  font-family: var(--font-sans);
}

.kb-comment-ago .tilte-12 {
  float: right;
}

.answer,
.question {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.pb-1.kb-footer-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.modal-header-back {
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.modal-header-back-icon {
  display: flex;
  align-items: center;
}

.spinner-svg-icon {
  display: flex;
  align-items: center;
}

.badge {
  width: 92px;
  overflow: hidden;
  text-overflow: ellipsis;
}

p.tailwind-simple-text-title {
  font-family: var(--font-sans);
  font-size: 14.75px;
  font-weight: 500;
}

li p.tailwind-simple-text {
  font-size: 14px;
  padding-left: 13.5px;
}

#publish-as-new-page label.tailwind-simple-text,
#publish-as-existing-page label.tailwind-simple-text {
  margin-bottom: 0px !important;
}

li.tailwind-simple-li {
  margin-bottom: 1.25rem;
}

ul .tailwind-nested-ul {
  list-style-type: initial;
  margin-top: 0.625rem;
  padding-left: 50px;
}

.tailwind-nested-ul li {
  margin-bottom: 0.625rem;
  font-size: 14px !important;
}

.tailwind-modal-headers {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tailwind-modal-tabs {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.tailwind-modal-tab {
  font-family: var(--font-sans);
  padding: 5px 15px !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  border-bottom-width: 2px !important;
  border-bottom-color: transparent !important;
  font-size: 0.875em !important;
  line-height: 1.9em !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}

.tailwind-modal-tab:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}

.tailwind-modal-tab.tailwind-active-tab {
  pointer-events: none !important;
  border-radius: 0.375em !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 249 254 / var(--tw-bg-opacity)) !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

div#ff-select-group-prefill {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px 15px;
}

.tailwind-prefill-link {
  display: flex;
  width: 31.5%;
  flex-direction: column;
  border-radius: 0.375em;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.tailwind-prefill-link-header {
  border-radius: 5px 5px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 0.625rem;
}

.tailwind-prefill-link-name {
  font-family: var(--font-sans);
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tailwind-prefill-fields {
  border-radius: 0px 0px 5px 5px;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.625rem;
}

.tailwind-prefill-field {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.tailwind-prefill-field-value {
  font-family: var(--font-sans);
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tailwind-prefill-field-key {
  font-family: var(--font-sans);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.add-new-contact-dropdown-item,
.tailwind-dropdown-button-item {
  border-radius: 0.375em;
  padding: 0.875rem;
}

.add-new-contact-dropdown-item:hover,
.tailwind-dropdown-button-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.tailwind-table-prefill-icon {
  margin-top: 3px;
  margin-left: 3px;
}

.add-new-contact-dropdown-text,
.tailwind-dropdown-button-list {
  line-height: 1.25 !important;
  cursor: pointer;
}

#add-new-contact-dropdown,
.tailwind-button-dropdown {
  position: absolute;
  left: 0px;
  top: 40px;
  z-index: 20;
  width: 160px;
  border-radius: 0.375em;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

li.payment-status {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  border-radius: 0.375em;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding: 0.5rem;
  font-size: 0.875em;
  line-height: 1.9em;
}

li.payment-status:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

p.tailwind-simple-text.tailwind-placeholder-text {
  font-size: 14px;
  margin-bottom: 0.875rem;
  margin-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

input#page-title,
select#existing-page {
  padding: 5px 10px;
}

#publish-as-new-page .tailwind-text-link {
  margin-top: 2px !important;
  font-size: 0.875em !important;
  line-height: 1.9em !important;
}

button#proceed-mapping {
  margin-top: 0px !important;
  padding: 5px 10px !important;
}

.tailwind-column-mapping-field {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 0.5rem;
  border-bottom-width: 0px;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
}

.modal-footer .btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgb(63 26 202 / 21%);
}

.tailwind-configure-mapping-icon {
  display: flex;
  align-items: center;
}

.tailwind-column-mapping-header {
  margin-bottom: 1.25rem;
  border-bottom-width: 1px;
  border-bottom-color: var(--ff-gray-200);
  padding-bottom: 5px;
  padding-top: 0px !important;
}

.tailwind-column-mapping-field .column-name {
  font-size: 14px;
  width: 49%;
  font-weight: 500;
}

.tailwind-column-mapping-field .tailwind-select {
  padding: 3px 11px;
  width: 100%;
  flex: 1 1 0%;
}

.tailwind-column-mapping-header .column-name {
  font-size: 15px;
  font-weight: 600;
}

.tailwind-secondary-link {
  margin-top: 0.125rem;
  cursor: pointer;
  font-size: 0.75em;
  line-height: 1em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.tailwind-secondary-link:hover {
  color: var(--ff-gray-900);
}

.inbox-sidebar-container {
  display: none;
  height: auto;
  flex-direction: column;
  gap: 0.125rem;
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-right-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
}

@media (min-width: 768px) {
  .inbox-sidebar-container {
    display: flex;
    max-width: 250px;
    flex: 0.4;
  }
}

@media (min-width: 1024px) {
  .inbox-sidebar-container {
    flex: 0.25;
  }
}

.inbox-main-container {
  margin: 0px;
  height: 90vh;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  overflow: auto;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .inbox-main-container {
    margin: 0.625rem;
    border-radius: 10px;
  }
}

.inbox-main-container {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 3px;
}

@media (max-width: 768px) {
  .inbox-main-container {
    box-shadow: none;
  }
}

.inbox-main-item-subject,
.inbox-main-item-body {
  font-family: var(--font-sans);
  font-size: 0.875em;
  line-height: 1.9em;
}

.inbox-main-items {
  height: 92.5%;
}

.inbox-main-item-subject {
  margin-right: 0.25rem;
  flex: none;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
}

.inbox-main-item {
  display: flex;
  width: 99%;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  gap: 0.875rem;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-left: 1.25rem;
}

.inbox-main-item:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.inbox-main-item {
  box-shadow: inset 0 -1px 0 0 rgba(100,121,143,0.12) !important;
  border-top: 1px solid transparent !important;
  border: 1px solid transparent !important;
}

.inbox-main-item.unread-item {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  font-weight: 500 !important;
}

.inbox-main-item.unread-item:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.inbox-main-item.unread-item div {
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.inbox-main-item:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
  border: 1px solid #C6CAC8 !important;
}

.disable-inbox-hover {
  cursor: default !important;
}

.disable-inbox-hover:hover {
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.inbox-main-item-text {
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 768px) {
  .inbox-main-item-text {
    flex-direction: row;
    gap: 3rem;
  }
}

.inbox-main-header {
  position: sticky !important;
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  justify-content: space-between !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.inbox-main-header:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

div#response-length {
  font-family: var(--font-sans);
  font-size: 0.75em;
  line-height: 1em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.inbox-header-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.inbox-container-body {
  display: flex;
  flex-direction: row;
  background: #fbfbfb;
}

.inbox-sidebar-item {
  display: flex;
  width: 91.666667%;
  cursor: pointer;
  align-items: center;
  gap: 0.875rem;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 28px;
}

.inbox-sidebar-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.inbox-header-navigation-text {
  cursor: pointer;
  border-radius: 9999px;
  padding: 0.375rem;
}

.inbox-header-navigation-text:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.inbox-header-navigation-text:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--primary);
}

.inbox-sidebar-item-text {
  font-family: var(--font-sans);
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.inbox-sidebar-item.sidebar-active {
  background-color: #5d33fb1c;
}

svg-icon.sidebar-icon {
  display: flex;
  align-items: center;
}

.inbox-main-item-inner-container {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875em;
  line-height: 1.9em;
  /* only one line */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.inbox-main-item-body {
  color: rgb(95, 99, 104);
  font-size: 14px !important;
  font-weight: 400 !important;
}

.inbox-main-item-user {
  font-family: var(--font-sans);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875em;
  line-height: 1.9em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .inbox-main-item-user {
    width: 250px;
  }
}

.inbox-main-item-date {
  font-family: var(--font-sans);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
}

@media (min-width: 768px) {
  .inbox-main-item-date {
    width: 138px;
    justify-content: flex-end;
  }
}

.inbox-main-item-date {
  color: rgb(95, 99, 104) !important;
}

.inbox-main-item.unread-item .inbox-main-item-date {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.checkbox-container {
  display: flex;
  height: 22px;
  align-items: center;
  justify-content: center;
}

.inbox-header-right-item-icon {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.inbox-header-left-select-all {
  margin-left: -6px;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.375em;
  padding: 0.375rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.inbox-header-left-select-all:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.inbox-header-left-select-all:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

svg-icon.inbox-header-icon,
.inbox-header-navigation-text,
.inbox-header-left,
svg-icon.inbox-header-navigation-icon {
  display: flex;
  align-items: center;
}

.inbox-header-left {
  gap: 1rem;
}

.tailwind-dropdown-outline-primary-button {
  border-style: solid !important;
  cursor: pointer !important;
  border-radius: 0.375em !important;
  border-width: 2px !important;
  border-color: var(--primary) !important;
  background-color: transparent !important;
  font-weight: 400 !important;
  color: var(--primary) !important;
}

.tailwind-dropdown-outline-primary-button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(76 29 255 / var(--tw-text-opacity)) !important;
}

table.dataTable th.mapped.dt-type-numeric {
  text-align: left;
}

.map-phone.dt-type-numeric {
  display: flex;
}

#menu-button,
.owner-badge {
  text-transform: capitalize !important;
}

.editor-container #menu-button,
.editor-container #disabled-menu-button {
  padding: 6px 12px !important;
  min-width: 86px;
  justify-content: space-between;
  gap: 12px;
  border-width: 0px !important;
  background-color: transparent !important;
}

.editor-container #menu-button {
  padding-right: 0px !important;
}

.editor-container #disabled-menu-button {
  pointer-events: none !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  cursor: not-allowed !important;
  padding-right: 0px !important;
}

#can-edit {
  border-radius: 5px 5px 0px 0px;
  padding: 6px 12px !important;
}

.can-edit-menu {
  border-radius: 0px 0px 5px 5px;
}

.table-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.875rem;
}

@media (min-width: 768px) {
  .table-header {
    flex-direction: row;
    align-items: center;
  }
}

.table-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.table-title {
  font-family: var(--font-sans);
  display: none;
  font-size: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .table-title {
    display: block;
  }
}

.default-table-icon {
  display: flex;
  cursor: pointer;
  align-items: center;
  border-radius: 0.375em;
  border-width: 1px;
  border-color: #0000001F;
  padding: 6px;
}

/* Collaborator email */

.collaborators-email-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.collaborators-email {
  padding: 8px 12px;
  height: 42px;
}

select#collaborators-permission {
  padding: 8px 16px;
  height: 42px;
  width: 100px;
  font-weight: 400;
}

textarea#collaborators-message {
  margin-top: 18px;
  line-height: normal !important;
}

/* END */

.can-edit-menu-option {
  position: absolute;
  right: 0px;
  z-index: 10;
  margin-top: 0.375rem;
  width: 165px;
  transform-origin: top right;
  border-radius: 0.375em;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding-top: 0.375rem;
  --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-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.05;
}

.can-edit-menu-option:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.can-edit-menu {
  display: flex;
  min-height: 40px;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.can-edit-menu:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.can-edit-menu {
  padding: 8px 16px;
}

.can-edit-menu p {
  font-family: var(--font-sans);
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

svg-icon.can-edit-menu-check {
  display: flex;
  align-items: center;
}

.can-edit-menu-disabled {
  visibility: hidden !important;
}

.can-edit-menu-selected {
  cursor: not-allowed !important;
}

.can-edit-menu-remove {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(226 226 226 / var(--tw-border-opacity));
}

/* .can-edit-menu-remove p {
  @apply text-red-500 !important;
} */

.collaborator-modal-text {
  font-family: var(--font-sans);
  font-size: 1em !important;
  line-height: 1.5em !important;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  line-height: 1.75 !important;
}

.collaborator-modal-text strong {
  font-weight: 500;
}

.editors-note {
  margin-top: 1.5rem;
  border-radius: 0.375em;
  background-color: #5D32FB0D;
  padding: 1rem;
}

.add-collaborator {
  margin-top: 0.25rem !important;
}

.editors-note-title {
  font-family: var(--font-sans);
  margin-bottom: 0.25rem;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
}

.editors-description-text b {
  font-weight: 500;
}

.collapse {
  visibility: unset !important;
}

.dashboard-container {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.dashboard-box {
  display: flex;
  min-height: -moz-fit-content;
  min-height: fit-content;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1.25rem;
  border-radius: 0.375em;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

.dashboard-title-value {
  display: flex;
  flex-direction: column;
}

.dashboard-box-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

#my-website .dashboard-box-container {
  margin-bottom: 0.75rem !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0.75rem !important;
}

@media (min-width: 768px) {
  #my-website .dashboard-box-container {
    flex-direction: row !important;
    align-items: center !important;
  }
}

.dashboard-box-button {
  padding: 0.25rem;
  font-size: 0.875em;
  line-height: 1.9em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dashboard-value {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.dashboard-title {
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}

.dashboard-boxes {
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .dashboard-boxes {
    flex-direction: row;
  }
}

div#top-forms {
  flex-direction: column !important;
}

#create-new-form span {
  --tw-text-opacity: 1;
  color: rgb(93 50 251 / var(--tw-text-opacity));
}

#create-new-form .dashboard-box-button {
  --tw-border-opacity: 1;
  border-color: rgb(93 50 251 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(93 50 251 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#create-new-form .dashboard-box-button:hover {
  opacity: 0.8;
}

#send-email-campaign span {
  --tw-text-opacity: 1;
  color: rgb(7 150 105 / var(--tw-text-opacity));
}

#send-email-campaign .dashboard-box-button {
  --tw-border-opacity: 1;
  border-color: rgb(7 150 105 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(7 150 105 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#send-email-campaign .dashboard-box-button:hover {
  opacity: 0.8;
}

#view-responses span {
  --tw-text-opacity: 1;
  color: rgb(94 76 126 / var(--tw-text-opacity));
}

#view-responses .dashboard-box-button {
  --tw-border-opacity: 1;
  border-color: rgb(94 76 126 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(94 76 126 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#view-responses .dashboard-box-button:hover {
  opacity: 0.8;
}

#view-plan span {
  --tw-text-opacity: 1;
  color: rgb(245 158 12 / var(--tw-text-opacity));
}

#view-plan .dashboard-box-button {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 12 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(245 158 12 / var(--tw-text-opacity));
}

#view-plan .dashboard-box-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 12 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dashboard-box-button {
  cursor: pointer;
  border-radius: 0.375em;
  border-width: 1.5px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-align: center;
  text-transform: capitalize;
}

.dashboard-box-container span {
  font-size: 28px;
}

#my-website .dashboard-value span {
  font-size: 18px !important;
  cursor: pointer;
}

.dashboard-box-container svg {
  height: 28px;
  width: 28px;
}

.edit-website {
  color: #5D32FB !important;
}

.dashboard-icon-button {
  display: flex;
}

.dashboard-title-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.dashboard-title-actions span {
  font-size: 21px;
}

.dashboard-switch-form span {
  font-size: 19px;
}

#my-website {
  flex-direction: column !important;
  gap: 0px !important;
}

.disabled-input {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  border-radius: 0.375em;
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .disabled-input {
    flex-direction: row;
    align-items: center;
  }
}

.disabled-input[tabindex="0"] {
  cursor: pointer;
}

.disabled-input[tabindex="0"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.dashboard-inner-box-header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.dashboard-inner-box-title {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#my-website .dashboard-inner-box-title {
  font-size: 14px !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(128 128 128 / var(--tw-text-opacity)) !important;
}

.dashboard-inner-box {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.dashboard-switch-form {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375em;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(93 50 251 / var(--tw-text-opacity));
}

.dashboard-switch-form:hover {
  background-color: #5d32fb1a;
}

@media (min-width: 768px) {
  .dashboard-switch-form {
    font-size: 14px;
  }
}

.dashboard-box-button, .dashboard-switch-form, .dashboard-inner-box-form {
  text-decoration: none !important;
}

.dashboard-icon-button {
  display: flex !important;
  align-items: center !important;
  gap: 0.375rem !important;
  border-radius: 0.375em !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  font-size: 0.875em !important;
  line-height: 1.9em !important;
}

.dashboard-icon-button:hover {
  background-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.dashboard-icon-button {
  border: 1px solid #e1e1e1;
  padding: 4px 12px;
}

.dashboard-icon-button span {
  font-size: 20px !important;
}

.disabled-input-text {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.dashboard-box-divider {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.dashboard-title-container {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

#need-support .dashboard-box-container {
  flex-direction: column !important;
  align-items: baseline !important;
}

@media (min-width: 768px) {
  #need-support .dashboard-box-container {
    flex-direction: row !important;
    align-items: center !important;
  }
}

#contact-support {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(93 50 251 / var(--tw-bg-opacity));
}

#contact-support:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.8;
}

@media (min-width: 768px) {
  #contact-support {
    width: -moz-fit-content;
    width: fit-content;
  }
}

#contact-support {
  text-decoration: none !important;
}

.clickable {
  cursor: pointer;
}

.clickable:hover {
  --tw-bg-opacity: 0.8;
}

.edit-website-span {
  display: flex;
  align-items: center;
  justify-content: center;
}

#EditModal {
  width: 640px !important;
}

.inbox-react-container {
  height: 100%;
  overflow: hidden;
  padding: 0px;
}

.inbox-checkbox {
  height: 14px !important;
  width: 14px !important;
  border-radius: 2px !important;
  background-color: inherit !important;
}

.inbox-checkbox:checked {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(93 50 251 / var(--tw-bg-opacity)) !important;
}

.inbox-checkbox {
  border: 1px solid #b9b9b9 !important;
}

.inbox-bar-icon span {
  color: #3f3939;
  font-size: 22px;
}

input#inbox-checkbox-all {
  border: 1px solid #3f3939 !important;
}

.inbox-bar-icon {
  display: flex;
  align-items: center;
}

.dashboard-inner-box-form-title {
  display: flex !important;
  align-items: center !important;
  gap: 2px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.harmburger-icon-container {
  display: flex;
  width: 118px;
  align-items: center;
  gap: 0.25rem;
  border-style: none;
}

@media (min-width: 768px) {
  .harmburger-icon-container {
    display: none;
  }
}

.harmburger-icon-container {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: right 6px top 48%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233f3939' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
}

.dashboard-inner-box-forms {
  display: flex;
  flex-direction: column;
}

a.dashboard-inner-box-form {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  border-radius: 0.375em;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

a.dashboard-inner-box-form:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

a.dashboard-inner-box-form {
  border-bottom: 1px solid #f2f2f2;
  border-radius: 0px;
}

a.dashboard-inner-box-form:last-child {
  border-bottom-width: 0px;
}

.dashboard-inner-box-form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

p.dashboard-inner-box-form-date {
  display: none;
}

span.material-symbols-outlined.dashboard-inner-box-form-docs {
  font-size: 18px;
  color: #5d32fb;
  display: none;
}

p.dashboard-inner-box-form-responses-text {
  font-size: 13px;
  color: #505050;
}

#main-dashboard-cards {
  display: grid !important;
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  gap: 1.25rem !important;
}

@media (min-width: 768px) {
  #main-dashboard-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

.dashboard-container {
  container-type: inline-size;
}

#main-dashboard-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

@container (max-width: 768px) {
  #main-dashboard-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@container (max-width: 568px) {
  #main-dashboard-cards {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

#main-dashboard-cards .dashboard-value {
  font-size: 1.5em !important;
  line-height: 2em !important;
  line-height: normal !important;
}

#main-dashboard-cards .dashboard-box-container {
  align-items: center !important;
}

#main-dashboard-cards  .dashboard-box {
  min-height: 156px !important;
  justify-content: space-between !important;
}

.inbox-empty-container {
  margin: auto;
  display: flex;
  height: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.inbox-empty-text {
  font-size: 1.125em;
  line-height: 1.65em;
}

.inbox-empty-container svg {
  height: 230px;
  width: 230px;
}

#my-website p.dashboard-value {
  /* font-size: 21px; */
}

.opts-form-docs {
  font-size: 18px;
}

.website-pages-switch-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0.375em;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  padding: 1rem;
}

#switch-main-form {
  border-bottom: 0px solid !important;
  padding-bottom: 0px !important;
}

.pages-switch-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.pages-switch-title-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  color: var(--font-sans);
  font-size: 15px;
}

.divider-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.625rem;
}

.divider-line {
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}

.divider-text {
  font-size: 0.875em;
  line-height: 1.9em;
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}

.pages-switch-title-description {
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(66 61 61 / var(--tw-text-opacity));
  color: var(--font-sans);
}

.pages-switch-action-button {
  min-width: 80px;
  background-color: var(--primary);
  font-size: 0.875em;
  line-height: 1.9em;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding: 4px 8px;
}

input#additional-form {
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.preview-quick-links {
  display: flex;
  height: 100%;
  cursor: pointer;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 400;
  color: var(--primary);
}

.preview-quick-links:hover {
  opacity: 0.8;
}

.autofill-container-body th.actions.table-actions-email {
  width: 20% !important;
  padding-right: 1.25rem !important;
  text-align: right !important;
}

.sematic-email-heading {
  margin-bottom: 0px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.autofill-email-input input#email {
  width: -moz-max-content !important;
  width: max-content !important;
  flex: 1 1 0% !important;
  border-radius: 0px !important;
  border-width: 0px !important;
  border-right-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 238 238 / var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  padding: 0px !important;
}

.modal-body a {
  color: var(--primary) !important;
}

.autofill-email-input {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.autofill-container-email {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
  display: flex !important;
  width: 24rem !important;
  max-width: 100% !important;
  flex-direction: column !important;
  gap: 0px !important;
  border-radius: 0.375em !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity)) !important;
  padding: 0.75rem !important;
}

.autofill-container-body .tailwind-text {
  font-size: 15px !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(85 85 85 / var(--tw-text-opacity)) !important;
}

.autofill-quick-links-container {
  margin-top: 1rem !important;
  padding-top: 1.5rem !important;
  border-top: 1px solid #D9D9D9;
}

.autofill-container-body .action.button {
  margin-bottom: 1rem !important;
  font-size: 14px !important;
  padding: 8px 12px !important;
  text-decoration: none !important;
}

.autofill-quick-links-container table .heading th {
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.autofill-quick-links-container td.actions-container.table-actions-email .chip-icon {
  justify-content: flex-end !important;
  padding-right: 1.25rem !important;
}

.autofill-quick-links-heading {
  margin-bottom: 0.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  font-size: 16px !important;
}

.autofill-quick-links-heading-text {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.autofill-quick-links-heading-icon {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--primary) !important;
}

.autofill-container-body form#create-website-form {
  margin-top: 18px;
  width: 400px;
  max-width: 100%;
}

.autofill-container-body form#create-website-form input {
  margin-top: 0px !important;
  border-width: 0px !important;
  outline-width: 0px !important;
}

.autofill-container-body form#create-website-form label {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.csat-popup {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 20;
  display: none;
  width: 300px;
  border-radius: 0.5em;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --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);
  animation: csat-popup-fade-in 0.5s ease-in-out forwards;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px);
}

/* animation */

@keyframes csat-popup-fade-in {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes csat-popup-fade-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

@keyframes csat-popup-slide-in {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes csat-popup-slide-out {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

.csat-popup-header {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.csat-popup-header-text {
  font-size: 1.125em;
  line-height: 1.65em;
}

.csat-popup-header-close {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.csat-popup-header-close:hover {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.csat-popup-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.csat-popup-body-score {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-radius: 0.5em;
  padding: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.csat-popup-body-score:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.csat-popup-body-score-emoji {
  margin-bottom: 0.25rem;
  font-size: 1.5em;
  line-height: 2em;
  line-height: normal !important;
}

.csat-popup-body-score-text {
  font-size: 0.875em;
  line-height: 1.9em;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

#create-website-form .input-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
  padding-right: 0.75rem;
}

.office-use-header {
  margin-bottom: 8px !important;
}

.office-use-container {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 18px;
  padding-bottom: 10px;
}

.office-use-container:last-child {
  border-bottom: none !important;
}

.office-use-section {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
}

.office-use-section .tailwind-input-group {
  width: 100%;
}