/*
! tailwindcss v3.4.1 | 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 {
  -webkit-box-sizing: border-box;
          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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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 */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9fa6b2; /* 2 */
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9fa6b2; /* 2 */
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9fa6b2; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9fa6b2; /* 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'],input:where(:not([type])),[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, input:where(:not([type])):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: #1c64f2;
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #1c64f2;
}

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

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

input::-ms-input-placeholder, textarea::-ms-input-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;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: -webkit-inline-box;
  display: inline-flex;
}

::-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],[size]:where(select:not([size="1"])) {
  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;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #1c64f2;
  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: #1c64f2;
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          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");
}

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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");
}

@media (forced-colors: active)  {

  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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(63 131 248 / 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(63 131 248 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  border-color: #d2d6dc;
  border-radius: 0.375rem;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  font-size: [object Object];
  line-height: 1.5;
}
.form-input::-webkit-input-placeholder {
  color: #9fa6b2;
  opacity: 1;
}
.form-input::-moz-placeholder {
  color: #9fa6b2;
  opacity: 1;
}
.form-input::-ms-input-placeholder {
  color: #9fa6b2;
  opacity: 1;
}
.form-input::placeholder {
  color: #9fa6b2;
  opacity: 1;
}
.form-input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
          box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
  border-color: #a4cafe;
}
.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3e%3cpath d='M7 7l3-3 3 3m0 6l-3 3-3-3' stroke='%239fa6b2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.form-select::-ms-expand {
  color: #9fa6b2;
  border: none;
}
@media not print {

  .form-select::-ms-expand {
    display: none;
  }
}
@media print and (-ms-high-contrast: active), print and (-ms-high-contrast: none) {

  .form-select {
    padding-right: 0.75rem;
  }
}
.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-color: #d2d6dc;
  border-radius: 0.375rem;
  padding-top: 0.5rem;
  padding-right: 2.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  font-size: [object Object];
  line-height: 1.5;
  background-position: right 0.5rem center;
  background-size: 1.5em 1.5em;
}
.form-select:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
          box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
  border-color: #a4cafe;
}
.form-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='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media not print {

  .form-checkbox::-ms-check {
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}
.form-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #3f83f8;
  background-color: #ffffff;
  border-color: #d2d6dc;
}
.form-checkbox:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
          box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
  border-color: #a4cafe;
}
.form-checkbox:checked:focus {
  border-color: transparent;
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -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;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect: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: #1c64f2;
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #1c64f2;
}
.form-input::-webkit-input-placeholder, .form-textarea::-webkit-input-placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::-ms-input-placeholder, .form-textarea::-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
.form-input::-webkit-datetime-edit {
  display: -webkit-inline-box;
  display: inline-flex;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
.form-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;
}
.form-select:where([size]:not([size="1"])) {
  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;
}
.form-checkbox,.form-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;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #1c64f2;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
.form-checkbox {
  border-radius: 0px;
}
.form-checkbox:focus,.form-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: #1c64f2;
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.form-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");
}
@media (forced-colors: active)  {

  .form-checkbox:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
.form-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;
}
@media (forced-colors: active)  {

  .form-checkbox:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
h1 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
h2 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
header {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
nav {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  border-bottom-width: 2px;
  border-color: var(--lighter-gray);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
nav .brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {

  nav .brand-logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}
nav .brand-logo .divide {
  height: 1px;
  width: 1.25rem;
  --tw-rotate: 90deg;
  -webkit-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));
          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-width: 1px;
  border-color: var(--lighter-gray);
}
nav .brand-logo span {
  margin: -0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0.375rem;
}
nav .brand-logo span img {
  height: 2rem;
  width: auto;
}
nav .links, nav .ig-es-nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media (min-width: 768px) {

  nav .links, nav .ig-es-nav-tabs {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (min-width: 1280px) {

  nav .links, nav .ig-es-nav-tabs {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
nav .links a, nav .ig-es-nav-tabs a {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(22 30 46 / var(--tw-text-opacity));
}
nav .links a.active {
  border-bottom-width: 2px;
  border-color: var(--brand-color);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 600;
}
nav .ig-es-nav-tabs a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
}
nav .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
button,
  .tab {
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
button:focus,
  .tab:focus {
  --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(0.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: var(--brand-color-2);
}
.primary:is(button,.tab) {
  background-color: var(--brand-color);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.primary:is(button,.tab):hover {
  background-color: var(--brand-color-2);
}
.secondary:is(button,.tab) {
  background-color: var(--secondary);
  --tw-text-opacity: 1;
  color: rgb(22 30 46 / var(--tw-text-opacity));
}
.secondary:is(button,.tab):hover {
  --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(0.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: var(--brand-color-2);
}
.lighter-gray:is(button,.tab) {
  background-color: var(--lighter-gray);
  --tw-text-opacity: 1;
  color: rgb(22 30 46 / var(--tw-text-opacity));
}
.lighter-gray:is(button,.tab):hover {
  --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(0.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: var(--brand-color-2);
}
.cross:is(button,.tab) {
  border-radius: 0.375rem;
  background-color: var(--secondary);
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(22 30 46 / var(--tw-text-opacity));
}
.cross:is(button,.tab):hover {
  --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(0.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: var(--brand-color-2);
}
.cross:is(button,.tab):focus {
  --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(0.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: var(--brand-color-2);
}
.outline:is(button,.tab) {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(0.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.outline:is(button,.tab):hover {
  --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(0.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: var(--brand-color-2);
}
.outline:is(button,.tab):focus {
  --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(0.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: var(--brand-color-2);
}
.white:is(button,.tab) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.white:is(button,.tab):hover {
  --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(0.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: var(--brand-color-2);
}
select {
  cursor: pointer !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  border-radius: 0.125rem !important;
  border-width: 1px !important;
  border-color: var(--lighter-gray) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
select:hover {
  border-color: var(--light-gray) !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0.5px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-color: var(--brand-color-2) !important;
}
select:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0.5px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-color: var(--brand-color-2) !important;
}
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") !important;
    background-position: right 0.5rem center !important;
    background-repeat: no-repeat !important;
    background-size: 1.5rem 1.5rem !important;
    /* option{
      @apply bg-white !important;
    } */
  }
input[type="time"] {
  cursor: pointer;
}
/* main {
    @apply space-y-5;
  } */
#dropdown {
  z-index: 10;
  width: 10rem;
}
#dropdown > :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(244 245 247 / var(--tw-divide-opacity));
}
#dropdown {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (prefers-color-scheme: dark) {

  #dropdown {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }
}
#dropdown ul {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
@media (prefers-color-scheme: dark) {

  #dropdown ul {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }
}
#dropdown ul li a {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#dropdown ul li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
}
@media (prefers-color-scheme: dark) {

  #dropdown ul li a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
}
.tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.75rem;
}
.tabs .tab {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-width: 1px;
  border-color: var(--lighter-gray);
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
      background-color: var(--tab-bg);
}
.tabs .tab.active, .tabs .tab:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-weight: 500;
  --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(0.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: var(--brand-color-2);
}
.templates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
}
.templates .create-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15rem;
  max-width: 20rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.templates .create-new > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.templates .create-new {
  border-radius: 0.375rem;
  padding: 1.25rem;
  text-align: center;
  outline-style: dashed;
  outline-width: 2px;
  outline-color: var(--lighter-gray);
      background-color: var(--tab-bg);
}
.templates .ig-es-card {
  width: 15rem;
  max-width: 20rem;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--lighter-gray);
      height: 350px;
      background-color: var(--tab-bg);
}
.templates .ig-es-card .card-head {
        background-image: url('data:image/svg+xml,<svg width="240" height="131" viewBox="0 0 240 131" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.8" d="M73.3763 45.7677C168.735 42.6747 170.508 75.1248 176.424 93.7568C188.998 119.214 208.95 131.193 269.498 130.966L267.014 -5.53127L0.653799 -4.53028C-2.58553 22.7607 17.2441 46.8768 73.3763 45.7677Z" fill="%23EBE5F7"/></svg>');
        position: relative;
        margin-left: auto;
        margin-right: auto;
        height: 66.666667%;
        width: 100%;
        background-size: contain;
        background-position: right top;
        background-repeat: no-repeat;
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        opacity: 0.8;
      }
.templates .ig-es-card .card-head .group {
  height: 100%;
  width: 100%;
}
.templates .ig-es-card .card-head img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
          width:99%;
          height:90%;
}
.templates .ig-es-card .card-head svg{
         
        }
.templates .ig-es-card .card-desc {
  height: 33.333333%;
}
.templates .ig-es-card .card-desc > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.templates .ig-es-card .card-desc {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.templates .ig-es-card .card-desc .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.templates .ig-es-card .card-desc ul.meta-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.625rem;
}
.templates .ig-es-card .card-desc ul.meta-tags li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}
.templates .ig-es-card .card-desc .saved button {
  padding-left: 0;
  padding-right: 0;
}
.templates .ig-es-card .card-desc .saved button:focus {
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.dropdown button.dropdown-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
  border-radius: 0.375rem;
  --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.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(22 30 46 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(210 214 220 / var(--tw-ring-opacity));
}
.dropdown button.dropdown-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.dropdown .dropdown-menu {
  left: 0;
  z-index: 30;
  margin-top: 0.5rem;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-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));
          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-radius: 0.375rem;
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          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;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}
.dropdown .dropdown-menu:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.dropdown .dropdown-menu p.heading {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(22 30 46 / var(--tw-text-opacity));
}
.dropdown .dropdown-menu a {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.dropdown .dropdown-menu a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 30 46 / var(--tw-text-opacity));
}
.dropdown .dropdown-menu a:active {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 30 46 / var(--tw-text-opacity));
}
.template-editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 66.666667%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  overflow-y: auto;
  border-right-width: 2px;
  border-color: var(--lighter-gray);
}
.template-editor.dnd-editor {
  width: 66.666667%;
  padding: 1.25rem;
}
.template-editor .tags-list-hidden {
      display: none !important;
    }
.template-editor .all-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.125rem;
  background-color: var(--light-gray);
  padding: 0.75rem;
}
.template-editor .all-tags li {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.template-editor .all-tags li span {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}
.template-editor .inline-editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-color: var(--lighter-gray);
  padding: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
      background-color: var(--light-gray);
}
.template-editor .inline-editor .editor-cta:hover {
        color: var(--brand-color);
      }
:is(.template-editor,.sidebar,.form-fields,#es-admin-contact-form,#es-admin-lists-form,#es-admin-custom-fields-form,#ig-es-trial-optin-form) label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
:is(.template-editor,.sidebar,.form-fields,#es-admin-contact-form,#es-admin-lists-form,#es-admin-custom-fields-form,#ig-es-trial-optin-form) input:not([type="radio"]) {
  display: block;
  width: 100%;
  border-radius: 0.125rem;
  border-width: 0px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(22 30 46 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          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(0.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-color: var(--lighter-gray);
}
:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info) :is(.template-editor,.sidebar,.form-fields,#es-admin-contact-form,#es-admin-lists-form,#es-admin-custom-fields-form,#ig-es-trial-optin-form) input:not([type="radio"]) {
      border-width: 0px;
  }
:is(.template-editor,.sidebar,.form-fields,#es-admin-contact-form,#es-admin-lists-form,#es-admin-custom-fields-form,#ig-es-trial-optin-form) input:not([type="radio"])::-webkit-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
}
:is(.template-editor,.sidebar,.form-fields,#es-admin-contact-form,#es-admin-lists-form,#es-admin-custom-fields-form,#ig-es-trial-optin-form) input:not([type="radio"])::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
}
:is(.template-editor,.sidebar,.form-fields,#es-admin-contact-form,#es-admin-lists-form,#es-admin-custom-fields-form,#ig-es-trial-optin-form) input:not([type="radio"])::-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
}
:is(.template-editor,.sidebar,.form-fields,#es-admin-contact-form,#es-admin-lists-form,#es-admin-custom-fields-form,#ig-es-trial-optin-form) input:not([type="radio"])::placeholder {
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
}
:is(.template-editor,.sidebar,.form-fields,#es-admin-contact-form,#es-admin-lists-form,#es-admin-custom-fields-form,#ig-es-trial-optin-form) input:not([type="radio"]):focus {
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-color: var(--brand-color-2);
}
@media (min-width: 640px) {

  :is(.template-editor,.sidebar,.form-fields,#es-admin-contact-form,#es-admin-lists-form,#es-admin-custom-fields-form,#ig-es-trial-optin-form) input:not([type="radio"]) {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
:is(.template-editor,.sidebar,.form-fields,#es-admin-contact-form,#es-admin-lists-form,#es-admin-custom-fields-form,#ig-es-trial-optin-form) input[type="radio"]:checked {
  background-color: var(--brand-color);
}
/*contact form input field padding effect*/
:is(.template-editor,.sidebar,.form-fields,#es-admin-contact-form,#es-admin-lists-form,#es-admin-custom-fields-form,#ig-es-trial-optin-form) input.ig-es-contact-first-name, :is(.template-editor,.sidebar,.form-fields,#es-admin-contact-form,#es-admin-lists-form,#es-admin-custom-fields-form,#ig-es-trial-optin-form) input.ig-es-contact-last-name {
  padding-left: 2.5rem;
  padding-right: 3rem;
}
:is(.template-editor,.sidebar,.form-fields,#es-admin-contact-form,#es-admin-lists-form,#es-admin-custom-fields-form,#ig-es-trial-optin-form) textarea {
  display: block;
  width: 100%;
  border-radius: 0.125rem;
  border-width: 0px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(22 30 46 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          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(0.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-color: var(--lighter-gray);
}
:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info) :is(.template-editor,.sidebar,.form-fields,#es-admin-contact-form,#es-admin-lists-form,#es-admin-custom-fields-form,#ig-es-trial-optin-form) textarea {
      border-width: 0px;
  }
:is(.template-editor,.sidebar,.form-fields,#es-admin-contact-form,#es-admin-lists-form,#es-admin-custom-fields-form,#ig-es-trial-optin-form) textarea::-webkit-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
}
:is(.template-editor,.sidebar,.form-fields,#es-admin-contact-form,#es-admin-lists-form,#es-admin-custom-fields-form,#ig-es-trial-optin-form) textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
}
:is(.template-editor,.sidebar,.form-fields,#es-admin-contact-form,#es-admin-lists-form,#es-admin-custom-fields-form,#ig-es-trial-optin-form) textarea::-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
}
:is(.template-editor,.sidebar,.form-fields,#es-admin-contact-form,#es-admin-lists-form,#es-admin-custom-fields-form,#ig-es-trial-optin-form) textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
}
:is(.template-editor,.sidebar,.form-fields,#es-admin-contact-form,#es-admin-lists-form,#es-admin-custom-fields-form,#ig-es-trial-optin-form) textarea:focus {
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-color: var(--brand-color-2);
}
@media (min-width: 640px) {

  :is(.template-editor,.sidebar,.form-fields,#es-admin-contact-form,#es-admin-lists-form,#es-admin-custom-fields-form,#ig-es-trial-optin-form) textarea {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.sidebar {
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--light-gray);
}
.sidebar .side-editor {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.sidebar .switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom-width: 2px;
  border-color: var(--lighter-gray);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.sidebar p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.sidebar a {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}
.sidebar a:hover {
  color: var(--brand-color);
  text-decoration-line: underline;
}
.sidebar nav {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.sidebar nav .links {
  gap: 0;
}
.sidebar nav .links a {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.sidebar nav .links a.active {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.sidebar .nav-child {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.sidebar .ig-es-post-settings {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
      background-color: var(--light-gray);
}
.sidebar .ig-es-campaign-tags-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom-width: 1px;
  border-color: var(--lighter-gray);
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.sidebar .ig-es-campaign-tags-list .campaign-tags-title {
  cursor: pointer;
  border-bottom-width: 1px;
  border-color: var(--lighter-gray);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
}
.sidebar .ig-es-campaign-tags-list .campaign-tags-title:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
}
.sidebar .all-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.sidebar .all-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}
.sidebar .all-tags li {
  border-radius: 0.125rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
        background-color: var(--light-gray);
}
.sidebar .all-tags svg {
  margin-top: -0.25rem;
  margin-left: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 0.875rem;
  width: 0.875rem;
  cursor: pointer;
}
.sidebar a {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}
.sidebar a:hover {
  color: var(--brand-color);
  text-decoration-line: underline;
}
.sidebar .radio-section {
  border-radius: 0.125rem;
  padding: 0.75rem;
      background-color: white;
}
.sidebar input[type="radio"] {
  margin-top: -0.25rem;
}
.sidebar .ig-es-grid-division {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
}
.sidebar .ig-es-grid-division:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
}
.overview {
  margin-top: 1.25rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.overview > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.overview {
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--lighter-gray);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}
.overview .kpi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.375rem;
  background-color: var(--light-gray);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.overview .kpi .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.overview .kpi .stats > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.overview .kpi .kpi-title {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.overview .kpi .kpi-stats {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.overview .kpi .change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overview .kpi .change > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
.overview .kpi .change {
  border-radius: 9999px;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.overview .kpi .change.up {
  background-color: rgb(5 122 85 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(5 122 85 / var(--tw-text-opacity));
}
.overview .kpi .change.down {
  background-color: rgb(224 36 36 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(224 36 36 / var(--tw-text-opacity));
}
.overview .kpi .change span.value {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}
.dot {
  margin-right: 0.25rem;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
}
.search-icon {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.75rem;
}
.search {
  display: block !important;
  width: 100% !important;
  border-radius: 0.125rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(210 214 220 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-right: 1rem !important;
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
  padding-left: 2.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(22 30 46 / var(--tw-text-opacity)) !important;
}
.search:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0.5px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-color: var(--brand-color-2) !important;
}
.ig-es-list-table, .es-audience-view, .es-lists-table, .es-forms-table, .es-custom-field-table, .es-reports-view, .es-campaign-reports-table {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ig-es-list-table > :not([hidden]) ~ :not([hidden]), .es-audience-view > :not([hidden]) ~ :not([hidden]), .es-lists-table > :not([hidden]) ~ :not([hidden]), .es-forms-table > :not([hidden]) ~ :not([hidden]), .es-custom-field-table > :not([hidden]) ~ :not([hidden]), .es-reports-view > :not([hidden]) ~ :not([hidden]), .es-campaign-reports-table > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.ig-es-list-table, .es-audience-view, .es-lists-table, .es-forms-table, .es-custom-field-table, .es-reports-view, .es-campaign-reports-table {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}
.ig-es-list-table h2,.es-audience-view h2,.es-lists-table h2,.es-forms-table h2,.es-custom-field-table h2,.es-reports-view h2,.es-campaign-reports-table h2 {
  margin-top: -1.25rem;
}
.ig-es-list-table .table, .es-audience-view .table, .es-lists-table .table, .es-forms-table .table, .es-custom-field-table .table, .es-reports-view .table, .es-campaign-reports-table .table, .ig-es-list-table #post-body-content, .es-audience-view #post-body-content, .es-lists-table #post-body-content, .es-forms-table #post-body-content, .es-custom-field-table #post-body-content, .es-reports-view #post-body-content, .es-campaign-reports-table #post-body-content {
  margin-left: -1rem;
  margin-right: -1rem;
  width: 100%;
}
@media (min-width: 640px) {

  .ig-es-list-table .table, .es-audience-view .table, .es-lists-table .table, .es-forms-table .table, .es-custom-field-table .table, .es-reports-view .table, .es-campaign-reports-table .table, .ig-es-list-table #post-body-content, .es-audience-view #post-body-content, .es-lists-table #post-body-content, .es-forms-table #post-body-content, .es-custom-field-table #post-body-content, .es-reports-view #post-body-content, .es-campaign-reports-table #post-body-content {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0.125rem;
  }
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) table, :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .contacts, :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .lists, :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .forms, :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .customfields, :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .reports {
  width: 100%;
  min-width: 100%;
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) table > :not([hidden]) ~ :not([hidden]), :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .contacts > :not([hidden]) ~ :not([hidden]), :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .lists > :not([hidden]) ~ :not([hidden]), :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .forms > :not([hidden]) ~ :not([hidden]), :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .customfields > :not([hidden]) ~ :not([hidden]), :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .reports > :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));
  border-color: var(--lighter-gray);
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .contacts, :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .lists, :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .forms, :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .customfields, :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .reports {
  margin-top: 1.25rem;
  border-width: 0px;
}
:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info) :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .contacts,:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info)  :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .lists,:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info)  :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .forms,:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info)  :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .customfields,:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info)  :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .reports {
      border-width: 0px;
  }
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .contacts tbody tr,:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .lists tbody tr,:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .forms tbody tr,:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .customfields tbody tr,:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) .reports tbody tr {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) input.checkbox {
  position: absolute;
  left: 1rem;
  top: 50%;
  margin-top: -0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(210 214 220 / var(--tw-border-opacity));
  color: var(--brand-color);
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) input.checkbox:focus {
  --tw-ring-color: transparent;
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) thead {
  background-color: var(--light-gray);
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) thead input#cb-select-all-1 {
  position: absolute;
  left: 1rem;
  top: 50%;
  margin-top: -0.5rem;
  margin-left: 0;
  height: 1rem;
  width: 1rem;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(210 214 220 / var(--tw-border-opacity));
  color: var(--brand-color);
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) thead input#cb-select-all-1:focus {
  --tw-ring-color: transparent;
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) thead th:first-of-type {
  position: relative;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
@media (min-width: 640px) {

  :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) thead th:first-of-type {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) thead th:nth-child(2) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 0.75rem;
  text-align: left;
}
@media (min-width: 640px) {

  :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) thead th:nth-child(2) {
    padding-left: 1.5rem;
  }
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) thead th {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (min-width: 1024px) {

  :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) thead th {
    display: table-cell;
  }
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) thead th:nth-child(6) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
@media (min-width: 1024px) {

  :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) thead th:nth-child(6) {
    display: table-cell;
  }
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) thead th:last-of-type {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 1rem;
  text-align: left;
}
@media (min-width: 640px) {

  :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) thead th:last-of-type {
    padding-right: 1.5rem;
  }
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) thead th#subject {
  width: 16.666667%;
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody > :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));
  border-color: var(--lighter-gray);
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody {
  border-width: 0px;
}
:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info) :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody {
      border-width: 0px;
  }
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody th:first-of-type {
  position: relative;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
@media (min-width: 640px) {

  :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody th:first-of-type {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody th:first-of-type input.checkbox {
  margin-left: 0;
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody tr:first-of-type {
  border-width: 0px;
}
:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info) :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody tr:first-of-type {
      border-width: 0px;
  }
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody td:first-of-type {
  position: relative;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
@media (min-width: 640px) {

  :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody td:first-of-type {
    width: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody td:nth-child(2) {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 640px) {

  :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody td:nth-child(2) {
    padding-left: 1.5rem;
  }
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody td {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(37 47 63 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody td {
    display: table-cell;
  }
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody td:nth-child(6) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody td:last-of-type {
  position: relative;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 0.75rem;
  padding-right: 1rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
@media (min-width: 640px) {

  :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody td:last-of-type {
    padding-right: 1.5rem;
  }
}
/* reports table column */
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody td.status .status-sent {
  height: 1.5rem;
  width: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(49 196 141 / var(--tw-text-opacity));
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody td.status .status-sending {
  display: inline;
  height: 1.5rem;
  width: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(227 160 8 / var(--tw-text-opacity));
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody td.status .status-paused {
  display: inline;
  height: 1.5rem;
  width: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody td.status .status-queued {
  display: inline;
  height: 1.5rem;
  width: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(255 138 76 / var(--tw-text-opacity));
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody td.status .status-failed {
  display: inline;
  height: 1.5rem;
  width: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(240 82 82 / var(--tw-text-opacity));
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody td.status .status-send-now {
  display: inline;
  height: 1.5rem;
  width: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(227 160 8 / var(--tw-text-opacity));
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody td.column-finish_at {
  text-align: left;
}
/* End */
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody .list-item > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody .list-item .avatar {
  border-radius: 0.375rem;
  background-color: var(--lighter-gray);
  padding: 1rem;
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody .list-item .avatar img {
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody .list-item .item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody .list-item .item-details p {
  font-size: 15px;
  font-weight: 600;
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tbody .list-item .item-details .item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tfoot {
  background-color: var(--light-gray);
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tfoot input#cb-select-all-2 {
  position: absolute;
  left: 1rem;
  top: 50%;
  margin-top: -0.5rem;
  margin-left: 0;
  height: 1rem;
  width: 1rem;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(210 214 220 / var(--tw-border-opacity));
  color: var(--brand-color);
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tfoot input#cb-select-all-2:focus {
  --tw-ring-color: transparent;
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tfoot th:first-of-type {
  position: relative;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
@media (min-width: 640px) {

  :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tfoot th:first-of-type {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tfoot th:nth-child(2) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 0.75rem;
  text-align: left;
}
@media (min-width: 640px) {

  :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tfoot th:nth-child(2) {
    padding-left: 1.5rem;
  }
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tfoot th {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (min-width: 1024px) {

  :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tfoot th {
    display: table-cell;
  }
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tfoot th:nth-child(6) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
@media (min-width: 1024px) {

  :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tfoot th:nth-child(6) {
    display: table-cell;
  }
}
:is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tfoot th:last-of-type {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 1rem;
  text-align: left;
}
@media (min-width: 640px) {

  :is(.ig-es-list-table .table,.es-audience-view .table,.es-lists-table .table,.es-forms-table .table,.es-custom-field-table .table,.es-reports-view .table,.es-campaign-reports-table .table,.ig-es-list-table #post-body-content,.es-audience-view #post-body-content,.es-lists-table #post-body-content,.es-forms-table #post-body-content,.es-custom-field-table #post-body-content,.es-reports-view #post-body-content,.es-campaign-reports-table #post-body-content) tfoot th:last-of-type {
    padding-right: 1.5rem;
  }
}
.ig-es-popup-container {
  position: fixed;
  inset: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
@media (min-width: 640px) {

  .ig-es-popup-container {
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ig-es-popup-container{
    z-index: 999999;
  }
.ig-es-popup-overlay {
  position: absolute;
  inset: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  opacity: 0.75;
}
.ig-es-popup {
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: left;
  font-weight: 500;
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px) {

  .ig-es-popup {
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-width: 48rem;
  }
}
.ig-es-popup .ig-es-popup-title {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.ig-es-popup .ig-es-popup-close-container {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
}
.ig-es-popup .ig-es-popup-close-container .cross {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.ig-es-popup .ig-es-popup-close-cta {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
  padding: 0;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.ig-es-popup .ig-es-popup-close-cta:hover {
  --tw-text-opacity: 1;
  color: rgb(22 30 46 / var(--tw-text-opacity));
}
.ig-es-popup .ig-es-popup-close-cta:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ig-es-popup .ig-es-popup-cta-container {
  float: right;
  padding: 0.75rem;
}
.ig-es-popup .ig-es-new-campaign-type-tab {
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  text-align: center;
}
.ig-es-popup .ig-es-new-campaign-type-tab:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  -webkit-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));
          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));
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ig-es-popup .ig-es-campaign-type-title {
  padding-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.ig-es-popup h3.modal-headline {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(22 30 46 / var(--tw-text-opacity));
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-left-1 {
  left: -0.25rem;
}
.left-0 {
  left: 0;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.float-right {
  float: right;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.-ml-6 {
  margin-left: -1.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-16 {
  margin-left: 4rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-64 {
  margin-top: 16rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/4 {
  width: 50%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.shrink {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.basis-0 {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
.rotate-45 {
  --tw-rotate: 45deg;
  -webkit-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));
          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));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  -webkit-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));
          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));
}
.transform {
  -webkit-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));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.list-decimal {
  list-style-type: decimal;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(210 214 220 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(159 166 178 / var(--tw-border-opacity));
}
.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgb(180 198 252 / var(--tw-border-opacity));
}
.border-lighter-gray {
  border-color: var(--lighter-gray);
}
.border-transparent {
  border-color: transparent;
}
.border-opacity-60 {
  --tw-border-opacity: 0.6;
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 166 178 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-700\/50 {
  background-color: rgb(55 65 81 / 0.5);
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(222 247 236 / var(--tw-bg-opacity));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 122 85 / var(--tw-bg-opacity));
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 80 236 / var(--tw-bg-opacity));
}
.bg-light-gray {
  background-color: var(--light-gray);
}
.bg-purple-500\/20 {
  background-color: rgb(144 97 249 / 0.2);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 232 232 / var(--tw-bg-opacity));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 36 36 / var(--tw-bg-opacity));
}
.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 250 250 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 246 178 / var(--tw-bg-opacity));
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-end {
  text-align: end;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-none {
  line-height: 1;
}
.leading-snug {
  line-height: 1.375;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 66 159 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(37 47 63 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(22 30 46 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(5 122 85 / var(--tw-text-opacity));
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(104 117 245 / var(--tw-text-opacity));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(88 80 236 / var(--tw-text-opacity));
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(144 97 249 / var(--tw-text-opacity));
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(126 58 242 / var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(249 128 128 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(224 36 36 / var(--tw-text-opacity));
}
.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(22 189 202 / var(--tw-text-opacity));
}
.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(3 102 114 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.filter {
  -webkit-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: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition-transform {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.duration-150 {
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
:root {
  --brand-color: #5e19cf; /*brand color*/
  --brand-color-2 : #7230DF; /*brand color 2*/
  --secondary: #f9f6ff; /*CTA bg light gray*/
  --light-gray: #f8f8f8; /*BG light gray*/
  --lighter-gray: #ececec; /*border light gray*/
  --tab-bg: #f7f6f8; /*tab bg*/
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/inter/Inter-Regular.woff2") format("woff2"),
    url("./fonts/inter/Inter-Regular.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./fonts/inter/Inter-SemiBold.woff2") format("woff2"),
    url("./fonts/inter/Inter-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/inter/Inter-Bold.woff2") format("woff2"),
    url("./fonts/inter/Inter-Bold.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/inter/Inter-Medium.woff2") format("woff2"),
    url("./fonts/inter/Inter-Medium.woff") format("woff");
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
label,
button,
li,
span,
table td 
{
  font-family: "Inter", sans-serif;
}
/* Audience Import page tab option, this css apply on current tab */
:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info) [type="radio"]:checked + .es-mailer-logo {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  -webkit-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));
          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));
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-box-shadow: 0 0 3px 1px rgba(90, 103, 216);
            box-shadow: 0 0 3px 1px rgba(90, 103, 216);
}
:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info) [type="radio"]:checked + .es-mailer-logo:hover {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info) .border-0 {
      border-width: 0px;
  }
/* Audience Import page wordpress-users tab, checkbox CSS */
#wordpress-users input.checkbox, #ig-es-wc-order-statuses-wrapper input.checkbox {
  margin-top: -0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(210 214 220 / var(--tw-border-opacity));
  color: var(--brand-color);
}
#wordpress-users input.checkbox:focus, #ig-es-wc-order-statuses-wrapper input.checkbox:focus {
  --tw-ring-color: transparent;
}
/* Audience page tooltip CSS */
.icegram-express_page_es_subscribers .es-tooltip, .icegram-express_page_es_lists .es-tooltip, .icegram-express_page_es_forms .es-tooltip, .icegram-express_page_es_settings .es-tooltip, .toplevel_page_es_dashboard .es-tooltip {
  vertical-align: middle;
}
.icegram-express_page_es_subscribers .es-tooltip span.tooltip-text, .icegram-express_page_es_lists .es-tooltip span.tooltip-text, .icegram-express_page_es_forms .es-tooltip span.tooltip-text, .icegram-express_page_es_settings .es-tooltip span.tooltip-text, .toplevel_page_es_dashboard .es-tooltip span.tooltip-text {
  width: 16rem;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.icegram-express_page_es_subscribers .es-tooltip svg.tooltip-arrow, .icegram-express_page_es_lists .es-tooltip svg.tooltip-arrow, .icegram-express_page_es_forms .es-tooltip svg.tooltip-arrow, .icegram-express_page_es_settings .es-tooltip svg.tooltip-arrow, .toplevel_page_es_dashboard .es-tooltip svg.tooltip-arrow {
  fill: #ffffff;
}
/* Audience page advance filter CSS */
.icegram-express_page_es_subscribers .es-collapsible .ig-es-conditions {
  margin-left: 7rem;
  margin-right: 7rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.icegram-express_page_es_subscribers .es-collapsible .ig-es-condition-group {
  position: relative;
  display: block;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-bottom: 3rem;
}
.icegram-express_page_es_subscribers .es-collapsible .ig-es-condition-group .add-or-condition {
  bottom: 1.25rem;
}
.progress,
.importing-progress {
  position: relative;
  margin-top: 0.375rem;
  height: 2rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  text-align: right;
  line-height: 1rem;
}
.progress span.bar,
.importing-progress span.bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(141 162 251 / var(--tw-bg-opacity));
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #42389d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 56 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #6875f5 var(--tw-gradient-to-position);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  line-height: 2.5rem;
}
/* Settings page CSS */
#es-menu-tab-content input:not([type="radio"]) {
  display: block;
  width: 100%;
  border-radius: 0.125rem;
  border-width: 0px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(22 30 46 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          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(0.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-color: var(--lighter-gray);
}
:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info) #es-menu-tab-content input:not([type="radio"]) {
      border-width: 0px;
  }
#es-menu-tab-content input:not([type="radio"])::-webkit-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
}
#es-menu-tab-content input:not([type="radio"])::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
}
#es-menu-tab-content input:not([type="radio"])::-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
}
#es-menu-tab-content input:not([type="radio"])::placeholder {
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
}
#es-menu-tab-content input:not([type="radio"]):focus {
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-color: var(--brand-color-2);
}
@media (min-width: 640px) {

  #es-menu-tab-content input:not([type="radio"]) {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
#es-menu-tab-content input[type="radio"]:checked {
  background-color: var(--brand-color);
}
/* Settings tab CSS */
#es-settings-menu {
  width: 20%;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(244 245 247 / var(--tw-border-opacity));
  padding-top: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(37 47 63 / var(--tw-text-opacity));
}
#es-settings-menu .es-menu-list {
  z-index: 20;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 1024px) {

  #es-settings-menu .es-menu-list {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    border-color: transparent;
    background-color: transparent;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
#es-settings-menu .es-menu-list ul {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {

  #es-settings-menu .es-menu-list ul {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#es-settings-menu .es-menu-list ul li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 2.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#es-settings-menu .es-menu-list ul li:hover {
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(88 80 236 / var(--tw-border-opacity));
}
@media (min-width: 768px) {

  #es-settings-menu .es-menu-list ul li {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
#es-settings-menu .es-menu-list ul a {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-decoration-line: none;
}
#es-settings-menu .es-menu-list ul span {
  padding-left: 0.125rem;
}
/* End */
/* Setting tab content CSS */
#es-menu-tab-content {
  width: 80%;

  /* All tab content table CSS*/
}
#es-menu-tab-content #tabs-general table, #es-menu-tab-content #tabs-email_sending table, #es-menu-tab-content #tabs-security_settings table, #es-menu-tab-content #tabs-rest_api_settings table, #es-menu-tab-content #tabs-user_roles table {
  margin-top: 1rem;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {

  #es-menu-tab-content #tabs-general table, #es-menu-tab-content #tabs-email_sending table, #es-menu-tab-content #tabs-security_settings table, #es-menu-tab-content #tabs-rest_api_settings table, #es-menu-tab-content #tabs-user_roles table {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media (min-width: 1280px) {

  #es-menu-tab-content #tabs-general table, #es-menu-tab-content #tabs-email_sending table, #es-menu-tab-content #tabs-security_settings table, #es-menu-tab-content #tabs-rest_api_settings table, #es-menu-tab-content #tabs-user_roles table {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
}
#es-menu-tab-content #tabs-general table tr, #es-menu-tab-content #tabs-email_sending table tr, #es-menu-tab-content #tabs-security_settings table tr, #es-menu-tab-content #tabs-rest_api_settings table tr, #es-menu-tab-content #tabs-user_roles table tr {
  margin-left: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#es-menu-tab-content #tabs-general table tr th, #es-menu-tab-content #tabs-email_sending table tr th, #es-menu-tab-content #tabs-security_settings table tr th, #es-menu-tab-content #tabs-rest_api_settings table tr th, #es-menu-tab-content #tabs-user_roles table tr th {
  margin-left: 1.5rem;
  display: block;
  padding-bottom: 2rem;
  padding-right: 1rem;
  padding-top: 1.75rem;
  text-align: left;
}
#es-menu-tab-content #tabs-general table tr th span, #es-menu-tab-content #tabs-email_sending table tr th span, #es-menu-tab-content #tabs-security_settings table tr th span, #es-menu-tab-content #tabs-rest_api_settings table tr th span, #es-menu-tab-content #tabs-user_roles table tr th span {
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
#es-menu-tab-content #tabs-general table tr th p, #es-menu-tab-content #tabs-email_sending table tr th p, #es-menu-tab-content #tabs-security_settings table tr th p, #es-menu-tab-content #tabs-rest_api_settings table tr th p, #es-menu-tab-content #tabs-user_roles table tr th p {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
#es-menu-tab-content #tabs-general table tr td, #es-menu-tab-content #tabs-email_sending table tr td, #es-menu-tab-content #tabs-security_settings table tr td, #es-menu-tab-content #tabs-rest_api_settings table tr td, #es-menu-tab-content #tabs-user_roles table tr td {
  width: 66.666667%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;

          /* Upsell section CSS */
}
#es-menu-tab-content #tabs-general table tr td .settings_upsell_div .upsell_switcher, #es-menu-tab-content #tabs-email_sending table tr td .settings_upsell_div .upsell_switcher, #es-menu-tab-content #tabs-security_settings table tr td .settings_upsell_div .upsell_switcher, #es-menu-tab-content #tabs-rest_api_settings table tr td .settings_upsell_div .upsell_switcher, #es-menu-tab-content #tabs-user_roles table tr td .settings_upsell_div .upsell_switcher {
  width: 16.666667%;
}
#es-menu-tab-content #tabs-general table tr td .settings_upsell_div .upsell_switcher label, #es-menu-tab-content #tabs-email_sending table tr td .settings_upsell_div .upsell_switcher label, #es-menu-tab-content #tabs-security_settings table tr td .settings_upsell_div .upsell_switcher label, #es-menu-tab-content #tabs-rest_api_settings table tr td .settings_upsell_div .upsell_switcher label, #es-menu-tab-content #tabs-user_roles table tr td .settings_upsell_div .upsell_switcher label {
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#es-menu-tab-content #tabs-general table tr td .settings_upsell_div .upsell_box, #es-menu-tab-content #tabs-email_sending table tr td .settings_upsell_div .upsell_box, #es-menu-tab-content #tabs-security_settings table tr td .settings_upsell_div .upsell_box, #es-menu-tab-content #tabs-rest_api_settings table tr td .settings_upsell_div .upsell_box, #es-menu-tab-content #tabs-user_roles table tr td .settings_upsell_div .upsell_box {
  width: 100%;
}
#es-menu-tab-content #tabs-general table tr td .es_sub_headline, #es-menu-tab-content #tabs-email_sending table tr td .es_sub_headline, #es-menu-tab-content #tabs-security_settings table tr td .es_sub_headline, #es-menu-tab-content #tabs-rest_api_settings table tr td .es_sub_headline, #es-menu-tab-content #tabs-user_roles table tr td .es_sub_headline {
  padding-top: 1rem;
}
#es-menu-tab-content #tabs-general table tr td input.form-input, #es-menu-tab-content #tabs-email_sending table tr td input.form-input, #es-menu-tab-content #tabs-security_settings table tr td input.form-input, #es-menu-tab-content #tabs-rest_api_settings table tr td input.form-input, #es-menu-tab-content #tabs-user_roles table tr td input.form-input, #es-menu-tab-content #tabs-general table tr td input.form-textarea, #es-menu-tab-content #tabs-email_sending table tr td input.form-textarea, #es-menu-tab-content #tabs-security_settings table tr td input.form-textarea, #es-menu-tab-content #tabs-rest_api_settings table tr td input.form-textarea, #es-menu-tab-content #tabs-user_roles table tr td input.form-textarea, #es-menu-tab-content #tabs-general table tr td input[type="number"], #es-menu-tab-content #tabs-email_sending table tr td input[type="number"], #es-menu-tab-content #tabs-security_settings table tr td input[type="number"], #es-menu-tab-content #tabs-rest_api_settings table tr td input[type="number"], #es-menu-tab-content #tabs-user_roles table tr td input[type="number"] {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  height: 2.25rem;
  width: 60%;
  --tw-border-opacity: 1;
  border-color: rgb(159 166 178 / var(--tw-border-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#es-menu-tab-content #tabs-general table tr td p.field-desciption, #es-menu-tab-content #tabs-email_sending table tr td p.field-desciption, #es-menu-tab-content #tabs-security_settings table tr td p.field-desciption, #es-menu-tab-content #tabs-rest_api_settings table tr td p.field-desciption, #es-menu-tab-content #tabs-user_roles table tr td p.field-desciption {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
#es-menu-tab-content #tabs-general table tr td input.checkbox, #es-menu-tab-content #tabs-email_sending table tr td input.checkbox, #es-menu-tab-content #tabs-security_settings table tr td input.checkbox, #es-menu-tab-content #tabs-rest_api_settings table tr td input.checkbox, #es-menu-tab-content #tabs-user_roles table tr td input.checkbox {
  height: 1rem;
  width: 1rem;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(210 214 220 / var(--tw-border-opacity));
  color: var(--brand-color);
  --tw-ring-offset-width: 0px;
}
#es-menu-tab-content #tabs-general table tr td input.checkbox:focus, #es-menu-tab-content #tabs-email_sending table tr td input.checkbox:focus, #es-menu-tab-content #tabs-security_settings table tr td input.checkbox:focus, #es-menu-tab-content #tabs-rest_api_settings table tr td input.checkbox:focus, #es-menu-tab-content #tabs-user_roles table tr td input.checkbox:focus {
  --tw-ring-color: transparent;
}
/* House keeping section CSS */
#es-menu-tab-content #tabs-general table tr td #house_keeping_section label, #es-menu-tab-content #tabs-email_sending table tr td #house_keeping_section label, #es-menu-tab-content #tabs-security_settings table tr td #house_keeping_section label, #es-menu-tab-content #tabs-rest_api_settings table tr td #house_keeping_section label, #es-menu-tab-content #tabs-user_roles table tr td #house_keeping_section label {
  margin-top: 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#es-menu-tab-content #tabs-general table tr td #house_keeping_section p, #es-menu-tab-content #tabs-email_sending table tr td #house_keeping_section p, #es-menu-tab-content #tabs-security_settings table tr td #house_keeping_section p, #es-menu-tab-content #tabs-rest_api_settings table tr td #house_keeping_section p, #es-menu-tab-content #tabs-user_roles table tr td #house_keeping_section p {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
#es-menu-tab-content #tabs-general table tr td #house_keeping_section input.checkbox, #es-menu-tab-content #tabs-email_sending table tr td #house_keeping_section input.checkbox, #es-menu-tab-content #tabs-security_settings table tr td #house_keeping_section input.checkbox, #es-menu-tab-content #tabs-rest_api_settings table tr td #house_keeping_section input.checkbox, #es-menu-tab-content #tabs-user_roles table tr td #house_keeping_section input.checkbox {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(210 214 220 / var(--tw-border-opacity));
  color: var(--brand-color);
}
#es-menu-tab-content #tabs-general table tr td #house_keeping_section input.checkbox:focus, #es-menu-tab-content #tabs-email_sending table tr td #house_keeping_section input.checkbox:focus, #es-menu-tab-content #tabs-security_settings table tr td #house_keeping_section input.checkbox:focus, #es-menu-tab-content #tabs-rest_api_settings table tr td #house_keeping_section input.checkbox:focus, #es-menu-tab-content #tabs-user_roles table tr td #house_keeping_section input.checkbox:focus {
  --tw-ring-color: transparent;
}
#es-menu-tab-content #tabs-general table tr td #house_keeping_section span, #es-menu-tab-content #tabs-email_sending table tr td #house_keeping_section span, #es-menu-tab-content #tabs-security_settings table tr td #house_keeping_section span, #es-menu-tab-content #tabs-rest_api_settings table tr td #house_keeping_section span, #es-menu-tab-content #tabs-user_roles table tr td #house_keeping_section span {
  padding-left: 0.25rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
/* End */
/* ESS upsell noticebox CSS */
#es-menu-tab-content #tabs-general table tr td #sending_service_info .ess-upsell-sec, #es-menu-tab-content #tabs-email_sending table tr td #sending_service_info .ess-upsell-sec, #es-menu-tab-content #tabs-security_settings table tr td #sending_service_info .ess-upsell-sec, #es-menu-tab-content #tabs-rest_api_settings table tr td #sending_service_info .ess-upsell-sec, #es-menu-tab-content #tabs-user_roles table tr td #sending_service_info .ess-upsell-sec {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 80%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(237 250 250 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#es-menu-tab-content #tabs-general table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec, #es-menu-tab-content #tabs-email_sending table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec, #es-menu-tab-content #tabs-security_settings table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec, #es-menu-tab-content #tabs-rest_api_settings table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec, #es-menu-tab-content #tabs-user_roles table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#es-menu-tab-content #tabs-general table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec .ess-upsell-msg, #es-menu-tab-content #tabs-email_sending table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec .ess-upsell-msg, #es-menu-tab-content #tabs-security_settings table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec .ess-upsell-msg, #es-menu-tab-content #tabs-rest_api_settings table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec .ess-upsell-msg, #es-menu-tab-content #tabs-user_roles table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec .ess-upsell-msg {
  margin-left: 0.75rem;
}
#es-menu-tab-content #tabs-general table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec .ess-upsell-msg h3, #es-menu-tab-content #tabs-email_sending table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec .ess-upsell-msg h3, #es-menu-tab-content #tabs-security_settings table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec .ess-upsell-msg h3, #es-menu-tab-content #tabs-rest_api_settings table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec .ess-upsell-msg h3, #es-menu-tab-content #tabs-user_roles table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec .ess-upsell-msg h3 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(30 66 159 / var(--tw-text-opacity));
}
#es-menu-tab-content #tabs-general table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec .upsell-btn-sec, #es-menu-tab-content #tabs-email_sending table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec .upsell-btn-sec, #es-menu-tab-content #tabs-security_settings table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec .upsell-btn-sec, #es-menu-tab-content #tabs-rest_api_settings table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec .upsell-btn-sec, #es-menu-tab-content #tabs-user_roles table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec .upsell-btn-sec {
  margin-top: 0.5rem;
  margin-left: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(3 102 114 / var(--tw-text-opacity));
}
#es-menu-tab-content #tabs-general table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec .upsell-btn-sec .upsell-btn-div, #es-menu-tab-content #tabs-email_sending table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec .upsell-btn-sec .upsell-btn-div, #es-menu-tab-content #tabs-security_settings table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec .upsell-btn-sec .upsell-btn-div, #es-menu-tab-content #tabs-rest_api_settings table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec .upsell-btn-sec .upsell-btn-div, #es-menu-tab-content #tabs-user_roles table tr td #sending_service_info .ess-upsell-sec .main-upsell-sec .upsell-btn-sec .upsell-btn-div {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
/* End */
#es-menu-tab-content #tabs-general table tr td #send_time_optimizer_section label.send_time_optimizer_label, #es-menu-tab-content #tabs-email_sending table tr td #send_time_optimizer_section label.send_time_optimizer_label, #es-menu-tab-content #tabs-security_settings table tr td #send_time_optimizer_section label.send_time_optimizer_label, #es-menu-tab-content #tabs-rest_api_settings table tr td #send_time_optimizer_section label.send_time_optimizer_label, #es-menu-tab-content #tabs-user_roles table tr td #send_time_optimizer_section label.send_time_optimizer_label {
  margin-top: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#es-menu-tab-content #tabs-general table tr td #send_time_optimizer_section p, #es-menu-tab-content #tabs-email_sending table tr td #send_time_optimizer_section p, #es-menu-tab-content #tabs-security_settings table tr td #send_time_optimizer_section p, #es-menu-tab-content #tabs-rest_api_settings table tr td #send_time_optimizer_section p, #es-menu-tab-content #tabs-user_roles table tr td #send_time_optimizer_section p {
  margin-top: 1.25rem;
}
#es-menu-tab-content #tabs-general table tr td .send-email-div button#es-send-test, #es-menu-tab-content #tabs-email_sending table tr td .send-email-div button#es-send-test, #es-menu-tab-content #tabs-security_settings table tr td .send-email-div button#es-send-test, #es-menu-tab-content #tabs-rest_api_settings table tr td .send-email-div button#es-send-test, #es-menu-tab-content #tabs-user_roles table tr td .send-email-div button#es-send-test {
  margin-top: auto;
  margin-bottom: auto;
}
#es-menu-tab-content #tabs-general table tr td .send-email-div span.es_spinner_image_admin img, #es-menu-tab-content #tabs-email_sending table tr td .send-email-div span.es_spinner_image_admin img, #es-menu-tab-content #tabs-security_settings table tr td .send-email-div span.es_spinner_image_admin img, #es-menu-tab-content #tabs-rest_api_settings table tr td .send-email-div span.es_spinner_image_admin img, #es-menu-tab-content #tabs-user_roles table tr td .send-email-div span.es_spinner_image_admin img {
  margin-top: 0.75rem;
}
/* Email sender section CSS */
#es-menu-tab-content #tabs-general table tr td .pepipost, #es-menu-tab-content #tabs-email_sending table tr td .pepipost, #es-menu-tab-content #tabs-security_settings table tr td .pepipost, #es-menu-tab-content #tabs-rest_api_settings table tr td .pepipost, #es-menu-tab-content #tabs-user_roles table tr td .pepipost, #es-menu-tab-content #tabs-general table tr td .gmail, #es-menu-tab-content #tabs-email_sending table tr td .gmail, #es-menu-tab-content #tabs-security_settings table tr td .gmail, #es-menu-tab-content #tabs-rest_api_settings table tr td .gmail, #es-menu-tab-content #tabs-user_roles table tr td .gmail, #es-menu-tab-content #tabs-general table tr td .Amazon_SES, #es-menu-tab-content #tabs-email_sending table tr td .Amazon_SES, #es-menu-tab-content #tabs-security_settings table tr td .Amazon_SES, #es-menu-tab-content #tabs-rest_api_settings table tr td .Amazon_SES, #es-menu-tab-content #tabs-user_roles table tr td .Amazon_SES, #es-menu-tab-content #tabs-general table tr td .mailgun, #es-menu-tab-content #tabs-email_sending table tr td .mailgun, #es-menu-tab-content #tabs-security_settings table tr td .mailgun, #es-menu-tab-content #tabs-rest_api_settings table tr td .mailgun, #es-menu-tab-content #tabs-user_roles table tr td .mailgun, #es-menu-tab-content #tabs-general table tr td .sendgrid, #es-menu-tab-content #tabs-email_sending table tr td .sendgrid, #es-menu-tab-content #tabs-security_settings table tr td .sendgrid, #es-menu-tab-content #tabs-rest_api_settings table tr td .sendgrid, #es-menu-tab-content #tabs-user_roles table tr td .sendgrid, #es-menu-tab-content #tabs-general table tr td .sparkpost, #es-menu-tab-content #tabs-email_sending table tr td .sparkpost, #es-menu-tab-content #tabs-security_settings table tr td .sparkpost, #es-menu-tab-content #tabs-rest_api_settings table tr td .sparkpost, #es-menu-tab-content #tabs-user_roles table tr td .sparkpost, #es-menu-tab-content #tabs-general table tr td .postmark, #es-menu-tab-content #tabs-email_sending table tr td .postmark, #es-menu-tab-content #tabs-security_settings table tr td .postmark, #es-menu-tab-content #tabs-rest_api_settings table tr td .postmark, #es-menu-tab-content #tabs-user_roles table tr td .postmark, #es-menu-tab-content #tabs-general table tr td .sendinblue, #es-menu-tab-content #tabs-email_sending table tr td .sendinblue, #es-menu-tab-content #tabs-security_settings table tr td .sendinblue, #es-menu-tab-content #tabs-rest_api_settings table tr td .sendinblue, #es-menu-tab-content #tabs-user_roles table tr td .sendinblue, #es-menu-tab-content #tabs-general table tr td .mailjet, #es-menu-tab-content #tabs-email_sending table tr td .mailjet, #es-menu-tab-content #tabs-security_settings table tr td .mailjet, #es-menu-tab-content #tabs-rest_api_settings table tr td .mailjet, #es-menu-tab-content #tabs-user_roles table tr td .mailjet {
  margin-top: 1rem;
}
#es-menu-tab-content #tabs-general table tr td .pepipost .form-input, #es-menu-tab-content #tabs-email_sending table tr td .pepipost .form-input, #es-menu-tab-content #tabs-security_settings table tr td .pepipost .form-input, #es-menu-tab-content #tabs-rest_api_settings table tr td .pepipost .form-input, #es-menu-tab-content #tabs-user_roles table tr td .pepipost .form-input, #es-menu-tab-content #tabs-general table tr td .gmail .form-input, #es-menu-tab-content #tabs-email_sending table tr td .gmail .form-input, #es-menu-tab-content #tabs-security_settings table tr td .gmail .form-input, #es-menu-tab-content #tabs-rest_api_settings table tr td .gmail .form-input, #es-menu-tab-content #tabs-user_roles table tr td .gmail .form-input, #es-menu-tab-content #tabs-general table tr td .Amazon_SES .form-input, #es-menu-tab-content #tabs-email_sending table tr td .Amazon_SES .form-input, #es-menu-tab-content #tabs-security_settings table tr td .Amazon_SES .form-input, #es-menu-tab-content #tabs-rest_api_settings table tr td .Amazon_SES .form-input, #es-menu-tab-content #tabs-user_roles table tr td .Amazon_SES .form-input, #es-menu-tab-content #tabs-general table tr td .mailgun .form-input, #es-menu-tab-content #tabs-email_sending table tr td .mailgun .form-input, #es-menu-tab-content #tabs-security_settings table tr td .mailgun .form-input, #es-menu-tab-content #tabs-rest_api_settings table tr td .mailgun .form-input, #es-menu-tab-content #tabs-user_roles table tr td .mailgun .form-input, #es-menu-tab-content #tabs-general table tr td .sendgrid .form-input, #es-menu-tab-content #tabs-email_sending table tr td .sendgrid .form-input, #es-menu-tab-content #tabs-security_settings table tr td .sendgrid .form-input, #es-menu-tab-content #tabs-rest_api_settings table tr td .sendgrid .form-input, #es-menu-tab-content #tabs-user_roles table tr td .sendgrid .form-input, #es-menu-tab-content #tabs-general table tr td .sparkpost .form-input, #es-menu-tab-content #tabs-email_sending table tr td .sparkpost .form-input, #es-menu-tab-content #tabs-security_settings table tr td .sparkpost .form-input, #es-menu-tab-content #tabs-rest_api_settings table tr td .sparkpost .form-input, #es-menu-tab-content #tabs-user_roles table tr td .sparkpost .form-input, #es-menu-tab-content #tabs-general table tr td .postmark .form-input, #es-menu-tab-content #tabs-email_sending table tr td .postmark .form-input, #es-menu-tab-content #tabs-security_settings table tr td .postmark .form-input, #es-menu-tab-content #tabs-rest_api_settings table tr td .postmark .form-input, #es-menu-tab-content #tabs-user_roles table tr td .postmark .form-input, #es-menu-tab-content #tabs-general table tr td .sendinblue .form-input, #es-menu-tab-content #tabs-email_sending table tr td .sendinblue .form-input, #es-menu-tab-content #tabs-security_settings table tr td .sendinblue .form-input, #es-menu-tab-content #tabs-rest_api_settings table tr td .sendinblue .form-input, #es-menu-tab-content #tabs-user_roles table tr td .sendinblue .form-input, #es-menu-tab-content #tabs-general table tr td .mailjet .form-input, #es-menu-tab-content #tabs-email_sending table tr td .mailjet .form-input, #es-menu-tab-content #tabs-security_settings table tr td .mailjet .form-input, #es-menu-tab-content #tabs-rest_api_settings table tr td .mailjet .form-input, #es-menu-tab-content #tabs-user_roles table tr td .mailjet .form-input {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  height: 2.5rem;
  width: 60%;
  --tw-border-opacity: 1;
  border-color: rgb(159 166 178 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#es-menu-tab-content #tabs-general table tr td .pepipost .form-input .webhook-url p, #es-menu-tab-content #tabs-email_sending table tr td .pepipost .form-input .webhook-url p, #es-menu-tab-content #tabs-security_settings table tr td .pepipost .form-input .webhook-url p, #es-menu-tab-content #tabs-rest_api_settings table tr td .pepipost .form-input .webhook-url p, #es-menu-tab-content #tabs-user_roles table tr td .pepipost .form-input .webhook-url p, #es-menu-tab-content #tabs-general table tr td .gmail .form-input .webhook-url p, #es-menu-tab-content #tabs-email_sending table tr td .gmail .form-input .webhook-url p, #es-menu-tab-content #tabs-security_settings table tr td .gmail .form-input .webhook-url p, #es-menu-tab-content #tabs-rest_api_settings table tr td .gmail .form-input .webhook-url p, #es-menu-tab-content #tabs-user_roles table tr td .gmail .form-input .webhook-url p, #es-menu-tab-content #tabs-general table tr td .Amazon_SES .form-input .webhook-url p, #es-menu-tab-content #tabs-email_sending table tr td .Amazon_SES .form-input .webhook-url p, #es-menu-tab-content #tabs-security_settings table tr td .Amazon_SES .form-input .webhook-url p, #es-menu-tab-content #tabs-rest_api_settings table tr td .Amazon_SES .form-input .webhook-url p, #es-menu-tab-content #tabs-user_roles table tr td .Amazon_SES .form-input .webhook-url p, #es-menu-tab-content #tabs-general table tr td .mailgun .form-input .webhook-url p, #es-menu-tab-content #tabs-email_sending table tr td .mailgun .form-input .webhook-url p, #es-menu-tab-content #tabs-security_settings table tr td .mailgun .form-input .webhook-url p, #es-menu-tab-content #tabs-rest_api_settings table tr td .mailgun .form-input .webhook-url p, #es-menu-tab-content #tabs-user_roles table tr td .mailgun .form-input .webhook-url p, #es-menu-tab-content #tabs-general table tr td .sendgrid .form-input .webhook-url p, #es-menu-tab-content #tabs-email_sending table tr td .sendgrid .form-input .webhook-url p, #es-menu-tab-content #tabs-security_settings table tr td .sendgrid .form-input .webhook-url p, #es-menu-tab-content #tabs-rest_api_settings table tr td .sendgrid .form-input .webhook-url p, #es-menu-tab-content #tabs-user_roles table tr td .sendgrid .form-input .webhook-url p, #es-menu-tab-content #tabs-general table tr td .sparkpost .form-input .webhook-url p, #es-menu-tab-content #tabs-email_sending table tr td .sparkpost .form-input .webhook-url p, #es-menu-tab-content #tabs-security_settings table tr td .sparkpost .form-input .webhook-url p, #es-menu-tab-content #tabs-rest_api_settings table tr td .sparkpost .form-input .webhook-url p, #es-menu-tab-content #tabs-user_roles table tr td .sparkpost .form-input .webhook-url p, #es-menu-tab-content #tabs-general table tr td .postmark .form-input .webhook-url p, #es-menu-tab-content #tabs-email_sending table tr td .postmark .form-input .webhook-url p, #es-menu-tab-content #tabs-security_settings table tr td .postmark .form-input .webhook-url p, #es-menu-tab-content #tabs-rest_api_settings table tr td .postmark .form-input .webhook-url p, #es-menu-tab-content #tabs-user_roles table tr td .postmark .form-input .webhook-url p, #es-menu-tab-content #tabs-general table tr td .sendinblue .form-input .webhook-url p, #es-menu-tab-content #tabs-email_sending table tr td .sendinblue .form-input .webhook-url p, #es-menu-tab-content #tabs-security_settings table tr td .sendinblue .form-input .webhook-url p, #es-menu-tab-content #tabs-rest_api_settings table tr td .sendinblue .form-input .webhook-url p, #es-menu-tab-content #tabs-user_roles table tr td .sendinblue .form-input .webhook-url p, #es-menu-tab-content #tabs-general table tr td .mailjet .form-input .webhook-url p, #es-menu-tab-content #tabs-email_sending table tr td .mailjet .form-input .webhook-url p, #es-menu-tab-content #tabs-security_settings table tr td .mailjet .form-input .webhook-url p, #es-menu-tab-content #tabs-rest_api_settings table tr td .mailjet .form-input .webhook-url p, #es-menu-tab-content #tabs-user_roles table tr td .mailjet .form-input .webhook-url p {
  position: absolute;
  width: 20rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#es-menu-tab-content #tabs-general table tr td .pepipost .form-input .webhook-url-copy, #es-menu-tab-content #tabs-email_sending table tr td .pepipost .form-input .webhook-url-copy, #es-menu-tab-content #tabs-security_settings table tr td .pepipost .form-input .webhook-url-copy, #es-menu-tab-content #tabs-rest_api_settings table tr td .pepipost .form-input .webhook-url-copy, #es-menu-tab-content #tabs-user_roles table tr td .pepipost .form-input .webhook-url-copy, #es-menu-tab-content #tabs-general table tr td .gmail .form-input .webhook-url-copy, #es-menu-tab-content #tabs-email_sending table tr td .gmail .form-input .webhook-url-copy, #es-menu-tab-content #tabs-security_settings table tr td .gmail .form-input .webhook-url-copy, #es-menu-tab-content #tabs-rest_api_settings table tr td .gmail .form-input .webhook-url-copy, #es-menu-tab-content #tabs-user_roles table tr td .gmail .form-input .webhook-url-copy, #es-menu-tab-content #tabs-general table tr td .Amazon_SES .form-input .webhook-url-copy, #es-menu-tab-content #tabs-email_sending table tr td .Amazon_SES .form-input .webhook-url-copy, #es-menu-tab-content #tabs-security_settings table tr td .Amazon_SES .form-input .webhook-url-copy, #es-menu-tab-content #tabs-rest_api_settings table tr td .Amazon_SES .form-input .webhook-url-copy, #es-menu-tab-content #tabs-user_roles table tr td .Amazon_SES .form-input .webhook-url-copy, #es-menu-tab-content #tabs-general table tr td .mailgun .form-input .webhook-url-copy, #es-menu-tab-content #tabs-email_sending table tr td .mailgun .form-input .webhook-url-copy, #es-menu-tab-content #tabs-security_settings table tr td .mailgun .form-input .webhook-url-copy, #es-menu-tab-content #tabs-rest_api_settings table tr td .mailgun .form-input .webhook-url-copy, #es-menu-tab-content #tabs-user_roles table tr td .mailgun .form-input .webhook-url-copy, #es-menu-tab-content #tabs-general table tr td .sendgrid .form-input .webhook-url-copy, #es-menu-tab-content #tabs-email_sending table tr td .sendgrid .form-input .webhook-url-copy, #es-menu-tab-content #tabs-security_settings table tr td .sendgrid .form-input .webhook-url-copy, #es-menu-tab-content #tabs-rest_api_settings table tr td .sendgrid .form-input .webhook-url-copy, #es-menu-tab-content #tabs-user_roles table tr td .sendgrid .form-input .webhook-url-copy, #es-menu-tab-content #tabs-general table tr td .sparkpost .form-input .webhook-url-copy, #es-menu-tab-content #tabs-email_sending table tr td .sparkpost .form-input .webhook-url-copy, #es-menu-tab-content #tabs-security_settings table tr td .sparkpost .form-input .webhook-url-copy, #es-menu-tab-content #tabs-rest_api_settings table tr td .sparkpost .form-input .webhook-url-copy, #es-menu-tab-content #tabs-user_roles table tr td .sparkpost .form-input .webhook-url-copy, #es-menu-tab-content #tabs-general table tr td .postmark .form-input .webhook-url-copy, #es-menu-tab-content #tabs-email_sending table tr td .postmark .form-input .webhook-url-copy, #es-menu-tab-content #tabs-security_settings table tr td .postmark .form-input .webhook-url-copy, #es-menu-tab-content #tabs-rest_api_settings table tr td .postmark .form-input .webhook-url-copy, #es-menu-tab-content #tabs-user_roles table tr td .postmark .form-input .webhook-url-copy, #es-menu-tab-content #tabs-general table tr td .sendinblue .form-input .webhook-url-copy, #es-menu-tab-content #tabs-email_sending table tr td .sendinblue .form-input .webhook-url-copy, #es-menu-tab-content #tabs-security_settings table tr td .sendinblue .form-input .webhook-url-copy, #es-menu-tab-content #tabs-rest_api_settings table tr td .sendinblue .form-input .webhook-url-copy, #es-menu-tab-content #tabs-user_roles table tr td .sendinblue .form-input .webhook-url-copy, #es-menu-tab-content #tabs-general table tr td .mailjet .form-input .webhook-url-copy, #es-menu-tab-content #tabs-email_sending table tr td .mailjet .form-input .webhook-url-copy, #es-menu-tab-content #tabs-security_settings table tr td .mailjet .form-input .webhook-url-copy, #es-menu-tab-content #tabs-rest_api_settings table tr td .mailjet .form-input .webhook-url-copy, #es-menu-tab-content #tabs-user_roles table tr td .mailjet .form-input .webhook-url-copy {
  position: relative;
  left: 20rem;
}
#es-menu-tab-content #tabs-general table tr td .pepipost ul li a, #es-menu-tab-content #tabs-email_sending table tr td .pepipost ul li a, #es-menu-tab-content #tabs-security_settings table tr td .pepipost ul li a, #es-menu-tab-content #tabs-rest_api_settings table tr td .pepipost ul li a, #es-menu-tab-content #tabs-user_roles table tr td .pepipost ul li a, #es-menu-tab-content #tabs-general table tr td .gmail ul li a, #es-menu-tab-content #tabs-email_sending table tr td .gmail ul li a, #es-menu-tab-content #tabs-security_settings table tr td .gmail ul li a, #es-menu-tab-content #tabs-rest_api_settings table tr td .gmail ul li a, #es-menu-tab-content #tabs-user_roles table tr td .gmail ul li a, #es-menu-tab-content #tabs-general table tr td .Amazon_SES ul li a, #es-menu-tab-content #tabs-email_sending table tr td .Amazon_SES ul li a, #es-menu-tab-content #tabs-security_settings table tr td .Amazon_SES ul li a, #es-menu-tab-content #tabs-rest_api_settings table tr td .Amazon_SES ul li a, #es-menu-tab-content #tabs-user_roles table tr td .Amazon_SES ul li a, #es-menu-tab-content #tabs-general table tr td .mailgun ul li a, #es-menu-tab-content #tabs-email_sending table tr td .mailgun ul li a, #es-menu-tab-content #tabs-security_settings table tr td .mailgun ul li a, #es-menu-tab-content #tabs-rest_api_settings table tr td .mailgun ul li a, #es-menu-tab-content #tabs-user_roles table tr td .mailgun ul li a, #es-menu-tab-content #tabs-general table tr td .sendgrid ul li a, #es-menu-tab-content #tabs-email_sending table tr td .sendgrid ul li a, #es-menu-tab-content #tabs-security_settings table tr td .sendgrid ul li a, #es-menu-tab-content #tabs-rest_api_settings table tr td .sendgrid ul li a, #es-menu-tab-content #tabs-user_roles table tr td .sendgrid ul li a, #es-menu-tab-content #tabs-general table tr td .sparkpost ul li a, #es-menu-tab-content #tabs-email_sending table tr td .sparkpost ul li a, #es-menu-tab-content #tabs-security_settings table tr td .sparkpost ul li a, #es-menu-tab-content #tabs-rest_api_settings table tr td .sparkpost ul li a, #es-menu-tab-content #tabs-user_roles table tr td .sparkpost ul li a, #es-menu-tab-content #tabs-general table tr td .postmark ul li a, #es-menu-tab-content #tabs-email_sending table tr td .postmark ul li a, #es-menu-tab-content #tabs-security_settings table tr td .postmark ul li a, #es-menu-tab-content #tabs-rest_api_settings table tr td .postmark ul li a, #es-menu-tab-content #tabs-user_roles table tr td .postmark ul li a, #es-menu-tab-content #tabs-general table tr td .sendinblue ul li a, #es-menu-tab-content #tabs-email_sending table tr td .sendinblue ul li a, #es-menu-tab-content #tabs-security_settings table tr td .sendinblue ul li a, #es-menu-tab-content #tabs-rest_api_settings table tr td .sendinblue ul li a, #es-menu-tab-content #tabs-user_roles table tr td .sendinblue ul li a, #es-menu-tab-content #tabs-general table tr td .mailjet ul li a, #es-menu-tab-content #tabs-email_sending table tr td .mailjet ul li a, #es-menu-tab-content #tabs-security_settings table tr td .mailjet ul li a, #es-menu-tab-content #tabs-rest_api_settings table tr td .mailjet ul li a, #es-menu-tab-content #tabs-user_roles table tr td .mailjet ul li a {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}
/* End */
/* Cron info & authentication table CSS */
#es-menu-tab-content #tabs-general table tr td table.cron-info, #es-menu-tab-content #tabs-email_sending table tr td table.cron-info, #es-menu-tab-content #tabs-security_settings table tr td table.cron-info, #es-menu-tab-content #tabs-rest_api_settings table tr td table.cron-info, #es-menu-tab-content #tabs-user_roles table tr td table.cron-info, #es-menu-tab-content #tabs-general table tr td table#ig-es-settings-authentication-table, #es-menu-tab-content #tabs-email_sending table tr td table#ig-es-settings-authentication-table, #es-menu-tab-content #tabs-security_settings table tr td table#ig-es-settings-authentication-table, #es-menu-tab-content #tabs-rest_api_settings table tr td table#ig-es-settings-authentication-table, #es-menu-tab-content #tabs-user_roles table tr td table#ig-es-settings-authentication-table, #es-menu-tab-content #tabs-general table tr td #ig-es-rest-api-section table, #es-menu-tab-content #tabs-email_sending table tr td #ig-es-rest-api-section table, #es-menu-tab-content #tabs-security_settings table tr td #ig-es-rest-api-section table, #es-menu-tab-content #tabs-rest_api_settings table tr td #ig-es-rest-api-section table, #es-menu-tab-content #tabs-user_roles table tr td #ig-es-rest-api-section table, #es-menu-tab-content #tabs-general table tr td #ig-ess-plan-info-table, #es-menu-tab-content #tabs-email_sending table tr td #ig-ess-plan-info-table, #es-menu-tab-content #tabs-security_settings table tr td #ig-ess-plan-info-table, #es-menu-tab-content #tabs-rest_api_settings table tr td #ig-ess-plan-info-table, #es-menu-tab-content #tabs-user_roles table tr td #ig-ess-plan-info-table {
  margin-left: 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-radius: 0.5rem;
}
:is(#es-menu-tab-content #tabs-general table tr td table.cron-info,#es-menu-tab-content #tabs-email_sending table tr td table.cron-info,#es-menu-tab-content #tabs-security_settings table tr td table.cron-info,#es-menu-tab-content #tabs-rest_api_settings table tr td table.cron-info,#es-menu-tab-content #tabs-user_roles table tr td table.cron-info,#es-menu-tab-content #tabs-general table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-email_sending table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-security_settings table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-rest_api_settings table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-user_roles table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-general table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-email_sending table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-security_settings table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-rest_api_settings table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-user_roles table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-general table tr td #ig-ess-plan-info-table,#es-menu-tab-content #tabs-email_sending table tr td #ig-ess-plan-info-table,#es-menu-tab-content #tabs-security_settings table tr td #ig-ess-plan-info-table,#es-menu-tab-content #tabs-rest_api_settings table tr td #ig-ess-plan-info-table,#es-menu-tab-content #tabs-user_roles table tr td #ig-ess-plan-info-table) thead tr {
  --tw-bg-opacity: 1;
  background-color: rgb(235 245 255 / var(--tw-bg-opacity));
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
:is(#es-menu-tab-content #tabs-general table tr td table.cron-info,#es-menu-tab-content #tabs-email_sending table tr td table.cron-info,#es-menu-tab-content #tabs-security_settings table tr td table.cron-info,#es-menu-tab-content #tabs-rest_api_settings table tr td table.cron-info,#es-menu-tab-content #tabs-user_roles table tr td table.cron-info,#es-menu-tab-content #tabs-general table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-email_sending table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-security_settings table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-rest_api_settings table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-user_roles table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-general table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-email_sending table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-security_settings table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-rest_api_settings table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-user_roles table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-general table tr td #ig-ess-plan-info-table,#es-menu-tab-content #tabs-email_sending table tr td #ig-ess-plan-info-table,#es-menu-tab-content #tabs-security_settings table tr td #ig-ess-plan-info-table,#es-menu-tab-content #tabs-rest_api_settings table tr td #ig-ess-plan-info-table,#es-menu-tab-content #tabs-user_roles table tr td #ig-ess-plan-info-table) thead tr th {
  display: table-cell;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
:is(#es-menu-tab-content #tabs-general table tr td table.cron-info,#es-menu-tab-content #tabs-email_sending table tr td table.cron-info,#es-menu-tab-content #tabs-security_settings table tr td table.cron-info,#es-menu-tab-content #tabs-rest_api_settings table tr td table.cron-info,#es-menu-tab-content #tabs-user_roles table tr td table.cron-info,#es-menu-tab-content #tabs-general table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-email_sending table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-security_settings table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-rest_api_settings table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-user_roles table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-general table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-email_sending table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-security_settings table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-rest_api_settings table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-user_roles table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-general table tr td #ig-ess-plan-info-table,#es-menu-tab-content #tabs-email_sending table tr td #ig-ess-plan-info-table,#es-menu-tab-content #tabs-security_settings table tr td #ig-ess-plan-info-table,#es-menu-tab-content #tabs-rest_api_settings table tr td #ig-ess-plan-info-table,#es-menu-tab-content #tabs-user_roles table tr td #ig-ess-plan-info-table) tbody tr {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
:is(#es-menu-tab-content #tabs-general table tr td table.cron-info,#es-menu-tab-content #tabs-email_sending table tr td table.cron-info,#es-menu-tab-content #tabs-security_settings table tr td table.cron-info,#es-menu-tab-content #tabs-rest_api_settings table tr td table.cron-info,#es-menu-tab-content #tabs-user_roles table tr td table.cron-info,#es-menu-tab-content #tabs-general table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-email_sending table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-security_settings table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-rest_api_settings table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-user_roles table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-general table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-email_sending table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-security_settings table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-rest_api_settings table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-user_roles table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-general table tr td #ig-ess-plan-info-table,#es-menu-tab-content #tabs-email_sending table tr td #ig-ess-plan-info-table,#es-menu-tab-content #tabs-security_settings table tr td #ig-ess-plan-info-table,#es-menu-tab-content #tabs-rest_api_settings table tr td #ig-ess-plan-info-table,#es-menu-tab-content #tabs-user_roles table tr td #ig-ess-plan-info-table) tbody tr td {
  width: 25%;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 245 255 / var(--tw-bg-opacity));
  text-align: left;
}
:is(#es-menu-tab-content #tabs-general table tr td table.cron-info,#es-menu-tab-content #tabs-email_sending table tr td table.cron-info,#es-menu-tab-content #tabs-security_settings table tr td table.cron-info,#es-menu-tab-content #tabs-rest_api_settings table tr td table.cron-info,#es-menu-tab-content #tabs-user_roles table tr td table.cron-info,#es-menu-tab-content #tabs-general table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-email_sending table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-security_settings table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-rest_api_settings table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-user_roles table tr td table#ig-es-settings-authentication-table,#es-menu-tab-content #tabs-general table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-email_sending table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-security_settings table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-rest_api_settings table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-user_roles table tr td #ig-es-rest-api-section table,#es-menu-tab-content #tabs-general table tr td #ig-ess-plan-info-table,#es-menu-tab-content #tabs-email_sending table tr td #ig-ess-plan-info-table,#es-menu-tab-content #tabs-security_settings table tr td #ig-ess-plan-info-table,#es-menu-tab-content #tabs-rest_api_settings table tr td #ig-ess-plan-info-table,#es-menu-tab-content #tabs-user_roles table tr td #ig-ess-plan-info-table) tbody tr td span#ig-es-verify-auth-message {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  font-style: italic;
}
/* End */
/* Sending service optin & Sending Service Info section CSS */
#es-menu-tab-content #tabs-general table tr td #sending_service_optin, #es-menu-tab-content #tabs-email_sending table tr td #sending_service_optin, #es-menu-tab-content #tabs-security_settings table tr td #sending_service_optin, #es-menu-tab-content #tabs-rest_api_settings table tr td #sending_service_optin, #es-menu-tab-content #tabs-user_roles table tr td #sending_service_optin, #es-menu-tab-content #tabs-general table tr td #sending_service_info, #es-menu-tab-content #tabs-email_sending table tr td #sending_service_info, #es-menu-tab-content #tabs-security_settings table tr td #sending_service_info, #es-menu-tab-content #tabs-rest_api_settings table tr td #sending_service_info, #es-menu-tab-content #tabs-user_roles table tr td #sending_service_info {
  padding-bottom: 1rem;
}
#es-menu-tab-content #tabs-general table tr td #sending_service_optin label, #es-menu-tab-content #tabs-email_sending table tr td #sending_service_optin label, #es-menu-tab-content #tabs-security_settings table tr td #sending_service_optin label, #es-menu-tab-content #tabs-rest_api_settings table tr td #sending_service_optin label, #es-menu-tab-content #tabs-user_roles table tr td #sending_service_optin label, #es-menu-tab-content #tabs-general table tr td #sending_service_info label, #es-menu-tab-content #tabs-email_sending table tr td #sending_service_info label, #es-menu-tab-content #tabs-security_settings table tr td #sending_service_info label, #es-menu-tab-content #tabs-rest_api_settings table tr td #sending_service_info label, #es-menu-tab-content #tabs-user_roles table tr td #sending_service_info label {
  margin-top: 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#es-menu-tab-content #tabs-general table tr td #sending_service_optin label span:nth-child(2), #es-menu-tab-content #tabs-email_sending table tr td #sending_service_optin label span:nth-child(2), #es-menu-tab-content #tabs-security_settings table tr td #sending_service_optin label span:nth-child(2), #es-menu-tab-content #tabs-rest_api_settings table tr td #sending_service_optin label span:nth-child(2), #es-menu-tab-content #tabs-user_roles table tr td #sending_service_optin label span:nth-child(2), #es-menu-tab-content #tabs-general table tr td #sending_service_info label span:nth-child(2), #es-menu-tab-content #tabs-email_sending table tr td #sending_service_info label span:nth-child(2), #es-menu-tab-content #tabs-security_settings table tr td #sending_service_info label span:nth-child(2), #es-menu-tab-content #tabs-rest_api_settings table tr td #sending_service_info label span:nth-child(2), #es-menu-tab-content #tabs-user_roles table tr td #sending_service_info label span:nth-child(2) {
  padding-left: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
#es-menu-tab-content #tabs-general table tr td #sending_service_optin p, #es-menu-tab-content #tabs-email_sending table tr td #sending_service_optin p, #es-menu-tab-content #tabs-security_settings table tr td #sending_service_optin p, #es-menu-tab-content #tabs-rest_api_settings table tr td #sending_service_optin p, #es-menu-tab-content #tabs-user_roles table tr td #sending_service_optin p, #es-menu-tab-content #tabs-general table tr td #sending_service_info p, #es-menu-tab-content #tabs-email_sending table tr td #sending_service_info p, #es-menu-tab-content #tabs-security_settings table tr td #sending_service_info p, #es-menu-tab-content #tabs-rest_api_settings table tr td #sending_service_info p, #es-menu-tab-content #tabs-user_roles table tr td #sending_service_info p {
  padding-left: 3rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
#es-menu-tab-content #tabs-general table tr td #sending_service_optin #icegram-mailer-info p, #es-menu-tab-content #tabs-email_sending table tr td #sending_service_optin #icegram-mailer-info p, #es-menu-tab-content #tabs-security_settings table tr td #sending_service_optin #icegram-mailer-info p, #es-menu-tab-content #tabs-rest_api_settings table tr td #sending_service_optin #icegram-mailer-info p, #es-menu-tab-content #tabs-user_roles table tr td #sending_service_optin #icegram-mailer-info p, #es-menu-tab-content #tabs-general table tr td #sending_service_info #icegram-mailer-info p, #es-menu-tab-content #tabs-email_sending table tr td #sending_service_info #icegram-mailer-info p, #es-menu-tab-content #tabs-security_settings table tr td #sending_service_info #icegram-mailer-info p, #es-menu-tab-content #tabs-rest_api_settings table tr td #sending_service_info #icegram-mailer-info p, #es-menu-tab-content #tabs-user_roles table tr td #sending_service_info #icegram-mailer-info p {
  margin-bottom: 0.5rem;
  display: inline-block;
  padding-left: 0;
}
/* End */
#es-menu-tab-content #tabs-general table tr td .user_role_upsell_box, #es-menu-tab-content #tabs-email_sending table tr td .user_role_upsell_box, #es-menu-tab-content #tabs-security_settings table tr td .user_role_upsell_box, #es-menu-tab-content #tabs-rest_api_settings table tr td .user_role_upsell_box, #es-menu-tab-content #tabs-user_roles table tr td .user_role_upsell_box {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
}
@media (min-width: 1024px) {

  #es-menu-tab-content #tabs-general table tr td .user_role_upsell_box, #es-menu-tab-content #tabs-email_sending table tr td .user_role_upsell_box, #es-menu-tab-content #tabs-security_settings table tr td .user_role_upsell_box, #es-menu-tab-content #tabs-rest_api_settings table tr td .user_role_upsell_box, #es-menu-tab-content #tabs-user_roles table tr td .user_role_upsell_box {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#es-menu-tab-content #tabs-general table tr td .user_role_upsell_box div, #es-menu-tab-content #tabs-email_sending table tr td .user_role_upsell_box div, #es-menu-tab-content #tabs-security_settings table tr td .user_role_upsell_box div, #es-menu-tab-content #tabs-rest_api_settings table tr td .user_role_upsell_box div, #es-menu-tab-content #tabs-user_roles table tr td .user_role_upsell_box div {
  margin-left: 1rem;
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(66 56 157 / var(--tw-bg-opacity));
  padding: 0.5rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(229 237 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  #es-menu-tab-content #tabs-general table tr td .user_role_upsell_box div, #es-menu-tab-content #tabs-email_sending table tr td .user_role_upsell_box div, #es-menu-tab-content #tabs-security_settings table tr td .user_role_upsell_box div, #es-menu-tab-content #tabs-rest_api_settings table tr td .user_role_upsell_box div, #es-menu-tab-content #tabs-user_roles table tr td .user_role_upsell_box div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 9999px;
  }
}
#es-menu-tab-content #tabs-general table tr td .user_role_upsell_box div span, #es-menu-tab-content #tabs-email_sending table tr td .user_role_upsell_box div span, #es-menu-tab-content #tabs-security_settings table tr td .user_role_upsell_box div span, #es-menu-tab-content #tabs-rest_api_settings table tr td .user_role_upsell_box div span, #es-menu-tab-content #tabs-user_roles table tr td .user_role_upsell_box div span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: left;
  font-weight: 600;
}
#es-menu-tab-content #tabs-general table tr td .user_role_upsell_box div a, #es-menu-tab-content #tabs-email_sending table tr td .user_role_upsell_box div a, #es-menu-tab-content #tabs-security_settings table tr td .user_role_upsell_box div a, #es-menu-tab-content #tabs-rest_api_settings table tr td .user_role_upsell_box div a, #es-menu-tab-content #tabs-user_roles table tr td .user_role_upsell_box div a {
  --tw-text-opacity: 1;
  color: rgb(141 162 251 / var(--tw-text-opacity));
}
/* User Roles table CSS */
#es-menu-tab-content #tabs-general table tr td table.user-roles-table, #es-menu-tab-content #tabs-email_sending table tr td table.user-roles-table, #es-menu-tab-content #tabs-security_settings table tr td table.user-roles-table, #es-menu-tab-content #tabs-rest_api_settings table tr td table.user-roles-table, #es-menu-tab-content #tabs-user_roles table tr td table.user-roles-table {
  margin-left: 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-radius: 0.5rem;
}
#es-menu-tab-content #tabs-general table tr td table.user-roles-table thead tr, #es-menu-tab-content #tabs-email_sending table tr td table.user-roles-table thead tr, #es-menu-tab-content #tabs-security_settings table tr td table.user-roles-table thead tr, #es-menu-tab-content #tabs-rest_api_settings table tr td table.user-roles-table thead tr, #es-menu-tab-content #tabs-user_roles table tr td table.user-roles-table thead tr {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
#es-menu-tab-content #tabs-general table tr td table.user-roles-table thead tr th, #es-menu-tab-content #tabs-email_sending table tr td table.user-roles-table thead tr th, #es-menu-tab-content #tabs-security_settings table tr td table.user-roles-table thead tr th, #es-menu-tab-content #tabs-rest_api_settings table tr td table.user-roles-table thead tr th, #es-menu-tab-content #tabs-user_roles table tr td table.user-roles-table thead tr th {
  display: table-cell;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
#es-menu-tab-content #tabs-general table tr td table.user-roles-table tbody, #es-menu-tab-content #tabs-email_sending table tr td table.user-roles-table tbody, #es-menu-tab-content #tabs-security_settings table tr td table.user-roles-table tbody, #es-menu-tab-content #tabs-rest_api_settings table tr td table.user-roles-table tbody, #es-menu-tab-content #tabs-user_roles table tr td table.user-roles-table tbody {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#es-menu-tab-content #tabs-general table tr td table.user-roles-table tbody tr td:first-of-type, #es-menu-tab-content #tabs-email_sending table tr td table.user-roles-table tbody tr td:first-of-type, #es-menu-tab-content #tabs-security_settings table tr td table.user-roles-table tbody tr td:first-of-type, #es-menu-tab-content #tabs-rest_api_settings table tr td table.user-roles-table tbody tr td:first-of-type, #es-menu-tab-content #tabs-user_roles table tr td table.user-roles-table tbody tr td:first-of-type {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
}
#es-menu-tab-content #tabs-general table tr td table.user-roles-table tbody tr span, #es-menu-tab-content #tabs-email_sending table tr td table.user-roles-table tbody tr span, #es-menu-tab-content #tabs-security_settings table tr td table.user-roles-table tbody tr span, #es-menu-tab-content #tabs-rest_api_settings table tr td table.user-roles-table tbody tr span, #es-menu-tab-content #tabs-user_roles table tr td table.user-roles-table tbody tr span {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(37 47 63 / var(--tw-text-opacity));
}
#es-menu-tab-content #tabs-general table tr td table.user-roles-table tbody tr td, #es-menu-tab-content #tabs-email_sending table tr td table.user-roles-table tbody tr td, #es-menu-tab-content #tabs-security_settings table tr td table.user-roles-table tbody tr td, #es-menu-tab-content #tabs-rest_api_settings table tr td table.user-roles-table tbody tr td, #es-menu-tab-content #tabs-user_roles table tr td table.user-roles-table tbody tr td {
  padding-left: 2.5rem;
}
/* End */
#es-menu-tab-content #tabs-general table tr:last-of-type, #es-menu-tab-content #tabs-email_sending table tr:last-of-type, #es-menu-tab-content #tabs-security_settings table tr:last-of-type, #es-menu-tab-content #tabs-rest_api_settings table tr:last-of-type, #es-menu-tab-content #tabs-user_roles table tr:last-of-type {
  border-width: 0px;
}
:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info) #es-menu-tab-content #tabs-general table tr:last-of-type,:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info)  #es-menu-tab-content #tabs-email_sending table tr:last-of-type,:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info)  #es-menu-tab-content #tabs-security_settings table tr:last-of-type,:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info)  #es-menu-tab-content #tabs-rest_api_settings table tr:last-of-type,:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info)  #es-menu-tab-content #tabs-user_roles table tr:last-of-type {
      border-width: 0px;
  }
/* End */
/* End */
/*** ESS plan info  CSS START***/
#ig-es-ess-sending-service-info p {
  vertical-align: bottom;
  display: inline-block;
}
#ig-es-ess-sending-service-info table#ig-ess-plan-info-table tr td {
  padding-top: .75rem;
  padding-bottom: .75rem;
}
/*** ESS plan info CSS END***/
.toplevel_page_es_dashboard .sticky {
  top: 32px; /* Adjust for standard admin bar height */
}
/* Dashboard page CSS */
/* There are still some inline clasess used in dashboard.php. The clasess which are already available tailwind.css. */
.recent-campaigns table, .audience-activity table, .forms-lists table {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.recent-campaigns table tbody tr, .audience-activity table tbody tr, .forms-lists table tbody tr {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.recent-campaigns table tbody tr td.short-desc, .audience-activity table tbody tr td.short-desc, .forms-lists table tbody tr td.short-desc {
  max-width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recent-campaigns table tbody tr td.avatar-column, .audience-activity table tbody tr td.avatar-column, .forms-lists table tbody tr td.avatar-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.recent-campaigns table tbody tr td.avatar-column .avatar, .audience-activity table tbody tr td.avatar-column .avatar, .forms-lists table tbody tr td.avatar-column .avatar {
  padding-right: 1rem;
}
.recent-campaigns table tbody tr td.avatar-column .avatar .dash-avatar, .audience-activity table tbody tr td.avatar-column .avatar .dash-avatar, .forms-lists table tbody tr td.avatar-column .avatar .dash-avatar {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
  padding: 0.25rem;
}
.recent-campaigns table tbody tr td .dash-recent-p, .audience-activity table tbody tr td .dash-recent-p, .forms-lists table tbody tr td .dash-recent-p {
  margin-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.recent-campaigns table tbody tr td .dash-status, .audience-activity table tbody tr td .dash-status, .forms-lists table tbody tr td .dash-status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.recent-campaigns table tbody tr td .dash-status span.dashboard_dot, .audience-activity table tbody tr td .dash-status span.dashboard_dot, .forms-lists table tbody tr td .dash-status span.dashboard_dot {
  margin-right: 0.25rem;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
}
.recent-campaigns table tbody tr td .es-code, .audience-activity table tbody tr td .es-code, .forms-lists table tbody tr td .es-code {
  font-size: 0.75rem;
  line-height: 1rem;
}
.recent-campaigns table tbody tr:last-of-type, .audience-activity table tbody tr:last-of-type, .forms-lists table tbody tr:last-of-type {
  border-bottom-width: 0px;
}
.audience-activity {
  min-height: 562px;
}
.toplevel_page_es_dashboard nav {
  padding-top: 1.25rem;
}
.toplevel_page_es_dashboard .main-section {
  grid-column: span 2 / span 2;
}
.toplevel_page_es_dashboard .col-section {
  grid-column: span 1 / span 1;
}
.toplevel_page_es_dashboard .forms-lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5rem;
}
.toplevel_page_es_dashboard .forms-lists .new_form_link, .toplevel_page_es_dashboard .forms-lists .new_list_link {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.toplevel_page_es_dashboard .forms-lists .new_form_link a:hover, .toplevel_page_es_dashboard .forms-lists .new_list_link a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.toplevel_page_es_dashboard .lists-container {
  margin-top: 0 !important;
}
.toplevel_page_es_dashboard .dashboard-kpi {
  margin-left: 1rem;
}
.toplevel_page_es_dashboard .dashboard-kpi .kpi-div {
  margin-right: 5rem;
  padding: 0.25rem;
}
#ig-es-create-dropdown {
  position: absolute;
  right: 0;
  margin-top: 0.5rem;
  display: none;
  width: 14rem;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  border-radius: 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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#ig-es-create-dropdown a {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
#ig-es-create-dropdown a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 30 46 / var(--tw-text-opacity));
}
#ig-es-create-dropdown a:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 30 46 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.es_helper_text {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
}
.ig-dashboardcommon-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ig-dashboardcommon-section #ig-es-trial-expired-block, .ig-dashboardcommon-section #ig-es-trial-active-block, .ig-dashboardcommon-section #ig-es-trial-optin-block {
  width: 100%;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
}
.ig-dashboardcommon-section #ig-es-trial-expired-block .sec-title, .ig-dashboardcommon-section #ig-es-trial-active-block .sec-title, .ig-dashboardcommon-section #ig-es-trial-optin-block .sec-title {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
}
.ig-dashboardcommon-section #ig-es-trial-expired-block #ig-es-trial-optin-btn svg, .ig-dashboardcommon-section #ig-es-trial-active-block #ig-es-trial-optin-btn svg, .ig-dashboardcommon-section #ig-es-trial-optin-block #ig-es-trial-optin-btn svg {
  height: 1rem;
  width: 1rem;
}
@-webkit-keyframes spin {

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ig-dashboardcommon-section #ig-es-trial-expired-block #ig-es-trial-optin-btn svg, .ig-dashboardcommon-section #ig-es-trial-active-block #ig-es-trial-optin-btn svg, .ig-dashboardcommon-section #ig-es-trial-optin-block #ig-es-trial-optin-btn svg {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.ig-dashboardcommon-section #ig-es-trial-expired-block #ig-es-trial-optin-btn svg circle, .ig-dashboardcommon-section #ig-es-trial-active-block #ig-es-trial-optin-btn svg circle, .ig-dashboardcommon-section #ig-es-trial-optin-block #ig-es-trial-optin-btn svg circle {
  opacity: 0.25;
}
.ig-dashboardcommon-section #ig-es-trial-expired-block #ig-es-trial-optin-btn svg path, .ig-dashboardcommon-section #ig-es-trial-active-block #ig-es-trial-optin-btn svg path, .ig-dashboardcommon-section #ig-es-trial-optin-block #ig-es-trial-optin-btn svg path {
  opacity: 0.75;
}
.ig-dashboardcommon-section #ig-es-trial-expired-block ul.features_list, .ig-dashboardcommon-section #ig-es-trial-active-block ul.features_list, .ig-dashboardcommon-section #ig-es-trial-optin-block ul.features_list {
  list-style-type: disc;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.ig-dashboardcommon-section #ig-es-trial-expired-block .block-status, .ig-dashboardcommon-section #ig-es-trial-active-block .block-status, .ig-dashboardcommon-section #ig-es-trial-optin-block .block-status {
  margin-left: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(222 247 236 / var(--tw-bg-opacity));
  padding: 0.25rem;
  vertical-align: sub;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.ig-dashboardcommon-section #ig-es-trial-expired-block .block-status svg, .ig-dashboardcommon-section #ig-es-trial-active-block .block-status svg, .ig-dashboardcommon-section #ig-es-trial-optin-block .block-status svg {
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(5 122 85 / var(--tw-text-opacity));
}
.ig-dashboardcommon-section #ig-es-trial-expired-block .trial-ended-block, .ig-dashboardcommon-section #ig-es-trial-active-block .trial-ended-block, .ig-dashboardcommon-section #ig-es-trial-optin-block .trial-ended-block {
  margin-left: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 36 36 / var(--tw-bg-opacity));
  padding: 0.25rem;
  vertical-align: sub;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ig-dashboardcommon-section #ig-es-trial-expired-block .trial-ended-block svg, .ig-dashboardcommon-section #ig-es-trial-active-block .trial-ended-block svg, .ig-dashboardcommon-section #ig-es-trial-optin-block .trial-ended-block svg {
  margin-left: 0.25rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ig-dashboardcommon-section #ig-ess-account-overview-block {
  position: relative;
  width: 100%;
  padding-left: 1.5rem;
}
.ig-dashboardcommon-section #ig-ess-account-overview-block #subscribers-stats .stats-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.ig-dashboardcommon-section #ig-ess-account-overview-block .block-status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(222 247 236 / var(--tw-bg-opacity));
  padding: 0.25rem;
  vertical-align: sub;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.ig-dashboardcommon-section #ig-ess-account-overview-block .block-status svg {
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(5 122 85 / var(--tw-text-opacity));
}
.ig-dashboardcommon-section #sending-service-benefits .item-dots, .ig-dashboardcommon-section #sending-service-onboarding-tasks-list .item-dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ig-dashboardcommon-section #sending-service-benefits .item-dots span, .ig-dashboardcommon-section #sending-service-onboarding-tasks-list .item-dots span {
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(210 214 220 / var(--tw-bg-opacity));
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.group:hover .ig-dashboardcommon-section #sending-service-benefits .item-dots span,.group:hover  .ig-dashboardcommon-section #sending-service-onboarding-tasks-list .item-dots span {
  --tw-bg-opacity: 1;
  background-color: rgb(159 166 178 / var(--tw-bg-opacity));
}
.group:focus .ig-dashboardcommon-section #sending-service-benefits .item-dots span,.group:focus  .ig-dashboardcommon-section #sending-service-onboarding-tasks-list .item-dots span {
  --tw-bg-opacity: 1;
  background-color: rgb(159 166 178 / var(--tw-bg-opacity));
}
.ig-dashboardcommon-section #sending-service-benefits svg, .ig-dashboardcommon-section #sending-service-onboarding-tasks-list svg {
  margin-top: 0.25rem;
  height: 100%;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(81 69 205 / var(--tw-text-opacity));
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.group:hover .ig-dashboardcommon-section #sending-service-benefits svg,.group:hover  .ig-dashboardcommon-section #sending-service-onboarding-tasks-list svg {
  --tw-text-opacity: 1;
  color: rgb(88 80 236 / var(--tw-text-opacity));
}
.group:focus .ig-dashboardcommon-section #sending-service-benefits svg,.group:focus  .ig-dashboardcommon-section #sending-service-onboarding-tasks-list svg {
  --tw-text-opacity: 1;
  color: rgb(88 80 236 / var(--tw-text-opacity));
}
.ig-dashboardcommon-section .ess-block {
  margin-left: 1rem;
}
.ig-dashboardcommon-section .tips-trick-section {
  margin-left: 4rem;
}
/* End */
/* Reports dashboard CSS */
.reports-statistic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.reports-statistic .campaign-info {
  width: 75%;
}
.reports-statistic .campaign-info .campaign-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.5rem;
  padding-top: 1rem;
}
.reports-statistic .campaign-info .campaign-title .title {
  display: inline-block;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.reports-statistic .campaign-info .campaign-title .campaign-sent-status {
  margin-left: 0.5rem;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.025em;
}
.reports-statistic .campaign-info .campaign-title .campaign-sent-status .sent {
  margin-top: 0.375rem;
  margin-left: 0.25rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(49 196 141 / var(--tw-text-opacity));
}
.reports-statistic .campaign-info .campaign-title .campaign-sent-status .queue {
  margin-top: 0.375rem;
  margin-left: 0.25rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 138 76 / var(--tw-text-opacity));
}
.reports-statistic .campaign-info .campaign-title .campaign-sent-status .sending {
  margin-top: 0.375rem;
  margin-left: 0.25rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(227 160 8 / var(--tw-text-opacity));
}
.reports-statistic .campaign-info .campaign-title .campaign-sent-status .active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(222 247 236 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(3 84 63 / var(--tw-text-opacity));
}
.reports-statistic .campaign-info .campaign-title .campaign-sent-status .inactive {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(253 232 232 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(155 28 28 / var(--tw-text-opacity));
}
.reports-statistic .campaign-info .campaign-other-info {
  width: 100%;
  overflow: hidden;
  padding-top: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.reports-statistic .campaign-info .campaign-other-info .type {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 1.5rem;
}
.reports-statistic .campaign-info .campaign-other-info .type span {
  padding-left: 0.25rem;
  font-weight: 400;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(22 30 46 / var(--tw-text-opacity));
}
.reports-statistic .campaign-info .campaign-other-info .from {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 1.5rem;
  padding-top: 0.5rem;
}
.reports-statistic .campaign-info .campaign-other-info .from span {
  padding-left: 0.25rem;
  font-weight: 400;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(22 30 46 / var(--tw-text-opacity));
}
.reports-statistic .campaign-info .campaign-other-info .recipient {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 1.5rem;
  padding-top: 0.5rem;
}
.reports-statistic .campaign-info .campaign-other-info .recipient .recipient-info {
  display: inline-block;
  width: 91.666667%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 6rem;
  font-weight: 400;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(22 30 46 / var(--tw-text-opacity));
}
.reports-statistic .campaign-info .campaign-other-info .date {
  padding-left: 1.5rem;
  padding-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.reports-statistic .campaign-info .campaign-other-info .date span {
  padding-left: 0.25rem;
  font-weight: 400;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(22 30 46 / var(--tw-text-opacity));
}
.reports-statistic .statistic-info {
  width: 50%;
}
.reports-statistic .statistic-info .stat-sec {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.reports-statistic .statistic-info .stat-sec .title {
  padding-left: 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
}
.reports-statistic .statistic-info .stat-sec .stat-grid-sec {
  margin-left: 1.5rem;
  margin-right: 2rem;
}
@media (min-width: 640px) {

  .reports-statistic .statistic-info .stat-sec .stat-grid-sec {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.reports-statistic .statistic-info .stat-sec .stat-grid-sec .email_viewed_count {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(88 80 236 / var(--tw-text-opacity));
}
.reports-statistic .statistic-info .stat-sec .stat-grid-sec .open_rate {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(88 80 236 / var(--tw-text-opacity));
}
.reports-statistic .statistic-info .stat-sec .stat-grid-sec .opened {
  margin-top: 0.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.reports-statistic .statistic-info .stat-sec .stat-grid-sec .click_count {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(88 80 236 / var(--tw-text-opacity));
}
.reports-statistic .statistic-info .stat-sec .stat-grid-sec .click_rate {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(88 80 236 / var(--tw-text-opacity));
}
.reports-statistic .statistic-info .stat-sec .stat-grid-sec .clicked {
  margin-top: 0.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.reports-statistic .statistic-info .stat-sec .stat-grid-sec .total_email_sent, .reports-statistic .statistic-info .stat-sec .stat-grid-sec .email_unsubscribed_count {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(88 80 236 / var(--tw-text-opacity));
}
/* .email_sent, .email_unsubscribed {
          @apply mt-1 font-medium leading-6 text-gray-500";
        } */
.reports-statistic .empty_country_data {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.system_info {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  padding: 1rem;
}
.system_info p {
  padding-top: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.system_info .info {
  position: relative;
  margin-top: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.system_info .no-info {
  margin-top: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.campaign-analitics-btn {
  position: relative;
  top: 2.5rem;
  float: right;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: -0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.campaign-msg-box {
  position: sticky;
  z-index: 40;
  height: 0;
}
.toplevel_page_es_dashboard .campaign-msg-box {
  top: 32px; /* Adjust for standard admin bar height */
}
@media (min-width: 1024px) {

  .campaign-msg-box {
    width: 60%;
  }
}
@media (min-width: 1280px) {

  .campaign-msg-box {
    width: 40%;
  }
}
.icegram-express_page_es_reports nav {
  padding-top: 2.5rem;
}
/* Report preview template css*/
#report_preview_template .report_template_div {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#report_preview_template .report_template_div .template-abs-div {
  position: absolute;
  margin-left: 4rem;
  margin-right: 1rem;
  height: auto;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  text-align: left;
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {

  #report_preview_template .report_template_div .template-abs-div {
    max-width: 64rem;
    padding: 1.5rem;
  }
}
@media (min-width: 1024px) {

  #report_preview_template .report_template_div .template-abs-div {
    padding: 2rem;
  }
}
#report_preview_template .report_template_div .template-abs-div a {
  --tw-text-opacity: 1;
  color: rgb(88 80 236 / var(--tw-text-opacity));
}
#report_preview_template .report_template_div .template-abs-div h3 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}
#report_preview_template .report_template_div .template-abs-div p.sub-heading {
  margin: 1rem;
  text-align: center;
}
#report_preview_template .report_template_div .template-abs-div .report_preview_container {
  margin: 1rem;
}
#report_preview_template .report_template_div .template-abs-div .temp-btn-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#report_preview_template .report_template_div .template-abs-div .temp-btn-div #es_close_preview {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
#report_preview_template .report_template_div .template-abs-div .temp-btn-div #es_close_preview:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 128 128 / var(--tw-border-opacity));
}
#report_preview_template .report_template_div .template-abs-div .temp-btn-div #es_close_preview:focus {
  --tw-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          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;
}
#report_preview_template .report_template_div .template-abs-div .temp-btn-div #es_close_preview:active {
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
/* End */
/* process queue */
.ig-es-process-queue .queue_text {
  padding-left: 2.5rem;
}
/* End */
/* Link activity table css */
.link-activty .link-heading {
  margin-top: 1.5rem;
  padding-top: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.link-activty #es_reports_link_activity {
  width: 100%;
  table-layout: fixed;
}
.link-activty #es_reports_link_activity tbody tr:last-of-type {
  border-bottom-width: 0px;
}
/* End */
.country-info-table table tbody tr:last-of-type {
  border-bottom-width: 0px;
}
.mail-client-info table tbody tr:last-of-type {
  border-bottom-width: 0px;
}
/* End */
/* settings page radio button CSS */
#send_time_optimizer_section label, #ig_es_mailer_settings-field-row label {
  display: inline-block;
}
/* End */
#timePickerDropdown {
  top: 100%;
}
/* Custom Dropdown Arrow */
#timePicker::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* Responsive Breakpoints (optional) */
@media (max-width: 640px) {
  #timePickerDropdown {
    width: 100%;
    left: 0;
  }
}
.select2-container {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  width: 100% !important;
}
.select2-container--default .select2-selection--multiple {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='color: rgb(156 163 175 /1)' viewBox='0 0 20 20' fill='currentColor' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
  background-size: 1.25rem;
  background-position: calc(100% - 0.45rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)); 
  background-repeat: no-repeat;
  border: 1px solid var(--lighter-gray) !important;
  border-radius: 0.125rem !important;
  padding-left: 0.35rem !important;
  padding-right: 0.75rem !important;
}
.select2-results__option {
  padding-right: 1.25rem;
  vertical-align: middle;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
  background-color: var(--light-gray);
}
.select2-container--default .select2-results__option--selected {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.select2-results__option:before {
  position: relative;
  margin-left: 0.25rem;
  margin-right: 0.75rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  vertical-align: middle;
  content: "";
}
.select2-results__option[aria-selected="true"]:before,
.select2-container--default .select2-results__option--selected:before {
  display: inline-block;
  border-width: 0px;
  padding-right: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info) .select2-results__option[aria-selected="true"]:before,:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info) 
.select2-container--default .select2-results__option--selected:before {
      border-width: 0px;
  }
.select2-results__option[aria-selected="true"]:before,
.select2-container--default .select2-results__option--selected:before {
  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");
  background-color: var(--brand-color);
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  border-width: 0px !important;
  padding-left: 0.25rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info) .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
      border-width: 0px !important;
  }
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: var(--light-gray) !important;
}
.select2-selection__choice__remove {
  position: relative !important;
  float: right !important;
  border-width: 0px !important;
}
:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info) .select2-selection__choice__remove {
      border-width: 0px !important;
  }
.icegram-express_page_es_gallery #wpcontent,.icegram-express_page_es_campaigns #wpcontent,.icegram-express_page_es_subscribers #wpcontent,.icegram-express_page_es_lists #wpcontent,.icegram-express_page_es_forms #wpcontent,.icegram-express_page_es_custom_fields #wpcontent,.icegram-express_page_es_settings #wpcontent,.toplevel_page_es_dashboard #wpcontent,.icegram-express_page_es_reports #wpcontent{
  padding-left: 0;
  background-color: white;
 }
.wp-core-ui 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') !important;
    background-position: right 0.5rem center !important;
    background-repeat: no-repeat !important;
    background-size: 1.5rem 1.5rem !important;
  }
.icegram-express_page_es_campaigns [data-placeholder]::after {
    content: " ";
    -webkit-box-shadow: 0 0 50px 9px rgba(254,254,254);
            box-shadow: 0 0 50px 9px rgba(254,254,254);
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%; 
    -webkit-animation: load 1s infinite; 
            animation: load 1s infinite;
}
@-webkit-keyframes load {
    0%{ left: -100%}
    100%{ left: 150%}
}
@keyframes load {
    0%{ left: -100%}
    100%{ left: 150%}
}
/* Editor CSS by Kaushal START */
.gjs-block:hover{
 -webkit-box-shadow: 0 1px 8px -1px var(--brand-color-2) , 0 1px 2px -1px rgb(0 0 0 / 0.1);
         box-shadow: 0 1px 8px -1px var(--brand-color-2) , 0 1px 2px -1px rgb(0 0 0 / 0.1); 
}
.gjs-block-categories nav {
  margin-left: 0;
  margin-right: 0;
}
.gjs-block-categories nav .links {
  width: 100%;
}
.gjs-block-categories nav .links a {
  width: 100%;
  text-align: center;
}
.gjs-block-categories .gjs-blocks-c.active {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  background-color: var(--light-gray);
  padding: 1.25rem;
}
.gjs-block-categories .gjs-blocks-c.active .gjs-block {
  margin: 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gjs-block-categories .gjs-blocks-c.active .gjs-block > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
.gjs-block-categories .gjs-blocks-c.active .gjs-block .gjs-block-media svg {
  height: 1.5rem;
  width: 1.5rem;
}
.gjs-block-categories .gjs-blocks-c.active .gjs-block .gjs-block-label {
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
}
.prev-sector-cta {
  margin-left: -1rem;
  margin-right: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.prev-sector-cta a {
  border-radius: 0.375rem;
  background-color: var(--secondary);
  padding: 0.25rem;
}
.prev-sector-cta span {
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.ig-es-color-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ig-es-color-picker input {
  width: auto;
}
.ig-es-color-picker .ig-es-color-picker-input input {
  height: 2rem !important;
  width: 2rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0.375rem !important;
}
.es-sidebar .gjs-field-composite {
  background-color: var(--light-gray) !important;
}
.es-sidebar .gjs-sm-sector {
  background-color: var(--light-gray);
}
.es-sidebar .gjs-field input:not([type="radio"]), .es-sidebar .gjs-field select, .es-sidebar .gjs-field textarea, .es-sidebar {
  display: block;
  width: 100%;
  border-radius: 0.125rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: Inter, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(22 30 46 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          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(0.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-color: var(--lighter-gray);
}
:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info) .es-sidebar .gjs-field input:not([type="radio"]),:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info)  .es-sidebar .gjs-field select,:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info)  .es-sidebar .gjs-field textarea,:is(.es-import-option,#ig_es_mailer_settings-field-row,#icegram-mailer-info)  .es-sidebar {
      border-width: 0px;
  }
.es-sidebar .gjs-field input:not([type="radio"])::-webkit-input-placeholder, .es-sidebar .gjs-field select::-webkit-input-placeholder, .es-sidebar .gjs-field textarea::-webkit-input-placeholder, .es-sidebar::-webkit-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
}
.es-sidebar .gjs-field input:not([type="radio"])::-moz-placeholder, .es-sidebar .gjs-field select::-moz-placeholder, .es-sidebar .gjs-field textarea::-moz-placeholder, .es-sidebar::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
}
.es-sidebar .gjs-field input:not([type="radio"])::-ms-input-placeholder, .es-sidebar .gjs-field select::-ms-input-placeholder, .es-sidebar .gjs-field textarea::-ms-input-placeholder, .es-sidebar::-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
}
.es-sidebar .gjs-field input:not([type="radio"])::placeholder, .es-sidebar .gjs-field select::placeholder, .es-sidebar .gjs-field textarea::placeholder, .es-sidebar::placeholder {
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
}
.es-sidebar .gjs-field input:not([type="radio"]):focus, .es-sidebar .gjs-field select:focus, .es-sidebar .gjs-field textarea:focus, .es-sidebar:focus {
  --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(0.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-color: var(--brand-color-2);
}
@media (min-width: 640px) {

  .es-sidebar .gjs-field input:not([type="radio"]), .es-sidebar .gjs-field select, .es-sidebar .gjs-field textarea, .es-sidebar {
    font-size: 13px;
    line-height: 1.5rem;
  }
}
.es-sidebar .gjs-sm-properties {
  border-bottom-width: 2px;
  border-color: var(--lighter-gray);
  background-color: var(--light-gray);
  padding-left: 0;
  padding-right: 0;
}
.es-sidebar .gjs-sm-title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.es-sidebar .gjs-sm-label {
  margin-top: 0.125rem !important;
  width: 100% !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  font-family: Inter, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}
.es-sidebar .gjs-label {
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}
.es-sidebar .gjs-fields, .es-sidebar .gjs-field {
  width: 100%;
}
/* Editor CSS by Kaushal END */
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:left-\[2px\]::after {
  content: var(--tw-content);
  left: 2px;
}
.after\:top-0::after {
  content: var(--tw-content);
  top: 0;
}
.after\:top-0\.5::after {
  content: var(--tw-content);
  top: 0.125rem;
}
.after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}
.after\:w-5::after {
  content: var(--tw-content);
  width: 1.25rem;
}
.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}
.after\:border-gray-300::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(210 214 220 / var(--tw-border-opacity));
}
.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.after\:transition-all::after {
  content: var(--tw-content);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:border-red-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 128 128 / var(--tw-border-opacity));
}
.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(104 117 245 / var(--tw-bg-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.focus\:shadow-outline-red:focus {
  --tw-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-purple-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(144 97 249 / var(--tw-ring-opacity));
}
.active\:shadow-lg:active {
  --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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:absolute {
  position: absolute;
}
.group:hover .group-hover\:flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.peer:checked ~ .peer-checked\:bg-primary {
  background-color: var(--brand-color);
}
.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  -webkit-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));
          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));
}
.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
@media (min-width: 640px) {

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:leading-5 {
    line-height: 1.25rem;
  }
}
@media (min-width: 768px) {

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:max-w-5xl {
    max-width: 64rem;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .md\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .md\:gap-0 {
    gap: 0;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:max-w-7xl {
    max-width: 80rem;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }
}
@media (prefers-color-scheme: dark) {

  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(159 166 178 / var(--tw-text-opacity));
  }

  .dark\:ring-offset-gray-800 {
    --tw-ring-offset-color: #252f3f;
  }

  .dark\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(126 58 242 / var(--tw-ring-opacity));
  }
}
