/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
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)
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Host Grotesk, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9caebc;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-transform: translateX(var(--tw-translate-x)) translateY(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-border-opacity: 1;
  border-color: rgba(217, 224, 229, var(--tw-border-opacity));
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-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);
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.container {
  width: 100%;
}

.\!container {
  width: 100% !important;
}

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

  .\!container {
    max-width: 640px !important;
  }
}

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

  .\!container {
    max-width: 768px !important;
  }
}

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

  .\!container {
    max-width: 1024px !important;
  }
}

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

  .\!container {
    max-width: 1280px !important;
  }
}

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

  .\!container {
    max-width: 1536px !important;
  }
}

#coupons-plus-admin .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;
}

#coupons-plus-admin .pointer-events-none {
  pointer-events: none;
  pointer-events: none;
  pointer-events: none;
  pointer-events: none;
  pointer-events: none;
}

#coupons-plus-admin .pointer-events-auto {
  pointer-events: auto;
  pointer-events: auto;
  pointer-events: auto;
  pointer-events: auto;
  pointer-events: auto;
}

#coupons-plus-admin .visible {
  visibility: visible;
  visibility: visible;
}

#coupons-plus-admin .invisible {
  visibility: hidden;
}

#coupons-plus-admin .\!invisible {
  visibility: hidden !important;
}

#coupons-plus-admin .static {
  position: static;
}

#coupons-plus-admin .fixed {
  position: fixed;
  position: fixed;
  position: fixed;
  position: fixed;
}

#coupons-plus-admin .absolute {
  position: absolute;
  position: absolute;
  position: absolute;
  position: absolute;
  position: absolute;
  position: absolute;
  position: absolute;
  position: absolute;
  position: absolute;
  position: absolute;
  position: absolute;
}

#coupons-plus-admin .relative {
  position: relative;
  position: relative;
  position: relative;
  position: relative;
  position: relative;
  position: relative;
  position: relative;
  position: relative;
  position: relative;
  position: relative;
  position: relative;
}

#coupons-plus-admin .inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

#coupons-plus-admin .inset-\[3px\] {
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
}

#coupons-plus-admin .inset-x-3 {
  left: 12px;
  right: 12px;
}

#coupons-plus-admin .inset-x-1 {
  left: 4px;
  right: 4px;
}

#coupons-plus-admin .bottom-0 {
  bottom: 0px;
}

#coupons-plus-admin .top-\[2px\] {
  top: 2px;
}

#coupons-plus-admin .top-3 {
  top: 12px;
}

#coupons-plus-admin .top-\[-64px\] {
  top: -64px;
}

#coupons-plus-admin .left-\[50\%\] {
  left: 50%;
}

#coupons-plus-admin .right-\[50\%\] {
  right: 50%;
}

#coupons-plus-admin .bottom-1 {
  bottom: 4px;
}

#coupons-plus-admin .top-\[50\%\] {
  top: 50%;
}

#coupons-plus-admin .right-\[-14px\] {
  right: -14px;
}

#coupons-plus-admin .right-\[-28px\] {
  right: -28px;
}

#coupons-plus-admin .right-\[-24px\] {
  right: -24px;
}

#coupons-plus-admin .right-\[-46px\] {
  right: -46px;
}

#coupons-plus-admin .right-0 {
  right: 0px;
}

#coupons-plus-admin .left-\[-20px\] {
  left: -20px;
}

#coupons-plus-admin .left-0 {
  left: 0px;
}

#coupons-plus-admin .right-\[-18px\] {
  right: -18px;
}

#coupons-plus-admin .top-\[-11px\] {
  top: -11px;
}

#coupons-plus-admin .bottom-\[-11px\] {
  bottom: -11px;
}

#coupons-plus-admin .top-\[-12px\] {
  top: -12px;
}

#coupons-plus-admin .right-\[-12px\] {
  right: -12px;
}

#coupons-plus-admin .top-\[-24px\] {
  top: -24px;
}

#coupons-plus-admin .right-\[-2px\] {
  right: -2px;
}

#coupons-plus-admin .top-1\/2 {
  top: 50%;
}

#coupons-plus-admin .left-\[160px\] {
  left: 160px;
}

#coupons-plus-admin .top-\[92px\] {
  top: 92px;
}

#coupons-plus-admin .left-1\/2 {
  left: 50%;
}

#coupons-plus-admin .top-0 {
  top: 0px;
}

#coupons-plus-admin .top-1 {
  top: 4px;
}

#coupons-plus-admin .-top-1 {
  top: -4px;
}

#coupons-plus-admin .bottom-\[-10px\] {
  bottom: -10px;
}

#coupons-plus-admin .left-3 {
  left: 12px;
}

#coupons-plus-admin .right-3 {
  right: 12px;
}

#coupons-plus-admin .top-7 {
  top: 28px;
}

#coupons-plus-admin .-left-1 {
  left: -4px;
}

#coupons-plus-admin .left-full {
  left: 100%;
}

#coupons-plus-admin .-top-9 {
  top: -36px;
}

#coupons-plus-admin .-left-28 {
  left: -112px;
}

#coupons-plus-admin .top-6 {
  top: 24px;
}

#coupons-plus-admin .bottom-6 {
  bottom: 24px;
}

#coupons-plus-admin .bottom-20 {
  bottom: 80px;
}

#coupons-plus-admin .-right-2 {
  right: -8px;
}

#coupons-plus-admin .left-6 {
  left: 24px;
}

#coupons-plus-admin .-top-3 {
  top: -12px;
}

#coupons-plus-admin .right-2 {
  right: 8px;
}

#coupons-plus-admin .left-2 {
  left: 8px;
}

#coupons-plus-admin .top-\[6px\] {
  top: 6px;
}

#coupons-plus-admin .left-\[6px\] {
  left: 6px;
}

#coupons-plus-admin .top-\[4px\] {
  top: 4px;
}

#coupons-plus-admin .left-\[7px\] {
  left: 7px;
}

#coupons-plus-admin .top-\[5px\] {
  top: 5px;
}

#coupons-plus-admin .bottom-\[-20px\] {
  bottom: -20px;
}

#coupons-plus-admin .top-14 {
  top: 56px;
}

#coupons-plus-admin .top-\[16px\] {
  top: 16px;
}

#coupons-plus-admin .top-\[-76px\] {
  top: -76px;
}

#coupons-plus-admin .top-2 {
  top: 8px;
}

#coupons-plus-admin .top-5 {
  top: 20px;
}

#coupons-plus-admin .top-20 {
  top: 80px;
}

#coupons-plus-admin .bottom-2 {
  bottom: 8px;
}

#coupons-plus-admin .-bottom-2 {
  bottom: -8px;
}

#coupons-plus-admin .-bottom-1 {
  bottom: -4px;
  bottom: -4px;
  bottom: -4px;
}

#coupons-plus-admin .right-0 {
  right: 0px;
}

#coupons-plus-admin .-top-1 {
  top: -4px;
}

#coupons-plus-admin .top-1\/2 {
  top: 50%;
}

#coupons-plus-admin .left-1\/2 {
  left: 50%;
}

#coupons-plus-admin .top-1\/2 {
  top: 50%;
}

#coupons-plus-admin .left-1\/2 {
  left: 50%;
}

#coupons-plus-admin .top-1\/2 {
  top: 50%;
}

#coupons-plus-admin .left-1\/2 {
  left: 50%;
}

#coupons-plus-admin .top-1\/2 {
  top: 50%;
}

#coupons-plus-admin .left-1\/2 {
  left: 50%;
}

#coupons-plus-admin .z-10 {
  z-index: 10;
}

#coupons-plus-admin .z-\[-1\] {
  z-index: -1;
}

#coupons-plus-admin .z-50 {
  z-index: 50;
}

#coupons-plus-admin .z-1000 {
  z-index: 1000;
}

#coupons-plus-admin .z-\[100000\] {
  z-index: 100000;
}

#coupons-plus-admin .z-\[1000000\] {
  z-index: 1000000;
}

#coupons-plus-admin .z-\[1002\] {
  z-index: 1002;
}

#coupons-plus-admin .z-\[1000000000\] {
  z-index: 1000000000;
}

#coupons-plus-admin .z-\[10000000000\] {
  z-index: 10000000000;
}

#coupons-plus-admin .z-20 {
  z-index: 20;
}

#coupons-plus-admin .z-\[1000000001\] {
  z-index: 1000000001;
}

#coupons-plus-admin .z-\[10\] {
  z-index: 10;
}

#coupons-plus-admin .z-\[10000000\] {
  z-index: 10000000;
}

#coupons-plus-admin .z-30 {
  z-index: 30;
}

#coupons-plus-admin .z-\[2\] {
  z-index: 2;
}

#coupons-plus-admin .z-\[999998\] {
  z-index: 999998;
}

#coupons-plus-admin .z-\[99999\] {
  z-index: 99999;
}

#coupons-plus-admin .z-\[100001\] {
  z-index: 100001;
}

#coupons-plus-admin .col-span-1 {
  grid-column: span 1 / span 1;
}

#coupons-plus-admin .col-span-2 {
  grid-column: span 2 / span 2;
}

#coupons-plus-admin .-m-3 {
  margin: -12px;
}

#coupons-plus-admin .\!m-0 {
  margin: 0px !important;
}

#coupons-plus-admin .m-0 {
  margin: 0px;
}

#coupons-plus-admin .mx-\[-16px\] {
  margin-left: -16px;
  margin-right: -16px;
}

#coupons-plus-admin .mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}

#coupons-plus-admin .mx-4 {
  margin-left: 16px;
  margin-right: 16px;
}

#coupons-plus-admin .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

#coupons-plus-admin .-my-1 {
  margin-top: -4px;
  margin-bottom: -4px;
}

#coupons-plus-admin .ml-4 {
  margin-left: 16px;
}

#coupons-plus-admin .mt-8 {
  margin-top: 32px;
}

#coupons-plus-admin .mt-2 {
  margin-top: 8px;
}

#coupons-plus-admin .mb-3 {
  margin-bottom: 12px;
}

#coupons-plus-admin .mt-7 {
  margin-top: 28px;
}

#coupons-plus-admin .mb-2 {
  margin-bottom: 8px;
}

#coupons-plus-admin .mt-4 {
  margin-top: 16px;
}

#coupons-plus-admin .ml-2 {
  margin-left: 8px;
}

#coupons-plus-admin .mt-1 {
  margin-top: 4px;
}

#coupons-plus-admin .mr-4 {
  margin-right: 16px;
}

#coupons-plus-admin .mt-6 {
  margin-top: 24px;
}

#coupons-plus-admin .mb-5 {
  margin-bottom: 20px;
}

#coupons-plus-admin .ml-6 {
  margin-left: 24px;
}

#coupons-plus-admin .ml-\[calc\(var\(--large-gap\)\*-1\)\] {
  margin-left: calc(var(--large-gap) * -1);
}

#coupons-plus-admin .ml-5 {
  margin-left: 20px;
}

#coupons-plus-admin .mt-14 {
  margin-top: 56px;
}

#coupons-plus-admin .mb-\[-16px\] {
  margin-bottom: -16px;
}

#coupons-plus-admin .mt-3 {
  margin-top: 12px;
}

#coupons-plus-admin .mb-4 {
  margin-bottom: 16px;
}

#coupons-plus-admin .mt-\[-8px\] {
  margin-top: -8px;
}

#coupons-plus-admin .ml-1 {
  margin-left: 4px;
}

#coupons-plus-admin .mt-\[-2px\] {
  margin-top: -2px;
}

#coupons-plus-admin .mb-\[-8px\] {
  margin-bottom: -8px;
}

#coupons-plus-admin .mr-2 {
  margin-right: 8px;
}

#coupons-plus-admin .mt-10 {
  margin-top: 40px;
}

#coupons-plus-admin .mt-9 {
  margin-top: 36px;
}

#coupons-plus-admin .mt-20 {
  margin-top: 80px;
}

#coupons-plus-admin .mt-\[2px\] {
  margin-top: 2px;
}

#coupons-plus-admin .mt-auto {
  margin-top: auto;
}

#coupons-plus-admin .mt-\[5px\] {
  margin-top: 5px;
}

#coupons-plus-admin .mr-1 {
  margin-right: 4px;
}

#coupons-plus-admin .mb-1 {
  margin-bottom: 4px;
}

#coupons-plus-admin .mb-0 {
  margin-bottom: 0px;
}

#coupons-plus-admin .mt-0 {
  margin-top: 0px;
}

#coupons-plus-admin .-mt-1 {
  margin-top: -4px;
}

#coupons-plus-admin .-mt-px {
  margin-top: -1px;
}

#coupons-plus-admin .mt-\[-5px\] {
  margin-top: -5px;
}

#coupons-plus-admin .ml-20 {
  margin-left: 80px;
}

#coupons-plus-admin .ml-3 {
  margin-left: 12px;
}

#coupons-plus-admin .mt-5 {
  margin-top: 20px;
}

#coupons-plus-admin .-mt-2 {
  margin-top: -8px;
}

#coupons-plus-admin .-mt-px {
  margin-top: -1px;
}

#coupons-plus-admin .mt-2 {
  margin-top: 8px;
}

#coupons-plus-admin .ml-1 {
  margin-left: 4px;
  margin-left: 4px;
  margin-left: 4px;
  margin-left: 4px;
}

#coupons-plus-admin .box-content {
  box-sizing: content-box;
}

#coupons-plus-admin .\!box-content {
  box-sizing: content-box !important;
}

#coupons-plus-admin .block {
  display: block;
}

#coupons-plus-admin .inline-block {
  display: inline-block;
}

#coupons-plus-admin .inline {
  display: inline;
}

#coupons-plus-admin .flex {
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
}

#coupons-plus-admin .inline-flex {
  display: inline-flex;
  display: inline-flex;
  display: inline-flex;
  display: inline-flex;
  display: inline-flex;
  display: inline-flex;
  display: inline-flex;
  display: inline-flex;
  display: inline-flex;
}

#coupons-plus-admin .flow-root {
  display: flow-root;
}

#coupons-plus-admin .grid {
  display: grid;
  display: grid;
  display: grid;
  display: grid;
  display: grid;
  display: grid;
  display: grid;
  display: grid;
  display: grid;
  display: grid;
  display: grid;
  display: grid;
  display: grid;
  display: grid;
  display: grid;
  display: grid;
  display: grid;
  display: grid;
  display: grid;
  display: grid;
  display: grid;
}

#coupons-plus-admin .inline-grid {
  display: inline-grid;
}

#coupons-plus-admin .hidden {
  display: none;
  display: none;
}

#coupons-plus-admin .h-\[14px\] {
  height: 14px;
}

#coupons-plus-admin .h-3 {
  height: 12px;
}

#coupons-plus-admin .h-1 {
  height: 4px;
}

#coupons-plus-admin .h-9 {
  height: 36px;
}

#coupons-plus-admin .h-5 {
  height: 20px;
}

#coupons-plus-admin .h-6 {
  height: 24px;
}

#coupons-plus-admin .h-full {
  height: 100%;
}

#coupons-plus-admin .h-10 {
  height: 40px;
}

#coupons-plus-admin .h-8 {
  height: 32px;
}

#coupons-plus-admin .h-px {
  height: 1px;
}

#coupons-plus-admin .h-\[2px\] {
  height: 2px;
}

#coupons-plus-admin .h-12 {
  height: 48px;
}

#coupons-plus-admin .h-4 {
  height: 16px;
}

#coupons-plus-admin .h-7 {
  height: 28px;
}

#coupons-plus-admin .h-25 {
  height: 100px;
}

#coupons-plus-admin .h-20 {
  height: 80px;
}

#coupons-plus-admin .h-auto {
  height: auto;
}

#coupons-plus-admin .h-\[calc\(100vh-92px\)\] {
  height: calc(100vh - 92px);
}

#coupons-plus-admin .h-66 {
  height: 264px;
}

#coupons-plus-admin .h-\[calc\(100\%\+36px\)\] {
  height: calc(100% + 36px);
}

#coupons-plus-admin .h-11 {
  height: 44px;
}

#coupons-plus-admin .h-screen {
  height: 100vh;
}

#coupons-plus-admin .h-40 {
  height: 160px;
}

#coupons-plus-admin .h-\[calc\(100\%\+60px\)\] {
  height: calc(100% + 60px);
}

#coupons-plus-admin .h-\[12px\] {
  height: 12px;
}

#coupons-plus-admin .h-60 {
  height: 240px;
}

#coupons-plus-admin .h-82 {
  height: 328px;
}

#coupons-plus-admin .h-8 {
  height: 32px;
  height: 32px;
}

#coupons-plus-admin .h-3 {
  height: 12px;
}

#coupons-plus-admin .h-11 {
  height: 44px;
}

#coupons-plus-admin .h-7 {
  height: 28px;
}

#coupons-plus-admin .h-5 {
  height: 20px;
}

#coupons-plus-admin .h-4 {
  height: 16px;
}

#coupons-plus-admin .h-8 {
  height: 32px;
  height: 32px;
  height: 32px;
  height: 32px;
  height: 32px;
  height: 32px;
  height: 32px;
  height: 32px;
  height: 32px;
  height: 32px;
  height: 32px;
}

#coupons-plus-admin .h-4 {
  height: 16px;
}

#coupons-plus-admin .h-3 {
  height: 12px;
}

#coupons-plus-admin .h-\[12px\] {
  height: 12px;
}

#coupons-plus-admin .h-\[calc\(100\%\+36px\)\] {
  height: calc(100% + 36px);
}

#coupons-plus-admin .h-\[calc\(100\%\+60px\)\] {
  height: calc(100% + 60px);
}

#coupons-plus-admin .h-\[calc\(100\%\+36px\)\] {
  height: calc(100% + 36px);
}

#coupons-plus-admin .h-\[calc\(100\%\+60px\)\] {
  height: calc(100% + 60px);
}

#coupons-plus-admin .h-\[calc\(100\%\+36px\)\] {
  height: calc(100% + 36px);
}

#coupons-plus-admin .h-\[calc\(100\%\+60px\)\] {
  height: calc(100% + 60px);
}

#coupons-plus-admin .h-\[calc\(100\%\+36px\)\] {
  height: calc(100% + 36px);
}

#coupons-plus-admin .h-\[calc\(100\%\+60px\)\] {
  height: calc(100% + 60px);
}

#coupons-plus-admin .max-h-full {
  max-height: 100%;
}

#coupons-plus-admin .max-h-\[calc\(100vh-172px\)\] {
  max-height: calc(100vh - 172px);
}

#coupons-plus-admin .max-h-3 {
  max-height: 12px;
}

#coupons-plus-admin .max-h-4 {
  max-height: 16px;
}

#coupons-plus-admin .max-h-85 {
  max-height: 340px;
}

#coupons-plus-admin .max-h-10 {
  max-height: 40px;
}

#coupons-plus-admin .max-h-5 {
  max-height: 20px;
}

#coupons-plus-admin .max-h-8 {
  max-height: 32px;
}

#coupons-plus-admin .max-h-\[10px\] {
  max-height: 10px;
}

#coupons-plus-admin .max-h-7 {
  max-height: 28px;
}

#coupons-plus-admin .max-h-2 {
  max-height: 8px;
}

#coupons-plus-admin .max-h-9 {
  max-height: 36px;
}

#coupons-plus-admin .max-h-60 {
  max-height: 240px;
}

#coupons-plus-admin .max-h-\[0px\] {
  max-height: 0px;
}

#coupons-plus-admin .max-h-\[18px\] {
  max-height: 18px;
}

#coupons-plus-admin .max-h-\[6px\] {
  max-height: 6px;
}

#coupons-plus-admin .max-h-\[12px\] {
  max-height: 12px;
}

#coupons-plus-admin .max-h-6 {
  max-height: 24px;
}

#coupons-plus-admin .max-h-\[90\%\] {
  max-height: 90%;
}

#coupons-plus-admin .max-h-110 {
  max-height: 440px;
}

#coupons-plus-admin .max-h-\[14px\] {
  max-height: 14px;
}

#coupons-plus-admin .max-h-1 {
  max-height: 4px;
}

#coupons-plus-admin .max-h-75 {
  max-height: 300px;
}

#coupons-plus-admin .max-h-4 {
  max-height: 16px;
}

#coupons-plus-admin .max-h-\[14px\] {
  max-height: 14px;
}

#coupons-plus-admin .max-h-4 {
  max-height: 16px;
}

#coupons-plus-admin .max-h-\[14px\] {
  max-height: 14px;
}

#coupons-plus-admin .max-h-4 {
  max-height: 16px;
}

#coupons-plus-admin .max-h-\[14px\] {
  max-height: 14px;
}

#coupons-plus-admin .max-h-4 {
  max-height: 16px;
}

#coupons-plus-admin .max-h-\[14px\] {
  max-height: 14px;
}

#coupons-plus-admin .max-h-4 {
  max-height: 16px;
}

#coupons-plus-admin .max-h-\[14px\] {
  max-height: 14px;
}

#coupons-plus-admin .max-h-4 {
  max-height: 16px;
}

#coupons-plus-admin .max-h-\[14px\] {
  max-height: 14px;
}

#coupons-plus-admin .max-h-4 {
  max-height: 16px;
}

#coupons-plus-admin .max-h-\[14px\] {
  max-height: 14px;
}

#coupons-plus-admin .max-h-4 {
  max-height: 16px;
}

#coupons-plus-admin .max-h-\[14px\] {
  max-height: 14px;
}

#coupons-plus-admin .max-h-4 {
  max-height: 16px;
}

#coupons-plus-admin .max-h-\[14px\] {
  max-height: 14px;
}

#coupons-plus-admin .max-h-4 {
  max-height: 16px;
}

#coupons-plus-admin .max-h-\[14px\] {
  max-height: 14px;
}

#coupons-plus-admin .max-h-4 {
  max-height: 16px;
}

#coupons-plus-admin .max-h-\[14px\] {
  max-height: 14px;
}

#coupons-plus-admin .max-h-4 {
  max-height: 16px;
}

#coupons-plus-admin .max-h-\[14px\] {
  max-height: 14px;
}

#coupons-plus-admin .max-h-4 {
  max-height: 16px;
}

#coupons-plus-admin .max-h-\[14px\] {
  max-height: 14px;
}

#coupons-plus-admin .max-h-\[6px\] {
  max-height: 6px;
}

#coupons-plus-admin .max-h-3 {
  max-height: 12px;
}

#coupons-plus-admin .max-h-4 {
  max-height: 16px;
}

#coupons-plus-admin .max-h-5 {
  max-height: 20px;
}

#coupons-plus-admin .max-h-2 {
  max-height: 8px;
}

#coupons-plus-admin .max-h-\[6px\] {
  max-height: 6px;
}

#coupons-plus-admin .max-h-3 {
  max-height: 12px;
}

#coupons-plus-admin .max-h-4 {
  max-height: 16px;
}

#coupons-plus-admin .max-h-5 {
  max-height: 20px;
}

#coupons-plus-admin .max-h-2 {
  max-height: 8px;
}

#coupons-plus-admin .max-h-\[6px\] {
  max-height: 6px;
}

#coupons-plus-admin .max-h-3 {
  max-height: 12px;
}

#coupons-plus-admin .max-h-4 {
  max-height: 16px;
}

#coupons-plus-admin .max-h-5 {
  max-height: 20px;
}

#coupons-plus-admin .max-h-2 {
  max-height: 8px;
}

#coupons-plus-admin .max-h-\[6px\] {
  max-height: 6px;
}

#coupons-plus-admin .max-h-3 {
  max-height: 12px;
}

#coupons-plus-admin .max-h-4 {
  max-height: 16px;
}

#coupons-plus-admin .max-h-5 {
  max-height: 20px;
}

#coupons-plus-admin .max-h-2 {
  max-height: 8px;
}

#coupons-plus-admin .min-h-3 {
  min-height: 12px;
}

#coupons-plus-admin .min-h-4 {
  min-height: 16px;
}

#coupons-plus-admin .min-h-10 {
  min-height: 40px;
}

#coupons-plus-admin .min-h-5 {
  min-height: 20px;
}

#coupons-plus-admin .min-h-8 {
  min-height: 32px;
}

#coupons-plus-admin .min-h-80 {
  min-height: 320px;
}

#coupons-plus-admin .min-h-\[10px\] {
  min-height: 10px;
}

#coupons-plus-admin .min-h-full {
  min-height: 100%;
}

#coupons-plus-admin .min-h-\[14rem\] {
  min-height: 14rem;
}

#coupons-plus-admin .min-h-7 {
  min-height: 28px;
}

#coupons-plus-admin .min-h-2 {
  min-height: 8px;
}

#coupons-plus-admin .min-h-9 {
  min-height: 36px;
}

#coupons-plus-admin .min-h-\[0px\] {
  min-height: 0px;
}

#coupons-plus-admin .min-h-\[18px\] {
  min-height: 18px;
}

#coupons-plus-admin .min-h-\[6px\] {
  min-height: 6px;
}

#coupons-plus-admin .min-h-\[12px\] {
  min-height: 12px;
}

#coupons-plus-admin .min-h-6 {
  min-height: 24px;
}

#coupons-plus-admin .min-h-\[14px\] {
  min-height: 14px;
}

#coupons-plus-admin .min-h-1 {
  min-height: 4px;
}

#coupons-plus-admin .\!min-h-7 {
  min-height: 28px !important;
}

#coupons-plus-admin .\!min-h-\[auto\] {
  min-height: auto !important;
}

#coupons-plus-admin .min-h-17 {
  min-height: 68px;
}

#coupons-plus-admin .min-h-40 {
  min-height: 160px;
}

#coupons-plus-admin .min-h-4 {
  min-height: 16px;
}

#coupons-plus-admin .min-h-\[14px\] {
  min-height: 14px;
}

#coupons-plus-admin .\!min-h-\[auto\] {
  min-height: auto !important;
}

#coupons-plus-admin .min-h-4 {
  min-height: 16px;
}

#coupons-plus-admin .min-h-\[14px\] {
  min-height: 14px;
}

#coupons-plus-admin .\!min-h-\[auto\] {
  min-height: auto !important;
}

#coupons-plus-admin .\!min-h-7 {
  min-height: 28px !important;
}

#coupons-plus-admin .min-h-10 {
  min-height: 40px;
}

#coupons-plus-admin .min-h-3 {
  min-height: 12px;
}

#coupons-plus-admin .min-h-4 {
  min-height: 16px;
}

#coupons-plus-admin .min-h-\[14px\] {
  min-height: 14px;
}

#coupons-plus-admin .\!min-h-\[auto\] {
  min-height: auto !important;
}

#coupons-plus-admin .min-h-4 {
  min-height: 16px;
}

#coupons-plus-admin .min-h-\[14px\] {
  min-height: 14px;
}

#coupons-plus-admin .\!min-h-\[auto\] {
  min-height: auto !important;
}

#coupons-plus-admin .min-h-4 {
  min-height: 16px;
}

#coupons-plus-admin .min-h-\[14px\] {
  min-height: 14px;
}

#coupons-plus-admin .\!min-h-\[auto\] {
  min-height: auto !important;
}

#coupons-plus-admin .min-h-4 {
  min-height: 16px;
}

#coupons-plus-admin .min-h-\[14px\] {
  min-height: 14px;
}

#coupons-plus-admin .\!min-h-\[auto\] {
  min-height: auto !important;
}

#coupons-plus-admin .min-h-4 {
  min-height: 16px;
}

#coupons-plus-admin .min-h-\[14px\] {
  min-height: 14px;
}

#coupons-plus-admin .\!min-h-\[auto\] {
  min-height: auto !important;
}

#coupons-plus-admin .min-h-4 {
  min-height: 16px;
}

#coupons-plus-admin .min-h-\[14px\] {
  min-height: 14px;
}

#coupons-plus-admin .\!min-h-\[auto\] {
  min-height: auto !important;
}

#coupons-plus-admin .min-h-4 {
  min-height: 16px;
}

#coupons-plus-admin .min-h-\[14px\] {
  min-height: 14px;
}

#coupons-plus-admin .\!min-h-\[auto\] {
  min-height: auto !important;
}

#coupons-plus-admin .min-h-4 {
  min-height: 16px;
}

#coupons-plus-admin .min-h-\[14px\] {
  min-height: 14px;
}

#coupons-plus-admin .\!min-h-\[auto\] {
  min-height: auto !important;
}

#coupons-plus-admin .min-h-4 {
  min-height: 16px;
}

#coupons-plus-admin .min-h-\[14px\] {
  min-height: 14px;
}

#coupons-plus-admin .\!min-h-\[auto\] {
  min-height: auto !important;
}

#coupons-plus-admin .min-h-4 {
  min-height: 16px;
}

#coupons-plus-admin .min-h-\[14px\] {
  min-height: 14px;
}

#coupons-plus-admin .\!min-h-\[auto\] {
  min-height: auto !important;
}

#coupons-plus-admin .min-h-4 {
  min-height: 16px;
}

#coupons-plus-admin .min-h-\[14px\] {
  min-height: 14px;
}

#coupons-plus-admin .\!min-h-\[auto\] {
  min-height: auto !important;
}

#coupons-plus-admin .min-h-\[6px\] {
  min-height: 6px;
}

#coupons-plus-admin .min-h-3 {
  min-height: 12px;
}

#coupons-plus-admin .min-h-4 {
  min-height: 16px;
}

#coupons-plus-admin .min-h-5 {
  min-height: 20px;
}

#coupons-plus-admin .min-h-2 {
  min-height: 8px;
}

#coupons-plus-admin .min-h-\[6px\] {
  min-height: 6px;
}

#coupons-plus-admin .min-h-3 {
  min-height: 12px;
}

#coupons-plus-admin .min-h-4 {
  min-height: 16px;
}

#coupons-plus-admin .min-h-5 {
  min-height: 20px;
}

#coupons-plus-admin .min-h-2 {
  min-height: 8px;
}

#coupons-plus-admin .min-h-\[6px\] {
  min-height: 6px;
}

#coupons-plus-admin .min-h-3 {
  min-height: 12px;
}

#coupons-plus-admin .min-h-4 {
  min-height: 16px;
}

#coupons-plus-admin .min-h-5 {
  min-height: 20px;
}

#coupons-plus-admin .min-h-2 {
  min-height: 8px;
}

#coupons-plus-admin .min-h-\[6px\] {
  min-height: 6px;
}

#coupons-plus-admin .min-h-3 {
  min-height: 12px;
}

#coupons-plus-admin .min-h-4 {
  min-height: 16px;
}

#coupons-plus-admin .min-h-5 {
  min-height: 20px;
}

#coupons-plus-admin .min-h-2 {
  min-height: 8px;
}

#coupons-plus-admin .w-full {
  width: 100%;
}

#coupons-plus-admin .w-\[14px\] {
  width: 14px;
}

#coupons-plus-admin .w-3 {
  width: 12px;
}

#coupons-plus-admin .w-1 {
  width: 4px;
}

#coupons-plus-admin .w-5 {
  width: 20px;
}

#coupons-plus-admin .w-46 {
  width: 184px;
}

#coupons-plus-admin .w-6 {
  width: 24px;
}

#coupons-plus-admin .w-px {
  width: 1px;
}

#coupons-plus-admin .w-8 {
  width: 32px;
}

#coupons-plus-admin .w-\[66\%\] {
  width: 66%;
}

#coupons-plus-admin .w-4 {
  width: 16px;
}

#coupons-plus-admin .w-9 {
  width: 36px;
}

#coupons-plus-admin .w-\[240px\] {
  width: 240px;
}

#coupons-plus-admin .w-\[900px\] {
  width: 900px;
}

#coupons-plus-admin .w-\[33\%\] {
  width: 33%;
}

#coupons-plus-admin .w-\[100\%\] {
  width: 100%;
}

#coupons-plus-admin .w-10 {
  width: 40px;
}

#coupons-plus-admin .w-12 {
  width: 48px;
}

#coupons-plus-admin .w-69 {
  width: 276px;
}

#coupons-plus-admin .w-\[400px\] {
  width: 400px;
}

#coupons-plus-admin .w-68 {
  width: 272px;
}

#coupons-plus-admin .w-60 {
  width: 240px;
}

#coupons-plus-admin .w-\[calc\(100vw-160px\)\] {
  width: calc(100vw - 160px);
}

#coupons-plus-admin .w-\[calc\(100\%-80px\)\] {
  width: calc(100% - 80px);
}

#coupons-plus-admin .w-7 {
  width: 28px;
}

#coupons-plus-admin .w-70 {
  width: 280px;
}

#coupons-plus-admin .w-initial {
  width: initial;
}

#coupons-plus-admin .w-\[max-content\] {
  width: max-content;
}

#coupons-plus-admin .w-32 {
  width: 128px;
}

#coupons-plus-admin .w-half {
  width: 50%;
}

#coupons-plus-admin .w-auto {
  width: auto;
}

#coupons-plus-admin .w-110 {
  width: 440px;
}

#coupons-plus-admin .w-\[calc\(100\%\+12px\)\] {
  width: calc(100% + 12px);
}

#coupons-plus-admin .w-1\/2 {
  width: 50%;
}

#coupons-plus-admin .w-2 {
  width: 8px;
}

#coupons-plus-admin .w-0 {
  width: 0px;
}

#coupons-plus-admin .w-\[calc\(100\%\+36px\)\] {
  width: calc(100% + 36px);
}

#coupons-plus-admin .w-screen {
  width: 100vw;
}

#coupons-plus-admin .w-48 {
  width: 192px;
}

#coupons-plus-admin .w-\[70px\] {
  width: 70px;
}

#coupons-plus-admin .w-\[80\%\] {
  width: 80%;
}

#coupons-plus-admin .w-40 {
  width: 160px;
}

#coupons-plus-admin .w-\[calc\(16px\+6px\)\] {
  width: calc(16px + 6px);
}

#coupons-plus-admin .w-\[fit-content\] {
  width: fit-content;
}

#coupons-plus-admin .w-100 {
  width: 400px;
}

#coupons-plus-admin .w-130 {
  width: 520px;
}

#coupons-plus-admin .w-64 {
  width: 256px;
}

#coupons-plus-admin .w-full {
  width: 100%;
  width: 100%;
  width: 100%;
  width: 100%;
  width: 100%;
}

#coupons-plus-admin .w-3 {
  width: 12px;
}

#coupons-plus-admin .w-\[max-content\] {
  width: max-content;
}

#coupons-plus-admin .w-5 {
  width: 20px;
}

#coupons-plus-admin .w-4 {
  width: 16px;
}

#coupons-plus-admin .w-full {
  width: 100%;
  width: 100%;
  width: 100%;
  width: 100%;
  width: 100%;
  width: 100%;
  width: 100%;
  width: 100%;
  width: 100%;
  width: 100%;
}

#coupons-plus-admin .w-4 {
  width: 16px;
}

#coupons-plus-admin .w-3 {
  width: 12px;
}

#coupons-plus-admin .w-full {
  width: 100%;
  width: 100%;
}

#coupons-plus-admin .w-\[calc\(100\%\+36px\)\] {
  width: calc(100% + 36px);
}

#coupons-plus-admin .w-\[max-content\] {
  width: max-content;
}

#coupons-plus-admin .w-full {
  width: 100%;
}

#coupons-plus-admin .w-\[calc\(100\%\+36px\)\] {
  width: calc(100% + 36px);
}

#coupons-plus-admin .w-\[max-content\] {
  width: max-content;
}

#coupons-plus-admin .w-full {
  width: 100%;
}

#coupons-plus-admin .w-\[calc\(100\%\+36px\)\] {
  width: calc(100% + 36px);
}

#coupons-plus-admin .w-\[max-content\] {
  width: max-content;
}

#coupons-plus-admin .w-full {
  width: 100%;
}

#coupons-plus-admin .w-\[calc\(100\%\+36px\)\] {
  width: calc(100% + 36px);
}

#coupons-plus-admin .w-\[max-content\] {
  width: max-content;
}

#coupons-plus-admin .min-w-\[14px\] {
  min-width: 14px;
}

#coupons-plus-admin .min-w-18 {
  min-width: 72px;
}

#coupons-plus-admin .min-w-70 {
  min-width: 280px;
}

#coupons-plus-admin .min-w-3 {
  min-width: 12px;
}

#coupons-plus-admin .min-w-4 {
  min-width: 16px;
}

#coupons-plus-admin .min-w-10 {
  min-width: 40px;
}

#coupons-plus-admin .min-w-\[18px\] {
  min-width: 18px;
}

#coupons-plus-admin .min-w-65 {
  min-width: 260px;
}

#coupons-plus-admin .min-w-5 {
  min-width: 20px;
}

#coupons-plus-admin .min-w-8 {
  min-width: 32px;
}

#coupons-plus-admin .min-w-64 {
  min-width: 256px;
}

#coupons-plus-admin .min-w-19 {
  min-width: 76px;
}

#coupons-plus-admin .min-w-\[10px\] {
  min-width: 10px;
}

#coupons-plus-admin .min-w-7 {
  min-width: 28px;
}

#coupons-plus-admin .min-w-0 {
  min-width: 0px;
}

#coupons-plus-admin .min-w-2 {
  min-width: 8px;
}

#coupons-plus-admin .min-w-9 {
  min-width: 36px;
}

#coupons-plus-admin .min-w-22 {
  min-width: 88px;
}

#coupons-plus-admin .min-w-\[0px\] {
  min-width: 0px;
}

#coupons-plus-admin .min-w-50 {
  min-width: 200px;
}

#coupons-plus-admin .min-w-\[6px\] {
  min-width: 6px;
}

#coupons-plus-admin .min-w-\[12px\] {
  min-width: 12px;
}

#coupons-plus-admin .min-w-35 {
  min-width: 140px;
}

#coupons-plus-admin .min-w-6 {
  min-width: 24px;
}

#coupons-plus-admin .min-w-\[58px\] {
  min-width: 58px;
}

#coupons-plus-admin .min-w-\[52px\] {
  min-width: 52px;
}

#coupons-plus-admin .min-w-max {
  min-width: max-content;
}

#coupons-plus-admin .min-w-28 {
  min-width: 112px;
}

#coupons-plus-admin .min-w-29 {
  min-width: 116px;
}

#coupons-plus-admin .min-w-\[60px\] {
  min-width: 60px;
}

#coupons-plus-admin .min-w-\[max-content\] {
  min-width: max-content;
}

#coupons-plus-admin .min-w-\[64px\] {
  min-width: 64px;
}

#coupons-plus-admin .min-w-\[auto\] {
  min-width: auto;
}

#coupons-plus-admin .min-w-48 {
  min-width: 192px;
}

#coupons-plus-admin .min-w-36 {
  min-width: 144px;
}

#coupons-plus-admin .min-w-\[fit-content\] {
  min-width: fit-content;
}

#coupons-plus-admin .min-w-1 {
  min-width: 4px;
}

#coupons-plus-admin .min-w-20 {
  min-width: 80px;
}

#coupons-plus-admin .min-w-4 {
  min-width: 16px;
}

#coupons-plus-admin .min-w-\[14px\] {
  min-width: 14px;
}

#coupons-plus-admin .min-w-4 {
  min-width: 16px;
}

#coupons-plus-admin .min-w-\[14px\] {
  min-width: 14px;
}

#coupons-plus-admin .min-w-4 {
  min-width: 16px;
}

#coupons-plus-admin .min-w-\[14px\] {
  min-width: 14px;
}

#coupons-plus-admin .min-w-4 {
  min-width: 16px;
}

#coupons-plus-admin .min-w-\[14px\] {
  min-width: 14px;
}

#coupons-plus-admin .min-w-4 {
  min-width: 16px;
}

#coupons-plus-admin .min-w-\[14px\] {
  min-width: 14px;
}

#coupons-plus-admin .min-w-4 {
  min-width: 16px;
}

#coupons-plus-admin .min-w-\[14px\] {
  min-width: 14px;
}

#coupons-plus-admin .min-w-4 {
  min-width: 16px;
}

#coupons-plus-admin .min-w-\[14px\] {
  min-width: 14px;
}

#coupons-plus-admin .min-w-4 {
  min-width: 16px;
}

#coupons-plus-admin .min-w-\[14px\] {
  min-width: 14px;
}

#coupons-plus-admin .min-w-4 {
  min-width: 16px;
}

#coupons-plus-admin .min-w-\[14px\] {
  min-width: 14px;
}

#coupons-plus-admin .min-w-4 {
  min-width: 16px;
}

#coupons-plus-admin .min-w-\[14px\] {
  min-width: 14px;
}

#coupons-plus-admin .min-w-4 {
  min-width: 16px;
}

#coupons-plus-admin .min-w-\[14px\] {
  min-width: 14px;
}

#coupons-plus-admin .min-w-4 {
  min-width: 16px;
}

#coupons-plus-admin .min-w-\[14px\] {
  min-width: 14px;
}

#coupons-plus-admin .min-w-4 {
  min-width: 16px;
}

#coupons-plus-admin .min-w-\[14px\] {
  min-width: 14px;
}

#coupons-plus-admin .min-w-\[6px\] {
  min-width: 6px;
}

#coupons-plus-admin .min-w-3 {
  min-width: 12px;
}

#coupons-plus-admin .min-w-4 {
  min-width: 16px;
}

#coupons-plus-admin .min-w-5 {
  min-width: 20px;
}

#coupons-plus-admin .min-w-2 {
  min-width: 8px;
}

#coupons-plus-admin .min-w-36 {
  min-width: 144px;
}

#coupons-plus-admin .min-w-\[6px\] {
  min-width: 6px;
}

#coupons-plus-admin .min-w-3 {
  min-width: 12px;
}

#coupons-plus-admin .min-w-4 {
  min-width: 16px;
}

#coupons-plus-admin .min-w-5 {
  min-width: 20px;
}

#coupons-plus-admin .min-w-2 {
  min-width: 8px;
}

#coupons-plus-admin .min-w-36 {
  min-width: 144px;
}

#coupons-plus-admin .min-w-\[6px\] {
  min-width: 6px;
}

#coupons-plus-admin .min-w-3 {
  min-width: 12px;
}

#coupons-plus-admin .min-w-4 {
  min-width: 16px;
}

#coupons-plus-admin .min-w-5 {
  min-width: 20px;
}

#coupons-plus-admin .min-w-2 {
  min-width: 8px;
}

#coupons-plus-admin .min-w-36 {
  min-width: 144px;
}

#coupons-plus-admin .min-w-\[6px\] {
  min-width: 6px;
}

#coupons-plus-admin .min-w-3 {
  min-width: 12px;
}

#coupons-plus-admin .min-w-4 {
  min-width: 16px;
}

#coupons-plus-admin .min-w-5 {
  min-width: 20px;
}

#coupons-plus-admin .min-w-2 {
  min-width: 8px;
}

#coupons-plus-admin .min-w-36 {
  min-width: 144px;
}

#coupons-plus-admin .max-w-140 {
  max-width: 560px;
}

#coupons-plus-admin .max-w-3 {
  max-width: 12px;
}

#coupons-plus-admin .max-w-135 {
  max-width: 540px;
}

#coupons-plus-admin .max-w-\[218\] {
  max-width: 218;
}

#coupons-plus-admin .max-w-4 {
  max-width: 16px;
}

#coupons-plus-admin .max-w-50 {
  max-width: 200px;
}

#coupons-plus-admin .max-w-10 {
  max-width: 40px;
}

#coupons-plus-admin .max-w-80 {
  max-width: 320px;
}

#coupons-plus-admin .max-w-\[18px\] {
  max-width: 18px;
}

#coupons-plus-admin .max-w-full {
  max-width: 100%;
}

#coupons-plus-admin .max-w-initial {
  max-width: initial;
}

#coupons-plus-admin .max-w-5 {
  max-width: 20px;
}

#coupons-plus-admin .max-w-0 {
  max-width: 0px;
}

#coupons-plus-admin .max-w-8 {
  max-width: 32px;
}

#coupons-plus-admin .max-w-\[980px\] {
  max-width: 980px;
}

#coupons-plus-admin .max-w-19 {
  max-width: 76px;
}

#coupons-plus-admin .max-w-90 {
  max-width: 360px;
}

#coupons-plus-admin .max-w-\[10px\] {
  max-width: 10px;
}

#coupons-plus-admin .max-w-29 {
  max-width: 116px;
}

#coupons-plus-admin .max-w-\[18rem\] {
  max-width: 18rem;
}

#coupons-plus-admin .max-w-7 {
  max-width: 28px;
}

#coupons-plus-admin .max-w-2 {
  max-width: 8px;
}

#coupons-plus-admin .max-w-70 {
  max-width: 280px;
}

#coupons-plus-admin .max-w-9 {
  max-width: 36px;
}

#coupons-plus-admin .max-w-30 {
  max-width: 120px;
}

#coupons-plus-admin .max-w-62 {
  max-width: 248px;
}

#coupons-plus-admin .max-w-\[0px\] {
  max-width: 0px;
}

#coupons-plus-admin .max-w-32 {
  max-width: 128px;
}

#coupons-plus-admin .max-w-\[6px\] {
  max-width: 6px;
}

#coupons-plus-admin .max-w-\[12px\] {
  max-width: 12px;
}

#coupons-plus-admin .max-w-6 {
  max-width: 24px;
}

#coupons-plus-admin .max-w-\[50\%\] {
  max-width: 50%;
}

#coupons-plus-admin .max-w-40 {
  max-width: 160px;
}

#coupons-plus-admin .max-w-74 {
  max-width: 296px;
}

#coupons-plus-admin .max-w-28 {
  max-width: 112px;
}

#coupons-plus-admin .max-w-\[30\%\] {
  max-width: 30%;
}

#coupons-plus-admin .max-w-\[230px\] {
  max-width: 230px;
}

#coupons-plus-admin .max-w-\[320px\] {
  max-width: 320px;
}

#coupons-plus-admin .max-w-100 {
  max-width: 400px;
}

#coupons-plus-admin .max-w-\[160px\] {
  max-width: 160px;
}

#coupons-plus-admin .max-w-\[140px\] {
  max-width: 140px;
}

#coupons-plus-admin .max-w-45 {
  max-width: 180px;
}

#coupons-plus-admin .max-w-\[14px\] {
  max-width: 14px;
}

#coupons-plus-admin .max-w-1 {
  max-width: 4px;
}

#coupons-plus-admin .max-w-120 {
  max-width: 480px;
}

#coupons-plus-admin .max-w-\[6px\] {
  max-width: 6px;
}

#coupons-plus-admin .max-w-\[140px\] {
  max-width: 140px;
}

#coupons-plus-admin .max-w-\[6px\] {
  max-width: 6px;
}

#coupons-plus-admin .max-w-\[140px\] {
  max-width: 140px;
}

#coupons-plus-admin .max-w-4 {
  max-width: 16px;
}

#coupons-plus-admin .max-w-\[14px\] {
  max-width: 14px;
}

#coupons-plus-admin .max-w-4 {
  max-width: 16px;
}

#coupons-plus-admin .max-w-\[14px\] {
  max-width: 14px;
}

#coupons-plus-admin .max-w-4 {
  max-width: 16px;
}

#coupons-plus-admin .max-w-\[14px\] {
  max-width: 14px;
}

#coupons-plus-admin .max-w-4 {
  max-width: 16px;
}

#coupons-plus-admin .max-w-\[14px\] {
  max-width: 14px;
}

#coupons-plus-admin .max-w-4 {
  max-width: 16px;
}

#coupons-plus-admin .max-w-\[14px\] {
  max-width: 14px;
}

#coupons-plus-admin .max-w-4 {
  max-width: 16px;
}

#coupons-plus-admin .max-w-\[14px\] {
  max-width: 14px;
}

#coupons-plus-admin .max-w-4 {
  max-width: 16px;
}

#coupons-plus-admin .max-w-\[14px\] {
  max-width: 14px;
}

#coupons-plus-admin .max-w-4 {
  max-width: 16px;
}

#coupons-plus-admin .max-w-\[14px\] {
  max-width: 14px;
}

#coupons-plus-admin .max-w-4 {
  max-width: 16px;
}

#coupons-plus-admin .max-w-\[14px\] {
  max-width: 14px;
}

#coupons-plus-admin .max-w-4 {
  max-width: 16px;
}

#coupons-plus-admin .max-w-\[14px\] {
  max-width: 14px;
}

#coupons-plus-admin .max-w-4 {
  max-width: 16px;
}

#coupons-plus-admin .max-w-\[14px\] {
  max-width: 14px;
}

#coupons-plus-admin .max-w-4 {
  max-width: 16px;
}

#coupons-plus-admin .max-w-\[14px\] {
  max-width: 14px;
}

#coupons-plus-admin .max-w-4 {
  max-width: 16px;
}

#coupons-plus-admin .max-w-\[14px\] {
  max-width: 14px;
}

#coupons-plus-admin .max-w-\[6px\] {
  max-width: 6px;
}

#coupons-plus-admin .max-w-3 {
  max-width: 12px;
}

#coupons-plus-admin .max-w-4 {
  max-width: 16px;
}

#coupons-plus-admin .max-w-5 {
  max-width: 20px;
}

#coupons-plus-admin .max-w-2 {
  max-width: 8px;
}

#coupons-plus-admin .max-w-45 {
  max-width: 180px;
}

#coupons-plus-admin .max-w-\[6px\] {
  max-width: 6px;
}

#coupons-plus-admin .max-w-3 {
  max-width: 12px;
}

#coupons-plus-admin .max-w-4 {
  max-width: 16px;
}

#coupons-plus-admin .max-w-5 {
  max-width: 20px;
}

#coupons-plus-admin .max-w-2 {
  max-width: 8px;
}

#coupons-plus-admin .max-w-45 {
  max-width: 180px;
}

#coupons-plus-admin .max-w-\[6px\] {
  max-width: 6px;
}

#coupons-plus-admin .max-w-3 {
  max-width: 12px;
}

#coupons-plus-admin .max-w-4 {
  max-width: 16px;
}

#coupons-plus-admin .max-w-5 {
  max-width: 20px;
}

#coupons-plus-admin .max-w-2 {
  max-width: 8px;
}

#coupons-plus-admin .max-w-45 {
  max-width: 180px;
}

#coupons-plus-admin .max-w-\[6px\] {
  max-width: 6px;
}

#coupons-plus-admin .max-w-3 {
  max-width: 12px;
}

#coupons-plus-admin .max-w-4 {
  max-width: 16px;
}

#coupons-plus-admin .max-w-5 {
  max-width: 20px;
}

#coupons-plus-admin .max-w-2 {
  max-width: 8px;
}

#coupons-plus-admin .max-w-45 {
  max-width: 180px;
}

#coupons-plus-admin .flex-1 {
  flex: 1 1 0%;
}

#coupons-plus-admin .flex-shrink-0 {
  flex-shrink: 0;
}

#coupons-plus-admin .origin-center {
  transform-origin: center;
  transform-origin: center;
  transform-origin: center;
  transform-origin: center;
  transform-origin: center;
}

#coupons-plus-admin .translate-y-full {
  --tw-translate-y: 100%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .translate-x-full {
  --tw-translate-x: 100%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .translate-x-2 {
  --tw-translate-x: 8px;
  transform: var(--tw-transform);
}

#coupons-plus-admin .translate-x-0 {
  --tw-translate-x: 0px;
  transform: var(--tw-transform);
}

#coupons-plus-admin .translate-x-4 {
  --tw-translate-x: 16px;
  transform: var(--tw-transform);
}

#coupons-plus-admin .-translate-x-2\/3 {
  --tw-translate-x: -66.666667%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .-translate-x-1\/3 {
  --tw-translate-x: -33.333333%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .translate-y-\[-3px\] {
  --tw-translate-y: -3px;
  transform: var(--tw-transform);
}

#coupons-plus-admin .-translate-y-px {
  --tw-translate-y: -1px;
  transform: var(--tw-transform);
}

#coupons-plus-admin .-translate-y-full {
  --tw-translate-y: -100%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .-translate-x-full {
  --tw-translate-x: -100%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .-translate-x-1 {
  --tw-translate-x: -4px;
  transform: var(--tw-transform);
}

#coupons-plus-admin .translate-y-0 {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}

#coupons-plus-admin .translate-y-2 {
  --tw-translate-y: 8px;
  transform: var(--tw-transform);
}

#coupons-plus-admin .translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .translate-x-\[calc\(-100\%-12px\)\] {
  --tw-translate-x: calc(-100% - 12px);
  transform: var(--tw-transform);
}

#coupons-plus-admin .translate-y-1\/4 {
  --tw-translate-y: 25%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .-translate-x-1\/4 {
  --tw-translate-x: -25%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .translate-y-1\/4 {
  --tw-translate-y: 25%;
  transform: var(--tw-transform);
  --tw-translate-y: 25%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .translate-y-full {
  --tw-translate-y: 100%;
  transform: var(--tw-transform);
  --tw-translate-y: 100%;
  transform: var(--tw-transform);
  --tw-translate-y: 100%;
  transform: var(--tw-transform);
  --tw-translate-y: 100%;
  transform: var(--tw-transform);
  --tw-translate-y: 100%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .-translate-y-full {
  --tw-translate-y: -100%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .translate-y-1\/4 {
  --tw-translate-y: 25%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .translate-y-1\/4 {
  --tw-translate-y: 25%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .translate-y-1\/4 {
  --tw-translate-y: 25%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .translate-y-1\/4 {
  --tw-translate-y: 25%;
  transform: var(--tw-transform);
}

#coupons-plus-admin .rotate-180 {
  --tw-rotate: 180deg;
  transform: var(--tw-transform);
}

#coupons-plus-admin .-rotate-90 {
  --tw-rotate: -90deg;
  transform: var(--tw-transform);
}

#coupons-plus-admin .rotate-90 {
  --tw-rotate: 90deg;
  transform: var(--tw-transform);
}

#coupons-plus-admin .rotate-\[10deg\] {
  --tw-rotate: 10deg;
  transform: var(--tw-transform);
}

#coupons-plus-admin .rotate-\[-10deg\] {
  --tw-rotate: -10deg;
  transform: var(--tw-transform);
}

#coupons-plus-admin .rotate-\[5deg\] {
  --tw-rotate: 5deg;
  transform: var(--tw-transform);
}

#coupons-plus-admin .scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: var(--tw-transform);
}

#coupons-plus-admin .scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: var(--tw-transform);
}

#coupons-plus-admin .scale-\[2\] {
  --tw-scale-x: 2;
  --tw-scale-y: 2;
  transform: var(--tw-transform);
}

#coupons-plus-admin .scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: var(--tw-transform);
}

#coupons-plus-admin .scale-\[\.94\] {
  --tw-scale-x: .94;
  --tw-scale-y: .94;
  transform: var(--tw-transform);
}

#coupons-plus-admin .\!scale-110 {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  transform: var(--tw-transform) !important;
}

#coupons-plus-admin .scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: var(--tw-transform);
}

#coupons-plus-admin .scale-\[\.84\] {
  --tw-scale-x: .84;
  --tw-scale-y: .84;
  transform: var(--tw-transform);
}

#coupons-plus-admin .scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: var(--tw-transform);
}

#coupons-plus-admin .scale-\[\.94\] {
  --tw-scale-x: .94;
  --tw-scale-y: .94;
  transform: var(--tw-transform);
}

#coupons-plus-admin .scale-\[\.84\] {
  --tw-scale-x: .84;
  --tw-scale-y: .84;
  transform: var(--tw-transform);
}

#coupons-plus-admin .scale-\[\.94\] {
  --tw-scale-x: .94;
  --tw-scale-y: .94;
  transform: var(--tw-transform);
}

#coupons-plus-admin .scale-\[\.84\] {
  --tw-scale-x: .84;
  --tw-scale-y: .84;
  transform: var(--tw-transform);
}

#coupons-plus-admin .scale-\[\.94\] {
  --tw-scale-x: .94;
  --tw-scale-y: .94;
  transform: var(--tw-transform);
}

#coupons-plus-admin .scale-\[\.84\] {
  --tw-scale-x: .84;
  --tw-scale-y: .84;
  transform: var(--tw-transform);
}

#coupons-plus-admin .scale-\[\.94\] {
  --tw-scale-x: .94;
  --tw-scale-y: .94;
  transform: var(--tw-transform);
}

#coupons-plus-admin .scale-\[\.84\] {
  --tw-scale-x: .84;
  --tw-scale-y: .84;
  transform: var(--tw-transform);
}

#coupons-plus-admin .transform {
  transform: var(--tw-transform);
}

#coupons-plus-admin .cursor-pointer {
  cursor: pointer;
}

#coupons-plus-admin .cursor-default {
  cursor: default;
}

#coupons-plus-admin .cursor-not-allowed {
  cursor: not-allowed;
}

#coupons-plus-admin .select-none {
  user-select: none;
}

#coupons-plus-admin .resize-none {
  resize: none;
}

#coupons-plus-admin .resize {
  resize: both;
}

#coupons-plus-admin .grid-flow-row {
  grid-auto-flow: row;
}

#coupons-plus-admin .auto-rows-auto {
  grid-auto-rows: auto;
}

#coupons-plus-admin .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#coupons-plus-admin .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

#coupons-plus-admin .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#coupons-plus-admin .grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#coupons-plus-admin .grid-cols-\[auto_auto\] {
  grid-template-columns: auto_auto;
}

#coupons-plus-admin .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#coupons-plus-admin .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

#coupons-plus-admin .flex-row {
  flex-direction: row;
  flex-direction: row;
  flex-direction: row;
  flex-direction: row;
  flex-direction: row;
  flex-direction: row;
  flex-direction: row;
  flex-direction: row;
  flex-direction: row;
  flex-direction: row;
  flex-direction: row;
  flex-direction: row;
  flex-direction: row;
  flex-direction: row;
  flex-direction: row;
  flex-direction: row;
}

#coupons-plus-admin .flex-col {
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
}

#coupons-plus-admin .flex-col-reverse {
  flex-direction: column-reverse;
}

#coupons-plus-admin .flex-wrap {
  flex-wrap: wrap;
}

#coupons-plus-admin .flex-nowrap {
  flex-wrap: nowrap;
}

#coupons-plus-admin .place-content-center {
  place-content: center;
}

#coupons-plus-admin .place-content-stretch {
  place-content: stretch;
}

#coupons-plus-admin .items-start {
  align-items: flex-start;
}

#coupons-plus-admin .items-end {
  align-items: flex-end;
}

#coupons-plus-admin .items-center {
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
}

#coupons-plus-admin .items-stretch {
  align-items: stretch;
}

#coupons-plus-admin .justify-start {
  justify-content: flex-start;
}

#coupons-plus-admin .justify-end {
  justify-content: flex-end;
  justify-content: flex-end;
  justify-content: flex-end;
  justify-content: flex-end;
  justify-content: flex-end;
  justify-content: flex-end;
  justify-content: flex-end;
  justify-content: flex-end;
  justify-content: flex-end;
  justify-content: flex-end;
  justify-content: flex-end;
  justify-content: flex-end;
  justify-content: flex-end;
  justify-content: flex-end;
  justify-content: flex-end;
  justify-content: flex-end;
}

#coupons-plus-admin .justify-center {
  justify-content: center;
  justify-content: center;
  justify-content: center;
  justify-content: center;
  justify-content: center;
  justify-content: center;
  justify-content: center;
  justify-content: center;
  justify-content: center;
  justify-content: center;
  justify-content: center;
  justify-content: center;
  justify-content: center;
  justify-content: center;
  justify-content: center;
  justify-content: center;
  justify-content: center;
  justify-content: center;
  justify-content: center;
  justify-content: center;
  justify-content: center;
}

#coupons-plus-admin .justify-between {
  justify-content: space-between;
  justify-content: space-between;
}

#coupons-plus-admin .justify-around {
  justify-content: space-around;
}

#coupons-plus-admin .gap-2 {
  gap: 8px;
}

#coupons-plus-admin .gap-1 {
  gap: 4px;
}

#coupons-plus-admin .gap-4 {
  gap: 16px;
}

#coupons-plus-admin .gap-8 {
  gap: 32px;
}

#coupons-plus-admin .gap-3 {
  gap: 12px;
}

#coupons-plus-admin .gap-6 {
  gap: 24px;
}

#coupons-plus-admin .gap-\[0px\] {
  gap: 0px;
}

#coupons-plus-admin .gap-10 {
  gap: 40px;
}

#coupons-plus-admin .gap-\[2px\] {
  gap: 2px;
}

#coupons-plus-admin .gap-0 {
  gap: 0px;
}

#coupons-plus-admin .gap-\[6px\] {
  gap: 6px;
}

#coupons-plus-admin .gap-1 {
  gap: 4px;
}

#coupons-plus-admin .gap-8 {
  gap: 32px;
}

#coupons-plus-admin .gap-1 {
  gap: 4px;
}

#coupons-plus-admin .gap-8 {
  gap: 32px;
}

#coupons-plus-admin .gap-1 {
  gap: 4px;
}

#coupons-plus-admin .gap-8 {
  gap: 32px;
}

#coupons-plus-admin .gap-1 {
  gap: 4px;
}

#coupons-plus-admin .gap-8 {
  gap: 32px;
}

#coupons-plus-admin .gap-1 {
  gap: 4px;
}

#coupons-plus-admin .gap-8 {
  gap: 32px;
}

#coupons-plus-admin .gap-2 {
  gap: 8px;
}

#coupons-plus-admin .gap-1 {
  gap: 4px;
}

#coupons-plus-admin .gap-2 {
  gap: 8px;
  gap: 8px;
}

#coupons-plus-admin .gap-1 {
  gap: 4px;
}

#coupons-plus-admin .gap-8 {
  gap: 32px;
}

#coupons-plus-admin .gap-1 {
  gap: 4px;
}

#coupons-plus-admin .gap-8 {
  gap: 32px;
}

#coupons-plus-admin .gap-1 {
  gap: 4px;
}

#coupons-plus-admin .gap-8 {
  gap: 32px;
}

#coupons-plus-admin .gap-1 {
  gap: 4px;
}

#coupons-plus-admin .gap-8 {
  gap: 32px;
}

#coupons-plus-admin .gap-1 {
  gap: 4px;
}

#coupons-plus-admin .gap-8 {
  gap: 32px;
}

#coupons-plus-admin .gap-1 {
  gap: 4px;
}

#coupons-plus-admin .gap-8 {
  gap: 32px;
}

#coupons-plus-admin .gap-1 {
  gap: 4px;
}

#coupons-plus-admin .gap-8 {
  gap: 32px;
}

#coupons-plus-admin .gap-1 {
  gap: 4px;
}

#coupons-plus-admin .gap-6 {
  gap: 24px;
}

#coupons-plus-admin .gap-1 {
  gap: 4px;
}

#coupons-plus-admin .gap-6 {
  gap: 24px;
}

#coupons-plus-admin .gap-1 {
  gap: 4px;
}

#coupons-plus-admin .gap-6 {
  gap: 24px;
}

#coupons-plus-admin .gap-1 {
  gap: 4px;
}

#coupons-plus-admin .gap-3 {
  gap: 12px;
}

#coupons-plus-admin .gap-2 {
  gap: 8px;
}

#coupons-plus-admin .gap-1 {
  gap: 4px;
}

#coupons-plus-admin .gap-3 {
  gap: 12px;
}

#coupons-plus-admin .gap-2 {
  gap: 8px;
}

#coupons-plus-admin .gap-1 {
  gap: 4px;
}

#coupons-plus-admin .gap-3 {
  gap: 12px;
}

#coupons-plus-admin .gap-2 {
  gap: 8px;
}

#coupons-plus-admin .gap-1 {
  gap: 4px;
}

#coupons-plus-admin .gap-3 {
  gap: 12px;
}

#coupons-plus-admin .gap-2 {
  gap: 8px;
}

#coupons-plus-admin .gap-x-2 {
  column-gap: 8px;
}

#coupons-plus-admin .gap-y-5 {
  row-gap: 20px;
}

#coupons-plus-admin .gap-y-2 {
  row-gap: 8px;
}

#coupons-plus-admin .gap-x-1 {
  column-gap: 4px;
}

#coupons-plus-admin .gap-y-1 {
  row-gap: 4px;
}

#coupons-plus-admin .gap-y-4 {
  row-gap: 16px;
}

#coupons-plus-admin .gap-x-4 {
  column-gap: 16px;
}

#coupons-plus-admin .gap-y-3 {
  row-gap: 12px;
}

#coupons-plus-admin .gap-y-0 {
  row-gap: 0px;
}

#coupons-plus-admin .gap-x-2 {
  column-gap: 8px;
}

#coupons-plus-admin .gap-y-5 {
  row-gap: 20px;
}

#coupons-plus-admin .gap-x-2 {
  column-gap: 8px;
}

#coupons-plus-admin .gap-y-5 {
  row-gap: 20px;
}

#coupons-plus-admin .gap-x-2 {
  column-gap: 8px;
}

#coupons-plus-admin .gap-y-5 {
  row-gap: 20px;
}

#coupons-plus-admin .gap-x-2 {
  column-gap: 8px;
}

#coupons-plus-admin .gap-y-5 {
  row-gap: 20px;
}

#coupons-plus-admin .gap-x-2 {
  column-gap: 8px;
}

#coupons-plus-admin .gap-y-5 {
  row-gap: 20px;
}

#coupons-plus-admin .gap-x-2 {
  column-gap: 8px;
}

#coupons-plus-admin .gap-y-5 {
  row-gap: 20px;
}

#coupons-plus-admin .gap-x-2 {
  column-gap: 8px;
}

#coupons-plus-admin .gap-y-5 {
  row-gap: 20px;
}

#coupons-plus-admin .gap-x-2 {
  column-gap: 8px;
}

#coupons-plus-admin .gap-y-5 {
  row-gap: 20px;
}

#coupons-plus-admin .gap-x-2 {
  column-gap: 8px;
}

#coupons-plus-admin .gap-y-5 {
  row-gap: 20px;
}

#coupons-plus-admin .gap-x-2 {
  column-gap: 8px;
}

#coupons-plus-admin .gap-y-5 {
  row-gap: 20px;
}

#coupons-plus-admin .gap-x-2 {
  column-gap: 8px;
}

#coupons-plus-admin .gap-y-5 {
  row-gap: 20px;
}

#coupons-plus-admin .gap-x-2 {
  column-gap: 8px;
}

#coupons-plus-admin .gap-y-5 {
  row-gap: 20px;
}

#coupons-plus-admin .gap-x-2 {
  column-gap: 8px;
}

#coupons-plus-admin .gap-y-5 {
  row-gap: 20px;
}

#coupons-plus-admin .gap-x-2 {
  column-gap: 8px;
}

#coupons-plus-admin .gap-y-5 {
  row-gap: 20px;
}

#coupons-plus-admin .gap-x-2 {
  column-gap: 8px;
}

#coupons-plus-admin .gap-y-5 {
  row-gap: 20px;
}

#coupons-plus-admin .gap-y-1 {
  row-gap: 4px;
}

#coupons-plus-admin .gap-x-4 {
  column-gap: 16px;
}

#coupons-plus-admin .space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4px * var(--tw-space-x-reverse));
  margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20px * var(--tw-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-y-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(120px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-\[2px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(28px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(40px * var(--tw-space-x-reverse));
  margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-\[2px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2px * var(--tw-space-x-reverse));
  margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(32px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4px * var(--tw-space-x-reverse));
  margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4px * var(--tw-space-x-reverse));
  margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4px * var(--tw-space-x-reverse));
  margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4px * var(--tw-space-x-reverse));
  margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4px * var(--tw-space-x-reverse));
  margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4px * var(--tw-space-x-reverse));
  margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus-admin .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

#coupons-plus-admin .self-start {
  align-self: flex-start;
}

#coupons-plus-admin .self-end {
  align-self: flex-end;
}

#coupons-plus-admin .self-center {
  align-self: center;
}

#coupons-plus-admin .self-stretch {
  align-self: stretch;
}

#coupons-plus-admin .justify-self-end {
  justify-self: end;
}

#coupons-plus-admin .overflow-auto {
  overflow: auto;
}

#coupons-plus-admin .overflow-hidden {
  overflow: hidden;
  overflow: hidden;
  overflow: hidden;
  overflow: hidden;
  overflow: hidden;
  overflow: hidden;
  overflow: hidden;
}

#coupons-plus-admin .overflow-visible {
  overflow: visible;
  overflow: visible;
  overflow: visible;
  overflow: visible;
  overflow: visible;
}

#coupons-plus-admin .overflow-scroll {
  overflow: scroll;
}

#coupons-plus-admin .overflow-x-auto {
  overflow-x: auto;
}

#coupons-plus-admin .overflow-y-auto {
  overflow-y: auto;
}

#coupons-plus-admin .overflow-x-hidden {
  overflow-x: hidden;
}

#coupons-plus-admin .overflow-y-hidden {
  overflow-y: hidden;
}

#coupons-plus-admin .overflow-x-visible {
  overflow-x: visible;
}

#coupons-plus-admin .overflow-y-scroll {
  overflow-y: scroll;
  overflow-y: scroll;
  overflow-y: scroll;
  overflow-y: scroll;
  overflow-y: scroll;
  overflow-y: scroll;
  overflow-y: scroll;
  overflow-y: scroll;
  overflow-y: scroll;
  overflow-y: scroll;
  overflow-y: scroll;
  overflow-y: scroll;
  overflow-y: scroll;
  overflow-y: scroll;
  overflow-y: scroll;
  overflow-y: scroll;
}

#coupons-plus-admin .whitespace-nowrap {
  white-space: nowrap;
}

#coupons-plus-admin .whitespace-pre-wrap {
  white-space: pre-wrap;
}

#coupons-plus-admin .rounded-full {
  border-radius: 999px;
}

#coupons-plus-admin .rounded-2 {
  border-radius: 16px;
}

#coupons-plus-admin .rounded-4 {
  border-radius: 8px;
}

#coupons-plus-admin .rounded-5 {
  border-radius: 6px;
}

#coupons-plus-admin .rounded-6 {
  border-radius: 4px;
}

#coupons-plus-admin .rounded-3 {
  border-radius: 12px;
}

#coupons-plus-admin .rounded-1 {
  border-radius: 20px;
}

#coupons-plus-admin .rounded-\[38px\] {
  border-radius: 38px;
}

#coupons-plus-admin .rounded-\[26px\] {
  border-radius: 26px;
}

#coupons-plus-admin .rounded-\[24px\] {
  border-radius: 24px;
}

#coupons-plus-admin .rounded-\[10px\] {
  border-radius: 10px;
}

#coupons-plus-admin .rounded-\[22px\] {
  border-radius: 22px;
}

#coupons-plus-admin .rounded-\[3px\] {
  border-radius: 3px;
}

#coupons-plus-admin .rounded-\[18px\] {
  border-radius: 18px;
}

#coupons-plus-admin .rounded-\[20px\] {
  border-radius: 20px;
}

#coupons-plus-admin .rounded-\[8px\] {
  border-radius: 8px;
}

#coupons-plus-admin .rounded-\[15px\] {
  border-radius: 15px;
}

#coupons-plus-admin .rounded-\[12px\] {
  border-radius: 12px;
}

#coupons-plus-admin .rounded-\[17px\] {
  border-radius: 17px;
}

#coupons-plus-admin .rounded-\[14px\] {
  border-radius: 14px;
}

#coupons-plus-admin .rounded-\[28px\] {
  border-radius: 28px;
}

#coupons-plus-admin .rounded-\[16px\] {
  border-radius: 16px;
}

#coupons-plus-admin .rounded-\[2px\] {
  border-radius: 2px;
}

#coupons-plus-admin .rounded-\[28px\] {
  border-radius: 28px;
  border-radius: 28px;
  border-radius: 28px;
  border-radius: 28px;
  border-radius: 28px;
}

#coupons-plus-admin .rounded-1 {
  border-radius: 20px;
  border-radius: 20px;
  border-radius: 20px;
  border-radius: 20px;
}

#coupons-plus-admin .rounded-full {
  border-radius: 999px;
}

#coupons-plus-admin .rounded-1 {
  border-radius: 20px;
}

#coupons-plus-admin .rounded-full {
  border-radius: 999px;
}

#coupons-plus-admin .rounded-3 {
  border-radius: 12px;
}

#coupons-plus-admin .rounded-\[24px\] {
  border-radius: 24px;
}

#coupons-plus-admin .rounded-2 {
  border-radius: 16px;
}

#coupons-plus-admin .rounded-1 {
  border-radius: 20px;
  border-radius: 20px;
  border-radius: 20px;
}

#coupons-plus-admin .rounded-full {
  border-radius: 999px;
}

#coupons-plus-admin .rounded-1 {
  border-radius: 20px;
}

#coupons-plus-admin .rounded-full {
  border-radius: 999px;
}

#coupons-plus-admin .rounded-1 {
  border-radius: 20px;
}

#coupons-plus-admin .rounded-full {
  border-radius: 999px;
}

#coupons-plus-admin .rounded-1 {
  border-radius: 20px;
}

#coupons-plus-admin .rounded-full {
  border-radius: 999px;
}

#coupons-plus-admin .rounded-1 {
  border-radius: 20px;
}

#coupons-plus-admin .rounded-full {
  border-radius: 999px;
}

#coupons-plus-admin .rounded-1 {
  border-radius: 20px;
}

#coupons-plus-admin .rounded-full {
  border-radius: 999px;
}

#coupons-plus-admin .rounded-1 {
  border-radius: 20px;
}

#coupons-plus-admin .rounded-full {
  border-radius: 999px;
}

#coupons-plus-admin .rounded-1 {
  border-radius: 20px;
}

#coupons-plus-admin .rounded-full {
  border-radius: 999px;
}

#coupons-plus-admin .rounded-1 {
  border-radius: 20px;
}

#coupons-plus-admin .rounded-full {
  border-radius: 999px;
}

#coupons-plus-admin .rounded-\[28px\] {
  border-radius: 28px;
  border-radius: 28px;
  border-radius: 28px;
  border-radius: 28px;
  border-radius: 28px;
  border-radius: 28px;
}

#coupons-plus-admin .rounded-1 {
  border-radius: 20px;
}

#coupons-plus-admin .rounded-full {
  border-radius: 999px;
}

#coupons-plus-admin .rounded-1 {
  border-radius: 20px;
}

#coupons-plus-admin .rounded-full {
  border-radius: 999px;
}

#coupons-plus-admin .rounded-\[28px\] {
  border-radius: 28px;
  border-radius: 28px;
  border-radius: 28px;
  border-radius: 28px;
}

#coupons-plus-admin .rounded-2 {
  border-radius: 16px;
}

#coupons-plus-admin .rounded-3 {
  border-radius: 12px;
}

#coupons-plus-admin .rounded-full {
  border-radius: 999px;
  border-radius: 999px;
}

#coupons-plus-admin .rounded-6 {
  border-radius: 4px;
}

#coupons-plus-admin .rounded-\[16px\] {
  border-radius: 16px;
}

#coupons-plus-admin .rounded-\[26px\] {
  border-radius: 26px;
}

#coupons-plus-admin .rounded-\[24px\] {
  border-radius: 24px;
}

#coupons-plus-admin .rounded-\[22px\] {
  border-radius: 22px;
}

#coupons-plus-admin .rounded-\[20px\] {
  border-radius: 20px;
}

#coupons-plus-admin .rounded-2 {
  border-radius: 16px;
}

#coupons-plus-admin .rounded-full {
  border-radius: 999px;
}

#coupons-plus-admin .rounded-6 {
  border-radius: 4px;
}

#coupons-plus-admin .rounded-\[16px\] {
  border-radius: 16px;
}

#coupons-plus-admin .rounded-\[26px\] {
  border-radius: 26px;
}

#coupons-plus-admin .rounded-\[24px\] {
  border-radius: 24px;
}

#coupons-plus-admin .rounded-\[22px\] {
  border-radius: 22px;
}

#coupons-plus-admin .rounded-\[20px\] {
  border-radius: 20px;
}

#coupons-plus-admin .rounded-2 {
  border-radius: 16px;
}

#coupons-plus-admin .rounded-full {
  border-radius: 999px;
}

#coupons-plus-admin .rounded-6 {
  border-radius: 4px;
}

#coupons-plus-admin .rounded-\[16px\] {
  border-radius: 16px;
}

#coupons-plus-admin .rounded-\[26px\] {
  border-radius: 26px;
}

#coupons-plus-admin .rounded-\[24px\] {
  border-radius: 24px;
}

#coupons-plus-admin .rounded-\[22px\] {
  border-radius: 22px;
}

#coupons-plus-admin .rounded-\[20px\] {
  border-radius: 20px;
}

#coupons-plus-admin .rounded-2 {
  border-radius: 16px;
}

#coupons-plus-admin .rounded-full {
  border-radius: 999px;
}

#coupons-plus-admin .rounded-6 {
  border-radius: 4px;
}

#coupons-plus-admin .rounded-\[16px\] {
  border-radius: 16px;
}

#coupons-plus-admin .rounded-\[26px\] {
  border-radius: 26px;
}

#coupons-plus-admin .rounded-\[24px\] {
  border-radius: 24px;
}

#coupons-plus-admin .rounded-\[22px\] {
  border-radius: 22px;
}

#coupons-plus-admin .rounded-\[20px\] {
  border-radius: 20px;
}

#coupons-plus-admin .rounded-2 {
  border-radius: 16px;
}

#coupons-plus-admin .rounded-t-3 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

#coupons-plus-admin .rounded-t-1 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#coupons-plus-admin .rounded-r-3 {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

#coupons-plus-admin .rounded-t-6 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#coupons-plus-admin .rounded-t-\[24px\] {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

#coupons-plus-admin .rounded-b-1 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

#coupons-plus-admin .rounded-t-2 {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

#coupons-plus-admin .rounded-l-1 {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#coupons-plus-admin .rounded-t-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#coupons-plus-admin .rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

#coupons-plus-admin .rounded-t-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#coupons-plus-admin .rounded-tl-0 {
  border-top-left-radius: 0;
}

#coupons-plus-admin .rounded-bl-0 {
  border-bottom-left-radius: 0;
}

#coupons-plus-admin .rounded-tr-0 {
  border-top-right-radius: 0;
}

#coupons-plus-admin .rounded-br-0 {
  border-bottom-right-radius: 0;
}

#coupons-plus-admin .rounded-tl-2 {
  border-top-left-radius: 16px;
}

#coupons-plus-admin .rounded-bl-2 {
  border-bottom-left-radius: 16px;
}

#coupons-plus-admin .border-px {
  border-width: 1px;
}

#coupons-plus-admin .border-2 {
  border-width: 2px;
}

#coupons-plus-admin .\!border-0 {
  border-width: 0px !important;
}

#coupons-plus-admin .border {
  border-width: 1px;
}

#coupons-plus-admin .border-0 {
  border-width: 0px;
}

#coupons-plus-admin .border-\[3px\] {
  border-width: 3px;
}

#coupons-plus-admin .border-\[1px\] {
  border-width: 1px;
}

#coupons-plus-admin .border-\[2px\] {
  border-width: 2px;
}

#coupons-plus-admin .\!border-\[1px\] {
  border-width: 1px !important;
}

#coupons-plus-admin .border {
  border-width: 1px;
  border-width: 1px;
  border-width: 1px;
}

#coupons-plus-admin .border-\[2px\] {
  border-width: 2px;
}

#coupons-plus-admin .border {
  border-width: 1px;
}

#coupons-plus-admin .border-\[2px\] {
  border-width: 2px;
}

#coupons-plus-admin .border {
  border-width: 1px;
}

#coupons-plus-admin .border-\[2px\] {
  border-width: 2px;
}

#coupons-plus-admin .border-\[1px\] {
  border-width: 1px;
}

#coupons-plus-admin .border-px {
  border-width: 1px;
}

#coupons-plus-admin .border {
  border-width: 1px;
}

#coupons-plus-admin .border-\[2px\] {
  border-width: 2px;
}

#coupons-plus-admin .border {
  border-width: 1px;
}

#coupons-plus-admin .border-\[2px\] {
  border-width: 2px;
}

#coupons-plus-admin .border-px {
  border-width: 1px;
}

#coupons-plus-admin .border-\[2px\] {
  border-width: 2px;
}

#coupons-plus-admin .border {
  border-width: 1px;
}

#coupons-plus-admin .border-\[2px\] {
  border-width: 2px;
}

#coupons-plus-admin .border {
  border-width: 1px;
}

#coupons-plus-admin .border-\[2px\] {
  border-width: 2px;
}

#coupons-plus-admin .border {
  border-width: 1px;
}

#coupons-plus-admin .border-\[2px\] {
  border-width: 2px;
}

#coupons-plus-admin .border {
  border-width: 1px;
}

#coupons-plus-admin .border-t-px {
  border-top-width: 1px;
}

#coupons-plus-admin .border-r-2 {
  border-right-width: 2px;
}

#coupons-plus-admin .border-l-px {
  border-left-width: 1px;
}

#coupons-plus-admin .border-l-0 {
  border-left-width: 0px;
}

#coupons-plus-admin .border-r-\[2px\] {
  border-right-width: 2px;
}

#coupons-plus-admin .border-t-\[2px\] {
  border-top-width: 2px;
}

#coupons-plus-admin .border-b-\[2px\] {
  border-bottom-width: 2px;
}

#coupons-plus-admin .border-r-0 {
  border-right-width: 0px;
}

#coupons-plus-admin .border-l-\[2px\] {
  border-left-width: 2px;
}

#coupons-plus-admin .border-r-px {
  border-right-width: 1px;
}

#coupons-plus-admin .border-b-px {
  border-bottom-width: 1px;
}

#coupons-plus-admin .border-t-2 {
  border-top-width: 2px;
}

#coupons-plus-admin .border-t {
  border-top-width: 1px;
}

#coupons-plus-admin .border-b-0 {
  border-bottom-width: 0px;
}

#coupons-plus-admin .border-l-2 {
  border-left-width: 2px;
}

#coupons-plus-admin .border-b-2 {
  border-bottom-width: 2px;
}

#coupons-plus-admin .border-b {
  border-bottom-width: 1px;
}

#coupons-plus-admin .border-t-0 {
  border-top-width: 0px;
}

#coupons-plus-admin .border-t-px {
  border-top-width: 1px;
  border-top-width: 1px;
  border-top-width: 1px;
  border-top-width: 1px;
  border-top-width: 1px;
}

#coupons-plus-admin .border-t-0 {
  border-top-width: 0px;
}

#coupons-plus-admin .border-t-px {
  border-top-width: 1px;
  border-top-width: 1px;
  border-top-width: 1px;
  border-top-width: 1px;
  border-top-width: 1px;
  border-top-width: 1px;
  border-top-width: 1px;
}

#coupons-plus-admin .border-dashed {
  border-style: dashed;
}

#coupons-plus-admin .border-none {
  border-style: none;
}

#coupons-plus-admin .\!border-none {
  border-style: none !important;
}

#coupons-plus-admin .border-none {
  border-style: none;
  border-style: none;
  border-style: none;
  border-style: none;
  border-style: none;
  border-style: none;
  border-style: none;
  border-style: none;
  border-style: none;
  border-style: none;
  border-style: none;
  border-style: none;
  border-style: none;
  border-style: none;
}

#coupons-plus-admin .border-gray-150 {
  --tw-border-opacity: 1;
  border-color: rgba(232, 236, 240, var(--tw-border-opacity));
}

#coupons-plus-admin .border-gray-350 {
  --tw-border-opacity: 1;
  border-color: rgba(171, 186, 198, var(--tw-border-opacity));
}

#coupons-plus-admin .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(187, 199, 209, var(--tw-border-opacity));
}

#coupons-plus-admin .border-transparent {
  border-color: transparent;
}

#coupons-plus-admin .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 224, 229, var(--tw-border-opacity));
}

#coupons-plus-admin .border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 174, 188, var(--tw-border-opacity));
}

#coupons-plus-admin .border-blue-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(27, 124, 204, var(--tw-border-opacity));
}

#coupons-plus-admin .border-gray-750\/40 {
  border-color: rgba(67, 85, 99, 0.4);
}

#coupons-plus-admin .border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(247, 249, 250, var(--tw-border-opacity));
}

#coupons-plus-admin .border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(126, 149, 167, var(--tw-border-opacity));
}

#coupons-plus-admin .border-blue-normal {
  --tw-border-opacity: 1;
  border-color: rgba(34, 155, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-green-10 {
  --tw-border-opacity: 1;
  border-color: rgba(246, 250, 243, var(--tw-border-opacity));
}

#coupons-plus-admin .border-green-20 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 246, 231, var(--tw-border-opacity));
}

#coupons-plus-admin .border-green-30 {
  --tw-border-opacity: 1;
  border-color: rgba(228, 241, 220, var(--tw-border-opacity));
}

#coupons-plus-admin .border-green-40 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 237, 208, var(--tw-border-opacity));
}

#coupons-plus-admin .border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgba(211, 232, 196, var(--tw-border-opacity));
}

#coupons-plus-admin .border-green-60 {
  --tw-border-opacity: 1;
  border-color: rgba(202, 227, 184, var(--tw-border-opacity));
}

#coupons-plus-admin .border-green-70 {
  --tw-border-opacity: 1;
  border-color: rgba(193, 223, 172, var(--tw-border-opacity));
}

#coupons-plus-admin .border-green-80 {
  --tw-border-opacity: 1;
  border-color: rgba(184, 218, 161, var(--tw-border-opacity));
}

#coupons-plus-admin .border-green-90 {
  --tw-border-opacity: 1;
  border-color: rgba(175, 214, 149, var(--tw-border-opacity));
}

#coupons-plus-admin .border-green-normal {
  --tw-border-opacity: 1;
  border-color: rgba(166, 209, 137, var(--tw-border-opacity));
}

#coupons-plus-admin .border-green-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 192, 126, var(--tw-border-opacity));
}

#coupons-plus-admin .border-green-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(139, 176, 115, var(--tw-border-opacity));
}

#coupons-plus-admin .border-green-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(126, 159, 104, var(--tw-border-opacity));
}

#coupons-plus-admin .border-red-10 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 243, 243, var(--tw-border-opacity));
}

#coupons-plus-admin .border-red-20 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 230, 230, var(--tw-border-opacity));
}

#coupons-plus-admin .border-red-30 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 218, 218, var(--tw-border-opacity));
}

#coupons-plus-admin .border-red-40 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 205, 206, var(--tw-border-opacity));
}

#coupons-plus-admin .border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 193, 194, var(--tw-border-opacity));
}

#coupons-plus-admin .border-red-60 {
  --tw-border-opacity: 1;
  border-color: rgba(241, 180, 181, var(--tw-border-opacity));
}

#coupons-plus-admin .border-red-70 {
  --tw-border-opacity: 1;
  border-color: rgba(238, 168, 169, var(--tw-border-opacity));
}

#coupons-plus-admin .border-red-80 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 155, 157, var(--tw-border-opacity));
}

#coupons-plus-admin .border-red-90 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 143, 144, var(--tw-border-opacity));
}

#coupons-plus-admin .border-red-normal {
  --tw-border-opacity: 1;
  border-color: rgba(231, 130, 132, var(--tw-border-opacity));
}

#coupons-plus-admin .border-red-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(213, 120, 121, var(--tw-border-opacity));
}

#coupons-plus-admin .border-red-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(194, 109, 111, var(--tw-border-opacity));
}

#coupons-plus-admin .border-red-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(176, 99, 100, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yellow-10 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 249, 244, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yellow-20 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 242, 233, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yellow-30 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 237, 222, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yellow-40 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 232, 211, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgba(242, 227, 200, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yellow-60 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 222, 189, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yellow-70 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 217, 179, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yellow-80 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 212, 168, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yellow-90 {
  --tw-border-opacity: 1;
  border-color: rgba(232, 207, 157, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yellow-normal {
  --tw-border-opacity: 1;
  border-color: rgba(229, 200, 144, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yellow-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(211, 184, 131, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yellow-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(192, 167, 119, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yellow-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(173, 150, 106, var(--tw-border-opacity));
}

#coupons-plus-admin .border-maroon-10 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 251, 251, var(--tw-border-opacity));
}

#coupons-plus-admin .border-maroon-20 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 246, 247, var(--tw-border-opacity));
}

#coupons-plus-admin .border-maroon-30 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 239, 239, var(--tw-border-opacity));
}

#coupons-plus-admin .border-maroon-40 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 227, 232, var(--tw-border-opacity));
}

#coupons-plus-admin .border-maroon-50 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 215, 220, var(--tw-border-opacity));
}

#coupons-plus-admin .border-maroon-60 {
  --tw-border-opacity: 1;
  border-color: rgba(246, 202, 208, var(--tw-border-opacity));
}

#coupons-plus-admin .border-maroon-70 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 190, 196, var(--tw-border-opacity));
}

#coupons-plus-admin .border-maroon-80 {
  --tw-border-opacity: 1;
  border-color: rgba(242, 178, 184, var(--tw-border-opacity));
}

#coupons-plus-admin .border-maroon-90 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 166, 172, var(--tw-border-opacity));
}

#coupons-plus-admin .border-maroon-normal {
  --tw-border-opacity: 1;
  border-color: rgba(238, 153, 160, var(--tw-border-opacity));
}

#coupons-plus-admin .border-maroon-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(218, 140, 147, var(--tw-border-opacity));
}

#coupons-plus-admin .border-maroon-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(198, 127, 134, var(--tw-border-opacity));
}

#coupons-plus-admin .border-maroon-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(178, 115, 121, var(--tw-border-opacity));
}

#coupons-plus-admin .border-peach-10 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 248, 246, var(--tw-border-opacity));
}

#coupons-plus-admin .border-peach-20 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 237, var(--tw-border-opacity));
}

#coupons-plus-admin .border-peach-30 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 232, 224, var(--tw-border-opacity));
}

#coupons-plus-admin .border-peach-40 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 223, 210, var(--tw-border-opacity));
}

#coupons-plus-admin .border-peach-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 214, 196, var(--tw-border-opacity));
}

#coupons-plus-admin .border-peach-60 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 205, 182, var(--tw-border-opacity));
}

#coupons-plus-admin .border-peach-70 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 196, 168, var(--tw-border-opacity));
}

#coupons-plus-admin .border-peach-80 {
  --tw-border-opacity: 1;
  border-color: rgba(247, 187, 155, var(--tw-border-opacity));
}

#coupons-plus-admin .border-peach-90 {
  --tw-border-opacity: 1;
  border-color: rgba(246, 178, 141, var(--tw-border-opacity));
}

#coupons-plus-admin .border-peach-normal {
  --tw-border-opacity: 1;
  border-color: rgba(245, 169, 127, var(--tw-border-opacity));
}

#coupons-plus-admin .border-peach-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 153, 115, var(--tw-border-opacity));
}

#coupons-plus-admin .border-peach-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(198, 137, 102, var(--tw-border-opacity));
}

#coupons-plus-admin .border-peach-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(174, 121, 90, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sapphire-10 {
  --tw-border-opacity: 1;
  border-color: rgba(241, 252, 254, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sapphire-20 {
  --tw-border-opacity: 1;
  border-color: rgba(227, 249, 252, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sapphire-30 {
  --tw-border-opacity: 1;
  border-color: rgba(214, 244, 250, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sapphire-40 {
  --tw-border-opacity: 1;
  border-color: rgba(200, 238, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sapphire-50 {
  --tw-border-opacity: 1;
  border-color: rgba(186, 232, 246, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sapphire-60 {
  --tw-border-opacity: 1;
  border-color: rgba(172, 225, 244, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sapphire-70 {
  --tw-border-opacity: 1;
  border-color: rgba(158, 219, 242, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sapphire-80 {
  --tw-border-opacity: 1;
  border-color: rgba(144, 212, 240, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sapphire-90 {
  --tw-border-opacity: 1;
  border-color: rgba(130, 206, 238, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sapphire-normal {
  --tw-border-opacity: 1;
  border-color: rgba(116, 199, 236, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sapphire-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(105, 179, 212, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sapphire-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(93, 159, 189, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sapphire-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(82, 140, 165, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lavender-10 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 252, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lavender-20 {
  --tw-border-opacity: 1;
  border-color: rgba(247, 249, 254, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lavender-30 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 242, 254, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lavender-40 {
  --tw-border-opacity: 1;
  border-color: rgba(231, 235, 253, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lavender-50 {
  --tw-border-opacity: 1;
  border-color: rgba(223, 228, 253, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lavender-60 {
  --tw-border-opacity: 1;
  border-color: rgba(214, 220, 253, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lavender-70 {
  --tw-border-opacity: 1;
  border-color: rgba(206, 213, 253, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lavender-80 {
  --tw-border-opacity: 1;
  border-color: rgba(197, 205, 253, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lavender-90 {
  --tw-border-opacity: 1;
  border-color: rgba(189, 198, 254, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lavender-normal {
  --tw-border-opacity: 1;
  border-color: rgba(180, 190, 254, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lavender-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(163, 171, 223, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lavender-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(145, 152, 200, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lavender-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(128, 133, 177, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mauve-10 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 249, 254, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mauve-20 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 243, 252, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mauve-30 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 235, 250, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mauve-40 {
  --tw-border-opacity: 1;
  border-color: rgba(241, 227, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mauve-50 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 218, 246, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mauve-60 {
  --tw-border-opacity: 1;
  border-color: rgba(230, 208, 243, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mauve-70 {
  --tw-border-opacity: 1;
  border-color: rgba(225, 198, 241, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mauve-80 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 187, 238, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mauve-90 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 175, 235, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mauve-normal {
  --tw-border-opacity: 1;
  border-color: rgba(202, 158, 230, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mauve-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(184, 144, 209, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mauve-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 131, 189, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mauve-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(149, 118, 169, var(--tw-border-opacity));
}

#coupons-plus-admin .border-fuchsiared-10 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 244, 244, var(--tw-border-opacity));
}

#coupons-plus-admin .border-fuchsiared-20 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 233, 233, var(--tw-border-opacity));
}

#coupons-plus-admin .border-fuchsiared-30 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 217, 218, var(--tw-border-opacity));
}

#coupons-plus-admin .border-fuchsiared-40 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 202, 204, var(--tw-border-opacity));
}

#coupons-plus-admin .border-fuchsiared-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 183, 186, var(--tw-border-opacity));
}

#coupons-plus-admin .border-fuchsiared-60 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 163, 168, var(--tw-border-opacity));
}

#coupons-plus-admin .border-fuchsiared-70 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 143, 151, var(--tw-border-opacity));
}

#coupons-plus-admin .border-fuchsiared-80 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 117, 131, var(--tw-border-opacity));
}

#coupons-plus-admin .border-fuchsiared-90 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 87, 112, var(--tw-border-opacity));
}

#coupons-plus-admin .border-fuchsiared-normal {
  --tw-border-opacity: 1;
  border-color: rgba(255, 0, 84, var(--tw-border-opacity));
}

#coupons-plus-admin .border-fuchsiared-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 14, 77, var(--tw-border-opacity));
}

#coupons-plus-admin .border-fuchsiared-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(210, 21, 71, var(--tw-border-opacity));
}

#coupons-plus-admin .border-fuchsiared-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(189, 25, 64, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustard-10 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 242, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustard-20 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 229, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustard-30 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 240, 212, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustard-40 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 234, 194, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustard-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 227, 173, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustard-60 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 220, 151, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustard-70 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 213, 130, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustard-80 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 204, 103, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustard-90 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 196, 74, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustard-normal {
  --tw-border-opacity: 1;
  border-color: rgba(247, 184, 1, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustard-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(225, 168, 10, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustard-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(204, 152, 16, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustard-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(183, 136, 19, var(--tw-border-opacity));
}

#coupons-plus-admin .border-hwpyellow-10 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 252, 245, var(--tw-border-opacity));
}

#coupons-plus-admin .border-hwpyellow-20 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 249, 235, var(--tw-border-opacity));
}

#coupons-plus-admin .border-hwpyellow-30 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 245, 222, var(--tw-border-opacity));
}

#coupons-plus-admin .border-hwpyellow-40 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 209, var(--tw-border-opacity));
}

#coupons-plus-admin .border-hwpyellow-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 235, 192, var(--tw-border-opacity));
}

#coupons-plus-admin .border-hwpyellow-60 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 230, 176, var(--tw-border-opacity));
}

#coupons-plus-admin .border-hwpyellow-70 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 225, 159, var(--tw-border-opacity));
}

#coupons-plus-admin .border-hwpyellow-80 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 219, 139, var(--tw-border-opacity));
}

#coupons-plus-admin .border-hwpyellow-90 {
  --tw-border-opacity: 1;
  border-color: rgba(247, 214, 119, var(--tw-border-opacity));
}

#coupons-plus-admin .border-hwpyellow-normal {
  --tw-border-opacity: 1;
  border-color: rgba(242, 205, 87, var(--tw-border-opacity));
}

#coupons-plus-admin .border-hwpyellow-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 187, 80, var(--tw-border-opacity));
}

#coupons-plus-admin .border-hwpyellow-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(199, 169, 74, var(--tw-border-opacity));
}

#coupons-plus-admin .border-hwpyellow-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(179, 151, 67, var(--tw-border-opacity));
}

#coupons-plus-admin .border-oceanic-10 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 249, 251, var(--tw-border-opacity));
}

#coupons-plus-admin .border-oceanic-20 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 243, 247, var(--tw-border-opacity));
}

#coupons-plus-admin .border-oceanic-30 {
  --tw-border-opacity: 1;
  border-color: rgba(218, 235, 241, var(--tw-border-opacity));
}

#coupons-plus-admin .border-oceanic-40 {
  --tw-border-opacity: 1;
  border-color: rgba(203, 227, 236, var(--tw-border-opacity));
}

#coupons-plus-admin .border-oceanic-50 {
  --tw-border-opacity: 1;
  border-color: rgba(184, 217, 229, var(--tw-border-opacity));
}

#coupons-plus-admin .border-oceanic-60 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 208, 223, var(--tw-border-opacity));
}

#coupons-plus-admin .border-oceanic-70 {
  --tw-border-opacity: 1;
  border-color: rgba(146, 198, 216, var(--tw-border-opacity));
}

#coupons-plus-admin .border-oceanic-80 {
  --tw-border-opacity: 1;
  border-color: rgba(121, 187, 208, var(--tw-border-opacity));
}

#coupons-plus-admin .border-oceanic-90 {
  --tw-border-opacity: 1;
  border-color: rgba(93, 175, 200, var(--tw-border-opacity));
}

#coupons-plus-admin .border-oceanic-normal {
  --tw-border-opacity: 1;
  border-color: rgba(33, 158, 188, var(--tw-border-opacity));
}

#coupons-plus-admin .border-oceanic-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(35, 144, 171, var(--tw-border-opacity));
}

#coupons-plus-admin .border-oceanic-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(35, 131, 155, var(--tw-border-opacity));
}

#coupons-plus-admin .border-oceanic-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(35, 118, 139, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greena-10 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 249, 251, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greena-20 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 243, 247, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greena-30 {
  --tw-border-opacity: 1;
  border-color: rgba(218, 235, 241, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greena-40 {
  --tw-border-opacity: 1;
  border-color: rgba(203, 227, 236, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greena-50 {
  --tw-border-opacity: 1;
  border-color: rgba(184, 217, 229, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greena-60 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 208, 223, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greena-70 {
  --tw-border-opacity: 1;
  border-color: rgba(146, 198, 216, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greena-80 {
  --tw-border-opacity: 1;
  border-color: rgba(121, 187, 208, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greena-90 {
  --tw-border-opacity: 1;
  border-color: rgba(93, 175, 200, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greena-normal {
  --tw-border-opacity: 1;
  border-color: rgba(33, 158, 188, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greena-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(35, 144, 171, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greena-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(35, 131, 155, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greena-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(35, 118, 139, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenb-10 {
  --tw-border-opacity: 1;
  border-color: rgba(247, 252, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenb-20 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 249, 242, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenb-30 {
  --tw-border-opacity: 1;
  border-color: rgba(228, 244, 233, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenb-40 {
  --tw-border-opacity: 1;
  border-color: rgba(218, 240, 224, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenb-50 {
  --tw-border-opacity: 1;
  border-color: rgba(204, 235, 213, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenb-60 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 229, 202, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenb-70 {
  --tw-border-opacity: 1;
  border-color: rgba(177, 224, 191, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenb-80 {
  --tw-border-opacity: 1;
  border-color: rgba(161, 217, 179, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenb-90 {
  --tw-border-opacity: 1;
  border-color: rgba(144, 210, 166, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenb-normal {
  --tw-border-opacity: 1;
  border-color: rgba(118, 200, 147, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenb-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(108, 182, 134, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenb-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 165, 122, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenb-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(89, 148, 110, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayish-10 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 246, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayish-20 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 237, 241, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayish-30 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 226, 232, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayish-40 {
  --tw-border-opacity: 1;
  border-color: rgba(207, 214, 223, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayish-50 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 200, 212, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayish-60 {
  --tw-border-opacity: 1;
  border-color: rgba(173, 186, 200, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayish-70 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 173, 189, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayish-80 {
  --tw-border-opacity: 1;
  border-color: rgba(136, 156, 176, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayish-90 {
  --tw-border-opacity: 1;
  border-color: rgba(117, 140, 163, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayish-normal {
  --tw-border-opacity: 1;
  border-color: rgba(87, 117, 144, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayish-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(80, 107, 132, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayish-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(73, 98, 119, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayish-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(67, 88, 108, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayishb-10 {
  --tw-border-opacity: 1;
  border-color: rgba(242, 244, 246, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayishb-20 {
  --tw-border-opacity: 1;
  border-color: rgba(230, 232, 237, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayishb-30 {
  --tw-border-opacity: 1;
  border-color: rgba(213, 217, 225, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayishb-40 {
  --tw-border-opacity: 1;
  border-color: rgba(196, 202, 213, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayishb-50 {
  --tw-border-opacity: 1;
  border-color: rgba(176, 184, 198, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayishb-60 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 166, 184, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayishb-70 {
  --tw-border-opacity: 1;
  border-color: rgba(136, 149, 170, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayishb-80 {
  --tw-border-opacity: 1;
  border-color: rgba(112, 128, 153, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayishb-90 {
  --tw-border-opacity: 1;
  border-color: rgba(89, 109, 136, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayishb-normal {
  --tw-border-opacity: 1;
  border-color: rgba(53, 80, 112, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayishb-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(50, 74, 103, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayishb-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(46, 67, 93, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplegrayishb-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(42, 61, 84, var(--tw-border-opacity));
}

#coupons-plus-admin .border-brightlavender-10 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 246, 254, var(--tw-border-opacity));
}

#coupons-plus-admin .border-brightlavender-20 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 238, 253, var(--tw-border-opacity));
}

#coupons-plus-admin .border-brightlavender-30 {
  --tw-border-opacity: 1;
  border-color: rgba(231, 227, 252, var(--tw-border-opacity));
}

#coupons-plus-admin .border-brightlavender-40 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 215, 251, var(--tw-border-opacity));
}

#coupons-plus-admin .border-brightlavender-50 {
  --tw-border-opacity: 1;
  border-color: rgba(208, 202, 249, var(--tw-border-opacity));
}

#coupons-plus-admin .border-brightlavender-60 {
  --tw-border-opacity: 1;
  border-color: rgba(195, 188, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .border-brightlavender-70 {
  --tw-border-opacity: 1;
  border-color: rgba(181, 174, 246, var(--tw-border-opacity));
}

#coupons-plus-admin .border-brightlavender-80 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 159, 243, var(--tw-border-opacity));
}

#coupons-plus-admin .border-brightlavender-90 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 143, 241, var(--tw-border-opacity));
}

#coupons-plus-admin .border-brightlavender-normal {
  --tw-border-opacity: 1;
  border-color: rgba(118, 120, 237, var(--tw-border-opacity));
}

#coupons-plus-admin .border-brightlavender-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(109, 110, 216, var(--tw-border-opacity));
}

#coupons-plus-admin .border-brightlavender-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 100, 195, var(--tw-border-opacity));
}

#coupons-plus-admin .border-brightlavender-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(90, 90, 175, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenc-10 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 244, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenc-20 {
  --tw-border-opacity: 1;
  border-color: rgba(242, 244, 234, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenc-30 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 237, 220, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenc-40 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 230, 206, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenc-50 {
  --tw-border-opacity: 1;
  border-color: rgba(213, 222, 189, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenc-60 {
  --tw-border-opacity: 1;
  border-color: rgba(202, 213, 172, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenc-70 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 204, 155, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenc-80 {
  --tw-border-opacity: 1;
  border-color: rgba(178, 194, 135, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenc-90 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 184, 115, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenc-normal {
  --tw-border-opacity: 1;
  border-color: rgba(144, 169, 85, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenc-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(132, 154, 78, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenc-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(120, 140, 72, var(--tw-border-opacity));
}

#coupons-plus-admin .border-greenc-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(108, 126, 65, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lbrightred-10 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 246, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lbrightred-20 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 237, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lbrightred-30 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 225, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lbrightred-40 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 214, 213, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lbrightred-50 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 200, 198, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lbrightred-60 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 185, 183, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lbrightred-70 {
  --tw-border-opacity: 1;
  border-color: rgba(246, 170, 169, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lbrightred-80 {
  --tw-border-opacity: 1;
  border-color: rgba(242, 153, 152, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lbrightred-90 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 135, 135, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lbrightred-normal {
  --tw-border-opacity: 1;
  border-color: rgba(229, 107, 111, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lbrightred-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 98, 102, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lbrightred-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(189, 90, 93, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lbrightred-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(169, 81, 84, var(--tw-border-opacity));
}

#coupons-plus-admin .border-llred-10 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 245, var(--tw-border-opacity));
}

#coupons-plus-admin .border-llred-20 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 234, var(--tw-border-opacity));
}

#coupons-plus-admin .border-llred-30 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 224, 221, var(--tw-border-opacity));
}

#coupons-plus-admin .border-llred-40 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 212, 208, var(--tw-border-opacity));
}

#coupons-plus-admin .border-llred-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 196, 191, var(--tw-border-opacity));
}

#coupons-plus-admin .border-llred-60 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 180, 175, var(--tw-border-opacity));
}

#coupons-plus-admin .border-llred-70 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 164, 159, var(--tw-border-opacity));
}

#coupons-plus-admin .border-llred-80 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 145, 140, var(--tw-border-opacity));
}

#coupons-plus-admin .border-llred-90 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 124, 122, var(--tw-border-opacity));
}

#coupons-plus-admin .border-llred-normal {
  --tw-border-opacity: 1;
  border-color: rgba(255, 90, 95, var(--tw-border-opacity));
}

#coupons-plus-admin .border-llred-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(232, 83, 87, var(--tw-border-opacity));
}

#coupons-plus-admin .border-llred-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(210, 77, 80, var(--tw-border-opacity));
}

#coupons-plus-admin .border-llred-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(188, 70, 72, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sea-10 {
  --tw-border-opacity: 1;
  border-color: rgba(246, 248, 254, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sea-20 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 242, 253, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sea-30 {
  --tw-border-opacity: 1;
  border-color: rgba(225, 233, 252, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sea-40 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 224, 251, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sea-50 {
  --tw-border-opacity: 1;
  border-color: rgba(196, 213, 250, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sea-60 {
  --tw-border-opacity: 1;
  border-color: rgba(180, 202, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sea-70 {
  --tw-border-opacity: 1;
  border-color: rgba(163, 192, 247, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sea-80 {
  --tw-border-opacity: 1;
  border-color: rgba(141, 179, 245, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sea-90 {
  --tw-border-opacity: 1;
  border-color: rgba(117, 167, 242, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sea-normal {
  --tw-border-opacity: 1;
  border-color: rgba(72, 149, 239, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sea-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(68, 136, 218, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sea-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(64, 123, 197, var(--tw-border-opacity));
}

#coupons-plus-admin .border-sea-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(60, 111, 176, var(--tw-border-opacity));
}

#coupons-plus-admin .border-vintagecoral-10 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 249, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .border-vintagecoral-20 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 242, 241, var(--tw-border-opacity));
}

#coupons-plus-admin .border-vintagecoral-30 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 234, 231, var(--tw-border-opacity));
}

#coupons-plus-admin .border-vintagecoral-40 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 225, 222, var(--tw-border-opacity));
}

#coupons-plus-admin .border-vintagecoral-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 214, 210, var(--tw-border-opacity));
}

#coupons-plus-admin .border-vintagecoral-60 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 204, 198, var(--tw-border-opacity));
}

#coupons-plus-admin .border-vintagecoral-70 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 193, 187, var(--tw-border-opacity));
}

#coupons-plus-admin .border-vintagecoral-80 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 180, 173, var(--tw-border-opacity));
}

#coupons-plus-admin .border-vintagecoral-90 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 167, 160, var(--tw-border-opacity));
}

#coupons-plus-admin .border-vintagecoral-normal {
  --tw-border-opacity: 1;
  border-color: rgba(254, 147, 140, var(--tw-border-opacity));
}

#coupons-plus-admin .border-vintagecoral-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(231, 134, 128, var(--tw-border-opacity));
}

#coupons-plus-admin .border-vintagecoral-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 122, 116, var(--tw-border-opacity));
}

#coupons-plus-admin .border-vintagecoral-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(187, 110, 105, var(--tw-border-opacity));
}

#coupons-plus-admin .border-coolgreen-10 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 253, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .border-coolgreen-20 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 250, 240, var(--tw-border-opacity));
}

#coupons-plus-admin .border-coolgreen-30 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 247, 230, var(--tw-border-opacity));
}

#coupons-plus-admin .border-coolgreen-40 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 243, 220, var(--tw-border-opacity));
}

#coupons-plus-admin .border-coolgreen-50 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 239, 208, var(--tw-border-opacity));
}

#coupons-plus-admin .border-coolgreen-60 {
  --tw-border-opacity: 1;
  border-color: rgba(210, 235, 196, var(--tw-border-opacity));
}

#coupons-plus-admin .border-coolgreen-70 {
  --tw-border-opacity: 1;
  border-color: rgba(201, 231, 184, var(--tw-border-opacity));
}

#coupons-plus-admin .border-coolgreen-80 {
  --tw-border-opacity: 1;
  border-color: rgba(189, 226, 169, var(--tw-border-opacity));
}

#coupons-plus-admin .border-coolgreen-90 {
  --tw-border-opacity: 1;
  border-color: rgba(178, 221, 155, var(--tw-border-opacity));
}

#coupons-plus-admin .border-coolgreen-normal {
  --tw-border-opacity: 1;
  border-color: rgba(160, 213, 133, var(--tw-border-opacity));
}

#coupons-plus-admin .border-coolgreen-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(146, 194, 122, var(--tw-border-opacity));
}

#coupons-plus-admin .border-coolgreen-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(133, 175, 111, var(--tw-border-opacity));
}

#coupons-plus-admin .border-coolgreen-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(119, 157, 100, var(--tw-border-opacity));
}

#coupons-plus-admin .border-limegreen-10 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 251, 247, var(--tw-border-opacity));
}

#coupons-plus-admin .border-limegreen-20 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 246, 240, var(--tw-border-opacity));
}

#coupons-plus-admin .border-limegreen-30 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 240, 230, var(--tw-border-opacity));
}

#coupons-plus-admin .border-limegreen-40 {
  --tw-border-opacity: 1;
  border-color: rgba(232, 234, 220, var(--tw-border-opacity));
}

#coupons-plus-admin .border-limegreen-50 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 227, 207, var(--tw-border-opacity));
}

#coupons-plus-admin .border-limegreen-60 {
  --tw-border-opacity: 1;
  border-color: rgba(216, 220, 195, var(--tw-border-opacity));
}

#coupons-plus-admin .border-limegreen-70 {
  --tw-border-opacity: 1;
  border-color: rgba(208, 213, 182, var(--tw-border-opacity));
}

#coupons-plus-admin .border-limegreen-80 {
  --tw-border-opacity: 1;
  border-color: rgba(198, 204, 168, var(--tw-border-opacity));
}

#coupons-plus-admin .border-limegreen-90 {
  --tw-border-opacity: 1;
  border-color: rgba(189, 196, 153, var(--tw-border-opacity));
}

#coupons-plus-admin .border-limegreen-normal {
  --tw-border-opacity: 1;
  border-color: rgba(174, 183, 132, var(--tw-border-opacity));
}

#coupons-plus-admin .border-limegreen-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(159, 167, 121, var(--tw-border-opacity));
}

#coupons-plus-admin .border-limegreen-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(144, 151, 110, var(--tw-border-opacity));
}

#coupons-plus-admin .border-limegreen-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(129, 136, 99, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lillac-10 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 241, 246, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lillac-20 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 227, 238, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lillac-30 {
  --tw-border-opacity: 1;
  border-color: rgba(235, 209, 227, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lillac-40 {
  --tw-border-opacity: 1;
  border-color: rgba(227, 191, 216, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lillac-50 {
  --tw-border-opacity: 1;
  border-color: rgba(216, 169, 202, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lillac-60 {
  --tw-border-opacity: 1;
  border-color: rgba(205, 146, 188, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lillac-70 {
  --tw-border-opacity: 1;
  border-color: rgba(194, 124, 174, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lillac-80 {
  --tw-border-opacity: 1;
  border-color: rgba(180, 96, 158, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lillac-90 {
  --tw-border-opacity: 1;
  border-color: rgba(166, 68, 142, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lillac-normal {
  --tw-border-opacity: 1;
  border-color: rgba(143, 1, 119, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lillac-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(131, 8, 109, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lillac-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(119, 13, 99, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lillac-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(108, 16, 90, var(--tw-border-opacity));
}

#coupons-plus-admin .border-redish-10 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 243, 244, var(--tw-border-opacity));
}

#coupons-plus-admin .border-redish-20 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 231, 233, var(--tw-border-opacity));
}

#coupons-plus-admin .border-redish-30 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 216, 219, var(--tw-border-opacity));
}

#coupons-plus-admin .border-redish-40 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 200, 205, var(--tw-border-opacity));
}

#coupons-plus-admin .border-redish-50 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 180, 188, var(--tw-border-opacity));
}

#coupons-plus-admin .border-redish-60 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 160, 171, var(--tw-border-opacity));
}

#coupons-plus-admin .border-redish-70 {
  --tw-border-opacity: 1;
  border-color: rgba(246, 140, 154, var(--tw-border-opacity));
}

#coupons-plus-admin .border-redish-80 {
  --tw-border-opacity: 1;
  border-color: rgba(241, 114, 134, var(--tw-border-opacity));
}

#coupons-plus-admin .border-redish-90 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 87, 115, var(--tw-border-opacity));
}

#coupons-plus-admin .border-redish-normal {
  --tw-border-opacity: 1;
  border-color: rgba(222, 26, 88, var(--tw-border-opacity));
}

#coupons-plus-admin .border-redish-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(203, 29, 81, var(--tw-border-opacity));
}

#coupons-plus-admin .border-redish-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(184, 30, 74, var(--tw-border-opacity));
}

#coupons-plus-admin .border-redish-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 31, 67, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lighredish-10 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 246, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lighredish-20 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 238, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lighredish-30 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 225, 226, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lighredish-40 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 212, 215, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lighredish-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 197, 201, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lighredish-60 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 182, 187, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lighredish-70 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 166, 173, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lighredish-80 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 147, 157, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lighredish-90 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 128, 141, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lighredish-normal {
  --tw-border-opacity: 1;
  border-color: rgba(242, 96, 118, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lighredish-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 89, 108, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lighredish-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(200, 81, 98, var(--tw-border-opacity));
}

#coupons-plus-admin .border-lighredish-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(179, 74, 89, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustardtwo-10 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 245, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustardtwo-20 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 235, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustardtwo-30 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 222, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustardtwo-40 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 235, 209, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustardtwo-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 192, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustardtwo-60 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 221, 176, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustardtwo-70 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 214, 160, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustardtwo-80 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 205, 141, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustardtwo-90 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 197, 121, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustardtwo-normal {
  --tw-border-opacity: 1;
  border-color: rgba(250, 185, 91, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustardtwo-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(228, 169, 84, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustardtwo-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(206, 153, 77, var(--tw-border-opacity));
}

#coupons-plus-admin .border-mustardtwo-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(184, 137, 70, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedmustard-10 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 253, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedmustard-20 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 250, 240, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedmustard-30 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 247, 231, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedmustard-40 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 244, 221, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedmustard-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 239, 209, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedmustard-60 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 235, 197, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedmustard-70 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 231, 185, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedmustard-80 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 227, 170, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedmustard-90 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 222, 156, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedmustard-normal {
  --tw-border-opacity: 1;
  border-color: rgba(255, 215, 134, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedmustard-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(232, 196, 123, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedmustard-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(210, 177, 112, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedmustard-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(188, 159, 101, var(--tw-border-opacity));
}

#coupons-plus-admin .border-navysilverish-10 {
  --tw-border-opacity: 1;
  border-color: rgba(246, 247, 250, var(--tw-border-opacity));
}

#coupons-plus-admin .border-navysilverish-20 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 239, 244, var(--tw-border-opacity));
}

#coupons-plus-admin .border-navysilverish-30 {
  --tw-border-opacity: 1;
  border-color: rgba(225, 229, 237, var(--tw-border-opacity));
}

#coupons-plus-admin .border-navysilverish-40 {
  --tw-border-opacity: 1;
  border-color: rgba(213, 219, 230, var(--tw-border-opacity));
}

#coupons-plus-admin .border-navysilverish-50 {
  --tw-border-opacity: 1;
  border-color: rgba(198, 206, 222, var(--tw-border-opacity));
}

#coupons-plus-admin .border-navysilverish-60 {
  --tw-border-opacity: 1;
  border-color: rgba(183, 194, 213, var(--tw-border-opacity));
}

#coupons-plus-admin .border-navysilverish-70 {
  --tw-border-opacity: 1;
  border-color: rgba(168, 182, 205, var(--tw-border-opacity));
}

#coupons-plus-admin .border-navysilverish-80 {
  --tw-border-opacity: 1;
  border-color: rgba(150, 167, 194, var(--tw-border-opacity));
}

#coupons-plus-admin .border-navysilverish-90 {
  --tw-border-opacity: 1;
  border-color: rgba(132, 153, 184, var(--tw-border-opacity));
}

#coupons-plus-admin .border-navysilverish-normal {
  --tw-border-opacity: 1;
  border-color: rgba(105, 132, 169, var(--tw-border-opacity));
}

#coupons-plus-admin .border-navysilverish-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 121, 154, var(--tw-border-opacity));
}

#coupons-plus-admin .border-navysilverish-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(88, 110, 140, var(--tw-border-opacity));
}

#coupons-plus-admin .border-navysilverish-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(80, 99, 126, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedpurple-10 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 248, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedpurple-20 {
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedpurple-30 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 233, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedpurple-40 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 224, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedpurple-50 {
  --tw-border-opacity: 1;
  border-color: rgba(213, 213, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedpurple-60 {
  --tw-border-opacity: 1;
  border-color: rgba(201, 202, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedpurple-70 {
  --tw-border-opacity: 1;
  border-color: rgba(189, 191, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedpurple-80 {
  --tw-border-opacity: 1;
  border-color: rgba(174, 179, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedpurple-90 {
  --tw-border-opacity: 1;
  border-color: rgba(158, 166, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedpurple-normal {
  --tw-border-opacity: 1;
  border-color: rgba(132, 148, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedpurple-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(121, 135, 232, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedpurple-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(111, 123, 210, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedpurple-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(100, 110, 187, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplishblue-10 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 245, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplishblue-20 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 236, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplishblue-30 {
  --tw-border-opacity: 1;
  border-color: rgba(230, 223, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplishblue-40 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 210, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplishblue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(206, 195, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplishblue-60 {
  --tw-border-opacity: 1;
  border-color: rgba(192, 179, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplishblue-70 {
  --tw-border-opacity: 1;
  border-color: rgba(177, 164, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplishblue-80 {
  --tw-border-opacity: 1;
  border-color: rgba(158, 146, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplishblue-90 {
  --tw-border-opacity: 1;
  border-color: rgba(137, 129, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplishblue-normal {
  --tw-border-opacity: 1;
  border-color: rgba(99, 103, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplishblue-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(92, 95, 232, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplishblue-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(85, 86, 210, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purplishblue-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(78, 78, 188, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedlightblue-10 {
  --tw-border-opacity: 1;
  border-color: rgba(247, 250, 252, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedlightblue-20 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 244, 249, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedlightblue-30 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 237, 245, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedlightblue-40 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 231, 241, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedlightblue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(206, 222, 236, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedlightblue-60 {
  --tw-border-opacity: 1;
  border-color: rgba(193, 213, 231, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedlightblue-70 {
  --tw-border-opacity: 1;
  border-color: rgba(180, 205, 227, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedlightblue-80 {
  --tw-border-opacity: 1;
  border-color: rgba(164, 195, 221, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedlightblue-90 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 185, 215, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedlightblue-normal {
  --tw-border-opacity: 1;
  border-color: rgba(122, 170, 206, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedlightblue-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(112, 155, 188, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedlightblue-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(102, 141, 170, var(--tw-border-opacity));
}

#coupons-plus-admin .border-washedlightblue-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(92, 126, 152, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurple-10 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 248, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurple-20 {
  --tw-border-opacity: 1;
  border-color: rgba(242, 241, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurple-30 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 232, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurple-40 {
  --tw-border-opacity: 1;
  border-color: rgba(225, 223, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurple-50 {
  --tw-border-opacity: 1;
  border-color: rgba(214, 212, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurple-60 {
  --tw-border-opacity: 1;
  border-color: rgba(202, 201, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurple-70 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 190, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurple-80 {
  --tw-border-opacity: 1;
  border-color: rgba(176, 177, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurple-90 {
  --tw-border-opacity: 1;
  border-color: rgba(160, 164, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurple-normal {
  --tw-border-opacity: 1;
  border-color: rgba(135, 145, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurple-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 133, 232, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurple-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(113, 120, 210, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurple-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(102, 108, 187, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurplishblue-10 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurplishblue-20 {
  --tw-border-opacity: 1;
  border-color: rgba(242, 244, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurplishblue-30 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 236, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurplishblue-40 {
  --tw-border-opacity: 1;
  border-color: rgba(225, 229, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurplishblue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(213, 220, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurplishblue-60 {
  --tw-border-opacity: 1;
  border-color: rgba(202, 211, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurplishblue-70 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 202, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurplishblue-80 {
  --tw-border-opacity: 1;
  border-color: rgba(175, 192, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurplishblue-90 {
  --tw-border-opacity: 1;
  border-color: rgba(160, 181, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurplishblue-normal {
  --tw-border-opacity: 1;
  border-color: rgba(135, 166, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurplishblue-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 152, 232, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurplishblue-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(113, 137, 210, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherpurplishblue-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(102, 123, 187, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherwashedblue-10 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 252, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherwashedblue-20 {
  --tw-border-opacity: 1;
  border-color: rgba(242, 249, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherwashedblue-30 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 245, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherwashedblue-40 {
  --tw-border-opacity: 1;
  border-color: rgba(225, 241, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherwashedblue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(214, 237, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherwashedblue-60 {
  --tw-border-opacity: 1;
  border-color: rgba(202, 232, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherwashedblue-70 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 227, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherwashedblue-80 {
  --tw-border-opacity: 1;
  border-color: rgba(176, 221, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherwashedblue-90 {
  --tw-border-opacity: 1;
  border-color: rgba(160, 215, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherwashedblue-normal {
  --tw-border-opacity: 1;
  border-color: rgba(135, 207, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherwashedblue-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 189, 232, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherwashedblue-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(113, 171, 209, var(--tw-border-opacity));
}

#coupons-plus-admin .border-yetanotherwashedblue-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(102, 153, 187, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purple-tint-10 {
  --tw-border-opacity: 1;
  border-color: rgba(238, 238, 249, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purple-tint-20 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 221, 242, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purple-tint-30 {
  --tw-border-opacity: 1;
  border-color: rgba(203, 204, 236, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purple-tint-40 {
  --tw-border-opacity: 1;
  border-color: rgba(186, 187, 229, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purple-tint-50 {
  --tw-border-opacity: 1;
  border-color: rgba(169, 171, 223, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purple-tint-60 {
  --tw-border-opacity: 1;
  border-color: rgba(151, 154, 216, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purple-tint-70 {
  --tw-border-opacity: 1;
  border-color: rgba(134, 137, 210, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purple-tint-80 {
  --tw-border-opacity: 1;
  border-color: rgba(117, 120, 203, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purple-tint-90 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 103, 197, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purple-normal {
  --tw-border-opacity: 1;
  border-color: rgba(82, 86, 190, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purple-shade-5 {
  --tw-border-opacity: 1;
  border-color: rgba(78, 82, 181, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purple-tint-25 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 213, 239, var(--tw-border-opacity));
}

#coupons-plus-admin .border-gray-60 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 242, 245, var(--tw-border-opacity));
}

#coupons-plus-admin .border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(98, 124, 144, var(--tw-border-opacity));
}

#coupons-plus-admin .border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(77, 98, 114, var(--tw-border-opacity));
}

#coupons-plus-admin .border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(57, 72, 84, var(--tw-border-opacity));
}

#coupons-plus-admin .border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(36, 46, 53, var(--tw-border-opacity));
}

#coupons-plus-admin .border-gray-1000 {
  --tw-border-opacity: 1;
  border-color: rgba(15, 20, 23, var(--tw-border-opacity));
}

#coupons-plus-admin .border-blue-10 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 245, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-blue-30 {
  --tw-border-opacity: 1;
  border-color: rgba(189, 225, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-blue-40 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 215, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(145, 205, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-blue-60 {
  --tw-border-opacity: 1;
  border-color: rgba(122, 195, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-blue-70 {
  --tw-border-opacity: 1;
  border-color: rgba(100, 185, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-blue-80 {
  --tw-border-opacity: 1;
  border-color: rgba(78, 175, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-blue-90 {
  --tw-border-opacity: 1;
  border-color: rgba(56, 165, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-blue-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(31, 140, 230, var(--tw-border-opacity));
}

#coupons-plus-admin .border-blue-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(24, 109, 179, var(--tw-border-opacity));
}

#coupons-plus-admin .border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-gray-250 {
  --tw-border-opacity: 1;
  border-color: rgba(202, 211, 219, var(--tw-border-opacity));
}

#coupons-plus-admin .border-purple-tint-15 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 230, 245, var(--tw-border-opacity));
}

#coupons-plus-admin .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 224, 229, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(217, 224, 229, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(217, 224, 229, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(217, 224, 229, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(217, 224, 229, var(--tw-border-opacity));
}

#coupons-plus-admin .border-gray-150 {
  --tw-border-opacity: 1;
  border-color: rgba(232, 236, 240, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(232, 236, 240, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(232, 236, 240, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(232, 236, 240, var(--tw-border-opacity));
}

#coupons-plus-admin .border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(145, 205, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .border-gray-150 {
  --tw-border-opacity: 1;
  border-color: rgba(232, 236, 240, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(232, 236, 240, var(--tw-border-opacity));
}

#coupons-plus-admin .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 224, 229, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(217, 224, 229, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(217, 224, 229, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(217, 224, 229, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(217, 224, 229, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(217, 224, 229, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(217, 224, 229, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(217, 224, 229, var(--tw-border-opacity));
}

#coupons-plus-admin .border-b-transparent {
  border-bottom-color: transparent;
}

#coupons-plus-admin .border-opacity-40 {
  --tw-border-opacity: 0.4;
}

#coupons-plus-admin .border-opacity-80 {
  --tw-border-opacity: 0.8;
}

#coupons-plus-admin .border-opacity-50 {
  --tw-border-opacity: 0.5;
}

#coupons-plus-admin .border-opacity-70 {
  --tw-border-opacity: 0.7;
}

#coupons-plus-admin .border-opacity-60 {
  --tw-border-opacity: 0.6;
}

#coupons-plus-admin .border-opacity-5 {
  --tw-border-opacity: 0.05;
}

#coupons-plus-admin .border-opacity-20 {
  --tw-border-opacity: 0.2;
}

#coupons-plus-admin .bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 199, 209, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 249, 250, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-150 {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 236, 240, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-350 {
  --tw-bg-opacity: 1;
  background-color: rgba(171, 186, 198, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-250 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 211, 219, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 174, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-blue-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 155, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-blue-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 140, 230, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 98, 114, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-transparent {
  background-color: transparent;
}

#coupons-plus-admin .bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(98, 124, 144, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(36, 46, 53, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purple-tint-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 103, 197, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purple-tint-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 238, 249, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purple-tint-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 221, 242, var(--tw-bg-opacity));
}

#coupons-plus-admin .\!bg-transparent {
  background-color: transparent !important;
}

#coupons-plus-admin .bg-blue-tint-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(145, 205, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-blue-lighter {
  --tw-bg-opacity: 1;
  background-color: rgba(44, 187, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(57, 72, 84, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 149, 167, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-\[\#cddef9\] {
  --tw-bg-opacity: 1;
  background-color: rgba(205, 222, 249, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-\[\#6498ed\] {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 152, 237, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-\[\#a4c3f4\] {
  --tw-bg-opacity: 1;
  background-color: rgba(164, 195, 244, var(--tw-bg-opacity));
}

#coupons-plus-admin .\!bg-gray-150 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 236, 240, var(--tw-bg-opacity)) !important;
}

#coupons-plus-admin .bg-gray-300\/90 {
  background-color: rgba(187, 199, 209, 0.9);
}

#coupons-plus-admin .bg-\[\#fefefe\] {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 254, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-blue-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 245, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-green-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 250, 243, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-green-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 246, 231, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-green-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 241, 220, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-green-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 237, 208, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(211, 232, 196, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-green-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 227, 184, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-green-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(193, 223, 172, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-green-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 218, 161, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-green-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(175, 214, 149, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-green-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(166, 209, 137, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-green-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 192, 126, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-green-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 176, 115, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-green-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 159, 104, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-red-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 243, 243, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-red-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 230, 230, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-red-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 218, 218, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-red-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 205, 206, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 193, 194, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-red-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 180, 181, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-red-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 168, 169, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-red-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 155, 157, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-red-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 143, 144, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-red-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 130, 132, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-red-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 120, 121, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-red-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 109, 111, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-red-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(176, 99, 100, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yellow-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 249, 244, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yellow-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 242, 233, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yellow-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 237, 222, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yellow-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 232, 211, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 227, 200, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yellow-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 222, 189, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yellow-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 217, 179, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yellow-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 212, 168, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yellow-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 207, 157, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yellow-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 200, 144, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yellow-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(211, 184, 131, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yellow-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 167, 119, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yellow-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(173, 150, 106, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-maroon-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 251, 251, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-maroon-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 246, 247, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-maroon-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 239, 239, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-maroon-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 227, 232, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-maroon-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 215, 220, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-maroon-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 202, 208, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-maroon-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 190, 196, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-maroon-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 178, 184, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-maroon-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 166, 172, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-maroon-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 153, 160, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-maroon-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 140, 147, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-maroon-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(198, 127, 134, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-maroon-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(178, 115, 121, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-peach-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 248, 246, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-peach-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 237, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-peach-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 232, 224, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-peach-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 223, 210, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-peach-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 214, 196, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-peach-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 205, 182, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-peach-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 196, 168, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-peach-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 187, 155, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-peach-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 178, 141, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-peach-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 169, 127, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-peach-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 153, 115, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-peach-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(198, 137, 102, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-peach-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(174, 121, 90, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sapphire-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 252, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sapphire-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 249, 252, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sapphire-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 244, 250, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sapphire-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(200, 238, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sapphire-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 232, 246, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sapphire-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(172, 225, 244, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sapphire-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(158, 219, 242, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sapphire-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(144, 212, 240, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sapphire-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(130, 206, 238, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sapphire-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(116, 199, 236, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sapphire-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(105, 179, 212, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sapphire-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(93, 159, 189, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sapphire-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 140, 165, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lavender-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 252, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lavender-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 249, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lavender-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 242, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lavender-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 235, 253, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lavender-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(223, 228, 253, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lavender-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 220, 253, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lavender-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 213, 253, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lavender-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(197, 205, 253, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lavender-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 198, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lavender-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 190, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lavender-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 171, 223, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lavender-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(145, 152, 200, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lavender-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(128, 133, 177, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mauve-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 249, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mauve-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 243, 252, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mauve-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 235, 250, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mauve-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 227, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mauve-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 218, 246, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mauve-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 208, 243, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mauve-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 198, 241, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mauve-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 187, 238, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mauve-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 175, 235, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mauve-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 158, 230, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mauve-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 144, 209, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mauve-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 131, 189, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mauve-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(149, 118, 169, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-fuchsiared-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 244, 244, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-fuchsiared-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 233, 233, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-fuchsiared-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 217, 218, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-fuchsiared-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 202, 204, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-fuchsiared-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 183, 186, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-fuchsiared-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 163, 168, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-fuchsiared-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 143, 151, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-fuchsiared-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 117, 131, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-fuchsiared-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 87, 112, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-fuchsiared-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 0, 84, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-fuchsiared-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 14, 77, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-fuchsiared-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(210, 21, 71, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-fuchsiared-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 25, 64, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustard-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 242, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustard-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustard-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 240, 212, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustard-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 234, 194, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustard-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 227, 173, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustard-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 220, 151, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustard-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 213, 130, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustard-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 204, 103, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustard-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 196, 74, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustard-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 184, 1, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustard-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 168, 10, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustard-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 152, 16, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustard-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(183, 136, 19, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-hwpyellow-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 252, 245, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-hwpyellow-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 249, 235, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-hwpyellow-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 245, 222, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-hwpyellow-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 209, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-hwpyellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 192, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-hwpyellow-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 230, 176, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-hwpyellow-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 225, 159, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-hwpyellow-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 219, 139, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-hwpyellow-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 214, 119, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-hwpyellow-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 205, 87, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-hwpyellow-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 187, 80, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-hwpyellow-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 169, 74, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-hwpyellow-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(179, 151, 67, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-oceanic-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 249, 251, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-oceanic-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 243, 247, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-oceanic-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 235, 241, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-oceanic-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 227, 236, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-oceanic-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 217, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-oceanic-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 208, 223, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-oceanic-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 198, 216, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-oceanic-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(121, 187, 208, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-oceanic-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(93, 175, 200, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-oceanic-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(33, 158, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-oceanic-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 144, 171, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-oceanic-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 131, 155, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-oceanic-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 118, 139, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greena-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 249, 251, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greena-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 243, 247, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greena-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 235, 241, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greena-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 227, 236, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greena-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 217, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greena-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 208, 223, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greena-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 198, 216, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greena-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(121, 187, 208, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greena-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(93, 175, 200, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greena-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(33, 158, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greena-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 144, 171, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greena-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 131, 155, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greena-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 118, 139, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenb-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenb-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 249, 242, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenb-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 244, 233, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenb-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 240, 224, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenb-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 235, 213, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenb-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 229, 202, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenb-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(177, 224, 191, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenb-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 217, 179, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenb-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(144, 210, 166, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenb-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(118, 200, 147, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenb-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 182, 134, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenb-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 165, 122, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenb-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(89, 148, 110, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayish-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 246, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayish-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 237, 241, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayish-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 226, 232, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayish-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 214, 223, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayish-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 200, 212, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayish-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(173, 186, 200, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayish-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 173, 189, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayish-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 156, 176, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayish-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(117, 140, 163, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayish-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 117, 144, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayish-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(80, 107, 132, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayish-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(73, 98, 119, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayish-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 88, 108, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayishb-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 244, 246, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayishb-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 232, 237, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayishb-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 217, 225, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayishb-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 202, 213, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayishb-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(176, 184, 198, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayishb-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 166, 184, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayishb-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 149, 170, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayishb-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 128, 153, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayishb-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(89, 109, 136, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayishb-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(53, 80, 112, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayishb-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(50, 74, 103, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayishb-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(46, 67, 93, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplegrayishb-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(42, 61, 84, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-brightlavender-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 246, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-brightlavender-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 238, 253, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-brightlavender-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 227, 252, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-brightlavender-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 215, 251, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-brightlavender-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(208, 202, 249, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-brightlavender-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(195, 188, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-brightlavender-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(181, 174, 246, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-brightlavender-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 159, 243, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-brightlavender-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 143, 241, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-brightlavender-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(118, 120, 237, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-brightlavender-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 110, 216, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-brightlavender-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 100, 195, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-brightlavender-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(90, 90, 175, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenc-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 244, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenc-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 244, 234, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenc-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 237, 220, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenc-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 230, 206, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenc-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 222, 189, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenc-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 213, 172, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenc-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 204, 155, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenc-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(178, 194, 135, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenc-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 184, 115, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenc-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(144, 169, 85, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenc-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 154, 78, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenc-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 140, 72, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-greenc-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 126, 65, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lbrightred-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 246, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lbrightred-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 237, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lbrightred-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 225, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lbrightred-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 214, 213, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lbrightred-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 200, 198, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lbrightred-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 185, 183, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lbrightred-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 170, 169, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lbrightred-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 153, 152, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lbrightred-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 135, 135, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lbrightred-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 107, 111, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lbrightred-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 98, 102, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lbrightred-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 90, 93, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lbrightred-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(169, 81, 84, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-llred-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 245, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-llred-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 234, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-llred-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 224, 221, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-llred-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 212, 208, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-llred-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 196, 191, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-llred-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 180, 175, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-llred-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 164, 159, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-llred-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 145, 140, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-llred-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 124, 122, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-llred-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 90, 95, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-llred-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 83, 87, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-llred-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(210, 77, 80, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-llred-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(188, 70, 72, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sea-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 248, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sea-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 242, 253, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sea-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 233, 252, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sea-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 224, 251, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sea-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 213, 250, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sea-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 202, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sea-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 192, 247, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sea-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(141, 179, 245, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sea-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(117, 167, 242, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sea-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(72, 149, 239, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sea-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 136, 218, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sea-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 123, 197, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-sea-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(60, 111, 176, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-vintagecoral-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 249, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-vintagecoral-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 242, 241, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-vintagecoral-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 234, 231, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-vintagecoral-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 225, 222, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-vintagecoral-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 214, 210, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-vintagecoral-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 204, 198, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-vintagecoral-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 193, 187, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-vintagecoral-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 180, 173, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-vintagecoral-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 167, 160, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-vintagecoral-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 147, 140, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-vintagecoral-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 134, 128, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-vintagecoral-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 122, 116, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-vintagecoral-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 110, 105, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-coolgreen-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 253, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-coolgreen-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 250, 240, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-coolgreen-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 247, 230, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-coolgreen-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 243, 220, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-coolgreen-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 239, 208, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-coolgreen-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(210, 235, 196, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-coolgreen-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(201, 231, 184, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-coolgreen-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 226, 169, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-coolgreen-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(178, 221, 155, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-coolgreen-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(160, 213, 133, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-coolgreen-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 194, 122, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-coolgreen-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 175, 111, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-coolgreen-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(119, 157, 100, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-limegreen-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 251, 247, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-limegreen-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 246, 240, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-limegreen-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 240, 230, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-limegreen-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 234, 220, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-limegreen-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 227, 207, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-limegreen-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 220, 195, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-limegreen-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(208, 213, 182, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-limegreen-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(198, 204, 168, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-limegreen-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 196, 153, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-limegreen-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(174, 183, 132, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-limegreen-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 167, 121, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-limegreen-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(144, 151, 110, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-limegreen-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 136, 99, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lillac-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 241, 246, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lillac-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 227, 238, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lillac-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 209, 227, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lillac-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 191, 216, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lillac-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 169, 202, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lillac-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(205, 146, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lillac-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 124, 174, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lillac-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 96, 158, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lillac-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(166, 68, 142, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lillac-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(143, 1, 119, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lillac-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 8, 109, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lillac-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(119, 13, 99, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lillac-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 16, 90, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-redish-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 243, 244, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-redish-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 231, 233, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-redish-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 216, 219, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-redish-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 200, 205, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-redish-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 180, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-redish-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 160, 171, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-redish-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 140, 154, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-redish-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 114, 134, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-redish-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 87, 115, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-redish-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(222, 26, 88, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-redish-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 29, 81, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-redish-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 30, 74, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-redish-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 31, 67, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lighredish-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 246, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lighredish-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 238, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lighredish-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 225, 226, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lighredish-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 212, 215, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lighredish-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 197, 201, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lighredish-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 182, 187, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lighredish-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 166, 173, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lighredish-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 147, 157, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lighredish-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 128, 141, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lighredish-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 96, 118, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lighredish-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 89, 108, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lighredish-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(200, 81, 98, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-lighredish-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(179, 74, 89, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustardtwo-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 245, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustardtwo-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 235, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustardtwo-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 222, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustardtwo-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 209, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustardtwo-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 192, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustardtwo-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 221, 176, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustardtwo-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 214, 160, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustardtwo-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 205, 141, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustardtwo-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 197, 121, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustardtwo-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 185, 91, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustardtwo-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 169, 84, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustardtwo-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 153, 77, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-mustardtwo-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 137, 70, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedmustard-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 253, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedmustard-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 250, 240, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedmustard-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 231, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedmustard-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 244, 221, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedmustard-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 239, 209, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedmustard-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 197, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedmustard-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 231, 185, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedmustard-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 227, 170, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedmustard-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 222, 156, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedmustard-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 215, 134, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedmustard-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 196, 123, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedmustard-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(210, 177, 112, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedmustard-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(188, 159, 101, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-navysilverish-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 247, 250, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-navysilverish-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 239, 244, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-navysilverish-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 229, 237, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-navysilverish-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 219, 230, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-navysilverish-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(198, 206, 222, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-navysilverish-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(183, 194, 213, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-navysilverish-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 182, 205, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-navysilverish-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(150, 167, 194, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-navysilverish-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 153, 184, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-navysilverish-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(105, 132, 169, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-navysilverish-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 121, 154, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-navysilverish-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 110, 140, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-navysilverish-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(80, 99, 126, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedpurple-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 248, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedpurple-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedpurple-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 233, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedpurple-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 224, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedpurple-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 213, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedpurple-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(201, 202, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedpurple-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 191, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedpurple-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(174, 179, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedpurple-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(158, 166, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedpurple-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 148, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedpurple-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(121, 135, 232, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedpurple-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(111, 123, 210, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedpurple-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 110, 187, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplishblue-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 245, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplishblue-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 236, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplishblue-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 223, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplishblue-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 210, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplishblue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 195, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplishblue-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 179, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplishblue-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(177, 164, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplishblue-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(158, 146, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplishblue-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(137, 129, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplishblue-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 103, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplishblue-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(92, 95, 232, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplishblue-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(85, 86, 210, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purplishblue-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(78, 78, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedlightblue-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedlightblue-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 244, 249, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedlightblue-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 237, 245, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedlightblue-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 231, 241, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedlightblue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 222, 236, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedlightblue-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(193, 213, 231, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedlightblue-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 205, 227, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedlightblue-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(164, 195, 221, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedlightblue-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 185, 215, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedlightblue-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(122, 170, 206, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedlightblue-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 155, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedlightblue-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 141, 170, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-washedlightblue-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(92, 126, 152, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurple-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 248, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurple-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 241, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurple-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 232, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurple-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 223, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurple-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 212, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurple-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 201, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurple-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 190, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurple-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(176, 177, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurple-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(160, 164, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurple-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(135, 145, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurple-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 133, 232, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurple-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 120, 210, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurple-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 108, 187, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurplishblue-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurplishblue-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 244, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurplishblue-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 236, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurplishblue-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 229, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurplishblue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 220, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurplishblue-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 211, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurplishblue-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 202, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurplishblue-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(175, 192, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurplishblue-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(160, 181, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurplishblue-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(135, 166, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurplishblue-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 152, 232, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurplishblue-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 137, 210, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherpurplishblue-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 123, 187, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherwashedblue-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 252, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherwashedblue-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 249, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherwashedblue-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 245, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherwashedblue-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 241, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherwashedblue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 237, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherwashedblue-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 232, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherwashedblue-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 227, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherwashedblue-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(176, 221, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherwashedblue-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(160, 215, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherwashedblue-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(135, 207, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherwashedblue-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 189, 232, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherwashedblue-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 171, 209, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-yetanotherwashedblue-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 153, 187, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purple-tint-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 204, 236, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purple-tint-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 187, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purple-tint-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(169, 171, 223, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purple-tint-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(151, 154, 216, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purple-tint-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 137, 210, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purple-tint-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(117, 120, 203, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purple-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 86, 190, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purple-shade-5 {
  --tw-bg-opacity: 1;
  background-color: rgba(78, 82, 181, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purple-tint-5 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 247, 252, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purple-tint-25 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 213, 239, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-purple-tint-15 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 230, 245, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-1000 {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 20, 23, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 242, 245, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-blue-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(211, 235, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-blue-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 225, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-blue-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 215, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(145, 205, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-blue-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(122, 195, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-blue-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 185, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-blue-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(78, 175, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-blue-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 165, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-blue-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(27, 124, 204, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-blue-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 109, 179, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-450 {
  --tw-bg-opacity: 1;
  background-color: rgba(141, 161, 178, var(--tw-bg-opacity));
}

#coupons-plus-admin .\!bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 249, 250, var(--tw-bg-opacity)) !important;
}

#coupons-plus-admin .bg-white\/40 {
  background-color: rgba(255, 255, 255, 0.4);
}

#coupons-plus-admin .\!bg-gray-250 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 211, 219, var(--tw-bg-opacity)) !important;
}

#coupons-plus-admin .\!bg-blue-normal {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 155, 255, var(--tw-bg-opacity)) !important;
}

#coupons-plus-admin .bg-gray-550 {
  --tw-bg-opacity: 1;
  background-color: rgba(111, 136, 157, var(--tw-bg-opacity));
}

#coupons-plus-admin .\!bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity)) !important;
}

#coupons-plus-admin .bg-gray-750 {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 85, 99, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-650 {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 111, 129, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-white\/60 {
  background-color: rgba(255, 255, 255, 0.6);
}

#coupons-plus-admin .bg-gray-650\/10 {
  background-color: rgba(88, 111, 129, 0.1);
}

#coupons-plus-admin .bg-gray-600\/10 {
  background-color: rgba(98, 124, 144, 0.1);
}

#coupons-plus-admin .bg-gray-600\/5 {
  background-color: rgba(98, 124, 144, 0.05);
}

#coupons-plus-admin .bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(98, 124, 144, var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(98, 124, 144, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-transparent {
  background-color: transparent;
}

#coupons-plus-admin .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-transparent {
  background-color: transparent;
}

#coupons-plus-admin .bg-gray-150 {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 236, 240, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 249, 250, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-transparent {
  background-color: transparent;
}

#coupons-plus-admin .\!bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity)) !important;
}

#coupons-plus-admin .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .\!bg-gray-150 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 236, 240, var(--tw-bg-opacity)) !important;
}

#coupons-plus-admin .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .\!bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 249, 250, var(--tw-bg-opacity)) !important;
}

#coupons-plus-admin .\!bg-transparent {
  background-color: transparent !important;
}

#coupons-plus-admin .bg-white\/50 {
  background-color: rgba(255, 255, 255, 0.5);
}

#coupons-plus-admin .bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1);
}

#coupons-plus-admin .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-transparent {
  background-color: transparent;
}

#coupons-plus-admin .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-transparent {
  background-color: transparent;
}

#coupons-plus-admin .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-transparent {
  background-color: transparent;
}

#coupons-plus-admin .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-transparent {
  background-color: transparent;
}

#coupons-plus-admin .bg-white\/\[\.5\] {
  background-color: rgba(255, 255, 255, .5);
}

#coupons-plus-admin .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-transparent {
  background-color: transparent;
}

#coupons-plus-admin .bg-white\/\[\.05\] {
  background-color: rgba(255, 255, 255, .05);
}

#coupons-plus-admin .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-transparent {
  background-color: transparent;
}

#coupons-plus-admin .bg-white\/\[\.01\] {
  background-color: rgba(255, 255, 255, .01);
}

#coupons-plus-admin .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-transparent {
  background-color: transparent;
}

#coupons-plus-admin .bg-white\/\[\.10\] {
  background-color: rgba(255, 255, 255, .10);
}

#coupons-plus-admin .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-transparent {
  background-color: transparent;
}

#coupons-plus-admin .bg-white\/\[\.30\] {
  background-color: rgba(255, 255, 255, .30);
}

#coupons-plus-admin .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-transparent {
  background-color: transparent;
}

#coupons-plus-admin .bg-gray-100\/30 {
  background-color: rgba(247, 249, 250, 0.3);
}

#coupons-plus-admin .bg-gray-100\/80 {
  background-color: rgba(247, 249, 250, 0.8);
}

#coupons-plus-admin .bg-gray-150\/80 {
  background-color: rgba(232, 236, 240, 0.8);
}

#coupons-plus-admin .bg-gray-150\/20 {
  background-color: rgba(232, 236, 240, 0.2);
}

#coupons-plus-admin .bg-gray-150\/30 {
  background-color: rgba(232, 236, 240, 0.3);
}

#coupons-plus-admin .bg-gray-250\/10 {
  background-color: rgba(202, 211, 219, 0.1);
}

#coupons-plus-admin .bg-white\/\[\.50\] {
  background-color: rgba(255, 255, 255, .50);
}

#coupons-plus-admin .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-transparent {
  background-color: transparent;
}

#coupons-plus-admin .bg-white\/\[\.40\] {
  background-color: rgba(255, 255, 255, .40);
}

#coupons-plus-admin .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-transparent {
  background-color: transparent;
}

#coupons-plus-admin .bg-gray-250\/10 {
  background-color: rgba(202, 211, 219, 0.1);
}

#coupons-plus-admin .bg-gray-250\/20 {
  background-color: rgba(202, 211, 219, 0.2);
}

#coupons-plus-admin .bg-gray-250\/\[\.15\] {
  background-color: rgba(202, 211, 219, .15);
}

#coupons-plus-admin .bg-gray-250\/\[\.13\] {
  background-color: rgba(202, 211, 219, .13);
}

#coupons-plus-admin .bg-gray-150\/40 {
  background-color: rgba(232, 236, 240, 0.4);
}

#coupons-plus-admin .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-250 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 211, 219, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 174, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 199, 209, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-250 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 211, 219, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 174, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 199, 209, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-250 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 211, 219, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 174, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 199, 209, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-\[\#f9fafe\] {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-250 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 211, 219, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 174, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 199, 209, var(--tw-bg-opacity));
}

#coupons-plus-admin .\!bg-\[\#f9fafe\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 250, 254, var(--tw-bg-opacity)) !important;
}

#coupons-plus-admin .bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

#coupons-plus-admin .bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

#coupons-plus-admin .bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

#coupons-plus-admin .bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

#coupons-plus-admin .bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

#coupons-plus-admin .bg-opacity-\[\.55\] {
  --tw-bg-opacity: .55;
}

#coupons-plus-admin .bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

#coupons-plus-admin .\!bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}

#coupons-plus-admin .bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

#coupons-plus-admin .bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

#coupons-plus-admin .bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

#coupons-plus-admin .bg-opacity-\[0\.30\] {
  --tw-bg-opacity: 0.30;
}

#coupons-plus-admin .bg-opacity-\[0\.40\] {
  --tw-bg-opacity: 0.40;
}

#coupons-plus-admin .bg-opacity-\[\.05\] {
  --tw-bg-opacity: .05;
}

#coupons-plus-admin .bg-opacity-\[\.20\] {
  --tw-bg-opacity: .20;
}

#coupons-plus-admin .bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

#coupons-plus-admin .\!bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

#coupons-plus-admin .bg-opacity-\[0\.18\] {
  --tw-bg-opacity: 0.18;
}

#coupons-plus-admin .bg-opacity-\[\.25\] {
  --tw-bg-opacity: .25;
}

#coupons-plus-admin .bg-opacity-\[0\.80\] {
  --tw-bg-opacity: 0.80;
}

#coupons-plus-admin .bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

#coupons-plus-admin .bg-opacity-\[\.30\] {
  --tw-bg-opacity: .30;
}

#coupons-plus-admin .bg-opacity-\[\.32\] {
  --tw-bg-opacity: .32;
}

#coupons-plus-admin .bg-opacity-\[\.28\] {
  --tw-bg-opacity: .28;
}

#coupons-plus-admin .bg-opacity-\[\.90\] {
  --tw-bg-opacity: .90;
}

#coupons-plus-admin .bg-opacity-\[\.13\] {
  --tw-bg-opacity: .13;
}

#coupons-plus-admin .bg-opacity-\[\.88\] {
  --tw-bg-opacity: .88;
}

#coupons-plus-admin .bg-opacity-\[\.97\] {
  --tw-bg-opacity: .97;
}

#coupons-plus-admin .bg-opacity-\[\.98\] {
  --tw-bg-opacity: .98;
}

#coupons-plus-admin .bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

#coupons-plus-admin .bg-opacity-0 {
  --tw-bg-opacity: 0;
}

#coupons-plus-admin .\!bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

#coupons-plus-admin .bg-opacity-\[0\.60\] {
  --tw-bg-opacity: 0.60;
}

#coupons-plus-admin .bg-opacity-\[\.03\] {
  --tw-bg-opacity: .03;
}

#coupons-plus-admin .bg-opacity-\[\.04\] {
  --tw-bg-opacity: .04;
}

#coupons-plus-admin .bg-opacity-30 {
  --tw-bg-opacity: 0.3;
  --tw-bg-opacity: 0.3;
  --tw-bg-opacity: 0.3;
  --tw-bg-opacity: 0.3;
}

#coupons-plus-admin .bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

#coupons-plus-admin .bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

#coupons-plus-admin .bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

#coupons-plus-admin .bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

#coupons-plus-admin .bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

#coupons-plus-admin .\!bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

#coupons-plus-admin .bg-opacity-30 {
  --tw-bg-opacity: 0.3;
  --tw-bg-opacity: 0.3;
}

#coupons-plus-admin .bg-opacity-\[\.5\] {
  --tw-bg-opacity: .5;
}

#coupons-plus-admin .bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

#coupons-plus-admin .\!bg-opacity-\[\.5\] {
  --tw-bg-opacity: .5 !important;
}

#coupons-plus-admin .bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

#coupons-plus-admin .\!bg-opacity-\[0\.5\] {
  --tw-bg-opacity: 0.5 !important;
}

#coupons-plus-admin .bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

#coupons-plus-admin .\!bg-opacity-\[0\.1\] {
  --tw-bg-opacity: 0.1 !important;
}

#coupons-plus-admin .bg-opacity-40 {
  --tw-bg-opacity: 0.4;
  --tw-bg-opacity: 0.4;
  --tw-bg-opacity: 0.4;
  --tw-bg-opacity: 0.4;
  --tw-bg-opacity: 0.4;
  --tw-bg-opacity: 0.4;
  --tw-bg-opacity: 0.4;
  --tw-bg-opacity: 0.4;
}

#coupons-plus-admin .bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

#coupons-plus-admin .bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

#coupons-plus-admin .bg-opacity-\[\.05\] {
  --tw-bg-opacity: .05;
}

#coupons-plus-admin .bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

#coupons-plus-admin .bg-opacity-\[\.05\] {
  --tw-bg-opacity: .05;
}

#coupons-plus-admin .bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

#coupons-plus-admin .bg-opacity-\[\.05\] {
  --tw-bg-opacity: .05;
}

#coupons-plus-admin .bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

#coupons-plus-admin .bg-opacity-\[\.05\] {
  --tw-bg-opacity: .05;
}

#coupons-plus-admin .bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

#coupons-plus-admin .bg-none {
  background-image: none;
  background-image: none;
}

#coupons-plus-admin .from-purple-tint-10 {
  --tw-gradient-from: #eeeef9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 238, 249, 0));
}

#coupons-plus-admin .from-gray-100 {
  --tw-gradient-from: #f7f9fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 249, 250, 0));
}

#coupons-plus-admin .to-gray-450 {
  --tw-gradient-to: #8da1b2;
}

#coupons-plus-admin .to-purple-tint-5 {
  --tw-gradient-to: #f6f7fc;
}

#coupons-plus-admin .to-white {
  --tw-gradient-to: #fff;
}

#coupons-plus-admin .to-gray-700 {
  --tw-gradient-to: #4d6272;
}

#coupons-plus-admin .to-gray-500 {
  --tw-gradient-to: #7e95a7;
}

#coupons-plus-admin .fill-\[white\] {
  fill: white;
}

#coupons-plus-admin .p-4 {
  padding: 16px;
}

#coupons-plus-admin .p-1 {
  padding: 4px;
}

#coupons-plus-admin .p-5 {
  padding: 20px;
}

#coupons-plus-admin .p-2 {
  padding: 8px;
}

#coupons-plus-admin .p-\[2px\] {
  padding: 2px;
}

#coupons-plus-admin .p-3 {
  padding: 12px;
}

#coupons-plus-admin .p-0 {
  padding: 0px;
}

#coupons-plus-admin .p-6 {
  padding: 24px;
}

#coupons-plus-admin .p-px {
  padding: 1px;
}

#coupons-plus-admin .p-\[4px\] {
  padding: 4px;
}

#coupons-plus-admin .p-\[1px\] {
  padding: 1px;
}

#coupons-plus-admin .p-10 {
  padding: 40px;
}

#coupons-plus-admin .p-6 {
  padding: 24px;
}

#coupons-plus-admin .p-1 {
  padding: 4px;
}

#coupons-plus-admin .p-6 {
  padding: 24px;
}

#coupons-plus-admin .p-1 {
  padding: 4px;
}

#coupons-plus-admin .p-6 {
  padding: 24px;
}

#coupons-plus-admin .p-1 {
  padding: 4px;
}

#coupons-plus-admin .p-6 {
  padding: 24px;
}

#coupons-plus-admin .p-1 {
  padding: 4px;
}

#coupons-plus-admin .p-6 {
  padding: 24px;
}

#coupons-plus-admin .p-1 {
  padding: 4px;
}

#coupons-plus-admin .p-\[2px\] {
  padding: 2px;
  padding: 2px;
}

#coupons-plus-admin .p-2 {
  padding: 8px;
}

#coupons-plus-admin .p-1 {
  padding: 4px;
}

#coupons-plus-admin .p-\[2px\] {
  padding: 2px;
  padding: 2px;
  padding: 2px;
  padding: 2px;
  padding: 2px;
  padding: 2px;
  padding: 2px;
  padding: 2px;
  padding: 2px;
  padding: 2px;
}

#coupons-plus-admin .p-1 {
  padding: 4px;
  padding: 4px;
  padding: 4px;
  padding: 4px;
  padding: 4px;
  padding: 4px;
}

#coupons-plus-admin .p-\[2px\] {
  padding: 2px;
  padding: 2px;
}

#coupons-plus-admin .p-1 {
  padding: 4px;
  padding: 4px;
  padding: 4px;
  padding: 4px;
}

#coupons-plus-admin .p-2 {
  padding: 8px;
}

#coupons-plus-admin .px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

#coupons-plus-admin .px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

#coupons-plus-admin .px-8 {
  padding-left: 32px;
  padding-right: 32px;
}

#coupons-plus-admin .py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

#coupons-plus-admin .px-9 {
  padding-left: 36px;
  padding-right: 36px;
}

#coupons-plus-admin .px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

#coupons-plus-admin .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

#coupons-plus-admin .py-25 {
  padding-top: 100px;
  padding-bottom: 100px;
}

#coupons-plus-admin .px-10 {
  padding-left: 40px;
  padding-right: 40px;
}

#coupons-plus-admin .px-12 {
  padding-left: 48px;
  padding-right: 48px;
}

#coupons-plus-admin .px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

#coupons-plus-admin .py-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}

#coupons-plus-admin .py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

#coupons-plus-admin .px-7 {
  padding-left: 28px;
  padding-right: 28px;
}

#coupons-plus-admin .py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}

#coupons-plus-admin .py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

#coupons-plus-admin .py-20 {
  padding-top: 80px;
  padding-bottom: 80px;
}

#coupons-plus-admin .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#coupons-plus-admin .py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

#coupons-plus-admin .py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

#coupons-plus-admin .px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

#coupons-plus-admin .py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}

#coupons-plus-admin .px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px;
}

#coupons-plus-admin .px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

#coupons-plus-admin .px-\[1px\] {
  padding-left: 1px;
  padding-right: 1px;
}

#coupons-plus-admin .px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}

#coupons-plus-admin .px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}

#coupons-plus-admin .py-7 {
  padding-top: 28px;
  padding-bottom: 28px;
}

#coupons-plus-admin .py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

#coupons-plus-admin .px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

#coupons-plus-admin .\!px-11 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}

#coupons-plus-admin .px-14 {
  padding-left: 56px;
  padding-right: 56px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

#coupons-plus-admin .py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

#coupons-plus-admin .py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

#coupons-plus-admin .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

#coupons-plus-admin .py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

#coupons-plus-admin .px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}

#coupons-plus-admin .px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px;
}

#coupons-plus-admin .px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

#coupons-plus-admin .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

#coupons-plus-admin .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

#coupons-plus-admin .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

#coupons-plus-admin .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

#coupons-plus-admin .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

#coupons-plus-admin .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

#coupons-plus-admin .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

#coupons-plus-admin .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

#coupons-plus-admin .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

#coupons-plus-admin .px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

#coupons-plus-admin .py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

#coupons-plus-admin .py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

#coupons-plus-admin .py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

#coupons-plus-admin .py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

#coupons-plus-admin .py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

#coupons-plus-admin .py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

#coupons-plus-admin .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

#coupons-plus-admin .px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

#coupons-plus-admin .py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

#coupons-plus-admin .py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

#coupons-plus-admin .px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

#coupons-plus-admin .py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

#coupons-plus-admin .px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

#coupons-plus-admin .py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

#coupons-plus-admin .px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}

#coupons-plus-admin .px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

#coupons-plus-admin .px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

#coupons-plus-admin .py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

#coupons-plus-admin .px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}

#coupons-plus-admin .py-7 {
  padding-top: 28px;
  padding-bottom: 28px;
}

#coupons-plus-admin .px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

#coupons-plus-admin .py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

#coupons-plus-admin .px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

#coupons-plus-admin .py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

#coupons-plus-admin .px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}

#coupons-plus-admin .px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

#coupons-plus-admin .px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

#coupons-plus-admin .py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

#coupons-plus-admin .px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}

#coupons-plus-admin .py-7 {
  padding-top: 28px;
  padding-bottom: 28px;
}

#coupons-plus-admin .px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

#coupons-plus-admin .py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

#coupons-plus-admin .px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

#coupons-plus-admin .py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

#coupons-plus-admin .px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}

#coupons-plus-admin .px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

#coupons-plus-admin .px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

#coupons-plus-admin .py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

#coupons-plus-admin .px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}

#coupons-plus-admin .py-7 {
  padding-top: 28px;
  padding-bottom: 28px;
}

#coupons-plus-admin .px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

#coupons-plus-admin .py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

#coupons-plus-admin .px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

#coupons-plus-admin .py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

#coupons-plus-admin .px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}

#coupons-plus-admin .px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

#coupons-plus-admin .px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus-admin .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

#coupons-plus-admin .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

#coupons-plus-admin .px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

#coupons-plus-admin .py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

#coupons-plus-admin .px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}

#coupons-plus-admin .py-7 {
  padding-top: 28px;
  padding-bottom: 28px;
}

#coupons-plus-admin .px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

#coupons-plus-admin .py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

#coupons-plus-admin .px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

#coupons-plus-admin .py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

#coupons-plus-admin .pt-2 {
  padding-top: 8px;
}

#coupons-plus-admin .pb-4 {
  padding-bottom: 16px;
}

#coupons-plus-admin .pr-6 {
  padding-right: 24px;
}

#coupons-plus-admin .pt-12 {
  padding-top: 48px;
}

#coupons-plus-admin .pl-9 {
  padding-left: 36px;
}

#coupons-plus-admin .pr-4 {
  padding-right: 16px;
}

#coupons-plus-admin .pb-5 {
  padding-bottom: 20px;
}

#coupons-plus-admin .pt-3 {
  padding-top: 12px;
}

#coupons-plus-admin .pb-2 {
  padding-bottom: 8px;
}

#coupons-plus-admin .pl-5 {
  padding-left: 20px;
}

#coupons-plus-admin .pt-4 {
  padding-top: 16px;
}

#coupons-plus-admin .pr-2 {
  padding-right: 8px;
}

#coupons-plus-admin .pt-8 {
  padding-top: 32px;
}

#coupons-plus-admin .pl-8 {
  padding-left: 32px;
}

#coupons-plus-admin .pl-2 {
  padding-left: 8px;
}

#coupons-plus-admin .pt-10 {
  padding-top: 40px;
}

#coupons-plus-admin .pb-8 {
  padding-bottom: 32px;
}

#coupons-plus-admin .pl-15 {
  padding-left: 60px;
}

#coupons-plus-admin .pl-6 {
  padding-left: 24px;
}

#coupons-plus-admin .pl-1 {
  padding-left: 4px;
}

#coupons-plus-admin .pl-\[6px\] {
  padding-left: 6px;
}

#coupons-plus-admin .pr-3 {
  padding-right: 12px;
}

#coupons-plus-admin .pl-3 {
  padding-left: 12px;
}

#coupons-plus-admin .pb-1 {
  padding-bottom: 4px;
}

#coupons-plus-admin .pr-1 {
  padding-right: 4px;
}

#coupons-plus-admin .pb-6 {
  padding-bottom: 24px;
}

#coupons-plus-admin .pt-1 {
  padding-top: 4px;
}

#coupons-plus-admin .pb-3 {
  padding-bottom: 12px;
}

#coupons-plus-admin .pl-4 {
  padding-left: 16px;
}

#coupons-plus-admin .pt-6 {
  padding-top: 24px;
}

#coupons-plus-admin .pb-\[6px\] {
  padding-bottom: 6px;
}

#coupons-plus-admin .pt-5 {
  padding-top: 20px;
}

#coupons-plus-admin .pr-0 {
  padding-right: 0px;
}

#coupons-plus-admin .pl-0 {
  padding-left: 0px;
}

#coupons-plus-admin .pt-0 {
  padding-top: 0px;
}

#coupons-plus-admin .pb-0 {
  padding-bottom: 0px;
}

#coupons-plus-admin .pb-5 {
  padding-bottom: 20px;
}

#coupons-plus-admin .pt-3 {
  padding-top: 12px;
}

#coupons-plus-admin .pb-5 {
  padding-bottom: 20px;
}

#coupons-plus-admin .pt-3 {
  padding-top: 12px;
}

#coupons-plus-admin .pb-5 {
  padding-bottom: 20px;
}

#coupons-plus-admin .pt-3 {
  padding-top: 12px;
}

#coupons-plus-admin .pb-5 {
  padding-bottom: 20px;
}

#coupons-plus-admin .pt-3 {
  padding-top: 12px;
}

#coupons-plus-admin .pb-5 {
  padding-bottom: 20px;
}

#coupons-plus-admin .pt-3 {
  padding-top: 12px;
}

#coupons-plus-admin .pl-1 {
  padding-left: 4px;
  padding-left: 4px;
}

#coupons-plus-admin .pr-0 {
  padding-right: 0px;
}

#coupons-plus-admin .pl-0 {
  padding-left: 0px;
}

#coupons-plus-admin .pb-5 {
  padding-bottom: 20px;
}

#coupons-plus-admin .pt-3 {
  padding-top: 12px;
}

#coupons-plus-admin .pb-5 {
  padding-bottom: 20px;
}

#coupons-plus-admin .pt-3 {
  padding-top: 12px;
}

#coupons-plus-admin .pb-5 {
  padding-bottom: 20px;
}

#coupons-plus-admin .pt-3 {
  padding-top: 12px;
}

#coupons-plus-admin .pb-5 {
  padding-bottom: 20px;
}

#coupons-plus-admin .pt-3 {
  padding-top: 12px;
}

#coupons-plus-admin .pb-5 {
  padding-bottom: 20px;
}

#coupons-plus-admin .pt-3 {
  padding-top: 12px;
}

#coupons-plus-admin .pb-5 {
  padding-bottom: 20px;
}

#coupons-plus-admin .pt-3 {
  padding-top: 12px;
}

#coupons-plus-admin .pb-5 {
  padding-bottom: 20px;
}

#coupons-plus-admin .pt-3 {
  padding-top: 12px;
}

#coupons-plus-admin .pb-5 {
  padding-bottom: 20px;
  padding-bottom: 20px;
  padding-bottom: 20px;
}

#coupons-plus-admin .pt-1 {
  padding-top: 4px;
}

#coupons-plus-admin .pb-\[6px\] {
  padding-bottom: 6px;
}

#coupons-plus-admin .pl-6 {
  padding-left: 24px;
}

#coupons-plus-admin .pr-2 {
  padding-right: 8px;
}

#coupons-plus-admin .pt-2 {
  padding-top: 8px;
}

#coupons-plus-admin .pr-6 {
  padding-right: 24px;
}

#coupons-plus-admin .pl-5 {
  padding-left: 20px;
}

#coupons-plus-admin .pl-3 {
  padding-left: 12px;
}

#coupons-plus-admin .pl-2 {
  padding-left: 8px;
}

#coupons-plus-admin .pt-1 {
  padding-top: 4px;
}

#coupons-plus-admin .pb-\[6px\] {
  padding-bottom: 6px;
}

#coupons-plus-admin .pl-6 {
  padding-left: 24px;
}

#coupons-plus-admin .pr-2 {
  padding-right: 8px;
}

#coupons-plus-admin .pt-2 {
  padding-top: 8px;
}

#coupons-plus-admin .pr-6 {
  padding-right: 24px;
}

#coupons-plus-admin .pl-5 {
  padding-left: 20px;
}

#coupons-plus-admin .pl-3 {
  padding-left: 12px;
}

#coupons-plus-admin .pl-2 {
  padding-left: 8px;
}

#coupons-plus-admin .pt-1 {
  padding-top: 4px;
}

#coupons-plus-admin .pb-\[6px\] {
  padding-bottom: 6px;
}

#coupons-plus-admin .pl-6 {
  padding-left: 24px;
}

#coupons-plus-admin .pr-2 {
  padding-right: 8px;
}

#coupons-plus-admin .pt-2 {
  padding-top: 8px;
}

#coupons-plus-admin .pr-6 {
  padding-right: 24px;
}

#coupons-plus-admin .pl-5 {
  padding-left: 20px;
}

#coupons-plus-admin .pl-3 {
  padding-left: 12px;
}

#coupons-plus-admin .pl-2 {
  padding-left: 8px;
}

#coupons-plus-admin .pt-1 {
  padding-top: 4px;
}

#coupons-plus-admin .pb-\[6px\] {
  padding-bottom: 6px;
}

#coupons-plus-admin .pl-6 {
  padding-left: 24px;
}

#coupons-plus-admin .pr-2 {
  padding-right: 8px;
}

#coupons-plus-admin .pt-2 {
  padding-top: 8px;
}

#coupons-plus-admin .pr-6 {
  padding-right: 24px;
}

#coupons-plus-admin .pl-5 {
  padding-left: 20px;
}

#coupons-plus-admin .pl-3 {
  padding-left: 12px;
}

#coupons-plus-admin .pl-2 {
  padding-left: 8px;
}

#coupons-plus-admin .text-left {
  text-align: left;
}

#coupons-plus-admin .text-center {
  text-align: center;
}

#coupons-plus-admin .font-sans {
  font-family: Host Grotesk, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-smaller-3 {
  font-size: 10.22px;
}

#coupons-plus-admin .text-2x {
  font-size: 15.75px;
}

#coupons-plus-admin .text-base {
  font-size: 14px;
}

#coupons-plus-admin .text-1x {
  font-size: 15px;
}

#coupons-plus-admin .text-smaller-2 {
  font-size: 11.22px;
}

#coupons-plus-admin .text-3x {
  font-size: 17.72px;
}

#coupons-plus-admin .text-4x {
  font-size: 19.93px;
}

#coupons-plus-admin .text-5x {
  font-size: 22.43px;
}

#coupons-plus-admin .text-\[10px\] {
  font-size: 10px;
}

#coupons-plus-admin .text-\[13px\] {
  font-size: 13px;
}

#coupons-plus-admin .text-\[9px\] {
  font-size: 9px;
}

#coupons-plus-admin .text-\[7px\] {
  font-size: 7px;
}

#coupons-plus-admin .text-\[8px\] {
  font-size: 8px;
}

#coupons-plus-admin .\!text-smaller-1 {
  font-size: 12.2px !important;
}

#coupons-plus-admin .text-\[9\.22px\] {
  font-size: 9.22px;
}

#coupons-plus-admin .text-8x {
  font-size: 31.38px;
}

#coupons-plus-admin .text-6x {
  font-size: 25.23px;
}

#coupons-plus-admin .text-7x {
  font-size: 28.38px;
}

#coupons-plus-admin .text-2x {
  font-size: 15.75px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-1x {
  font-size: 15px;
}

#coupons-plus-admin .text-2x {
  font-size: 15.75px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-1x {
  font-size: 15px;
}

#coupons-plus-admin .text-2x {
  font-size: 15.75px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-1x {
  font-size: 15px;
}

#coupons-plus-admin .text-2x {
  font-size: 15.75px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-1x {
  font-size: 15px;
}

#coupons-plus-admin .text-2x {
  font-size: 15.75px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-1x {
  font-size: 15px;
}

#coupons-plus-admin .text-4x {
  font-size: 19.93px;
}

#coupons-plus-admin .text-3x {
  font-size: 17.72px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-4x {
  font-size: 19.93px;
}

#coupons-plus-admin .text-3x {
  font-size: 17.72px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-base {
  font-size: 14px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-base {
  font-size: 14px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-base {
  font-size: 14px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-5x {
  font-size: 22.43px;
}

#coupons-plus-admin .text-3x {
  font-size: 17.72px;
}

#coupons-plus-admin .text-5x {
  font-size: 22.43px;
}

#coupons-plus-admin .text-3x {
  font-size: 17.72px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-base {
  font-size: 14px;
  font-size: 14px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-base {
  font-size: 14px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-5x {
  font-size: 22.43px;
}

#coupons-plus-admin .text-3x {
  font-size: 17.72px;
}

#coupons-plus-admin .text-5x {
  font-size: 22.43px;
}

#coupons-plus-admin .text-3x {
  font-size: 17.72px;
}

#coupons-plus-admin .text-5x {
  font-size: 22.43px;
}

#coupons-plus-admin .text-3x {
  font-size: 17.72px;
}

#coupons-plus-admin .text-5x {
  font-size: 22.43px;
}

#coupons-plus-admin .text-3x {
  font-size: 17.72px;
}

#coupons-plus-admin .text-5x {
  font-size: 22.43px;
}

#coupons-plus-admin .text-3x {
  font-size: 17.72px;
}

#coupons-plus-admin .text-5x {
  font-size: 22.43px;
}

#coupons-plus-admin .text-3x {
  font-size: 17.72px;
}

#coupons-plus-admin .text-5x {
  font-size: 22.43px;
}

#coupons-plus-admin .text-3x {
  font-size: 17.72px;
}

#coupons-plus-admin .text-5x {
  font-size: 22.43px;
}

#coupons-plus-admin .text-3x {
  font-size: 17.72px;
}

#coupons-plus-admin .text-5x {
  font-size: 22.43px;
}

#coupons-plus-admin .text-3x {
  font-size: 17.72px;
}

#coupons-plus-admin .text-2x {
  font-size: 15.75px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-1x {
  font-size: 15px;
}

#coupons-plus-admin .text-2x {
  font-size: 15.75px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-1x {
  font-size: 15px;
}

#coupons-plus-admin .text-2x {
  font-size: 15.75px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-1x {
  font-size: 15px;
}

#coupons-plus-admin .text-2x {
  font-size: 15.75px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-1x {
  font-size: 15px;
}

#coupons-plus-admin .text-2x {
  font-size: 15.75px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-1x {
  font-size: 15px;
}

#coupons-plus-admin .text-2x {
  font-size: 15.75px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-1x {
  font-size: 15px;
}

#coupons-plus-admin .text-5x {
  font-size: 22.43px;
}

#coupons-plus-admin .text-3x {
  font-size: 17.72px;
}

#coupons-plus-admin .text-5x {
  font-size: 22.43px;
}

#coupons-plus-admin .text-3x {
  font-size: 17.72px;
}

#coupons-plus-admin .text-2x {
  font-size: 15.75px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-1x {
  font-size: 15px;
}

#coupons-plus-admin .text-2x {
  font-size: 15.75px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-2x {
  font-size: 15.75px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-2x {
  font-size: 15.75px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
  font-size: 12.2px;
}

#coupons-plus-admin .text-smaller-3 {
  font-size: 10.22px;
}

#coupons-plus-admin .text-base {
  font-size: 14px;
}

#coupons-plus-admin .text-5x {
  font-size: 22.43px;
}

#coupons-plus-admin .text-3x {
  font-size: 17.72px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-4x {
  font-size: 19.93px;
}

#coupons-plus-admin .text-3x {
  font-size: 17.72px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-4x {
  font-size: 19.93px;
}

#coupons-plus-admin .text-3x {
  font-size: 17.72px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-4x {
  font-size: 19.93px;
}

#coupons-plus-admin .text-3x {
  font-size: 17.72px;
}

#coupons-plus-admin .text-smaller-1 {
  font-size: 12.2px;
}

#coupons-plus-admin .text-4x {
  font-size: 19.93px;
}

#coupons-plus-admin .font-bold {
  font-weight: 700;
}

#coupons-plus-admin .font-medium {
  font-weight: 500;
}

#coupons-plus-admin .font-light {
  font-weight: 300;
}

#coupons-plus-admin .font-black {
  font-weight: 900;
}

#coupons-plus-admin .font-semibold {
  font-weight: 600;
}

#coupons-plus-admin .font-normal {
  font-weight: 400;
}

#coupons-plus-admin .\!font-medium {
  font-weight: 500 !important;
}

#coupons-plus-admin .font-black {
  font-weight: 900;
}

#coupons-plus-admin .font-semibold {
  font-weight: 600;
}

#coupons-plus-admin .\!font-normal {
  font-weight: 400 !important;
}

#coupons-plus-admin .font-black {
  font-weight: 900;
}

#coupons-plus-admin .font-semibold {
  font-weight: 600;
  font-weight: 600;
}

#coupons-plus-admin .font-bold {
  font-weight: 700;
}

#coupons-plus-admin .font-semibold {
  font-weight: 600;
}

#coupons-plus-admin .font-bold {
  font-weight: 700;
}

#coupons-plus-admin .font-semibold {
  font-weight: 600;
}

#coupons-plus-admin .font-bold {
  font-weight: 700;
}

#coupons-plus-admin .font-semibold {
  font-weight: 600;
}

#coupons-plus-admin .font-bold {
  font-weight: 700;
}

#coupons-plus-admin .font-semibold {
  font-weight: 600;
}

#coupons-plus-admin .font-bold {
  font-weight: 700;
}

#coupons-plus-admin .font-semibold {
  font-weight: 600;
}

#coupons-plus-admin .font-bold {
  font-weight: 700;
}

#coupons-plus-admin .font-semibold {
  font-weight: 600;
}

#coupons-plus-admin .font-bold {
  font-weight: 700;
}

#coupons-plus-admin .font-semibold {
  font-weight: 600;
}

#coupons-plus-admin .font-bold {
  font-weight: 700;
}

#coupons-plus-admin .font-semibold {
  font-weight: 600;
}

#coupons-plus-admin .font-bold {
  font-weight: 700;
}

#coupons-plus-admin .font-semibold {
  font-weight: 600;
}

#coupons-plus-admin .font-bold {
  font-weight: 700;
}

#coupons-plus-admin .font-semibold {
  font-weight: 600;
}

#coupons-plus-admin .font-bold {
  font-weight: 700;
}

#coupons-plus-admin .font-semibold {
  font-weight: 600;
}

#coupons-plus-admin .font-bold {
  font-weight: 700;
}

#coupons-plus-admin .font-semibold {
  font-weight: 600;
}

#coupons-plus-admin .font-bold {
  font-weight: 700;
}

#coupons-plus-admin .font-semibold {
  font-weight: 600;
}

#coupons-plus-admin .font-medium {
  font-weight: 500;
}

#coupons-plus-admin .font-black {
  font-weight: 900;
}

#coupons-plus-admin .font-semibold {
  font-weight: 600;
}

#coupons-plus-admin .font-black {
  font-weight: 900;
}

#coupons-plus-admin .font-semibold {
  font-weight: 600;
}

#coupons-plus-admin .font-black {
  font-weight: 900;
}

#coupons-plus-admin .font-semibold {
  font-weight: 600;
}

#coupons-plus-admin .font-black {
  font-weight: 900;
}

#coupons-plus-admin .font-semibold {
  font-weight: 600;
}

#coupons-plus-admin .uppercase {
  text-transform: uppercase;
}

#coupons-plus-admin .\!uppercase {
  text-transform: uppercase !important;
}

#coupons-plus-admin .uppercase {
  text-transform: uppercase;
}

#coupons-plus-admin .capitalize {
  text-transform: capitalize;
}

#coupons-plus-admin .leading-\[13px\] {
  line-height: 13px;
}

#coupons-plus-admin .leading-5 {
  line-height: 20px;
}

#coupons-plus-admin .leading-\[10px\] {
  line-height: 10px;
}

#coupons-plus-admin .leading-4 {
  line-height: 16px;
}

#coupons-plus-admin .leading-\[15px\] {
  line-height: 15px;
}

#coupons-plus-admin .leading-7 {
  line-height: 28px;
}

#coupons-plus-admin .leading-\[20px\] {
  line-height: 20px;
}

#coupons-plus-admin .leading-\[11px\] {
  line-height: 11px;
}

#coupons-plus-admin .leading-\[14px\] {
  line-height: 14px;
}

#coupons-plus-admin .leading-3 {
  line-height: 12px;
}

#coupons-plus-admin .leading-\[1\.2\] {
  line-height: 1.2;
}

#coupons-plus-admin .leading-\[18px\] {
  line-height: 18px;
}

#coupons-plus-admin .leading-px {
  line-height: 1px;
}

#coupons-plus-admin .leading-none {
  line-height: 1;
}

#coupons-plus-admin .leading-\[12px\] {
  line-height: 12px;
}

#coupons-plus-admin .leading-3 {
  line-height: 12px;
  line-height: 12px;
}

#coupons-plus-admin .leading-5 {
  line-height: 20px;
}

#coupons-plus-admin .leading-3 {
  line-height: 12px;
}

#coupons-plus-admin .leading-5 {
  line-height: 20px;
}

#coupons-plus-admin .leading-3 {
  line-height: 12px;
}

#coupons-plus-admin .leading-5 {
  line-height: 20px;
}

#coupons-plus-admin .leading-3 {
  line-height: 12px;
}

#coupons-plus-admin .leading-5 {
  line-height: 20px;
}

#coupons-plus-admin .leading-3 {
  line-height: 12px;
}

#coupons-plus-admin .tracking-\[-0\.3px\] {
  letter-spacing: -0.3px;
}

#coupons-plus-admin .tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}

#coupons-plus-admin .tracking-normal {
  letter-spacing: 0em;
}

#coupons-plus-admin .tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}

#coupons-plus-admin .tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}

#coupons-plus-admin .tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}

#coupons-plus-admin .tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}

#coupons-plus-admin .tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}

#coupons-plus-admin .tracking-tighter {
  letter-spacing: -0.05em;
}

#coupons-plus-admin .text-gray-350 {
  --tw-text-opacity: 1;
  color: rgba(171, 186, 198, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(247, 249, 250, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(98, 124, 144, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-650 {
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(57, 72, 84, var(--tw-text-opacity));
}

#coupons-plus-admin .text-transparent {
  color: transparent;
}

#coupons-plus-admin .text-gray-550 {
  --tw-text-opacity: 1;
  color: rgba(111, 136, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 174, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(187, 199, 209, var(--tw-text-opacity));
}

#coupons-plus-admin .text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(36, 46, 53, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-450 {
  --tw-text-opacity: 1;
  color: rgba(141, 161, 178, var(--tw-text-opacity));
}

#coupons-plus-admin .text-blue-normal {
  --tw-text-opacity: 1;
  color: rgba(34, 155, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-current {
  color: currentColor;
}

#coupons-plus-admin .text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(217, 224, 229, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purple-tint-10 {
  --tw-text-opacity: 1;
  color: rgba(238, 238, 249, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purple-normal {
  --tw-text-opacity: 1;
  color: rgba(82, 86, 190, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purple-tint-80 {
  --tw-text-opacity: 1;
  color: rgba(117, 120, 203, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-250 {
  --tw-text-opacity: 1;
  color: rgba(202, 211, 219, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-150 {
  --tw-text-opacity: 1;
  color: rgba(232, 236, 240, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purple-tint-70 {
  --tw-text-opacity: 1;
  color: rgba(134, 137, 210, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(77, 98, 114, var(--tw-text-opacity));
}

#coupons-plus-admin .text-blue-lighter {
  --tw-text-opacity: 1;
  color: rgba(44, 187, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-\[\#6498ed\] {
  --tw-text-opacity: 1;
  color: rgba(100, 152, 237, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-750 {
  --tw-text-opacity: 1;
  color: rgba(67, 85, 99, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purple-tint-50 {
  --tw-text-opacity: 1;
  color: rgba(169, 171, 223, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-850 {
  --tw-text-opacity: 1;
  color: rgba(46, 59, 68, var(--tw-text-opacity));
}

#coupons-plus-admin .text-green-10 {
  --tw-text-opacity: 1;
  color: rgba(246, 250, 243, var(--tw-text-opacity));
}

#coupons-plus-admin .text-green-20 {
  --tw-text-opacity: 1;
  color: rgba(237, 246, 231, var(--tw-text-opacity));
}

#coupons-plus-admin .text-green-30 {
  --tw-text-opacity: 1;
  color: rgba(228, 241, 220, var(--tw-text-opacity));
}

#coupons-plus-admin .text-green-40 {
  --tw-text-opacity: 1;
  color: rgba(219, 237, 208, var(--tw-text-opacity));
}

#coupons-plus-admin .text-green-50 {
  --tw-text-opacity: 1;
  color: rgba(211, 232, 196, var(--tw-text-opacity));
}

#coupons-plus-admin .text-green-60 {
  --tw-text-opacity: 1;
  color: rgba(202, 227, 184, var(--tw-text-opacity));
}

#coupons-plus-admin .text-green-70 {
  --tw-text-opacity: 1;
  color: rgba(193, 223, 172, var(--tw-text-opacity));
}

#coupons-plus-admin .text-green-80 {
  --tw-text-opacity: 1;
  color: rgba(184, 218, 161, var(--tw-text-opacity));
}

#coupons-plus-admin .text-green-90 {
  --tw-text-opacity: 1;
  color: rgba(175, 214, 149, var(--tw-text-opacity));
}

#coupons-plus-admin .text-green-normal {
  --tw-text-opacity: 1;
  color: rgba(166, 209, 137, var(--tw-text-opacity));
}

#coupons-plus-admin .text-green-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(153, 192, 126, var(--tw-text-opacity));
}

#coupons-plus-admin .text-green-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(139, 176, 115, var(--tw-text-opacity));
}

#coupons-plus-admin .text-green-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(126, 159, 104, var(--tw-text-opacity));
}

#coupons-plus-admin .text-red-10 {
  --tw-text-opacity: 1;
  color: rgba(253, 243, 243, var(--tw-text-opacity));
}

#coupons-plus-admin .text-red-20 {
  --tw-text-opacity: 1;
  color: rgba(250, 230, 230, var(--tw-text-opacity));
}

#coupons-plus-admin .text-red-30 {
  --tw-text-opacity: 1;
  color: rgba(248, 218, 218, var(--tw-text-opacity));
}

#coupons-plus-admin .text-red-40 {
  --tw-text-opacity: 1;
  color: rgba(245, 205, 206, var(--tw-text-opacity));
}

#coupons-plus-admin .text-red-50 {
  --tw-text-opacity: 1;
  color: rgba(243, 193, 194, var(--tw-text-opacity));
}

#coupons-plus-admin .text-red-60 {
  --tw-text-opacity: 1;
  color: rgba(241, 180, 181, var(--tw-text-opacity));
}

#coupons-plus-admin .text-red-70 {
  --tw-text-opacity: 1;
  color: rgba(238, 168, 169, var(--tw-text-opacity));
}

#coupons-plus-admin .text-red-80 {
  --tw-text-opacity: 1;
  color: rgba(236, 155, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .text-red-90 {
  --tw-text-opacity: 1;
  color: rgba(233, 143, 144, var(--tw-text-opacity));
}

#coupons-plus-admin .text-red-normal {
  --tw-text-opacity: 1;
  color: rgba(231, 130, 132, var(--tw-text-opacity));
}

#coupons-plus-admin .text-red-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(213, 120, 121, var(--tw-text-opacity));
}

#coupons-plus-admin .text-red-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(194, 109, 111, var(--tw-text-opacity));
}

#coupons-plus-admin .text-red-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(176, 99, 100, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yellow-10 {
  --tw-text-opacity: 1;
  color: rgba(253, 249, 244, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yellow-20 {
  --tw-text-opacity: 1;
  color: rgba(250, 242, 233, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yellow-30 {
  --tw-text-opacity: 1;
  color: rgba(248, 237, 222, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yellow-40 {
  --tw-text-opacity: 1;
  color: rgba(245, 232, 211, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgba(242, 227, 200, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yellow-60 {
  --tw-text-opacity: 1;
  color: rgba(239, 222, 189, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yellow-70 {
  --tw-text-opacity: 1;
  color: rgba(237, 217, 179, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yellow-80 {
  --tw-text-opacity: 1;
  color: rgba(234, 212, 168, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yellow-90 {
  --tw-text-opacity: 1;
  color: rgba(232, 207, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yellow-normal {
  --tw-text-opacity: 1;
  color: rgba(229, 200, 144, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yellow-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(211, 184, 131, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yellow-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(192, 167, 119, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yellow-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(173, 150, 106, var(--tw-text-opacity));
}

#coupons-plus-admin .text-maroon-10 {
  --tw-text-opacity: 1;
  color: rgba(254, 251, 251, var(--tw-text-opacity));
}

#coupons-plus-admin .text-maroon-20 {
  --tw-text-opacity: 1;
  color: rgba(253, 246, 247, var(--tw-text-opacity));
}

#coupons-plus-admin .text-maroon-30 {
  --tw-text-opacity: 1;
  color: rgba(252, 239, 239, var(--tw-text-opacity));
}

#coupons-plus-admin .text-maroon-40 {
  --tw-text-opacity: 1;
  color: rgba(250, 227, 232, var(--tw-text-opacity));
}

#coupons-plus-admin .text-maroon-50 {
  --tw-text-opacity: 1;
  color: rgba(248, 215, 220, var(--tw-text-opacity));
}

#coupons-plus-admin .text-maroon-60 {
  --tw-text-opacity: 1;
  color: rgba(246, 202, 208, var(--tw-text-opacity));
}

#coupons-plus-admin .text-maroon-70 {
  --tw-text-opacity: 1;
  color: rgba(244, 190, 196, var(--tw-text-opacity));
}

#coupons-plus-admin .text-maroon-80 {
  --tw-text-opacity: 1;
  color: rgba(242, 178, 184, var(--tw-text-opacity));
}

#coupons-plus-admin .text-maroon-90 {
  --tw-text-opacity: 1;
  color: rgba(240, 166, 172, var(--tw-text-opacity));
}

#coupons-plus-admin .text-maroon-normal {
  --tw-text-opacity: 1;
  color: rgba(238, 153, 160, var(--tw-text-opacity));
}

#coupons-plus-admin .text-maroon-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(218, 140, 147, var(--tw-text-opacity));
}

#coupons-plus-admin .text-maroon-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(198, 127, 134, var(--tw-text-opacity));
}

#coupons-plus-admin .text-maroon-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(178, 115, 121, var(--tw-text-opacity));
}

#coupons-plus-admin .text-peach-10 {
  --tw-text-opacity: 1;
  color: rgba(254, 248, 246, var(--tw-text-opacity));
}

#coupons-plus-admin .text-peach-20 {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 237, var(--tw-text-opacity));
}

#coupons-plus-admin .text-peach-30 {
  --tw-text-opacity: 1;
  color: rgba(252, 232, 224, var(--tw-text-opacity));
}

#coupons-plus-admin .text-peach-40 {
  --tw-text-opacity: 1;
  color: rgba(251, 223, 210, var(--tw-text-opacity));
}

#coupons-plus-admin .text-peach-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 214, 196, var(--tw-text-opacity));
}

#coupons-plus-admin .text-peach-60 {
  --tw-text-opacity: 1;
  color: rgba(249, 205, 182, var(--tw-text-opacity));
}

#coupons-plus-admin .text-peach-70 {
  --tw-text-opacity: 1;
  color: rgba(248, 196, 168, var(--tw-text-opacity));
}

#coupons-plus-admin .text-peach-80 {
  --tw-text-opacity: 1;
  color: rgba(247, 187, 155, var(--tw-text-opacity));
}

#coupons-plus-admin .text-peach-90 {
  --tw-text-opacity: 1;
  color: rgba(246, 178, 141, var(--tw-text-opacity));
}

#coupons-plus-admin .text-peach-normal {
  --tw-text-opacity: 1;
  color: rgba(245, 169, 127, var(--tw-text-opacity));
}

#coupons-plus-admin .text-peach-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(221, 153, 115, var(--tw-text-opacity));
}

#coupons-plus-admin .text-peach-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(198, 137, 102, var(--tw-text-opacity));
}

#coupons-plus-admin .text-peach-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(174, 121, 90, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sapphire-10 {
  --tw-text-opacity: 1;
  color: rgba(241, 252, 254, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sapphire-20 {
  --tw-text-opacity: 1;
  color: rgba(227, 249, 252, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sapphire-30 {
  --tw-text-opacity: 1;
  color: rgba(214, 244, 250, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sapphire-40 {
  --tw-text-opacity: 1;
  color: rgba(200, 238, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sapphire-50 {
  --tw-text-opacity: 1;
  color: rgba(186, 232, 246, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sapphire-60 {
  --tw-text-opacity: 1;
  color: rgba(172, 225, 244, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sapphire-70 {
  --tw-text-opacity: 1;
  color: rgba(158, 219, 242, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sapphire-80 {
  --tw-text-opacity: 1;
  color: rgba(144, 212, 240, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sapphire-90 {
  --tw-text-opacity: 1;
  color: rgba(130, 206, 238, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sapphire-normal {
  --tw-text-opacity: 1;
  color: rgba(116, 199, 236, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sapphire-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(105, 179, 212, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sapphire-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(93, 159, 189, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sapphire-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(82, 140, 165, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lavender-10 {
  --tw-text-opacity: 1;
  color: rgba(251, 252, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lavender-20 {
  --tw-text-opacity: 1;
  color: rgba(247, 249, 254, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lavender-30 {
  --tw-text-opacity: 1;
  color: rgba(239, 242, 254, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lavender-40 {
  --tw-text-opacity: 1;
  color: rgba(231, 235, 253, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lavender-50 {
  --tw-text-opacity: 1;
  color: rgba(223, 228, 253, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lavender-60 {
  --tw-text-opacity: 1;
  color: rgba(214, 220, 253, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lavender-70 {
  --tw-text-opacity: 1;
  color: rgba(206, 213, 253, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lavender-80 {
  --tw-text-opacity: 1;
  color: rgba(197, 205, 253, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lavender-90 {
  --tw-text-opacity: 1;
  color: rgba(189, 198, 254, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lavender-normal {
  --tw-text-opacity: 1;
  color: rgba(180, 190, 254, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lavender-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(163, 171, 223, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lavender-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(145, 152, 200, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lavender-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(128, 133, 177, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mauve-10 {
  --tw-text-opacity: 1;
  color: rgba(252, 249, 254, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mauve-20 {
  --tw-text-opacity: 1;
  color: rgba(249, 243, 252, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mauve-30 {
  --tw-text-opacity: 1;
  color: rgba(245, 235, 250, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mauve-40 {
  --tw-text-opacity: 1;
  color: rgba(241, 227, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mauve-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 218, 246, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mauve-60 {
  --tw-text-opacity: 1;
  color: rgba(230, 208, 243, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mauve-70 {
  --tw-text-opacity: 1;
  color: rgba(225, 198, 241, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mauve-80 {
  --tw-text-opacity: 1;
  color: rgba(219, 187, 238, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mauve-90 {
  --tw-text-opacity: 1;
  color: rgba(212, 175, 235, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mauve-normal {
  --tw-text-opacity: 1;
  color: rgba(202, 158, 230, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mauve-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(184, 144, 209, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mauve-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(167, 131, 189, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mauve-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(149, 118, 169, var(--tw-text-opacity));
}

#coupons-plus-admin .text-fuchsiared-10 {
  --tw-text-opacity: 1;
  color: rgba(255, 244, 244, var(--tw-text-opacity));
}

#coupons-plus-admin .text-fuchsiared-20 {
  --tw-text-opacity: 1;
  color: rgba(255, 233, 233, var(--tw-text-opacity));
}

#coupons-plus-admin .text-fuchsiared-30 {
  --tw-text-opacity: 1;
  color: rgba(255, 217, 218, var(--tw-text-opacity));
}

#coupons-plus-admin .text-fuchsiared-40 {
  --tw-text-opacity: 1;
  color: rgba(255, 202, 204, var(--tw-text-opacity));
}

#coupons-plus-admin .text-fuchsiared-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 183, 186, var(--tw-text-opacity));
}

#coupons-plus-admin .text-fuchsiared-60 {
  --tw-text-opacity: 1;
  color: rgba(255, 163, 168, var(--tw-text-opacity));
}

#coupons-plus-admin .text-fuchsiared-70 {
  --tw-text-opacity: 1;
  color: rgba(255, 143, 151, var(--tw-text-opacity));
}

#coupons-plus-admin .text-fuchsiared-80 {
  --tw-text-opacity: 1;
  color: rgba(255, 117, 131, var(--tw-text-opacity));
}

#coupons-plus-admin .text-fuchsiared-90 {
  --tw-text-opacity: 1;
  color: rgba(255, 87, 112, var(--tw-text-opacity));
}

#coupons-plus-admin .text-fuchsiared-normal {
  --tw-text-opacity: 1;
  color: rgba(255, 0, 84, var(--tw-text-opacity));
}

#coupons-plus-admin .text-fuchsiared-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(233, 14, 77, var(--tw-text-opacity));
}

#coupons-plus-admin .text-fuchsiared-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(210, 21, 71, var(--tw-text-opacity));
}

#coupons-plus-admin .text-fuchsiared-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(189, 25, 64, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustard-10 {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 242, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustard-20 {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 229, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustard-30 {
  --tw-text-opacity: 1;
  color: rgba(255, 240, 212, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustard-40 {
  --tw-text-opacity: 1;
  color: rgba(255, 234, 194, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustard-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 227, 173, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustard-60 {
  --tw-text-opacity: 1;
  color: rgba(255, 220, 151, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustard-70 {
  --tw-text-opacity: 1;
  color: rgba(255, 213, 130, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustard-80 {
  --tw-text-opacity: 1;
  color: rgba(255, 204, 103, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustard-90 {
  --tw-text-opacity: 1;
  color: rgba(253, 196, 74, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustard-normal {
  --tw-text-opacity: 1;
  color: rgba(247, 184, 1, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustard-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(225, 168, 10, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustard-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(204, 152, 16, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustard-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(183, 136, 19, var(--tw-text-opacity));
}

#coupons-plus-admin .text-hwpyellow-10 {
  --tw-text-opacity: 1;
  color: rgba(255, 252, 245, var(--tw-text-opacity));
}

#coupons-plus-admin .text-hwpyellow-20 {
  --tw-text-opacity: 1;
  color: rgba(255, 249, 235, var(--tw-text-opacity));
}

#coupons-plus-admin .text-hwpyellow-30 {
  --tw-text-opacity: 1;
  color: rgba(255, 245, 222, var(--tw-text-opacity));
}

#coupons-plus-admin .text-hwpyellow-40 {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 209, var(--tw-text-opacity));
}

#coupons-plus-admin .text-hwpyellow-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 235, 192, var(--tw-text-opacity));
}

#coupons-plus-admin .text-hwpyellow-60 {
  --tw-text-opacity: 1;
  color: rgba(254, 230, 176, var(--tw-text-opacity));
}

#coupons-plus-admin .text-hwpyellow-70 {
  --tw-text-opacity: 1;
  color: rgba(252, 225, 159, var(--tw-text-opacity));
}

#coupons-plus-admin .text-hwpyellow-80 {
  --tw-text-opacity: 1;
  color: rgba(250, 219, 139, var(--tw-text-opacity));
}

#coupons-plus-admin .text-hwpyellow-90 {
  --tw-text-opacity: 1;
  color: rgba(247, 214, 119, var(--tw-text-opacity));
}

#coupons-plus-admin .text-hwpyellow-normal {
  --tw-text-opacity: 1;
  color: rgba(242, 205, 87, var(--tw-text-opacity));
}

#coupons-plus-admin .text-hwpyellow-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(220, 187, 80, var(--tw-text-opacity));
}

#coupons-plus-admin .text-hwpyellow-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(199, 169, 74, var(--tw-text-opacity));
}

#coupons-plus-admin .text-hwpyellow-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(179, 151, 67, var(--tw-text-opacity));
}

#coupons-plus-admin .text-oceanic-10 {
  --tw-text-opacity: 1;
  color: rgba(244, 249, 251, var(--tw-text-opacity));
}

#coupons-plus-admin .text-oceanic-20 {
  --tw-text-opacity: 1;
  color: rgba(233, 243, 247, var(--tw-text-opacity));
}

#coupons-plus-admin .text-oceanic-30 {
  --tw-text-opacity: 1;
  color: rgba(218, 235, 241, var(--tw-text-opacity));
}

#coupons-plus-admin .text-oceanic-40 {
  --tw-text-opacity: 1;
  color: rgba(203, 227, 236, var(--tw-text-opacity));
}

#coupons-plus-admin .text-oceanic-50 {
  --tw-text-opacity: 1;
  color: rgba(184, 217, 229, var(--tw-text-opacity));
}

#coupons-plus-admin .text-oceanic-60 {
  --tw-text-opacity: 1;
  color: rgba(165, 208, 223, var(--tw-text-opacity));
}

#coupons-plus-admin .text-oceanic-70 {
  --tw-text-opacity: 1;
  color: rgba(146, 198, 216, var(--tw-text-opacity));
}

#coupons-plus-admin .text-oceanic-80 {
  --tw-text-opacity: 1;
  color: rgba(121, 187, 208, var(--tw-text-opacity));
}

#coupons-plus-admin .text-oceanic-90 {
  --tw-text-opacity: 1;
  color: rgba(93, 175, 200, var(--tw-text-opacity));
}

#coupons-plus-admin .text-oceanic-normal {
  --tw-text-opacity: 1;
  color: rgba(33, 158, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .text-oceanic-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(35, 144, 171, var(--tw-text-opacity));
}

#coupons-plus-admin .text-oceanic-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(35, 131, 155, var(--tw-text-opacity));
}

#coupons-plus-admin .text-oceanic-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(35, 118, 139, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greena-10 {
  --tw-text-opacity: 1;
  color: rgba(244, 249, 251, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greena-20 {
  --tw-text-opacity: 1;
  color: rgba(233, 243, 247, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greena-30 {
  --tw-text-opacity: 1;
  color: rgba(218, 235, 241, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greena-40 {
  --tw-text-opacity: 1;
  color: rgba(203, 227, 236, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greena-50 {
  --tw-text-opacity: 1;
  color: rgba(184, 217, 229, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greena-60 {
  --tw-text-opacity: 1;
  color: rgba(165, 208, 223, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greena-70 {
  --tw-text-opacity: 1;
  color: rgba(146, 198, 216, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greena-80 {
  --tw-text-opacity: 1;
  color: rgba(121, 187, 208, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greena-90 {
  --tw-text-opacity: 1;
  color: rgba(93, 175, 200, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greena-normal {
  --tw-text-opacity: 1;
  color: rgba(33, 158, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greena-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(35, 144, 171, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greena-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(35, 131, 155, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greena-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(35, 118, 139, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-10 {
  --tw-text-opacity: 1;
  color: rgba(247, 252, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-20 {
  --tw-text-opacity: 1;
  color: rgba(239, 249, 242, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-30 {
  --tw-text-opacity: 1;
  color: rgba(228, 244, 233, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-40 {
  --tw-text-opacity: 1;
  color: rgba(218, 240, 224, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-50 {
  --tw-text-opacity: 1;
  color: rgba(204, 235, 213, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-60 {
  --tw-text-opacity: 1;
  color: rgba(191, 229, 202, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-70 {
  --tw-text-opacity: 1;
  color: rgba(177, 224, 191, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-80 {
  --tw-text-opacity: 1;
  color: rgba(161, 217, 179, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-90 {
  --tw-text-opacity: 1;
  color: rgba(144, 210, 166, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-normal {
  --tw-text-opacity: 1;
  color: rgba(118, 200, 147, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(108, 182, 134, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(99, 165, 122, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(89, 148, 110, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayish-10 {
  --tw-text-opacity: 1;
  color: rgba(245, 246, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayish-20 {
  --tw-text-opacity: 1;
  color: rgba(234, 237, 241, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayish-30 {
  --tw-text-opacity: 1;
  color: rgba(220, 226, 232, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayish-40 {
  --tw-text-opacity: 1;
  color: rgba(207, 214, 223, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayish-50 {
  --tw-text-opacity: 1;
  color: rgba(190, 200, 212, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayish-60 {
  --tw-text-opacity: 1;
  color: rgba(173, 186, 200, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayish-70 {
  --tw-text-opacity: 1;
  color: rgba(156, 173, 189, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayish-80 {
  --tw-text-opacity: 1;
  color: rgba(136, 156, 176, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayish-90 {
  --tw-text-opacity: 1;
  color: rgba(117, 140, 163, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayish-normal {
  --tw-text-opacity: 1;
  color: rgba(87, 117, 144, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayish-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(80, 107, 132, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayish-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(73, 98, 119, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayish-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(67, 88, 108, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayishb-10 {
  --tw-text-opacity: 1;
  color: rgba(242, 244, 246, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayishb-20 {
  --tw-text-opacity: 1;
  color: rgba(230, 232, 237, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayishb-30 {
  --tw-text-opacity: 1;
  color: rgba(213, 217, 225, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayishb-40 {
  --tw-text-opacity: 1;
  color: rgba(196, 202, 213, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayishb-50 {
  --tw-text-opacity: 1;
  color: rgba(176, 184, 198, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayishb-60 {
  --tw-text-opacity: 1;
  color: rgba(156, 166, 184, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayishb-70 {
  --tw-text-opacity: 1;
  color: rgba(136, 149, 170, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayishb-80 {
  --tw-text-opacity: 1;
  color: rgba(112, 128, 153, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayishb-90 {
  --tw-text-opacity: 1;
  color: rgba(89, 109, 136, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayishb-normal {
  --tw-text-opacity: 1;
  color: rgba(53, 80, 112, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayishb-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(50, 74, 103, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayishb-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(46, 67, 93, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplegrayishb-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(42, 61, 84, var(--tw-text-opacity));
}

#coupons-plus-admin .text-brightlavender-10 {
  --tw-text-opacity: 1;
  color: rgba(248, 246, 254, var(--tw-text-opacity));
}

#coupons-plus-admin .text-brightlavender-20 {
  --tw-text-opacity: 1;
  color: rgba(240, 238, 253, var(--tw-text-opacity));
}

#coupons-plus-admin .text-brightlavender-30 {
  --tw-text-opacity: 1;
  color: rgba(231, 227, 252, var(--tw-text-opacity));
}

#coupons-plus-admin .text-brightlavender-40 {
  --tw-text-opacity: 1;
  color: rgba(221, 215, 251, var(--tw-text-opacity));
}

#coupons-plus-admin .text-brightlavender-50 {
  --tw-text-opacity: 1;
  color: rgba(208, 202, 249, var(--tw-text-opacity));
}

#coupons-plus-admin .text-brightlavender-60 {
  --tw-text-opacity: 1;
  color: rgba(195, 188, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .text-brightlavender-70 {
  --tw-text-opacity: 1;
  color: rgba(181, 174, 246, var(--tw-text-opacity));
}

#coupons-plus-admin .text-brightlavender-80 {
  --tw-text-opacity: 1;
  color: rgba(165, 159, 243, var(--tw-text-opacity));
}

#coupons-plus-admin .text-brightlavender-90 {
  --tw-text-opacity: 1;
  color: rgba(147, 143, 241, var(--tw-text-opacity));
}

#coupons-plus-admin .text-brightlavender-normal {
  --tw-text-opacity: 1;
  color: rgba(118, 120, 237, var(--tw-text-opacity));
}

#coupons-plus-admin .text-brightlavender-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(109, 110, 216, var(--tw-text-opacity));
}

#coupons-plus-admin .text-brightlavender-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(99, 100, 195, var(--tw-text-opacity));
}

#coupons-plus-admin .text-brightlavender-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(90, 90, 175, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenc-10 {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 244, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenc-20 {
  --tw-text-opacity: 1;
  color: rgba(242, 244, 234, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenc-30 {
  --tw-text-opacity: 1;
  color: rgba(233, 237, 220, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenc-40 {
  --tw-text-opacity: 1;
  color: rgba(224, 230, 206, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenc-50 {
  --tw-text-opacity: 1;
  color: rgba(213, 222, 189, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenc-60 {
  --tw-text-opacity: 1;
  color: rgba(202, 213, 172, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenc-70 {
  --tw-text-opacity: 1;
  color: rgba(191, 204, 155, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenc-80 {
  --tw-text-opacity: 1;
  color: rgba(178, 194, 135, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenc-90 {
  --tw-text-opacity: 1;
  color: rgba(165, 184, 115, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenc-normal {
  --tw-text-opacity: 1;
  color: rgba(144, 169, 85, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenc-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(132, 154, 78, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenc-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(120, 140, 72, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenc-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(108, 126, 65, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lbrightred-10 {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 246, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lbrightred-20 {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 237, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lbrightred-30 {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 225, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lbrightred-40 {
  --tw-text-opacity: 1;
  color: rgba(253, 214, 213, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lbrightred-50 {
  --tw-text-opacity: 1;
  color: rgba(251, 200, 198, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lbrightred-60 {
  --tw-text-opacity: 1;
  color: rgba(249, 185, 183, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lbrightred-70 {
  --tw-text-opacity: 1;
  color: rgba(246, 170, 169, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lbrightred-80 {
  --tw-text-opacity: 1;
  color: rgba(242, 153, 152, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lbrightred-90 {
  --tw-text-opacity: 1;
  color: rgba(237, 135, 135, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lbrightred-normal {
  --tw-text-opacity: 1;
  color: rgba(229, 107, 111, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lbrightred-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(209, 98, 102, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lbrightred-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(189, 90, 93, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lbrightred-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(169, 81, 84, var(--tw-text-opacity));
}

#coupons-plus-admin .text-llred-10 {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 245, var(--tw-text-opacity));
}

#coupons-plus-admin .text-llred-20 {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 234, var(--tw-text-opacity));
}

#coupons-plus-admin .text-llred-30 {
  --tw-text-opacity: 1;
  color: rgba(255, 224, 221, var(--tw-text-opacity));
}

#coupons-plus-admin .text-llred-40 {
  --tw-text-opacity: 1;
  color: rgba(255, 212, 208, var(--tw-text-opacity));
}

#coupons-plus-admin .text-llred-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 196, 191, var(--tw-text-opacity));
}

#coupons-plus-admin .text-llred-60 {
  --tw-text-opacity: 1;
  color: rgba(255, 180, 175, var(--tw-text-opacity));
}

#coupons-plus-admin .text-llred-70 {
  --tw-text-opacity: 1;
  color: rgba(255, 164, 159, var(--tw-text-opacity));
}

#coupons-plus-admin .text-llred-80 {
  --tw-text-opacity: 1;
  color: rgba(255, 145, 140, var(--tw-text-opacity));
}

#coupons-plus-admin .text-llred-90 {
  --tw-text-opacity: 1;
  color: rgba(255, 124, 122, var(--tw-text-opacity));
}

#coupons-plus-admin .text-llred-normal {
  --tw-text-opacity: 1;
  color: rgba(255, 90, 95, var(--tw-text-opacity));
}

#coupons-plus-admin .text-llred-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(232, 83, 87, var(--tw-text-opacity));
}

#coupons-plus-admin .text-llred-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(210, 77, 80, var(--tw-text-opacity));
}

#coupons-plus-admin .text-llred-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(188, 70, 72, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sea-10 {
  --tw-text-opacity: 1;
  color: rgba(246, 248, 254, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sea-20 {
  --tw-text-opacity: 1;
  color: rgba(237, 242, 253, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sea-30 {
  --tw-text-opacity: 1;
  color: rgba(225, 233, 252, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sea-40 {
  --tw-text-opacity: 1;
  color: rgba(212, 224, 251, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sea-50 {
  --tw-text-opacity: 1;
  color: rgba(196, 213, 250, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sea-60 {
  --tw-text-opacity: 1;
  color: rgba(180, 202, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sea-70 {
  --tw-text-opacity: 1;
  color: rgba(163, 192, 247, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sea-80 {
  --tw-text-opacity: 1;
  color: rgba(141, 179, 245, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sea-90 {
  --tw-text-opacity: 1;
  color: rgba(117, 167, 242, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sea-normal {
  --tw-text-opacity: 1;
  color: rgba(72, 149, 239, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sea-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(68, 136, 218, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sea-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(64, 123, 197, var(--tw-text-opacity));
}

#coupons-plus-admin .text-sea-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(60, 111, 176, var(--tw-text-opacity));
}

#coupons-plus-admin .text-vintagecoral-10 {
  --tw-text-opacity: 1;
  color: rgba(255, 249, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .text-vintagecoral-20 {
  --tw-text-opacity: 1;
  color: rgba(255, 242, 241, var(--tw-text-opacity));
}

#coupons-plus-admin .text-vintagecoral-30 {
  --tw-text-opacity: 1;
  color: rgba(255, 234, 231, var(--tw-text-opacity));
}

#coupons-plus-admin .text-vintagecoral-40 {
  --tw-text-opacity: 1;
  color: rgba(255, 225, 222, var(--tw-text-opacity));
}

#coupons-plus-admin .text-vintagecoral-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 214, 210, var(--tw-text-opacity));
}

#coupons-plus-admin .text-vintagecoral-60 {
  --tw-text-opacity: 1;
  color: rgba(255, 204, 198, var(--tw-text-opacity));
}

#coupons-plus-admin .text-vintagecoral-70 {
  --tw-text-opacity: 1;
  color: rgba(255, 193, 187, var(--tw-text-opacity));
}

#coupons-plus-admin .text-vintagecoral-80 {
  --tw-text-opacity: 1;
  color: rgba(255, 180, 173, var(--tw-text-opacity));
}

#coupons-plus-admin .text-vintagecoral-90 {
  --tw-text-opacity: 1;
  color: rgba(255, 167, 160, var(--tw-text-opacity));
}

#coupons-plus-admin .text-vintagecoral-normal {
  --tw-text-opacity: 1;
  color: rgba(254, 147, 140, var(--tw-text-opacity));
}

#coupons-plus-admin .text-vintagecoral-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(231, 134, 128, var(--tw-text-opacity));
}

#coupons-plus-admin .text-vintagecoral-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(209, 122, 116, var(--tw-text-opacity));
}

#coupons-plus-admin .text-vintagecoral-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(187, 110, 105, var(--tw-text-opacity));
}

#coupons-plus-admin .text-coolgreen-10 {
  --tw-text-opacity: 1;
  color: rgba(249, 253, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .text-coolgreen-20 {
  --tw-text-opacity: 1;
  color: rgba(244, 250, 240, var(--tw-text-opacity));
}

#coupons-plus-admin .text-coolgreen-30 {
  --tw-text-opacity: 1;
  color: rgba(237, 247, 230, var(--tw-text-opacity));
}

#coupons-plus-admin .text-coolgreen-40 {
  --tw-text-opacity: 1;
  color: rgba(229, 243, 220, var(--tw-text-opacity));
}

#coupons-plus-admin .text-coolgreen-50 {
  --tw-text-opacity: 1;
  color: rgba(220, 239, 208, var(--tw-text-opacity));
}

#coupons-plus-admin .text-coolgreen-60 {
  --tw-text-opacity: 1;
  color: rgba(210, 235, 196, var(--tw-text-opacity));
}

#coupons-plus-admin .text-coolgreen-70 {
  --tw-text-opacity: 1;
  color: rgba(201, 231, 184, var(--tw-text-opacity));
}

#coupons-plus-admin .text-coolgreen-80 {
  --tw-text-opacity: 1;
  color: rgba(189, 226, 169, var(--tw-text-opacity));
}

#coupons-plus-admin .text-coolgreen-90 {
  --tw-text-opacity: 1;
  color: rgba(178, 221, 155, var(--tw-text-opacity));
}

#coupons-plus-admin .text-coolgreen-normal {
  --tw-text-opacity: 1;
  color: rgba(160, 213, 133, var(--tw-text-opacity));
}

#coupons-plus-admin .text-coolgreen-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(146, 194, 122, var(--tw-text-opacity));
}

#coupons-plus-admin .text-coolgreen-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(133, 175, 111, var(--tw-text-opacity));
}

#coupons-plus-admin .text-coolgreen-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(119, 157, 100, var(--tw-text-opacity));
}

#coupons-plus-admin .text-limegreen-10 {
  --tw-text-opacity: 1;
  color: rgba(250, 251, 247, var(--tw-text-opacity));
}

#coupons-plus-admin .text-limegreen-20 {
  --tw-text-opacity: 1;
  color: rgba(245, 246, 240, var(--tw-text-opacity));
}

#coupons-plus-admin .text-limegreen-30 {
  --tw-text-opacity: 1;
  color: rgba(239, 240, 230, var(--tw-text-opacity));
}

#coupons-plus-admin .text-limegreen-40 {
  --tw-text-opacity: 1;
  color: rgba(232, 234, 220, var(--tw-text-opacity));
}

#coupons-plus-admin .text-limegreen-50 {
  --tw-text-opacity: 1;
  color: rgba(224, 227, 207, var(--tw-text-opacity));
}

#coupons-plus-admin .text-limegreen-60 {
  --tw-text-opacity: 1;
  color: rgba(216, 220, 195, var(--tw-text-opacity));
}

#coupons-plus-admin .text-limegreen-70 {
  --tw-text-opacity: 1;
  color: rgba(208, 213, 182, var(--tw-text-opacity));
}

#coupons-plus-admin .text-limegreen-80 {
  --tw-text-opacity: 1;
  color: rgba(198, 204, 168, var(--tw-text-opacity));
}

#coupons-plus-admin .text-limegreen-90 {
  --tw-text-opacity: 1;
  color: rgba(189, 196, 153, var(--tw-text-opacity));
}

#coupons-plus-admin .text-limegreen-normal {
  --tw-text-opacity: 1;
  color: rgba(174, 183, 132, var(--tw-text-opacity));
}

#coupons-plus-admin .text-limegreen-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(159, 167, 121, var(--tw-text-opacity));
}

#coupons-plus-admin .text-limegreen-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(144, 151, 110, var(--tw-text-opacity));
}

#coupons-plus-admin .text-limegreen-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(129, 136, 99, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lillac-10 {
  --tw-text-opacity: 1;
  color: rgba(249, 241, 246, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lillac-20 {
  --tw-text-opacity: 1;
  color: rgba(243, 227, 238, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lillac-30 {
  --tw-text-opacity: 1;
  color: rgba(235, 209, 227, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lillac-40 {
  --tw-text-opacity: 1;
  color: rgba(227, 191, 216, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lillac-50 {
  --tw-text-opacity: 1;
  color: rgba(216, 169, 202, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lillac-60 {
  --tw-text-opacity: 1;
  color: rgba(205, 146, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lillac-70 {
  --tw-text-opacity: 1;
  color: rgba(194, 124, 174, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lillac-80 {
  --tw-text-opacity: 1;
  color: rgba(180, 96, 158, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lillac-90 {
  --tw-text-opacity: 1;
  color: rgba(166, 68, 142, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lillac-normal {
  --tw-text-opacity: 1;
  color: rgba(143, 1, 119, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lillac-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(131, 8, 109, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lillac-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(119, 13, 99, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lillac-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(108, 16, 90, var(--tw-text-opacity));
}

#coupons-plus-admin .text-redish-10 {
  --tw-text-opacity: 1;
  color: rgba(255, 243, 244, var(--tw-text-opacity));
}

#coupons-plus-admin .text-redish-20 {
  --tw-text-opacity: 1;
  color: rgba(255, 231, 233, var(--tw-text-opacity));
}

#coupons-plus-admin .text-redish-30 {
  --tw-text-opacity: 1;
  color: rgba(255, 216, 219, var(--tw-text-opacity));
}

#coupons-plus-admin .text-redish-40 {
  --tw-text-opacity: 1;
  color: rgba(255, 200, 205, var(--tw-text-opacity));
}

#coupons-plus-admin .text-redish-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 180, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .text-redish-60 {
  --tw-text-opacity: 1;
  color: rgba(250, 160, 171, var(--tw-text-opacity));
}

#coupons-plus-admin .text-redish-70 {
  --tw-text-opacity: 1;
  color: rgba(246, 140, 154, var(--tw-text-opacity));
}

#coupons-plus-admin .text-redish-80 {
  --tw-text-opacity: 1;
  color: rgba(241, 114, 134, var(--tw-text-opacity));
}

#coupons-plus-admin .text-redish-90 {
  --tw-text-opacity: 1;
  color: rgba(234, 87, 115, var(--tw-text-opacity));
}

#coupons-plus-admin .text-redish-normal {
  --tw-text-opacity: 1;
  color: rgba(222, 26, 88, var(--tw-text-opacity));
}

#coupons-plus-admin .text-redish-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(203, 29, 81, var(--tw-text-opacity));
}

#coupons-plus-admin .text-redish-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(184, 30, 74, var(--tw-text-opacity));
}

#coupons-plus-admin .text-redish-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(165, 31, 67, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lighredish-10 {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 246, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lighredish-20 {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 238, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lighredish-30 {
  --tw-text-opacity: 1;
  color: rgba(255, 225, 226, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lighredish-40 {
  --tw-text-opacity: 1;
  color: rgba(255, 212, 215, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lighredish-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 197, 201, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lighredish-60 {
  --tw-text-opacity: 1;
  color: rgba(255, 182, 187, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lighredish-70 {
  --tw-text-opacity: 1;
  color: rgba(255, 166, 173, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lighredish-80 {
  --tw-text-opacity: 1;
  color: rgba(252, 147, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lighredish-90 {
  --tw-text-opacity: 1;
  color: rgba(249, 128, 141, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lighredish-normal {
  --tw-text-opacity: 1;
  color: rgba(242, 96, 118, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lighredish-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(221, 89, 108, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lighredish-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(200, 81, 98, var(--tw-text-opacity));
}

#coupons-plus-admin .text-lighredish-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(179, 74, 89, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustardtwo-10 {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 245, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustardtwo-20 {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 235, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustardtwo-30 {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 222, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustardtwo-40 {
  --tw-text-opacity: 1;
  color: rgba(255, 235, 209, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustardtwo-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 192, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustardtwo-60 {
  --tw-text-opacity: 1;
  color: rgba(255, 221, 176, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustardtwo-70 {
  --tw-text-opacity: 1;
  color: rgba(255, 214, 160, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustardtwo-80 {
  --tw-text-opacity: 1;
  color: rgba(255, 205, 141, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustardtwo-90 {
  --tw-text-opacity: 1;
  color: rgba(254, 197, 121, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustardtwo-normal {
  --tw-text-opacity: 1;
  color: rgba(250, 185, 91, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustardtwo-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(228, 169, 84, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustardtwo-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(206, 153, 77, var(--tw-text-opacity));
}

#coupons-plus-admin .text-mustardtwo-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(184, 137, 70, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedmustard-10 {
  --tw-text-opacity: 1;
  color: rgba(255, 253, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedmustard-20 {
  --tw-text-opacity: 1;
  color: rgba(255, 250, 240, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedmustard-30 {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 231, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedmustard-40 {
  --tw-text-opacity: 1;
  color: rgba(255, 244, 221, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedmustard-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 239, 209, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedmustard-60 {
  --tw-text-opacity: 1;
  color: rgba(255, 235, 197, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedmustard-70 {
  --tw-text-opacity: 1;
  color: rgba(255, 231, 185, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedmustard-80 {
  --tw-text-opacity: 1;
  color: rgba(255, 227, 170, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedmustard-90 {
  --tw-text-opacity: 1;
  color: rgba(255, 222, 156, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedmustard-normal {
  --tw-text-opacity: 1;
  color: rgba(255, 215, 134, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedmustard-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(232, 196, 123, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedmustard-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(210, 177, 112, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedmustard-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(188, 159, 101, var(--tw-text-opacity));
}

#coupons-plus-admin .text-navysilverish-10 {
  --tw-text-opacity: 1;
  color: rgba(246, 247, 250, var(--tw-text-opacity));
}

#coupons-plus-admin .text-navysilverish-20 {
  --tw-text-opacity: 1;
  color: rgba(237, 239, 244, var(--tw-text-opacity));
}

#coupons-plus-admin .text-navysilverish-30 {
  --tw-text-opacity: 1;
  color: rgba(225, 229, 237, var(--tw-text-opacity));
}

#coupons-plus-admin .text-navysilverish-40 {
  --tw-text-opacity: 1;
  color: rgba(213, 219, 230, var(--tw-text-opacity));
}

#coupons-plus-admin .text-navysilverish-50 {
  --tw-text-opacity: 1;
  color: rgba(198, 206, 222, var(--tw-text-opacity));
}

#coupons-plus-admin .text-navysilverish-60 {
  --tw-text-opacity: 1;
  color: rgba(183, 194, 213, var(--tw-text-opacity));
}

#coupons-plus-admin .text-navysilverish-70 {
  --tw-text-opacity: 1;
  color: rgba(168, 182, 205, var(--tw-text-opacity));
}

#coupons-plus-admin .text-navysilverish-80 {
  --tw-text-opacity: 1;
  color: rgba(150, 167, 194, var(--tw-text-opacity));
}

#coupons-plus-admin .text-navysilverish-90 {
  --tw-text-opacity: 1;
  color: rgba(132, 153, 184, var(--tw-text-opacity));
}

#coupons-plus-admin .text-navysilverish-normal {
  --tw-text-opacity: 1;
  color: rgba(105, 132, 169, var(--tw-text-opacity));
}

#coupons-plus-admin .text-navysilverish-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(96, 121, 154, var(--tw-text-opacity));
}

#coupons-plus-admin .text-navysilverish-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(88, 110, 140, var(--tw-text-opacity));
}

#coupons-plus-admin .text-navysilverish-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(80, 99, 126, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedpurple-10 {
  --tw-text-opacity: 1;
  color: rgba(249, 248, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedpurple-20 {
  --tw-text-opacity: 1;
  color: rgba(242, 242, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedpurple-30 {
  --tw-text-opacity: 1;
  color: rgba(233, 233, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedpurple-40 {
  --tw-text-opacity: 1;
  color: rgba(224, 224, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedpurple-50 {
  --tw-text-opacity: 1;
  color: rgba(213, 213, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedpurple-60 {
  --tw-text-opacity: 1;
  color: rgba(201, 202, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedpurple-70 {
  --tw-text-opacity: 1;
  color: rgba(189, 191, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedpurple-80 {
  --tw-text-opacity: 1;
  color: rgba(174, 179, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedpurple-90 {
  --tw-text-opacity: 1;
  color: rgba(158, 166, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedpurple-normal {
  --tw-text-opacity: 1;
  color: rgba(132, 148, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedpurple-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(121, 135, 232, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedpurple-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(111, 123, 210, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedpurple-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(100, 110, 187, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplishblue-10 {
  --tw-text-opacity: 1;
  color: rgba(248, 245, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplishblue-20 {
  --tw-text-opacity: 1;
  color: rgba(240, 236, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplishblue-30 {
  --tw-text-opacity: 1;
  color: rgba(230, 223, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplishblue-40 {
  --tw-text-opacity: 1;
  color: rgba(219, 210, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplishblue-50 {
  --tw-text-opacity: 1;
  color: rgba(206, 195, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplishblue-60 {
  --tw-text-opacity: 1;
  color: rgba(192, 179, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplishblue-70 {
  --tw-text-opacity: 1;
  color: rgba(177, 164, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplishblue-80 {
  --tw-text-opacity: 1;
  color: rgba(158, 146, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplishblue-90 {
  --tw-text-opacity: 1;
  color: rgba(137, 129, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplishblue-normal {
  --tw-text-opacity: 1;
  color: rgba(99, 103, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplishblue-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(92, 95, 232, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplishblue-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(85, 86, 210, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purplishblue-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(78, 78, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedlightblue-10 {
  --tw-text-opacity: 1;
  color: rgba(247, 250, 252, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedlightblue-20 {
  --tw-text-opacity: 1;
  color: rgba(239, 244, 249, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedlightblue-30 {
  --tw-text-opacity: 1;
  color: rgba(229, 237, 245, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedlightblue-40 {
  --tw-text-opacity: 1;
  color: rgba(219, 231, 241, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedlightblue-50 {
  --tw-text-opacity: 1;
  color: rgba(206, 222, 236, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedlightblue-60 {
  --tw-text-opacity: 1;
  color: rgba(193, 213, 231, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedlightblue-70 {
  --tw-text-opacity: 1;
  color: rgba(180, 205, 227, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedlightblue-80 {
  --tw-text-opacity: 1;
  color: rgba(164, 195, 221, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedlightblue-90 {
  --tw-text-opacity: 1;
  color: rgba(147, 185, 215, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedlightblue-normal {
  --tw-text-opacity: 1;
  color: rgba(122, 170, 206, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedlightblue-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(112, 155, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedlightblue-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(102, 141, 170, var(--tw-text-opacity));
}

#coupons-plus-admin .text-washedlightblue-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(92, 126, 152, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurple-10 {
  --tw-text-opacity: 1;
  color: rgba(249, 248, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurple-20 {
  --tw-text-opacity: 1;
  color: rgba(242, 241, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurple-30 {
  --tw-text-opacity: 1;
  color: rgba(234, 232, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurple-40 {
  --tw-text-opacity: 1;
  color: rgba(225, 223, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurple-50 {
  --tw-text-opacity: 1;
  color: rgba(214, 212, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurple-60 {
  --tw-text-opacity: 1;
  color: rgba(202, 201, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurple-70 {
  --tw-text-opacity: 1;
  color: rgba(191, 190, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurple-80 {
  --tw-text-opacity: 1;
  color: rgba(176, 177, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurple-90 {
  --tw-text-opacity: 1;
  color: rgba(160, 164, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurple-normal {
  --tw-text-opacity: 1;
  color: rgba(135, 145, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurple-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(124, 133, 232, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurple-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(113, 120, 210, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurple-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(102, 108, 187, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurplishblue-10 {
  --tw-text-opacity: 1;
  color: rgba(249, 249, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurplishblue-20 {
  --tw-text-opacity: 1;
  color: rgba(242, 244, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurplishblue-30 {
  --tw-text-opacity: 1;
  color: rgba(233, 236, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurplishblue-40 {
  --tw-text-opacity: 1;
  color: rgba(225, 229, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurplishblue-50 {
  --tw-text-opacity: 1;
  color: rgba(213, 220, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurplishblue-60 {
  --tw-text-opacity: 1;
  color: rgba(202, 211, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurplishblue-70 {
  --tw-text-opacity: 1;
  color: rgba(190, 202, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurplishblue-80 {
  --tw-text-opacity: 1;
  color: rgba(175, 192, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurplishblue-90 {
  --tw-text-opacity: 1;
  color: rgba(160, 181, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurplishblue-normal {
  --tw-text-opacity: 1;
  color: rgba(135, 166, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurplishblue-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(124, 152, 232, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurplishblue-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(113, 137, 210, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherpurplishblue-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(102, 123, 187, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherwashedblue-10 {
  --tw-text-opacity: 1;
  color: rgba(249, 252, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherwashedblue-20 {
  --tw-text-opacity: 1;
  color: rgba(242, 249, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherwashedblue-30 {
  --tw-text-opacity: 1;
  color: rgba(234, 245, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherwashedblue-40 {
  --tw-text-opacity: 1;
  color: rgba(225, 241, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherwashedblue-50 {
  --tw-text-opacity: 1;
  color: rgba(214, 237, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherwashedblue-60 {
  --tw-text-opacity: 1;
  color: rgba(202, 232, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherwashedblue-70 {
  --tw-text-opacity: 1;
  color: rgba(190, 227, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherwashedblue-80 {
  --tw-text-opacity: 1;
  color: rgba(176, 221, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherwashedblue-90 {
  --tw-text-opacity: 1;
  color: rgba(160, 215, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherwashedblue-normal {
  --tw-text-opacity: 1;
  color: rgba(135, 207, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherwashedblue-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(124, 189, 232, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherwashedblue-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(113, 171, 209, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherwashedblue-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(102, 153, 187, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purple-tint-20 {
  --tw-text-opacity: 1;
  color: rgba(220, 221, 242, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purple-tint-30 {
  --tw-text-opacity: 1;
  color: rgba(203, 204, 236, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purple-tint-40 {
  --tw-text-opacity: 1;
  color: rgba(186, 187, 229, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purple-tint-60 {
  --tw-text-opacity: 1;
  color: rgba(151, 154, 216, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purple-tint-90 {
  --tw-text-opacity: 1;
  color: rgba(99, 103, 197, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purple-shade-5 {
  --tw-text-opacity: 1;
  color: rgba(78, 82, 181, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-1000 {
  --tw-text-opacity: 1;
  color: rgba(15, 20, 23, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-normal {
  --tw-text-opacity: 1;
  color: rgba(57, 72, 84, var(--tw-text-opacity));
}

#coupons-plus-admin .text-blue-10 {
  --tw-text-opacity: 1;
  color: rgba(233, 245, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-blue-20 {
  --tw-text-opacity: 1;
  color: rgba(211, 235, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-blue-30 {
  --tw-text-opacity: 1;
  color: rgba(189, 225, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-blue-40 {
  --tw-text-opacity: 1;
  color: rgba(167, 215, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-blue-50 {
  --tw-text-opacity: 1;
  color: rgba(145, 205, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-blue-60 {
  --tw-text-opacity: 1;
  color: rgba(122, 195, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-blue-70 {
  --tw-text-opacity: 1;
  color: rgba(100, 185, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-blue-80 {
  --tw-text-opacity: 1;
  color: rgba(78, 175, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-blue-90 {
  --tw-text-opacity: 1;
  color: rgba(56, 165, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-blue-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(31, 140, 230, var(--tw-text-opacity));
}

#coupons-plus-admin .text-blue-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(27, 124, 204, var(--tw-text-opacity));
}

#coupons-plus-admin .text-blue-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(24, 109, 179, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purple-tint-45 {
  --tw-text-opacity: 1;
  color: rgba(177, 179, 226, var(--tw-text-opacity));
}

#coupons-plus-admin .text-purple-tint-75 {
  --tw-text-opacity: 1;
  color: rgba(125, 128, 206, var(--tw-text-opacity));
}

#coupons-plus-admin .\!text-blue-20 {
  --tw-text-opacity: 1 !important;
  color: rgba(211, 235, 255, var(--tw-text-opacity)) !important;
}

#coupons-plus-admin .\!text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(187, 199, 209, var(--tw-text-opacity)) !important;
}

#coupons-plus-admin .text-gray-650 {
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-550 {
  --tw-text-opacity: 1;
  color: rgba(111, 136, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-650 {
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-550 {
  --tw-text-opacity: 1;
  color: rgba(111, 136, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-650 {
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-550 {
  --tw-text-opacity: 1;
  color: rgba(111, 136, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-650 {
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-550 {
  --tw-text-opacity: 1;
  color: rgba(111, 136, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-650 {
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-550 {
  --tw-text-opacity: 1;
  color: rgba(111, 136, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-450 {
  --tw-text-opacity: 1;
  color: rgba(141, 161, 178, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(187, 199, 209, var(--tw-text-opacity));
}

#coupons-plus-admin .text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(98, 124, 144, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-450 {
  --tw-text-opacity: 1;
  color: rgba(141, 161, 178, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(187, 199, 209, var(--tw-text-opacity));
}

#coupons-plus-admin .text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(98, 124, 144, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-750 {
  --tw-text-opacity: 1;
  color: rgba(67, 85, 99, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-yetanotherwashedblue-shade-400 {
  --tw-text-opacity: 1;
  color: rgba(91, 136, 166, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-750 {
  --tw-text-opacity: 1;
  color: rgba(67, 85, 99, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-90 {
  --tw-text-opacity: 1;
  color: rgba(144, 210, 166, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 174, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(187, 199, 209, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-650 {
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(77, 98, 114, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-550 {
  --tw-text-opacity: 1;
  color: rgba(111, 136, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-750 {
  --tw-text-opacity: 1;
  color: rgba(67, 85, 99, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-90 {
  --tw-text-opacity: 1;
  color: rgba(144, 210, 166, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-750 {
  --tw-text-opacity: 1;
  color: rgba(67, 85, 99, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-90 {
  --tw-text-opacity: 1;
  color: rgba(144, 210, 166, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-750 {
  --tw-text-opacity: 1;
  color: rgba(67, 85, 99, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-90 {
  --tw-text-opacity: 1;
  color: rgba(144, 210, 166, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-750 {
  --tw-text-opacity: 1;
  color: rgba(67, 85, 99, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-90 {
  --tw-text-opacity: 1;
  color: rgba(144, 210, 166, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-750 {
  --tw-text-opacity: 1;
  color: rgba(67, 85, 99, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-90 {
  --tw-text-opacity: 1;
  color: rgba(144, 210, 166, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-750 {
  --tw-text-opacity: 1;
  color: rgba(67, 85, 99, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-90 {
  --tw-text-opacity: 1;
  color: rgba(144, 210, 166, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-750 {
  --tw-text-opacity: 1;
  color: rgba(67, 85, 99, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-90 {
  --tw-text-opacity: 1;
  color: rgba(144, 210, 166, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-750 {
  --tw-text-opacity: 1;
  color: rgba(67, 85, 99, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-90 {
  --tw-text-opacity: 1;
  color: rgba(144, 210, 166, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-750 {
  --tw-text-opacity: 1;
  color: rgba(67, 85, 99, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-90 {
  --tw-text-opacity: 1;
  color: rgba(144, 210, 166, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-650 {
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-550 {
  --tw-text-opacity: 1;
  color: rgba(111, 136, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 174, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-650 {
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-550 {
  --tw-text-opacity: 1;
  color: rgba(111, 136, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 174, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-650 {
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-550 {
  --tw-text-opacity: 1;
  color: rgba(111, 136, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 174, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-650 {
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-550 {
  --tw-text-opacity: 1;
  color: rgba(111, 136, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 174, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-650 {
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-550 {
  --tw-text-opacity: 1;
  color: rgba(111, 136, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 174, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-650 {
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-550 {
  --tw-text-opacity: 1;
  color: rgba(111, 136, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 174, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-750 {
  --tw-text-opacity: 1;
  color: rgba(67, 85, 99, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-90 {
  --tw-text-opacity: 1;
  color: rgba(144, 210, 166, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-750 {
  --tw-text-opacity: 1;
  color: rgba(67, 85, 99, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-greenb-90 {
  --tw-text-opacity: 1;
  color: rgba(144, 210, 166, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-650 {
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-550 {
  --tw-text-opacity: 1;
  color: rgba(111, 136, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 174, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-650 {
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-650 {
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-650 {
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 174, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-350 {
  --tw-text-opacity: 1;
  color: rgba(171, 186, 198, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-750 {
  --tw-text-opacity: 1;
  color: rgba(67, 85, 99, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-450 {
  --tw-text-opacity: 1;
  color: rgba(141, 161, 178, var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgba(141, 161, 178, var(--tw-text-opacity));
}

#coupons-plus-admin .text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-350 {
  --tw-text-opacity: 1;
  color: rgba(171, 186, 198, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(98, 124, 144, var(--tw-text-opacity));
}

#coupons-plus-admin .text-blue-normal {
  --tw-text-opacity: 1;
  color: rgba(34, 155, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-650 {
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-550 {
  --tw-text-opacity: 1;
  color: rgba(111, 136, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-450 {
  --tw-text-opacity: 1;
  color: rgba(141, 161, 178, var(--tw-text-opacity));
}

#coupons-plus-admin .text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-350 {
  --tw-text-opacity: 1;
  color: rgba(171, 186, 198, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(98, 124, 144, var(--tw-text-opacity));
}

#coupons-plus-admin .text-blue-normal {
  --tw-text-opacity: 1;
  color: rgba(34, 155, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-650 {
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-550 {
  --tw-text-opacity: 1;
  color: rgba(111, 136, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-450 {
  --tw-text-opacity: 1;
  color: rgba(141, 161, 178, var(--tw-text-opacity));
}

#coupons-plus-admin .text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-350 {
  --tw-text-opacity: 1;
  color: rgba(171, 186, 198, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(98, 124, 144, var(--tw-text-opacity));
}

#coupons-plus-admin .text-blue-normal {
  --tw-text-opacity: 1;
  color: rgba(34, 155, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-650 {
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-550 {
  --tw-text-opacity: 1;
  color: rgba(111, 136, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-450 {
  --tw-text-opacity: 1;
  color: rgba(141, 161, 178, var(--tw-text-opacity));
}

#coupons-plus-admin .text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-350 {
  --tw-text-opacity: 1;
  color: rgba(171, 186, 198, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(98, 124, 144, var(--tw-text-opacity));
}

#coupons-plus-admin .text-blue-normal {
  --tw-text-opacity: 1;
  color: rgba(34, 155, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-650 {
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

#coupons-plus-admin .text-gray-550 {
  --tw-text-opacity: 1;
  color: rgba(111, 136, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .text-opacity-60 {
  --tw-text-opacity: 0.6;
}

#coupons-plus-admin .text-opacity-90 {
  --tw-text-opacity: 0.9;
}

#coupons-plus-admin .text-opacity-70 {
  --tw-text-opacity: 0.7;
}

#coupons-plus-admin .text-opacity-60 {
  --tw-text-opacity: 0.6;
  --tw-text-opacity: 0.6;
  --tw-text-opacity: 0.6;
}

#coupons-plus-admin .text-opacity-90 {
  --tw-text-opacity: 0.9;
}

#coupons-plus-admin .text-opacity-60 {
  --tw-text-opacity: 0.6;
}

#coupons-plus-admin .text-opacity-90 {
  --tw-text-opacity: 0.9;
}

#coupons-plus-admin .text-opacity-60 {
  --tw-text-opacity: 0.6;
}

#coupons-plus-admin .text-opacity-90 {
  --tw-text-opacity: 0.9;
}

#coupons-plus-admin .text-opacity-60 {
  --tw-text-opacity: 0.6;
}

#coupons-plus-admin .text-opacity-90 {
  --tw-text-opacity: 0.9;
}

#coupons-plus-admin .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#coupons-plus-admin .subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

#coupons-plus-admin .caret-gray-400 {
  caret-color: #9caebc;
  caret-color: #9caebc;
}

#coupons-plus-admin .opacity-\[0\.8\] {
  opacity: 0.8;
}

#coupons-plus-admin .opacity-30 {
  opacity: 0.3;
}

#coupons-plus-admin .opacity-0 {
  opacity: 0;
}

#coupons-plus-admin .opacity-60 {
  opacity: 0.6;
}

#coupons-plus-admin .opacity-20 {
  opacity: 0.2;
}

#coupons-plus-admin .opacity-50 {
  opacity: 0.5;
}

#coupons-plus-admin .opacity-70 {
  opacity: 0.7;
}

#coupons-plus-admin .opacity-100 {
  opacity: 1;
}

#coupons-plus-admin .opacity-40 {
  opacity: 0.4;
}

#coupons-plus-admin .opacity-80 {
  opacity: 0.8;
}

#coupons-plus-admin .opacity-90 {
  opacity: 0.9;
}

#coupons-plus-admin .opacity-60 {
  opacity: 0.6;
  opacity: 0.6;
  opacity: 0.6;
}

#coupons-plus-admin .opacity-0 {
  opacity: 0;
}

#coupons-plus-admin .opacity-60 {
  opacity: 0.6;
}

#coupons-plus-admin .opacity-0 {
  opacity: 0;
}

#coupons-plus-admin .opacity-60 {
  opacity: 0.6;
}

#coupons-plus-admin .opacity-0 {
  opacity: 0;
}

#coupons-plus-admin .opacity-60 {
  opacity: 0.6;
}

#coupons-plus-admin .opacity-0 {
  opacity: 0;
}

#coupons-plus-admin .shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#coupons-plus-admin .shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#coupons-plus-admin .\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

#coupons-plus-admin .shadow-card {
  --tw-shadow: 0 4px 10px -6px rgba(0, 0, 0, 0.04), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#coupons-plus-admin .shadow-input {
  --tw-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#coupons-plus-admin .shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#coupons-plus-admin .shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#coupons-plus-admin .shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#coupons-plus-admin .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#coupons-plus-admin .ring {
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

#coupons-plus-admin .ring-\[4px\] {
  --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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

#coupons-plus-admin .ring-4 {
  --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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

#coupons-plus-admin .ring-0 {
  --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);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

#coupons-plus-admin .ring-\[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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

#coupons-plus-admin .ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

#coupons-plus-admin .ring-\[1px\] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

#coupons-plus-admin .ring {
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

#coupons-plus-admin .ring-\[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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

#coupons-plus-admin .ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

#coupons-plus-admin .ring-blue-shade-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(27, 124, 204, var(--tw-ring-opacity));
}

#coupons-plus-admin .ring-gray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 174, 188, var(--tw-ring-opacity));
}

#coupons-plus-admin .ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 224, 229, var(--tw-ring-opacity));
}

#coupons-plus-admin .ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 249, 250, var(--tw-ring-opacity));
}

#coupons-plus-admin .ring-gray-150 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 236, 240, var(--tw-ring-opacity));
}

#coupons-plus-admin .ring-transparent {
  --tw-ring-color: transparent;
}

#coupons-plus-admin .ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 224, 229, var(--tw-ring-opacity));
}

#coupons-plus-admin .ring-gray-150 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 236, 240, var(--tw-ring-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 236, 240, var(--tw-ring-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 236, 240, var(--tw-ring-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 236, 240, var(--tw-ring-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 236, 240, var(--tw-ring-opacity));
}

#coupons-plus-admin .ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}

#coupons-plus-admin .ring-opacity-30 {
  --tw-ring-opacity: 0.3;
}

#coupons-plus-admin .ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

#coupons-plus-admin .ring-opacity-30 {
  --tw-ring-opacity: 0.3;
}

#coupons-plus-admin .ring-offset-1 {
  --tw-ring-offset-width: 1px;
}

#coupons-plus-admin .ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

#coupons-plus-admin .ring-offset-0 {
  --tw-ring-offset-width: 0px;
}

#coupons-plus-admin .ring-offset-1 {
  --tw-ring-offset-width: 1px;
  --tw-ring-offset-width: 1px;
  --tw-ring-offset-width: 1px;
  --tw-ring-offset-width: 1px;
  --tw-ring-offset-width: 1px;
}

#coupons-plus-admin .blur {
  --tw-blur: blur(8px);
  filter: var(--tw-filter);
}

#coupons-plus-admin .blur-xl {
  --tw-blur: blur(24px);
  filter: var(--tw-filter);
}

#coupons-plus-admin .blur {
  --tw-blur: blur(8px);
  filter: var(--tw-filter);
  --tw-blur: blur(8px);
  filter: var(--tw-filter);
  --tw-blur: blur(8px);
  filter: var(--tw-filter);
  --tw-blur: blur(8px);
  filter: var(--tw-filter);
}

#coupons-plus-admin .invert {
  --tw-invert: invert(100%);
  filter: var(--tw-filter);
}

#coupons-plus-admin .filter {
  filter: var(--tw-filter);
  filter: var(--tw-filter);
  filter: var(--tw-filter);
  filter: var(--tw-filter);
  filter: var(--tw-filter);
  filter: var(--tw-filter);
  filter: var(--tw-filter);
  filter: var(--tw-filter);
  filter: var(--tw-filter);
  filter: var(--tw-filter);
  filter: var(--tw-filter);
  filter: var(--tw-filter);
  filter: var(--tw-filter);
  filter: var(--tw-filter);
  filter: var(--tw-filter);
  filter: var(--tw-filter);
  filter: var(--tw-filter);
  filter: var(--tw-filter);
  filter: var(--tw-filter);
  filter: var(--tw-filter);
  filter: var(--tw-filter);
  filter: var(--tw-filter);
  filter: var(--tw-filter);
  filter: var(--tw-filter);
}

#coupons-plus-admin .backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-filter);
}

#coupons-plus-admin .backdrop-blur-\[8px\] {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-filter);
}

#coupons-plus-admin .backdrop-blur-\[16px\] {
  --tw-backdrop-blur: blur(16px);
  backdrop-filter: var(--tw-backdrop-filter);
}

#coupons-plus-admin .backdrop-blur-\[12px\] {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-filter);
}

#coupons-plus-admin .\!backdrop-blur-\[12px\] {
  --tw-backdrop-blur: blur(12px) !important;
  backdrop-filter: var(--tw-backdrop-filter) !important;
}

#coupons-plus-admin .backdrop-blur-\[1px\] {
  --tw-backdrop-blur: blur(1px);
  backdrop-filter: var(--tw-backdrop-filter);
}

#coupons-plus-admin .backdrop-blur-\[20px\] {
  --tw-backdrop-blur: blur(20px);
  backdrop-filter: var(--tw-backdrop-filter);
}

#coupons-plus-admin .backdrop-blur-\[14px\] {
  --tw-backdrop-blur: blur(14px);
  backdrop-filter: var(--tw-backdrop-filter);
}

#coupons-plus-admin .backdrop-filter {
  backdrop-filter: var(--tw-backdrop-filter);
}

#coupons-plus-admin .transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#coupons-plus-admin .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#coupons-plus-admin .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#coupons-plus-admin .transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#coupons-plus-admin .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#coupons-plus-admin .transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#coupons-plus-admin .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#coupons-plus-admin .transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#coupons-plus-admin .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#coupons-plus-admin .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#coupons-plus-admin .transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#coupons-plus-admin .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#coupons-plus-admin .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#coupons-plus-admin .transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#coupons-plus-admin .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#coupons-plus-admin .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#coupons-plus-admin .transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#coupons-plus-admin .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#coupons-plus-admin .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#coupons-plus-admin .transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#coupons-plus-admin .duration-150 {
  transition-duration: 150ms;
}

#coupons-plus-admin .duration-200 {
  transition-duration: 200ms;
}

#coupons-plus-admin .duration-300 {
  transition-duration: 300ms;
}

#coupons-plus-admin .duration-500 {
  transition-duration: 500ms;
}

#coupons-plus-admin .duration-75 {
  transition-duration: 75ms;
}

#coupons-plus-admin .duration-\[300\] {
  transition-duration: 300;
}

#coupons-plus-admin .duration-75 {
  transition-duration: 75ms;
  transition-duration: 75ms;
  transition-duration: 75ms;
  transition-duration: 75ms;
  transition-duration: 75ms;
  transition-duration: 75ms;
  transition-duration: 75ms;
  transition-duration: 75ms;
  transition-duration: 75ms;
  transition-duration: 75ms;
  transition-duration: 75ms;
}

#coupons-plus-admin .duration-150 {
  transition-duration: 150ms;
}

#coupons-plus-admin .duration-200 {
  transition-duration: 200ms;
  transition-duration: 200ms;
  transition-duration: 200ms;
  transition-duration: 200ms;
}

#coupons-plus-admin .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#coupons-plus-admin .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

#coupons-plus-admin .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#coupons-plus-admin .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: scale(0.88);
    transform-origin: top left;
  }

  to {
    opacity: 1;
    transform: scale(1);
    transform-origin: top left;
  }
}

.animate-fadeIn {
  animation: fadeIn 0.15s ease;
}

#adminmenu img,
.wp-menu-image,
.wp-menu-image::before {
  border-style: none;
}

#coupons-plus-admin *,
 #coupons-plus * {
  text-wrap: auto;
}

#coupons-plus-admin input[type='text']:focus,
input[type='text']:focus {
  box-shadow: none;
}

#coupons-plus-admin div .react-flow__node,
#coupons-plus-admin .react-flow__edge-path,
#coupons-plus-admin .react-flow__edge {
  transition: transform 0.2s ease-out;
  visibility: visible !important;
}

#coupons-plus-admin input,
 #coupons-plus-admin [data-vaul-drawer] input,
 #coupons-plus-admin [data-vaul-overlay] input,
 #coupons-plus-admin .cp-select__menu-portal input,
 #coupons-plus-admin .cp-hot-toast-container input {
  min-height: initial;
}

#coupons-plus-admin li,
 #coupons-plus-admin [data-vaul-drawer] li,
 #coupons-plus-admin [data-vaul-overlay] li,
 #coupons-plus-admin .cp-select__menu-portal li,
 #coupons-plus-admin .cp-hot-toast-container li {
  margin: 0;
}

#coupons-plus-admin p,
 #coupons-plus-admin [data-vaul-drawer] p,
 #coupons-plus-admin [data-vaul-overlay] p,
 #coupons-plus-admin .cp-select__menu-portal p,
 #coupons-plus-admin .cp-hot-toast-container p {
  margin: 0;
}

#coupons-plus-admin [data-vaul-drawer], #coupons-plus-admin [data-vaul-overlay], #coupons-plus-admin .cp-select__menu-portal, #coupons-plus-admin .cp-hot-toast-container {
  font-family: Host Grotesk, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#coupons-plus {
  font-family: Host Grotesk, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /*font-family: 'Host Grotesk', sans-serif;*/
  position: absolute;
  width: 100%;
  /*
        precondtions:
        padding: 0;
         height: calc(100vh - 92px);
    */
  height: calc(100vh - 90px);
  top: 0;
  z-index: 1002;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgba(247, 249, 250, var(--tw-bg-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#coupons-plus button:focus {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* React Select menu transitions */

#coupons-plus [class*="menu"] {
  transition: opacity 0.15s ease-out, transform 0.15s ease-out !important;
}

#coupons-plus .cp-select__multi-value__label {
  white-space: normal;
}

#coupons-plus .cp-select__clear-indicator, #coupons-plus .cp-select__dropdown-indicator {
  padding-left: 4px;
  padding-right: 4px;
}

#coupons-plus .cp-select__control {
  display: flex;
  min-height: 40px;
  cursor: default;
  user-select: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#coupons-plus .cp-select__control > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4px * var(--tw-space-x-reverse));
  margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
}

#coupons-plus .cp-select__control {
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(187, 199, 209, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(247, 249, 250, var(--tw-bg-opacity));
  text-align: left;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

#coupons-plus .cp-select__control:hover {
  cursor: pointer;
}

#coupons-plus .cp-select__control:focus {
  --tw-border-opacity: 1;
  border-color: rgba(34, 155, 255, var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#coupons-plus .cp-select__multi-value {
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgba(232, 236, 240, var(--tw-bg-opacity));
}

#coupons-plus .overflow-initial {
  overflow: initial;
}

.\!overflow-initial {
  overflow: initial !important;
}

.\!flex-wrap-initial {
  flex-wrap: initial !important;
}

.no-spin-button::-webkit-inner-spin-button {
  display: none !important;
}

#coupons-plus-admin .react-datepicker__header {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(67, 85, 99, var(--tw-text-opacity));
}

#coupons-plus-admin .react-datepicker__day--keyboard-selected {
  background-color: transparent;
}

#coupons-plus-admin .before\:absolute::before {
  content: "";
  position: absolute;
}

#coupons-plus-admin .before\:top-2::before {
  content: "";
  top: 8px;
}

#coupons-plus-admin .before\:z-negative-1::before {
  content: "";
  z-index: -1;
}

#coupons-plus-admin .before\:block::before {
  content: "";
  display: block;
}

#coupons-plus-admin .before\:h-full::before {
  content: "";
  height: 100%;
}

#coupons-plus-admin .before\:w-\[92\%\]::before {
  content: "";
  width: 92%;
}

#coupons-plus-admin .before\:rounded-3::before {
  content: "";
  border-radius: 12px;
}

#coupons-plus-admin .before\:bg-\[\#eceff1\]::before {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(236, 239, 241, var(--tw-bg-opacity));
}

#coupons-plus-admin .after\:absolute::after {
  content: "";
  position: absolute;
}

#coupons-plus-admin .after\:-bottom-4::after {
  content: "";
  bottom: -16px;
}

#coupons-plus-admin .after\:-left-0::after {
  content: "";
  left: 0px;
}

#coupons-plus-admin .after\:block::after {
  content: "";
  display: block;
}

#coupons-plus-admin .after\:h-\[2px\]::after {
  content: "";
  height: 2px;
}

#coupons-plus-admin .after\:w-full::after {
  content: "";
  width: 100%;
}

#coupons-plus-admin .after\:bg-purple-tint-60::after {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(151, 154, 216, var(--tw-bg-opacity));
}

#coupons-plus-admin .first\:mt-0:first-child {
  margin-top: 0px;
}

#coupons-plus-admin .first\:pl-0:first-child {
  padding-left: 0px;
}

#coupons-plus-admin .first\:pt-\[2px\]:first-child {
  padding-top: 2px;
}

#coupons-plus-admin .last\:hidden:last-child {
  display: none;
  display: none;
  display: none;
  display: none;
  display: none;
  display: none;
}

#coupons-plus-admin .last\:border-none:last-child {
  border-style: none;
}

#coupons-plus-admin .empty\:hidden:empty {
  display: none;
  display: none;
  display: none;
  display: none;
}

#coupons-plus-admin .focus-within\:\!border-gray-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 174, 188, var(--tw-border-opacity)) !important;
}

#coupons-plus-admin .focus-within\:\!ring-\[3px\]:focus-within {
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

#coupons-plus-admin .focus-within\:\!ring-gray-250:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 211, 219, var(--tw-ring-opacity)) !important;
}

#coupons-plus-admin .focus-within\:\!ring-opacity-40:focus-within {
  --tw-ring-opacity: 0.4 !important;
}

#coupons-plus-admin .focus-within\:\!ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px !important;
}

#coupons-plus-admin .hover\:scale-\[1\.08\]:hover {
  --tw-scale-x: 1.08;
  --tw-scale-y: 1.08;
  transform: var(--tw-transform);
}

#coupons-plus-admin .hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: var(--tw-transform);
}

#coupons-plus-admin .hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: var(--tw-transform);
}

#coupons-plus-admin .hover\:scale-\[1\.03\]:hover {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  transform: var(--tw-transform);
}

#coupons-plus-admin .hover\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: var(--tw-transform);
}

#coupons-plus-admin .hover\:scale-\[1\.15\]:hover {
  --tw-scale-x: 1.15;
  --tw-scale-y: 1.15;
  transform: var(--tw-transform);
}

#coupons-plus-admin .hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: var(--tw-transform);
}

#coupons-plus-admin .hover\:scale-\[1\.005\]:hover {
  --tw-scale-x: 1.005;
  --tw-scale-y: 1.005;
  transform: var(--tw-transform);
}

#coupons-plus-admin .hover\:scale-\[1\.15\]:hover {
  --tw-scale-x: 1.15;
  --tw-scale-y: 1.15;
  transform: var(--tw-transform);
}

#coupons-plus-admin .hover\:cursor-pointer:hover {
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
}

#coupons-plus-admin .hover\:border-none:hover {
  border-style: none;
  border-style: none;
}

#coupons-plus-admin .hover\:border-blue-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(34, 155, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purple-tint-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(169, 171, 223, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-\[\#6498ed\]:hover {
  --tw-border-opacity: 1;
  border-color: rgba(100, 152, 237, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purple-tint-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(151, 154, 216, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purple-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(82, 86, 190, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-transparent:hover {
  border-color: transparent;
}

#coupons-plus-admin .hover\:border-green-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(246, 250, 243, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-green-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(237, 246, 231, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-green-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(228, 241, 220, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-green-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(219, 237, 208, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-green-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(211, 232, 196, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-green-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(202, 227, 184, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-green-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(193, 223, 172, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-green-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(184, 218, 161, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-green-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(175, 214, 149, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-green-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(166, 209, 137, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-green-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(153, 192, 126, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-green-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(139, 176, 115, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-green-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(126, 159, 104, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-red-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 243, 243, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-red-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 230, 230, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-red-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(248, 218, 218, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-red-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 205, 206, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-red-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(243, 193, 194, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-red-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(241, 180, 181, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-red-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(238, 168, 169, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-red-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 155, 157, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-red-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(233, 143, 144, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-red-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(231, 130, 132, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-red-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(213, 120, 121, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-red-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(194, 109, 111, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-red-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(176, 99, 100, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yellow-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 249, 244, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yellow-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 242, 233, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yellow-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(248, 237, 222, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yellow-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 232, 211, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yellow-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(242, 227, 200, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yellow-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 222, 189, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yellow-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(237, 217, 179, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yellow-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(234, 212, 168, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yellow-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(232, 207, 157, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yellow-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(229, 200, 144, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yellow-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(211, 184, 131, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yellow-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(192, 167, 119, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yellow-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(173, 150, 106, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-maroon-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 251, 251, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-maroon-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 246, 247, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-maroon-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 239, 239, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-maroon-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 227, 232, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-maroon-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(248, 215, 220, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-maroon-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(246, 202, 208, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-maroon-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 190, 196, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-maroon-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(242, 178, 184, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-maroon-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(240, 166, 172, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-maroon-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(238, 153, 160, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-maroon-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(218, 140, 147, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-maroon-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(198, 127, 134, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-maroon-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(178, 115, 121, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-peach-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 248, 246, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-peach-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 237, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-peach-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 232, 224, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-peach-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 223, 210, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-peach-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 214, 196, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-peach-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 205, 182, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-peach-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(248, 196, 168, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-peach-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(247, 187, 155, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-peach-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(246, 178, 141, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-peach-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 169, 127, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-peach-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(221, 153, 115, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-peach-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(198, 137, 102, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-peach-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(174, 121, 90, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sapphire-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(241, 252, 254, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sapphire-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(227, 249, 252, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sapphire-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(214, 244, 250, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sapphire-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(200, 238, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sapphire-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(186, 232, 246, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sapphire-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(172, 225, 244, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sapphire-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(158, 219, 242, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sapphire-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(144, 212, 240, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sapphire-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(130, 206, 238, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sapphire-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(116, 199, 236, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sapphire-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(105, 179, 212, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sapphire-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(93, 159, 189, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sapphire-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(82, 140, 165, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lavender-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 252, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lavender-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(247, 249, 254, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lavender-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 242, 254, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lavender-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(231, 235, 253, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lavender-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(223, 228, 253, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lavender-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(214, 220, 253, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lavender-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(206, 213, 253, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lavender-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(197, 205, 253, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lavender-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(189, 198, 254, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lavender-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(180, 190, 254, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lavender-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(163, 171, 223, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lavender-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(145, 152, 200, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lavender-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(128, 133, 177, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mauve-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 249, 254, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mauve-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 243, 252, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mauve-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 235, 250, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mauve-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(241, 227, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mauve-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 218, 246, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mauve-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(230, 208, 243, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mauve-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(225, 198, 241, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mauve-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(219, 187, 238, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mauve-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(212, 175, 235, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mauve-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(202, 158, 230, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mauve-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(184, 144, 209, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mauve-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(167, 131, 189, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mauve-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(149, 118, 169, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-fuchsiared-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 244, 244, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-fuchsiared-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 233, 233, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-fuchsiared-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 217, 218, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-fuchsiared-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 202, 204, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-fuchsiared-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 183, 186, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-fuchsiared-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 163, 168, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-fuchsiared-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 143, 151, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-fuchsiared-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 117, 131, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-fuchsiared-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 87, 112, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-fuchsiared-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 0, 84, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-fuchsiared-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(233, 14, 77, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-fuchsiared-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(210, 21, 71, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-fuchsiared-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(189, 25, 64, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustard-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 242, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustard-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 229, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustard-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 240, 212, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustard-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 234, 194, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustard-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 227, 173, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustard-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 220, 151, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustard-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 213, 130, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustard-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 204, 103, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustard-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 196, 74, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustard-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(247, 184, 1, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustard-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(225, 168, 10, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustard-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(204, 152, 16, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustard-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(183, 136, 19, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-hwpyellow-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 252, 245, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-hwpyellow-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 249, 235, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-hwpyellow-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 245, 222, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-hwpyellow-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 209, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-hwpyellow-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 235, 192, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-hwpyellow-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 230, 176, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-hwpyellow-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 225, 159, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-hwpyellow-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 219, 139, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-hwpyellow-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(247, 214, 119, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-hwpyellow-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(242, 205, 87, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-hwpyellow-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(220, 187, 80, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-hwpyellow-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(199, 169, 74, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-hwpyellow-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(179, 151, 67, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-oceanic-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 249, 251, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-oceanic-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(233, 243, 247, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-oceanic-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(218, 235, 241, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-oceanic-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(203, 227, 236, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-oceanic-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(184, 217, 229, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-oceanic-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(165, 208, 223, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-oceanic-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(146, 198, 216, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-oceanic-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(121, 187, 208, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-oceanic-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(93, 175, 200, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-oceanic-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(33, 158, 188, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-oceanic-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(35, 144, 171, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-oceanic-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(35, 131, 155, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-oceanic-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(35, 118, 139, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greena-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 249, 251, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greena-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(233, 243, 247, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greena-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(218, 235, 241, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greena-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(203, 227, 236, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greena-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(184, 217, 229, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greena-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(165, 208, 223, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greena-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(146, 198, 216, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greena-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(121, 187, 208, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greena-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(93, 175, 200, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greena-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(33, 158, 188, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greena-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(35, 144, 171, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greena-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(35, 131, 155, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greena-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(35, 118, 139, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenb-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(247, 252, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenb-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 249, 242, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenb-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(228, 244, 233, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenb-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(218, 240, 224, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenb-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(204, 235, 213, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenb-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(191, 229, 202, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenb-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(177, 224, 191, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenb-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(161, 217, 179, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenb-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(144, 210, 166, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenb-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(118, 200, 147, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenb-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(108, 182, 134, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenb-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(99, 165, 122, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenb-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(89, 148, 110, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayish-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 246, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayish-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(234, 237, 241, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayish-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(220, 226, 232, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayish-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(207, 214, 223, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayish-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(190, 200, 212, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayish-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(173, 186, 200, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayish-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(156, 173, 189, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayish-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(136, 156, 176, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayish-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(117, 140, 163, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayish-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(87, 117, 144, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayish-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(80, 107, 132, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayish-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(73, 98, 119, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayish-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(67, 88, 108, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayishb-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(242, 244, 246, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayishb-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(230, 232, 237, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayishb-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(213, 217, 225, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayishb-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(196, 202, 213, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayishb-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(176, 184, 198, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayishb-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(156, 166, 184, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayishb-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(136, 149, 170, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayishb-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(112, 128, 153, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayishb-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(89, 109, 136, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayishb-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(53, 80, 112, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayishb-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(50, 74, 103, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayishb-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(46, 67, 93, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplegrayishb-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(42, 61, 84, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-brightlavender-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(248, 246, 254, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-brightlavender-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(240, 238, 253, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-brightlavender-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(231, 227, 252, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-brightlavender-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(221, 215, 251, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-brightlavender-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(208, 202, 249, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-brightlavender-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(195, 188, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-brightlavender-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(181, 174, 246, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-brightlavender-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(165, 159, 243, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-brightlavender-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(147, 143, 241, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-brightlavender-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(118, 120, 237, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-brightlavender-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(109, 110, 216, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-brightlavender-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(99, 100, 195, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-brightlavender-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(90, 90, 175, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenc-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 244, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenc-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(242, 244, 234, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenc-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(233, 237, 220, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenc-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(224, 230, 206, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenc-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(213, 222, 189, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenc-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(202, 213, 172, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenc-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(191, 204, 155, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenc-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(178, 194, 135, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenc-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(165, 184, 115, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenc-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(144, 169, 85, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenc-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(132, 154, 78, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenc-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(120, 140, 72, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-greenc-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(108, 126, 65, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lbrightred-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 246, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lbrightred-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 237, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lbrightred-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 225, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lbrightred-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 214, 213, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lbrightred-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 200, 198, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lbrightred-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 185, 183, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lbrightred-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(246, 170, 169, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lbrightred-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(242, 153, 152, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lbrightred-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(237, 135, 135, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lbrightred-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(229, 107, 111, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lbrightred-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 98, 102, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lbrightred-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(189, 90, 93, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lbrightred-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(169, 81, 84, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-llred-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 245, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-llred-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 234, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-llred-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 224, 221, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-llred-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 212, 208, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-llred-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 196, 191, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-llred-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 180, 175, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-llred-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 164, 159, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-llred-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 145, 140, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-llred-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 124, 122, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-llred-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 90, 95, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-llred-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(232, 83, 87, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-llred-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(210, 77, 80, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-llred-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(188, 70, 72, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sea-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(246, 248, 254, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sea-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(237, 242, 253, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sea-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(225, 233, 252, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sea-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(212, 224, 251, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sea-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(196, 213, 250, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sea-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(180, 202, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sea-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(163, 192, 247, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sea-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(141, 179, 245, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sea-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(117, 167, 242, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sea-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(72, 149, 239, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sea-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(68, 136, 218, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sea-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(64, 123, 197, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-sea-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(60, 111, 176, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-vintagecoral-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 249, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-vintagecoral-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 242, 241, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-vintagecoral-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 234, 231, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-vintagecoral-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 225, 222, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-vintagecoral-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 214, 210, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-vintagecoral-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 204, 198, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-vintagecoral-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 193, 187, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-vintagecoral-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 180, 173, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-vintagecoral-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 167, 160, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-vintagecoral-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 147, 140, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-vintagecoral-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(231, 134, 128, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-vintagecoral-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 122, 116, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-vintagecoral-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(187, 110, 105, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-coolgreen-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 253, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-coolgreen-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 250, 240, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-coolgreen-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(237, 247, 230, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-coolgreen-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(229, 243, 220, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-coolgreen-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(220, 239, 208, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-coolgreen-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(210, 235, 196, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-coolgreen-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(201, 231, 184, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-coolgreen-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(189, 226, 169, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-coolgreen-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(178, 221, 155, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-coolgreen-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(160, 213, 133, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-coolgreen-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(146, 194, 122, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-coolgreen-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(133, 175, 111, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-coolgreen-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(119, 157, 100, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-limegreen-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 251, 247, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-limegreen-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 246, 240, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-limegreen-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 240, 230, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-limegreen-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(232, 234, 220, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-limegreen-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(224, 227, 207, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-limegreen-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(216, 220, 195, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-limegreen-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(208, 213, 182, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-limegreen-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(198, 204, 168, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-limegreen-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(189, 196, 153, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-limegreen-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(174, 183, 132, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-limegreen-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(159, 167, 121, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-limegreen-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(144, 151, 110, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-limegreen-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(129, 136, 99, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lillac-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 241, 246, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lillac-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(243, 227, 238, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lillac-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(235, 209, 227, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lillac-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(227, 191, 216, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lillac-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(216, 169, 202, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lillac-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(205, 146, 188, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lillac-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(194, 124, 174, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lillac-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(180, 96, 158, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lillac-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(166, 68, 142, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lillac-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(143, 1, 119, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lillac-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(131, 8, 109, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lillac-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(119, 13, 99, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lillac-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(108, 16, 90, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-redish-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 243, 244, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-redish-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 231, 233, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-redish-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 216, 219, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-redish-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 200, 205, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-redish-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 180, 188, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-redish-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 160, 171, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-redish-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(246, 140, 154, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-redish-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(241, 114, 134, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-redish-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(234, 87, 115, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-redish-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(222, 26, 88, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-redish-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(203, 29, 81, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-redish-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(184, 30, 74, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-redish-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(165, 31, 67, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lighredish-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 246, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lighredish-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 238, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lighredish-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 225, 226, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lighredish-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 212, 215, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lighredish-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 197, 201, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lighredish-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 182, 187, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lighredish-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 166, 173, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lighredish-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 147, 157, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lighredish-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 128, 141, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lighredish-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(242, 96, 118, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lighredish-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(221, 89, 108, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lighredish-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(200, 81, 98, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-lighredish-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(179, 74, 89, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustardtwo-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 245, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustardtwo-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 235, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustardtwo-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 222, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustardtwo-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 235, 209, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustardtwo-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 192, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustardtwo-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 221, 176, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustardtwo-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 214, 160, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustardtwo-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 205, 141, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustardtwo-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 197, 121, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustardtwo-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 185, 91, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustardtwo-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(228, 169, 84, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustardtwo-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(206, 153, 77, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-mustardtwo-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(184, 137, 70, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedmustard-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 253, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedmustard-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 250, 240, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedmustard-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 247, 231, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedmustard-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 244, 221, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedmustard-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 239, 209, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedmustard-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 235, 197, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedmustard-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 231, 185, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedmustard-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 227, 170, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedmustard-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 222, 156, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedmustard-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 215, 134, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedmustard-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(232, 196, 123, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedmustard-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(210, 177, 112, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedmustard-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(188, 159, 101, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-navysilverish-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(246, 247, 250, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-navysilverish-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(237, 239, 244, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-navysilverish-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(225, 229, 237, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-navysilverish-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(213, 219, 230, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-navysilverish-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(198, 206, 222, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-navysilverish-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(183, 194, 213, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-navysilverish-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(168, 182, 205, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-navysilverish-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(150, 167, 194, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-navysilverish-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(132, 153, 184, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-navysilverish-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(105, 132, 169, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-navysilverish-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(96, 121, 154, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-navysilverish-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(88, 110, 140, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-navysilverish-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(80, 99, 126, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedpurple-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 248, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedpurple-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedpurple-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(233, 233, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedpurple-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(224, 224, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedpurple-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(213, 213, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedpurple-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(201, 202, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedpurple-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(189, 191, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedpurple-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(174, 179, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedpurple-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(158, 166, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedpurple-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(132, 148, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedpurple-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(121, 135, 232, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedpurple-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(111, 123, 210, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedpurple-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(100, 110, 187, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplishblue-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(248, 245, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplishblue-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(240, 236, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplishblue-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(230, 223, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplishblue-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(219, 210, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplishblue-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(206, 195, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplishblue-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(192, 179, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplishblue-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(177, 164, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplishblue-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(158, 146, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplishblue-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(137, 129, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplishblue-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(99, 103, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplishblue-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(92, 95, 232, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplishblue-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(85, 86, 210, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purplishblue-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(78, 78, 188, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedlightblue-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(247, 250, 252, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedlightblue-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 244, 249, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedlightblue-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(229, 237, 245, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedlightblue-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(219, 231, 241, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedlightblue-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(206, 222, 236, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedlightblue-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(193, 213, 231, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedlightblue-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(180, 205, 227, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedlightblue-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(164, 195, 221, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedlightblue-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(147, 185, 215, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedlightblue-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(122, 170, 206, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedlightblue-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(112, 155, 188, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedlightblue-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(102, 141, 170, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-washedlightblue-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(92, 126, 152, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurple-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 248, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurple-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(242, 241, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurple-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(234, 232, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurple-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(225, 223, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurple-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(214, 212, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurple-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(202, 201, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurple-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(191, 190, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurple-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(176, 177, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurple-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(160, 164, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurple-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(135, 145, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurple-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(124, 133, 232, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurple-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(113, 120, 210, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurple-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(102, 108, 187, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurplishblue-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurplishblue-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(242, 244, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurplishblue-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(233, 236, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurplishblue-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(225, 229, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurplishblue-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(213, 220, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurplishblue-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(202, 211, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurplishblue-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(190, 202, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurplishblue-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(175, 192, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurplishblue-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(160, 181, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurplishblue-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(135, 166, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurplishblue-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(124, 152, 232, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurplishblue-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(113, 137, 210, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherpurplishblue-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(102, 123, 187, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherwashedblue-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 252, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherwashedblue-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(242, 249, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherwashedblue-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(234, 245, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherwashedblue-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(225, 241, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherwashedblue-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(214, 237, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherwashedblue-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(202, 232, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherwashedblue-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(190, 227, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherwashedblue-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(176, 221, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherwashedblue-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(160, 215, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherwashedblue-normal:hover {
  --tw-border-opacity: 1;
  border-color: rgba(135, 207, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherwashedblue-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(124, 189, 232, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherwashedblue-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(113, 171, 209, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-yetanotherwashedblue-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(102, 153, 187, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purple-tint-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(238, 238, 249, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purple-tint-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(220, 221, 242, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purple-tint-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(203, 204, 236, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purple-tint-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(186, 187, 229, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purple-tint-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(134, 137, 210, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purple-tint-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(117, 120, 203, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purple-tint-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(99, 103, 197, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-purple-shade-5:hover {
  --tw-border-opacity: 1;
  border-color: rgba(78, 82, 181, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-gray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(247, 249, 250, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-gray-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(240, 242, 245, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(187, 199, 209, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(156, 174, 188, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(126, 149, 167, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(98, 124, 144, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-gray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(77, 98, 114, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-gray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(57, 72, 84, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-gray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(36, 46, 53, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-gray-1000:hover {
  --tw-border-opacity: 1;
  border-color: rgba(15, 20, 23, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-blue-10:hover {
  --tw-border-opacity: 1;
  border-color: rgba(233, 245, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-blue-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(189, 225, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-blue-40:hover {
  --tw-border-opacity: 1;
  border-color: rgba(167, 215, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-blue-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(145, 205, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-blue-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(122, 195, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-blue-70:hover {
  --tw-border-opacity: 1;
  border-color: rgba(100, 185, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-blue-80:hover {
  --tw-border-opacity: 1;
  border-color: rgba(78, 175, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-blue-90:hover {
  --tw-border-opacity: 1;
  border-color: rgba(56, 165, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-blue-shade-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(31, 140, 230, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-blue-shade-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(27, 124, 204, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-blue-shade-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(24, 109, 179, var(--tw-border-opacity));
}

#coupons-plus-admin .hover\:border-opacity-\[\.80\]:hover {
  --tw-border-opacity: .80;
}

#coupons-plus-admin .hover\:bg-gray-350:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(171, 186, 198, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 174, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 249, 250, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purple-tint-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 238, 249, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-gray-250:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 211, 219, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-blue-tint-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(145, 205, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purple-tint-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 221, 242, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-\[\#eef4fd\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 244, 253, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-gray-150:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 236, 240, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-transparent:hover {
  background-color: transparent;
}

#coupons-plus-admin .hover\:bg-green-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 250, 243, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-green-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 246, 231, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-green-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 241, 220, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-green-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 237, 208, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(211, 232, 196, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-green-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 227, 184, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-green-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(193, 223, 172, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-green-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 218, 161, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-green-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(175, 214, 149, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-green-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(166, 209, 137, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-green-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 192, 126, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-green-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 176, 115, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-green-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 159, 104, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-red-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 243, 243, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-red-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 230, 230, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-red-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 218, 218, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-red-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 205, 206, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 193, 194, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-red-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 180, 181, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-red-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 168, 169, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-red-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 155, 157, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-red-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 143, 144, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-red-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 130, 132, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-red-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 120, 121, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-red-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 109, 111, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-red-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(176, 99, 100, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yellow-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 249, 244, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yellow-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 242, 233, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yellow-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 237, 222, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yellow-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 232, 211, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yellow-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 227, 200, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yellow-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 222, 189, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yellow-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 217, 179, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yellow-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 212, 168, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yellow-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 207, 157, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yellow-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 200, 144, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yellow-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(211, 184, 131, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yellow-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 167, 119, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yellow-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(173, 150, 106, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-maroon-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 251, 251, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-maroon-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 246, 247, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-maroon-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 239, 239, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-maroon-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 227, 232, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-maroon-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 215, 220, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-maroon-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 202, 208, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-maroon-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 190, 196, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-maroon-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 178, 184, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-maroon-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 166, 172, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-maroon-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 153, 160, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-maroon-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 140, 147, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-maroon-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(198, 127, 134, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-maroon-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(178, 115, 121, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-peach-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 248, 246, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-peach-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 237, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-peach-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 232, 224, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-peach-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 223, 210, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-peach-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 214, 196, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-peach-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 205, 182, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-peach-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 196, 168, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-peach-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 187, 155, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-peach-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 178, 141, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-peach-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 169, 127, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-peach-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 153, 115, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-peach-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(198, 137, 102, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-peach-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(174, 121, 90, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sapphire-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 252, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sapphire-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 249, 252, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sapphire-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 244, 250, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sapphire-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(200, 238, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sapphire-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 232, 246, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sapphire-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(172, 225, 244, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sapphire-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(158, 219, 242, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sapphire-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(144, 212, 240, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sapphire-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(130, 206, 238, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sapphire-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(116, 199, 236, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sapphire-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(105, 179, 212, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sapphire-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(93, 159, 189, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sapphire-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 140, 165, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lavender-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 252, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lavender-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 249, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lavender-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 242, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lavender-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 235, 253, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lavender-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(223, 228, 253, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lavender-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 220, 253, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lavender-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 213, 253, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lavender-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(197, 205, 253, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lavender-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 198, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lavender-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 190, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lavender-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 171, 223, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lavender-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(145, 152, 200, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lavender-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(128, 133, 177, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mauve-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 249, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mauve-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 243, 252, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mauve-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 235, 250, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mauve-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 227, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mauve-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 218, 246, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mauve-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 208, 243, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mauve-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 198, 241, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mauve-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 187, 238, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mauve-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 175, 235, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mauve-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 158, 230, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mauve-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 144, 209, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mauve-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 131, 189, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mauve-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(149, 118, 169, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-fuchsiared-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 244, 244, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-fuchsiared-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 233, 233, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-fuchsiared-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 217, 218, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-fuchsiared-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 202, 204, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-fuchsiared-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 183, 186, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-fuchsiared-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 163, 168, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-fuchsiared-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 143, 151, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-fuchsiared-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 117, 131, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-fuchsiared-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 87, 112, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-fuchsiared-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 0, 84, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-fuchsiared-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 14, 77, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-fuchsiared-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(210, 21, 71, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-fuchsiared-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 25, 64, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustard-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 242, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustard-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustard-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 240, 212, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustard-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 234, 194, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustard-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 227, 173, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustard-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 220, 151, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustard-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 213, 130, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustard-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 204, 103, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustard-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 196, 74, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustard-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 184, 1, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustard-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 168, 10, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustard-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 152, 16, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustard-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(183, 136, 19, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-hwpyellow-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 252, 245, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-hwpyellow-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 249, 235, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-hwpyellow-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 245, 222, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-hwpyellow-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 209, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-hwpyellow-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 192, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-hwpyellow-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 230, 176, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-hwpyellow-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 225, 159, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-hwpyellow-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 219, 139, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-hwpyellow-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 214, 119, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-hwpyellow-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 205, 87, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-hwpyellow-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 187, 80, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-hwpyellow-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 169, 74, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-hwpyellow-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(179, 151, 67, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-oceanic-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 249, 251, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-oceanic-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 243, 247, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-oceanic-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 235, 241, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-oceanic-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 227, 236, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-oceanic-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 217, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-oceanic-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 208, 223, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-oceanic-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 198, 216, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-oceanic-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(121, 187, 208, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-oceanic-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(93, 175, 200, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-oceanic-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(33, 158, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-oceanic-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 144, 171, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-oceanic-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 131, 155, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-oceanic-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 118, 139, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greena-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 249, 251, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greena-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 243, 247, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greena-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 235, 241, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greena-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 227, 236, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greena-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 217, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greena-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 208, 223, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greena-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 198, 216, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greena-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(121, 187, 208, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greena-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(93, 175, 200, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greena-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(33, 158, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greena-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 144, 171, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greena-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 131, 155, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greena-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 118, 139, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenb-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenb-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 249, 242, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenb-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 244, 233, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenb-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 240, 224, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenb-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 235, 213, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenb-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 229, 202, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenb-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(177, 224, 191, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenb-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 217, 179, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenb-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(144, 210, 166, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenb-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(118, 200, 147, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenb-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 182, 134, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenb-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 165, 122, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenb-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(89, 148, 110, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayish-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 246, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayish-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 237, 241, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayish-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 226, 232, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayish-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 214, 223, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayish-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 200, 212, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayish-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(173, 186, 200, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayish-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 173, 189, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayish-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 156, 176, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayish-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(117, 140, 163, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayish-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 117, 144, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayish-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(80, 107, 132, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayish-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(73, 98, 119, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayish-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 88, 108, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayishb-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 244, 246, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayishb-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 232, 237, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayishb-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 217, 225, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayishb-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 202, 213, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayishb-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(176, 184, 198, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayishb-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 166, 184, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayishb-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 149, 170, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayishb-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 128, 153, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayishb-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(89, 109, 136, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayishb-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(53, 80, 112, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayishb-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(50, 74, 103, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayishb-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(46, 67, 93, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplegrayishb-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(42, 61, 84, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-brightlavender-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 246, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-brightlavender-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 238, 253, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-brightlavender-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 227, 252, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-brightlavender-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 215, 251, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-brightlavender-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(208, 202, 249, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-brightlavender-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(195, 188, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-brightlavender-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(181, 174, 246, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-brightlavender-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 159, 243, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-brightlavender-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 143, 241, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-brightlavender-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(118, 120, 237, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-brightlavender-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 110, 216, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-brightlavender-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 100, 195, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-brightlavender-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(90, 90, 175, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenc-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 244, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenc-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 244, 234, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenc-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 237, 220, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenc-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 230, 206, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenc-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 222, 189, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenc-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 213, 172, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenc-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 204, 155, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenc-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(178, 194, 135, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenc-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 184, 115, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenc-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(144, 169, 85, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenc-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 154, 78, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenc-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 140, 72, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-greenc-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 126, 65, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lbrightred-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 246, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lbrightred-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 237, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lbrightred-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 225, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lbrightred-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 214, 213, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lbrightred-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 200, 198, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lbrightred-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 185, 183, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lbrightred-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 170, 169, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lbrightred-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 153, 152, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lbrightred-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 135, 135, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lbrightred-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 107, 111, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lbrightred-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 98, 102, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lbrightred-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 90, 93, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lbrightred-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(169, 81, 84, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-llred-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 245, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-llred-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 234, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-llred-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 224, 221, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-llred-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 212, 208, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-llred-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 196, 191, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-llred-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 180, 175, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-llred-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 164, 159, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-llred-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 145, 140, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-llred-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 124, 122, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-llred-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 90, 95, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-llred-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 83, 87, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-llred-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(210, 77, 80, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-llred-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(188, 70, 72, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sea-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 248, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sea-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 242, 253, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sea-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 233, 252, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sea-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 224, 251, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sea-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 213, 250, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sea-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 202, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sea-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 192, 247, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sea-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(141, 179, 245, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sea-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(117, 167, 242, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sea-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(72, 149, 239, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sea-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 136, 218, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sea-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 123, 197, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-sea-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(60, 111, 176, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-vintagecoral-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 249, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-vintagecoral-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 242, 241, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-vintagecoral-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 234, 231, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-vintagecoral-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 225, 222, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-vintagecoral-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 214, 210, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-vintagecoral-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 204, 198, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-vintagecoral-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 193, 187, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-vintagecoral-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 180, 173, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-vintagecoral-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 167, 160, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-vintagecoral-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 147, 140, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-vintagecoral-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 134, 128, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-vintagecoral-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 122, 116, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-vintagecoral-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 110, 105, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-coolgreen-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 253, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-coolgreen-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 250, 240, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-coolgreen-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 247, 230, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-coolgreen-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 243, 220, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-coolgreen-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 239, 208, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-coolgreen-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(210, 235, 196, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-coolgreen-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(201, 231, 184, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-coolgreen-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 226, 169, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-coolgreen-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(178, 221, 155, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-coolgreen-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(160, 213, 133, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-coolgreen-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 194, 122, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-coolgreen-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 175, 111, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-coolgreen-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(119, 157, 100, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-limegreen-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 251, 247, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-limegreen-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 246, 240, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-limegreen-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 240, 230, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-limegreen-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 234, 220, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-limegreen-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 227, 207, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-limegreen-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 220, 195, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-limegreen-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(208, 213, 182, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-limegreen-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(198, 204, 168, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-limegreen-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 196, 153, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-limegreen-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(174, 183, 132, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-limegreen-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 167, 121, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-limegreen-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(144, 151, 110, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-limegreen-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 136, 99, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lillac-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 241, 246, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lillac-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 227, 238, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lillac-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 209, 227, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lillac-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 191, 216, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lillac-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 169, 202, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lillac-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(205, 146, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lillac-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 124, 174, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lillac-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 96, 158, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lillac-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(166, 68, 142, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lillac-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(143, 1, 119, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lillac-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 8, 109, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lillac-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(119, 13, 99, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lillac-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 16, 90, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-redish-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 243, 244, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-redish-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 231, 233, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-redish-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 216, 219, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-redish-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 200, 205, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-redish-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 180, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-redish-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 160, 171, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-redish-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 140, 154, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-redish-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 114, 134, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-redish-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 87, 115, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-redish-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(222, 26, 88, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-redish-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 29, 81, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-redish-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 30, 74, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-redish-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 31, 67, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lighredish-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 246, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lighredish-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 238, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lighredish-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 225, 226, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lighredish-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 212, 215, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lighredish-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 197, 201, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lighredish-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 182, 187, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lighredish-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 166, 173, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lighredish-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 147, 157, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lighredish-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 128, 141, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lighredish-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 96, 118, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lighredish-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 89, 108, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lighredish-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(200, 81, 98, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-lighredish-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(179, 74, 89, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustardtwo-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 245, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustardtwo-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 235, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustardtwo-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 222, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustardtwo-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 209, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustardtwo-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 192, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustardtwo-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 221, 176, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustardtwo-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 214, 160, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustardtwo-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 205, 141, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustardtwo-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 197, 121, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustardtwo-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 185, 91, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustardtwo-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 169, 84, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustardtwo-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 153, 77, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-mustardtwo-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 137, 70, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedmustard-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 253, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedmustard-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 250, 240, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedmustard-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 231, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedmustard-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 244, 221, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedmustard-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 239, 209, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedmustard-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 197, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedmustard-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 231, 185, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedmustard-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 227, 170, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedmustard-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 222, 156, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedmustard-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 215, 134, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedmustard-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 196, 123, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedmustard-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(210, 177, 112, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedmustard-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(188, 159, 101, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-navysilverish-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 247, 250, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-navysilverish-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 239, 244, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-navysilverish-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 229, 237, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-navysilverish-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 219, 230, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-navysilverish-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(198, 206, 222, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-navysilverish-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(183, 194, 213, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-navysilverish-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 182, 205, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-navysilverish-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(150, 167, 194, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-navysilverish-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 153, 184, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-navysilverish-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(105, 132, 169, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-navysilverish-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 121, 154, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-navysilverish-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 110, 140, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-navysilverish-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(80, 99, 126, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedpurple-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 248, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedpurple-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedpurple-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 233, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedpurple-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 224, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedpurple-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 213, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedpurple-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(201, 202, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedpurple-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 191, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedpurple-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(174, 179, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedpurple-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(158, 166, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedpurple-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 148, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedpurple-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(121, 135, 232, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedpurple-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(111, 123, 210, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedpurple-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 110, 187, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplishblue-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 245, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplishblue-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 236, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplishblue-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 223, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplishblue-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 210, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplishblue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 195, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplishblue-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 179, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplishblue-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(177, 164, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplishblue-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(158, 146, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplishblue-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(137, 129, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplishblue-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 103, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplishblue-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(92, 95, 232, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplishblue-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(85, 86, 210, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purplishblue-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(78, 78, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedlightblue-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedlightblue-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 244, 249, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedlightblue-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 237, 245, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedlightblue-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 231, 241, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedlightblue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 222, 236, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedlightblue-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(193, 213, 231, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedlightblue-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 205, 227, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedlightblue-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(164, 195, 221, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedlightblue-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 185, 215, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedlightblue-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(122, 170, 206, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedlightblue-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 155, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedlightblue-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 141, 170, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-washedlightblue-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(92, 126, 152, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurple-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 248, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurple-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 241, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurple-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 232, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurple-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 223, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurple-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 212, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurple-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 201, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurple-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 190, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurple-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(176, 177, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurple-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(160, 164, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurple-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(135, 145, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurple-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 133, 232, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurple-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 120, 210, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurple-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 108, 187, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurplishblue-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurplishblue-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 244, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurplishblue-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 236, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurplishblue-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 229, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurplishblue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 220, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurplishblue-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 211, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurplishblue-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 202, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurplishblue-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(175, 192, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurplishblue-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(160, 181, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurplishblue-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(135, 166, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurplishblue-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 152, 232, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurplishblue-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 137, 210, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherpurplishblue-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 123, 187, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherwashedblue-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 252, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherwashedblue-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 249, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherwashedblue-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 245, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherwashedblue-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 241, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherwashedblue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 237, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherwashedblue-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 232, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherwashedblue-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 227, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherwashedblue-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(176, 221, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherwashedblue-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(160, 215, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherwashedblue-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(135, 207, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherwashedblue-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 189, 232, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherwashedblue-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 171, 209, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-yetanotherwashedblue-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 153, 187, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purple-tint-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 204, 236, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purple-tint-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 187, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purple-tint-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(169, 171, 223, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purple-tint-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(151, 154, 216, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purple-tint-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 137, 210, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purple-tint-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(117, 120, 203, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purple-tint-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 103, 197, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purple-normal:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 86, 190, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purple-shade-5:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(78, 82, 181, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purple-tint-15:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 230, 245, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-purple-tint-35:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 196, 232, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 199, 209, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 149, 167, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(98, 124, 144, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 98, 114, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(57, 72, 84, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(36, 46, 53, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-gray-1000:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 20, 23, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-blue-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 245, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-blue-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(211, 235, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-blue-30:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 225, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-blue-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 215, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(145, 205, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-blue-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(122, 195, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-blue-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 185, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-blue-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(78, 175, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-blue-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 165, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-blue-shade-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 140, 230, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-blue-shade-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(27, 124, 204, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-blue-shade-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 109, 179, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-blue-tint-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(78, 175, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:\!bg-gray-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 249, 250, var(--tw-bg-opacity)) !important;
}

#coupons-plus-admin .hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:\!bg-gray-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 249, 250, var(--tw-bg-opacity)) !important;
}

#coupons-plus-admin .hover\:bg-gray-250:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 211, 219, var(--tw-bg-opacity));
}

#coupons-plus-admin .hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5;
}

#coupons-plus-admin .hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}

#coupons-plus-admin .hover\:bg-opacity-\[\.20\]:hover {
  --tw-bg-opacity: .20;
}

#coupons-plus-admin .hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}

#coupons-plus-admin .hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3;
}

#coupons-plus-admin .hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}

#coupons-plus-admin .hover\:bg-opacity-\[\.15\]:hover {
  --tw-bg-opacity: .15;
}

#coupons-plus-admin .hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7;
}

#coupons-plus-admin .hover\:bg-opacity-\[0\.10\]:hover {
  --tw-bg-opacity: 0.10;
}

#coupons-plus-admin .hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6;
}

#coupons-plus-admin .hover\:\!bg-opacity-80:hover {
  --tw-bg-opacity: 0.8 !important;
}

#coupons-plus-admin .hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6;
}

#coupons-plus-admin .hover\:bg-opacity-\[\.15\]:hover {
  --tw-bg-opacity: .15;
  --tw-bg-opacity: .15;
  --tw-bg-opacity: .15;
  --tw-bg-opacity: .15;
}

#coupons-plus-admin .hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(247, 249, 250, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(187, 199, 209, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-blue-lighter:hover {
  --tw-text-opacity: 1;
  color: rgba(44, 187, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-\[\#6498ed\]:hover {
  --tw-text-opacity: 1;
  color: rgba(100, 152, 237, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-gray-450:hover {
  --tw-text-opacity: 1;
  color: rgba(141, 161, 178, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-transparent:hover {
  color: transparent;
}

#coupons-plus-admin .hover\:text-green-10:hover {
  --tw-text-opacity: 1;
  color: rgba(246, 250, 243, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-green-20:hover {
  --tw-text-opacity: 1;
  color: rgba(237, 246, 231, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-green-30:hover {
  --tw-text-opacity: 1;
  color: rgba(228, 241, 220, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-green-40:hover {
  --tw-text-opacity: 1;
  color: rgba(219, 237, 208, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-green-50:hover {
  --tw-text-opacity: 1;
  color: rgba(211, 232, 196, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-green-60:hover {
  --tw-text-opacity: 1;
  color: rgba(202, 227, 184, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-green-70:hover {
  --tw-text-opacity: 1;
  color: rgba(193, 223, 172, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-green-80:hover {
  --tw-text-opacity: 1;
  color: rgba(184, 218, 161, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-green-90:hover {
  --tw-text-opacity: 1;
  color: rgba(175, 214, 149, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-green-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(166, 209, 137, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-green-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(153, 192, 126, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-green-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(139, 176, 115, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-green-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(126, 159, 104, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-red-10:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 243, 243, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-red-20:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 230, 230, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-red-30:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 218, 218, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-red-40:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 205, 206, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-red-50:hover {
  --tw-text-opacity: 1;
  color: rgba(243, 193, 194, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-red-60:hover {
  --tw-text-opacity: 1;
  color: rgba(241, 180, 181, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-red-70:hover {
  --tw-text-opacity: 1;
  color: rgba(238, 168, 169, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-red-80:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 155, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-red-90:hover {
  --tw-text-opacity: 1;
  color: rgba(233, 143, 144, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-red-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(231, 130, 132, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-red-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(213, 120, 121, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-red-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(194, 109, 111, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-red-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(176, 99, 100, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yellow-10:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 249, 244, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yellow-20:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 242, 233, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yellow-30:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 237, 222, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yellow-40:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 232, 211, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yellow-50:hover {
  --tw-text-opacity: 1;
  color: rgba(242, 227, 200, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yellow-60:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 222, 189, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yellow-70:hover {
  --tw-text-opacity: 1;
  color: rgba(237, 217, 179, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yellow-80:hover {
  --tw-text-opacity: 1;
  color: rgba(234, 212, 168, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yellow-90:hover {
  --tw-text-opacity: 1;
  color: rgba(232, 207, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yellow-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(229, 200, 144, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yellow-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(211, 184, 131, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yellow-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(192, 167, 119, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yellow-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(173, 150, 106, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-maroon-10:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 251, 251, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-maroon-20:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 246, 247, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-maroon-30:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 239, 239, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-maroon-40:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 227, 232, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-maroon-50:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 215, 220, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-maroon-60:hover {
  --tw-text-opacity: 1;
  color: rgba(246, 202, 208, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-maroon-70:hover {
  --tw-text-opacity: 1;
  color: rgba(244, 190, 196, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-maroon-80:hover {
  --tw-text-opacity: 1;
  color: rgba(242, 178, 184, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-maroon-90:hover {
  --tw-text-opacity: 1;
  color: rgba(240, 166, 172, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-maroon-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(238, 153, 160, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-maroon-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(218, 140, 147, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-maroon-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(198, 127, 134, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-maroon-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(178, 115, 121, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-peach-10:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 248, 246, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-peach-20:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 237, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-peach-30:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 232, 224, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-peach-40:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 223, 210, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-peach-50:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 214, 196, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-peach-60:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 205, 182, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-peach-70:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 196, 168, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-peach-80:hover {
  --tw-text-opacity: 1;
  color: rgba(247, 187, 155, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-peach-90:hover {
  --tw-text-opacity: 1;
  color: rgba(246, 178, 141, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-peach-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 169, 127, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-peach-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(221, 153, 115, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-peach-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(198, 137, 102, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-peach-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(174, 121, 90, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sapphire-10:hover {
  --tw-text-opacity: 1;
  color: rgba(241, 252, 254, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sapphire-20:hover {
  --tw-text-opacity: 1;
  color: rgba(227, 249, 252, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sapphire-30:hover {
  --tw-text-opacity: 1;
  color: rgba(214, 244, 250, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sapphire-40:hover {
  --tw-text-opacity: 1;
  color: rgba(200, 238, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sapphire-50:hover {
  --tw-text-opacity: 1;
  color: rgba(186, 232, 246, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sapphire-60:hover {
  --tw-text-opacity: 1;
  color: rgba(172, 225, 244, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sapphire-70:hover {
  --tw-text-opacity: 1;
  color: rgba(158, 219, 242, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sapphire-80:hover {
  --tw-text-opacity: 1;
  color: rgba(144, 212, 240, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sapphire-90:hover {
  --tw-text-opacity: 1;
  color: rgba(130, 206, 238, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sapphire-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(116, 199, 236, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sapphire-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(105, 179, 212, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sapphire-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(93, 159, 189, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sapphire-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(82, 140, 165, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lavender-10:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 252, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lavender-20:hover {
  --tw-text-opacity: 1;
  color: rgba(247, 249, 254, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lavender-30:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 242, 254, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lavender-40:hover {
  --tw-text-opacity: 1;
  color: rgba(231, 235, 253, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lavender-50:hover {
  --tw-text-opacity: 1;
  color: rgba(223, 228, 253, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lavender-60:hover {
  --tw-text-opacity: 1;
  color: rgba(214, 220, 253, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lavender-70:hover {
  --tw-text-opacity: 1;
  color: rgba(206, 213, 253, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lavender-80:hover {
  --tw-text-opacity: 1;
  color: rgba(197, 205, 253, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lavender-90:hover {
  --tw-text-opacity: 1;
  color: rgba(189, 198, 254, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lavender-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(180, 190, 254, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lavender-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(163, 171, 223, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lavender-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(145, 152, 200, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lavender-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(128, 133, 177, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mauve-10:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 249, 254, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mauve-20:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 243, 252, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mauve-30:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 235, 250, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mauve-40:hover {
  --tw-text-opacity: 1;
  color: rgba(241, 227, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mauve-50:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 218, 246, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mauve-60:hover {
  --tw-text-opacity: 1;
  color: rgba(230, 208, 243, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mauve-70:hover {
  --tw-text-opacity: 1;
  color: rgba(225, 198, 241, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mauve-80:hover {
  --tw-text-opacity: 1;
  color: rgba(219, 187, 238, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mauve-90:hover {
  --tw-text-opacity: 1;
  color: rgba(212, 175, 235, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mauve-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(202, 158, 230, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mauve-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(184, 144, 209, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mauve-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(167, 131, 189, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mauve-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(149, 118, 169, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-fuchsiared-10:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 244, 244, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-fuchsiared-20:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 233, 233, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-fuchsiared-30:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 217, 218, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-fuchsiared-40:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 202, 204, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-fuchsiared-50:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 183, 186, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-fuchsiared-60:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 163, 168, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-fuchsiared-70:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 143, 151, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-fuchsiared-80:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 117, 131, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-fuchsiared-90:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 87, 112, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-fuchsiared-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 0, 84, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-fuchsiared-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(233, 14, 77, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-fuchsiared-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(210, 21, 71, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-fuchsiared-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(189, 25, 64, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustard-10:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 242, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustard-20:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 229, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustard-30:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 240, 212, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustard-40:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 234, 194, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustard-50:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 227, 173, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustard-60:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 220, 151, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustard-70:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 213, 130, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustard-80:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 204, 103, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustard-90:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 196, 74, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustard-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(247, 184, 1, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustard-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(225, 168, 10, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustard-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(204, 152, 16, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustard-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(183, 136, 19, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-hwpyellow-10:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 252, 245, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-hwpyellow-20:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 249, 235, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-hwpyellow-30:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 245, 222, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-hwpyellow-40:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 209, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-hwpyellow-50:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 235, 192, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-hwpyellow-60:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 230, 176, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-hwpyellow-70:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 225, 159, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-hwpyellow-80:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 219, 139, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-hwpyellow-90:hover {
  --tw-text-opacity: 1;
  color: rgba(247, 214, 119, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-hwpyellow-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(242, 205, 87, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-hwpyellow-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 187, 80, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-hwpyellow-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(199, 169, 74, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-hwpyellow-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(179, 151, 67, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-oceanic-10:hover {
  --tw-text-opacity: 1;
  color: rgba(244, 249, 251, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-oceanic-20:hover {
  --tw-text-opacity: 1;
  color: rgba(233, 243, 247, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-oceanic-30:hover {
  --tw-text-opacity: 1;
  color: rgba(218, 235, 241, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-oceanic-40:hover {
  --tw-text-opacity: 1;
  color: rgba(203, 227, 236, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-oceanic-50:hover {
  --tw-text-opacity: 1;
  color: rgba(184, 217, 229, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-oceanic-60:hover {
  --tw-text-opacity: 1;
  color: rgba(165, 208, 223, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-oceanic-70:hover {
  --tw-text-opacity: 1;
  color: rgba(146, 198, 216, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-oceanic-80:hover {
  --tw-text-opacity: 1;
  color: rgba(121, 187, 208, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-oceanic-90:hover {
  --tw-text-opacity: 1;
  color: rgba(93, 175, 200, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-oceanic-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(33, 158, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-oceanic-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(35, 144, 171, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-oceanic-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(35, 131, 155, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-oceanic-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(35, 118, 139, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greena-10:hover {
  --tw-text-opacity: 1;
  color: rgba(244, 249, 251, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greena-20:hover {
  --tw-text-opacity: 1;
  color: rgba(233, 243, 247, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greena-30:hover {
  --tw-text-opacity: 1;
  color: rgba(218, 235, 241, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greena-40:hover {
  --tw-text-opacity: 1;
  color: rgba(203, 227, 236, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greena-50:hover {
  --tw-text-opacity: 1;
  color: rgba(184, 217, 229, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greena-60:hover {
  --tw-text-opacity: 1;
  color: rgba(165, 208, 223, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greena-70:hover {
  --tw-text-opacity: 1;
  color: rgba(146, 198, 216, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greena-80:hover {
  --tw-text-opacity: 1;
  color: rgba(121, 187, 208, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greena-90:hover {
  --tw-text-opacity: 1;
  color: rgba(93, 175, 200, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greena-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(33, 158, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greena-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(35, 144, 171, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greena-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(35, 131, 155, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greena-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(35, 118, 139, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenb-10:hover {
  --tw-text-opacity: 1;
  color: rgba(247, 252, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenb-20:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 249, 242, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenb-30:hover {
  --tw-text-opacity: 1;
  color: rgba(228, 244, 233, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenb-40:hover {
  --tw-text-opacity: 1;
  color: rgba(218, 240, 224, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenb-50:hover {
  --tw-text-opacity: 1;
  color: rgba(204, 235, 213, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenb-60:hover {
  --tw-text-opacity: 1;
  color: rgba(191, 229, 202, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenb-70:hover {
  --tw-text-opacity: 1;
  color: rgba(177, 224, 191, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenb-80:hover {
  --tw-text-opacity: 1;
  color: rgba(161, 217, 179, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenb-90:hover {
  --tw-text-opacity: 1;
  color: rgba(144, 210, 166, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenb-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(118, 200, 147, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenb-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(108, 182, 134, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenb-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(99, 165, 122, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenb-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(89, 148, 110, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayish-10:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 246, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayish-20:hover {
  --tw-text-opacity: 1;
  color: rgba(234, 237, 241, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayish-30:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 226, 232, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayish-40:hover {
  --tw-text-opacity: 1;
  color: rgba(207, 214, 223, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayish-50:hover {
  --tw-text-opacity: 1;
  color: rgba(190, 200, 212, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayish-60:hover {
  --tw-text-opacity: 1;
  color: rgba(173, 186, 200, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayish-70:hover {
  --tw-text-opacity: 1;
  color: rgba(156, 173, 189, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayish-80:hover {
  --tw-text-opacity: 1;
  color: rgba(136, 156, 176, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayish-90:hover {
  --tw-text-opacity: 1;
  color: rgba(117, 140, 163, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayish-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(87, 117, 144, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayish-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(80, 107, 132, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayish-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(73, 98, 119, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayish-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(67, 88, 108, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayishb-10:hover {
  --tw-text-opacity: 1;
  color: rgba(242, 244, 246, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayishb-20:hover {
  --tw-text-opacity: 1;
  color: rgba(230, 232, 237, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayishb-30:hover {
  --tw-text-opacity: 1;
  color: rgba(213, 217, 225, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayishb-40:hover {
  --tw-text-opacity: 1;
  color: rgba(196, 202, 213, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayishb-50:hover {
  --tw-text-opacity: 1;
  color: rgba(176, 184, 198, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayishb-60:hover {
  --tw-text-opacity: 1;
  color: rgba(156, 166, 184, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayishb-70:hover {
  --tw-text-opacity: 1;
  color: rgba(136, 149, 170, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayishb-80:hover {
  --tw-text-opacity: 1;
  color: rgba(112, 128, 153, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayishb-90:hover {
  --tw-text-opacity: 1;
  color: rgba(89, 109, 136, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayishb-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(53, 80, 112, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayishb-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(50, 74, 103, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayishb-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(46, 67, 93, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplegrayishb-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(42, 61, 84, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-brightlavender-10:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 246, 254, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-brightlavender-20:hover {
  --tw-text-opacity: 1;
  color: rgba(240, 238, 253, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-brightlavender-30:hover {
  --tw-text-opacity: 1;
  color: rgba(231, 227, 252, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-brightlavender-40:hover {
  --tw-text-opacity: 1;
  color: rgba(221, 215, 251, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-brightlavender-50:hover {
  --tw-text-opacity: 1;
  color: rgba(208, 202, 249, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-brightlavender-60:hover {
  --tw-text-opacity: 1;
  color: rgba(195, 188, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-brightlavender-70:hover {
  --tw-text-opacity: 1;
  color: rgba(181, 174, 246, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-brightlavender-80:hover {
  --tw-text-opacity: 1;
  color: rgba(165, 159, 243, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-brightlavender-90:hover {
  --tw-text-opacity: 1;
  color: rgba(147, 143, 241, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-brightlavender-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(118, 120, 237, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-brightlavender-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(109, 110, 216, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-brightlavender-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(99, 100, 195, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-brightlavender-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(90, 90, 175, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenc-10:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 244, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenc-20:hover {
  --tw-text-opacity: 1;
  color: rgba(242, 244, 234, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenc-30:hover {
  --tw-text-opacity: 1;
  color: rgba(233, 237, 220, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenc-40:hover {
  --tw-text-opacity: 1;
  color: rgba(224, 230, 206, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenc-50:hover {
  --tw-text-opacity: 1;
  color: rgba(213, 222, 189, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenc-60:hover {
  --tw-text-opacity: 1;
  color: rgba(202, 213, 172, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenc-70:hover {
  --tw-text-opacity: 1;
  color: rgba(191, 204, 155, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenc-80:hover {
  --tw-text-opacity: 1;
  color: rgba(178, 194, 135, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenc-90:hover {
  --tw-text-opacity: 1;
  color: rgba(165, 184, 115, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenc-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(144, 169, 85, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenc-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(132, 154, 78, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenc-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(120, 140, 72, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-greenc-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(108, 126, 65, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lbrightred-10:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 246, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lbrightred-20:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 237, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lbrightred-30:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 225, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lbrightred-40:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 214, 213, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lbrightred-50:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 200, 198, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lbrightred-60:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 185, 183, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lbrightred-70:hover {
  --tw-text-opacity: 1;
  color: rgba(246, 170, 169, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lbrightred-80:hover {
  --tw-text-opacity: 1;
  color: rgba(242, 153, 152, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lbrightred-90:hover {
  --tw-text-opacity: 1;
  color: rgba(237, 135, 135, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lbrightred-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(229, 107, 111, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lbrightred-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(209, 98, 102, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lbrightred-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(189, 90, 93, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lbrightred-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(169, 81, 84, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-llred-10:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 245, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-llred-20:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 234, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-llred-30:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 224, 221, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-llred-40:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 212, 208, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-llred-50:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 196, 191, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-llred-60:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 180, 175, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-llred-70:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 164, 159, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-llred-80:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 145, 140, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-llred-90:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 124, 122, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-llred-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 90, 95, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-llred-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(232, 83, 87, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-llred-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(210, 77, 80, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-llred-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(188, 70, 72, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sea-10:hover {
  --tw-text-opacity: 1;
  color: rgba(246, 248, 254, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sea-20:hover {
  --tw-text-opacity: 1;
  color: rgba(237, 242, 253, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sea-30:hover {
  --tw-text-opacity: 1;
  color: rgba(225, 233, 252, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sea-40:hover {
  --tw-text-opacity: 1;
  color: rgba(212, 224, 251, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sea-50:hover {
  --tw-text-opacity: 1;
  color: rgba(196, 213, 250, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sea-60:hover {
  --tw-text-opacity: 1;
  color: rgba(180, 202, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sea-70:hover {
  --tw-text-opacity: 1;
  color: rgba(163, 192, 247, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sea-80:hover {
  --tw-text-opacity: 1;
  color: rgba(141, 179, 245, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sea-90:hover {
  --tw-text-opacity: 1;
  color: rgba(117, 167, 242, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sea-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(72, 149, 239, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sea-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(68, 136, 218, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sea-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(64, 123, 197, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-sea-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(60, 111, 176, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-vintagecoral-10:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 249, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-vintagecoral-20:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 242, 241, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-vintagecoral-30:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 234, 231, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-vintagecoral-40:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 225, 222, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-vintagecoral-50:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 214, 210, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-vintagecoral-60:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 204, 198, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-vintagecoral-70:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 193, 187, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-vintagecoral-80:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 180, 173, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-vintagecoral-90:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 167, 160, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-vintagecoral-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 147, 140, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-vintagecoral-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(231, 134, 128, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-vintagecoral-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(209, 122, 116, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-vintagecoral-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(187, 110, 105, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-coolgreen-10:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 253, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-coolgreen-20:hover {
  --tw-text-opacity: 1;
  color: rgba(244, 250, 240, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-coolgreen-30:hover {
  --tw-text-opacity: 1;
  color: rgba(237, 247, 230, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-coolgreen-40:hover {
  --tw-text-opacity: 1;
  color: rgba(229, 243, 220, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-coolgreen-50:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 239, 208, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-coolgreen-60:hover {
  --tw-text-opacity: 1;
  color: rgba(210, 235, 196, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-coolgreen-70:hover {
  --tw-text-opacity: 1;
  color: rgba(201, 231, 184, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-coolgreen-80:hover {
  --tw-text-opacity: 1;
  color: rgba(189, 226, 169, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-coolgreen-90:hover {
  --tw-text-opacity: 1;
  color: rgba(178, 221, 155, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-coolgreen-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(160, 213, 133, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-coolgreen-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(146, 194, 122, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-coolgreen-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(133, 175, 111, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-coolgreen-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(119, 157, 100, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-limegreen-10:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 251, 247, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-limegreen-20:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 246, 240, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-limegreen-30:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 240, 230, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-limegreen-40:hover {
  --tw-text-opacity: 1;
  color: rgba(232, 234, 220, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-limegreen-50:hover {
  --tw-text-opacity: 1;
  color: rgba(224, 227, 207, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-limegreen-60:hover {
  --tw-text-opacity: 1;
  color: rgba(216, 220, 195, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-limegreen-70:hover {
  --tw-text-opacity: 1;
  color: rgba(208, 213, 182, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-limegreen-80:hover {
  --tw-text-opacity: 1;
  color: rgba(198, 204, 168, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-limegreen-90:hover {
  --tw-text-opacity: 1;
  color: rgba(189, 196, 153, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-limegreen-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(174, 183, 132, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-limegreen-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(159, 167, 121, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-limegreen-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(144, 151, 110, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-limegreen-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(129, 136, 99, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lillac-10:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 241, 246, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lillac-20:hover {
  --tw-text-opacity: 1;
  color: rgba(243, 227, 238, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lillac-30:hover {
  --tw-text-opacity: 1;
  color: rgba(235, 209, 227, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lillac-40:hover {
  --tw-text-opacity: 1;
  color: rgba(227, 191, 216, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lillac-50:hover {
  --tw-text-opacity: 1;
  color: rgba(216, 169, 202, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lillac-60:hover {
  --tw-text-opacity: 1;
  color: rgba(205, 146, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lillac-70:hover {
  --tw-text-opacity: 1;
  color: rgba(194, 124, 174, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lillac-80:hover {
  --tw-text-opacity: 1;
  color: rgba(180, 96, 158, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lillac-90:hover {
  --tw-text-opacity: 1;
  color: rgba(166, 68, 142, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lillac-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(143, 1, 119, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lillac-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(131, 8, 109, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lillac-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(119, 13, 99, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lillac-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(108, 16, 90, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-redish-10:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 243, 244, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-redish-20:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 231, 233, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-redish-30:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 216, 219, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-redish-40:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 200, 205, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-redish-50:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 180, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-redish-60:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 160, 171, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-redish-70:hover {
  --tw-text-opacity: 1;
  color: rgba(246, 140, 154, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-redish-80:hover {
  --tw-text-opacity: 1;
  color: rgba(241, 114, 134, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-redish-90:hover {
  --tw-text-opacity: 1;
  color: rgba(234, 87, 115, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-redish-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(222, 26, 88, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-redish-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(203, 29, 81, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-redish-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(184, 30, 74, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-redish-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(165, 31, 67, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lighredish-10:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 246, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lighredish-20:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 238, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lighredish-30:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 225, 226, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lighredish-40:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 212, 215, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lighredish-50:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 197, 201, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lighredish-60:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 182, 187, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lighredish-70:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 166, 173, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lighredish-80:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 147, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lighredish-90:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 128, 141, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lighredish-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(242, 96, 118, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lighredish-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(221, 89, 108, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lighredish-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(200, 81, 98, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-lighredish-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(179, 74, 89, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustardtwo-10:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 245, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustardtwo-20:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 235, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustardtwo-30:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 222, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustardtwo-40:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 235, 209, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustardtwo-50:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 192, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustardtwo-60:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 221, 176, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustardtwo-70:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 214, 160, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustardtwo-80:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 205, 141, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustardtwo-90:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 197, 121, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustardtwo-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 185, 91, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustardtwo-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(228, 169, 84, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustardtwo-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(206, 153, 77, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-mustardtwo-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(184, 137, 70, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedmustard-10:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 253, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedmustard-20:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 250, 240, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedmustard-30:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 231, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedmustard-40:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 244, 221, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedmustard-50:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 239, 209, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedmustard-60:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 235, 197, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedmustard-70:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 231, 185, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedmustard-80:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 227, 170, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedmustard-90:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 222, 156, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedmustard-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 215, 134, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedmustard-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(232, 196, 123, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedmustard-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(210, 177, 112, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedmustard-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(188, 159, 101, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-navysilverish-10:hover {
  --tw-text-opacity: 1;
  color: rgba(246, 247, 250, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-navysilverish-20:hover {
  --tw-text-opacity: 1;
  color: rgba(237, 239, 244, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-navysilverish-30:hover {
  --tw-text-opacity: 1;
  color: rgba(225, 229, 237, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-navysilverish-40:hover {
  --tw-text-opacity: 1;
  color: rgba(213, 219, 230, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-navysilverish-50:hover {
  --tw-text-opacity: 1;
  color: rgba(198, 206, 222, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-navysilverish-60:hover {
  --tw-text-opacity: 1;
  color: rgba(183, 194, 213, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-navysilverish-70:hover {
  --tw-text-opacity: 1;
  color: rgba(168, 182, 205, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-navysilverish-80:hover {
  --tw-text-opacity: 1;
  color: rgba(150, 167, 194, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-navysilverish-90:hover {
  --tw-text-opacity: 1;
  color: rgba(132, 153, 184, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-navysilverish-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(105, 132, 169, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-navysilverish-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(96, 121, 154, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-navysilverish-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(88, 110, 140, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-navysilverish-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(80, 99, 126, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedpurple-10:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 248, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedpurple-20:hover {
  --tw-text-opacity: 1;
  color: rgba(242, 242, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedpurple-30:hover {
  --tw-text-opacity: 1;
  color: rgba(233, 233, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedpurple-40:hover {
  --tw-text-opacity: 1;
  color: rgba(224, 224, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedpurple-50:hover {
  --tw-text-opacity: 1;
  color: rgba(213, 213, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedpurple-60:hover {
  --tw-text-opacity: 1;
  color: rgba(201, 202, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedpurple-70:hover {
  --tw-text-opacity: 1;
  color: rgba(189, 191, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedpurple-80:hover {
  --tw-text-opacity: 1;
  color: rgba(174, 179, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedpurple-90:hover {
  --tw-text-opacity: 1;
  color: rgba(158, 166, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedpurple-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(132, 148, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedpurple-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(121, 135, 232, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedpurple-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(111, 123, 210, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedpurple-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(100, 110, 187, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplishblue-10:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 245, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplishblue-20:hover {
  --tw-text-opacity: 1;
  color: rgba(240, 236, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplishblue-30:hover {
  --tw-text-opacity: 1;
  color: rgba(230, 223, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplishblue-40:hover {
  --tw-text-opacity: 1;
  color: rgba(219, 210, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplishblue-50:hover {
  --tw-text-opacity: 1;
  color: rgba(206, 195, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplishblue-60:hover {
  --tw-text-opacity: 1;
  color: rgba(192, 179, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplishblue-70:hover {
  --tw-text-opacity: 1;
  color: rgba(177, 164, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplishblue-80:hover {
  --tw-text-opacity: 1;
  color: rgba(158, 146, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplishblue-90:hover {
  --tw-text-opacity: 1;
  color: rgba(137, 129, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplishblue-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(99, 103, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplishblue-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(92, 95, 232, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplishblue-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(85, 86, 210, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purplishblue-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(78, 78, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedlightblue-10:hover {
  --tw-text-opacity: 1;
  color: rgba(247, 250, 252, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedlightblue-20:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 244, 249, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedlightblue-30:hover {
  --tw-text-opacity: 1;
  color: rgba(229, 237, 245, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedlightblue-40:hover {
  --tw-text-opacity: 1;
  color: rgba(219, 231, 241, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedlightblue-50:hover {
  --tw-text-opacity: 1;
  color: rgba(206, 222, 236, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedlightblue-60:hover {
  --tw-text-opacity: 1;
  color: rgba(193, 213, 231, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedlightblue-70:hover {
  --tw-text-opacity: 1;
  color: rgba(180, 205, 227, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedlightblue-80:hover {
  --tw-text-opacity: 1;
  color: rgba(164, 195, 221, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedlightblue-90:hover {
  --tw-text-opacity: 1;
  color: rgba(147, 185, 215, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedlightblue-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(122, 170, 206, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedlightblue-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(112, 155, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedlightblue-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(102, 141, 170, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-washedlightblue-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(92, 126, 152, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurple-10:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 248, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurple-20:hover {
  --tw-text-opacity: 1;
  color: rgba(242, 241, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurple-30:hover {
  --tw-text-opacity: 1;
  color: rgba(234, 232, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurple-40:hover {
  --tw-text-opacity: 1;
  color: rgba(225, 223, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurple-50:hover {
  --tw-text-opacity: 1;
  color: rgba(214, 212, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurple-60:hover {
  --tw-text-opacity: 1;
  color: rgba(202, 201, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurple-70:hover {
  --tw-text-opacity: 1;
  color: rgba(191, 190, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurple-80:hover {
  --tw-text-opacity: 1;
  color: rgba(176, 177, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurple-90:hover {
  --tw-text-opacity: 1;
  color: rgba(160, 164, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurple-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(135, 145, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurple-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(124, 133, 232, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurple-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(113, 120, 210, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurple-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(102, 108, 187, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurplishblue-10:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 249, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurplishblue-20:hover {
  --tw-text-opacity: 1;
  color: rgba(242, 244, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurplishblue-30:hover {
  --tw-text-opacity: 1;
  color: rgba(233, 236, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurplishblue-40:hover {
  --tw-text-opacity: 1;
  color: rgba(225, 229, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurplishblue-50:hover {
  --tw-text-opacity: 1;
  color: rgba(213, 220, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurplishblue-60:hover {
  --tw-text-opacity: 1;
  color: rgba(202, 211, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurplishblue-70:hover {
  --tw-text-opacity: 1;
  color: rgba(190, 202, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurplishblue-80:hover {
  --tw-text-opacity: 1;
  color: rgba(175, 192, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurplishblue-90:hover {
  --tw-text-opacity: 1;
  color: rgba(160, 181, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurplishblue-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(135, 166, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurplishblue-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(124, 152, 232, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurplishblue-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(113, 137, 210, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherpurplishblue-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(102, 123, 187, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherwashedblue-10:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 252, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherwashedblue-20:hover {
  --tw-text-opacity: 1;
  color: rgba(242, 249, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherwashedblue-30:hover {
  --tw-text-opacity: 1;
  color: rgba(234, 245, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherwashedblue-40:hover {
  --tw-text-opacity: 1;
  color: rgba(225, 241, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherwashedblue-50:hover {
  --tw-text-opacity: 1;
  color: rgba(214, 237, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherwashedblue-60:hover {
  --tw-text-opacity: 1;
  color: rgba(202, 232, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherwashedblue-70:hover {
  --tw-text-opacity: 1;
  color: rgba(190, 227, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherwashedblue-80:hover {
  --tw-text-opacity: 1;
  color: rgba(176, 221, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherwashedblue-90:hover {
  --tw-text-opacity: 1;
  color: rgba(160, 215, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherwashedblue-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(135, 207, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherwashedblue-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(124, 189, 232, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherwashedblue-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(113, 171, 209, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-yetanotherwashedblue-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(102, 153, 187, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purple-tint-10:hover {
  --tw-text-opacity: 1;
  color: rgba(238, 238, 249, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purple-tint-20:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 221, 242, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purple-tint-30:hover {
  --tw-text-opacity: 1;
  color: rgba(203, 204, 236, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purple-tint-40:hover {
  --tw-text-opacity: 1;
  color: rgba(186, 187, 229, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purple-tint-50:hover {
  --tw-text-opacity: 1;
  color: rgba(169, 171, 223, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purple-tint-60:hover {
  --tw-text-opacity: 1;
  color: rgba(151, 154, 216, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purple-tint-70:hover {
  --tw-text-opacity: 1;
  color: rgba(134, 137, 210, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purple-tint-80:hover {
  --tw-text-opacity: 1;
  color: rgba(117, 120, 203, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purple-tint-90:hover {
  --tw-text-opacity: 1;
  color: rgba(99, 103, 197, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purple-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(82, 86, 190, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-purple-shade-5:hover {
  --tw-text-opacity: 1;
  color: rgba(78, 82, 181, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(217, 224, 229, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(156, 174, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(98, 124, 144, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(77, 98, 114, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(57, 72, 84, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(36, 46, 53, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-gray-1000:hover {
  --tw-text-opacity: 1;
  color: rgba(15, 20, 23, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-blue-10:hover {
  --tw-text-opacity: 1;
  color: rgba(233, 245, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-blue-20:hover {
  --tw-text-opacity: 1;
  color: rgba(211, 235, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-blue-30:hover {
  --tw-text-opacity: 1;
  color: rgba(189, 225, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-blue-40:hover {
  --tw-text-opacity: 1;
  color: rgba(167, 215, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-blue-50:hover {
  --tw-text-opacity: 1;
  color: rgba(145, 205, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-blue-60:hover {
  --tw-text-opacity: 1;
  color: rgba(122, 195, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-blue-70:hover {
  --tw-text-opacity: 1;
  color: rgba(100, 185, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-blue-80:hover {
  --tw-text-opacity: 1;
  color: rgba(78, 175, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-blue-90:hover {
  --tw-text-opacity: 1;
  color: rgba(56, 165, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-blue-normal:hover {
  --tw-text-opacity: 1;
  color: rgba(34, 155, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-blue-shade-100:hover {
  --tw-text-opacity: 1;
  color: rgba(31, 140, 230, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-blue-shade-200:hover {
  --tw-text-opacity: 1;
  color: rgba(27, 124, 204, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-blue-shade-300:hover {
  --tw-text-opacity: 1;
  color: rgba(24, 109, 179, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-gray-650:hover {
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-gray-750:hover {
  --tw-text-opacity: 1;
  color: rgba(67, 85, 99, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:text-gray-650:hover {
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

#coupons-plus-admin .hover\:\!opacity-60:hover {
  opacity: 0.6 !important;
}

#coupons-plus-admin .hover\:ring-\[4px\]: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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

#coupons-plus-admin .hover\:ring-gray-150:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 236, 240, var(--tw-ring-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 236, 240, var(--tw-ring-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 236, 240, var(--tw-ring-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 236, 240, var(--tw-ring-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 236, 240, var(--tw-ring-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 236, 240, var(--tw-ring-opacity));
}

#coupons-plus-admin .hover\:ring-opacity-40:hover {
  --tw-ring-opacity: 0.4;
  --tw-ring-opacity: 0.4;
  --tw-ring-opacity: 0.4;
  --tw-ring-opacity: 0.4;
  --tw-ring-opacity: 0.4;
  --tw-ring-opacity: 0.4;
}

#coupons-plus-admin .hover\:ring-offset-\[3px\]:hover {
  --tw-ring-offset-width: 3px;
}

#coupons-plus-admin .hover\:ring-offset-\[1px\]:hover {
  --tw-ring-offset-width: 1px;
}

#coupons-plus-admin .hover\:ring-offset-2:hover {
  --tw-ring-offset-width: 2px;
}

#coupons-plus-admin .hover\:ring-offset-\[1px\]:hover {
  --tw-ring-offset-width: 1px;
  --tw-ring-offset-width: 1px;
  --tw-ring-offset-width: 1px;
  --tw-ring-offset-width: 1px;
  --tw-ring-offset-width: 1px;
}

#coupons-plus-admin .hover\:ring-offset-\[3px\]:hover {
  --tw-ring-offset-width: 3px;
  --tw-ring-offset-width: 3px;
  --tw-ring-offset-width: 3px;
  --tw-ring-offset-width: 3px;
}

#coupons-plus-admin .focus\:scale-\[\.90\]:focus {
  --tw-scale-x: .90;
  --tw-scale-y: .90;
  transform: var(--tw-transform);
}

#coupons-plus-admin .focus\:scale-\[\.98\]:focus {
  --tw-scale-x: .98;
  --tw-scale-y: .98;
  transform: var(--tw-transform);
}

#coupons-plus-admin .focus\:border-blue-50\/10:focus {
  border-color: rgba(145, 205, 255, 0.1);
}

#coupons-plus-admin .focus\:border-blue-normal:focus {
  --tw-border-opacity: 1;
  border-color: rgba(34, 155, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .focus\:border-transparent:focus {
  border-color: transparent;
}

#coupons-plus-admin .focus\:border-blue-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(145, 205, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .focus\:\!border-gray-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 174, 188, var(--tw-border-opacity)) !important;
}

#coupons-plus-admin .focus\:border-transparent:focus {
  border-color: transparent;
  border-color: transparent;
  border-color: transparent;
  border-color: transparent;
  border-color: transparent;
  border-color: transparent;
  border-color: transparent;
  border-color: transparent;
  border-color: transparent;
  border-color: transparent;
  border-color: transparent;
  border-color: transparent;
  border-color: transparent;
}

#coupons-plus-admin .focus\:\!bg-opacity-60:focus {
  --tw-bg-opacity: 0.6 !important;
}

#coupons-plus-admin .focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#coupons-plus-admin .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#coupons-plus-admin .focus\:\!ring-\[3px\]: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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

#coupons-plus-admin .focus\:\!ring-gray-250:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 211, 219, var(--tw-ring-opacity)) !important;
}

#coupons-plus-admin .focus\:\!ring-opacity-40:focus {
  --tw-ring-opacity: 0.4 !important;
}

#coupons-plus-admin .focus\:\!ring-offset-2:focus {
  --tw-ring-offset-width: 2px !important;
}

#coupons-plus-admin .focus-visible\:ring:focus-visible {
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

#coupons-plus-admin .focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

#coupons-plus-admin .focus-visible\:ring-white:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

#coupons-plus-admin .focus-visible\:ring-opacity-50:focus-visible {
  --tw-ring-opacity: 0.5;
}

#coupons-plus-admin .focus-visible\:ring-opacity-75:focus-visible {
  --tw-ring-opacity: 0.75;
}

#coupons-plus-admin .active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: var(--tw-transform);
}

#coupons-plus-admin .active\:scale-\[\.80\]:active {
  --tw-scale-x: .80;
  --tw-scale-y: .80;
  transform: var(--tw-transform);
}

#coupons-plus-admin .active\:scale-\[\.96\]:active {
  --tw-scale-x: .96;
  --tw-scale-y: .96;
  transform: var(--tw-transform);
}

#coupons-plus-admin .active\:scale-\[\.98\]:active {
  --tw-scale-x: .98;
  --tw-scale-y: .98;
  transform: var(--tw-transform);
}

#coupons-plus-admin .active\:scale-100:active {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: var(--tw-transform);
}

#coupons-plus-admin .active\:scale-\[0\.98\]:active {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  transform: var(--tw-transform);
}

#coupons-plus-admin .active\:scale-\[\.90\]:active {
  --tw-scale-x: .90;
  --tw-scale-y: .90;
  transform: var(--tw-transform);
}

#coupons-plus-admin .active\:scale-\[\.97\]:active {
  --tw-scale-x: .97;
  --tw-scale-y: .97;
  transform: var(--tw-transform);
  --tw-scale-x: .97;
  --tw-scale-y: .97;
  transform: var(--tw-transform);
}

#coupons-plus-admin .active\:scale-\[\.80\]:active {
  --tw-scale-x: .80;
  --tw-scale-y: .80;
  transform: var(--tw-transform);
  --tw-scale-x: .80;
  --tw-scale-y: .80;
  transform: var(--tw-transform);
  --tw-scale-x: .80;
  --tw-scale-y: .80;
  transform: var(--tw-transform);
  --tw-scale-x: .80;
  --tw-scale-y: .80;
  transform: var(--tw-transform);
  --tw-scale-x: .80;
  --tw-scale-y: .80;
  transform: var(--tw-transform);
  --tw-scale-x: .80;
  --tw-scale-y: .80;
  transform: var(--tw-transform);
  --tw-scale-x: .80;
  --tw-scale-y: .80;
  transform: var(--tw-transform);
  --tw-scale-x: .80;
  --tw-scale-y: .80;
  transform: var(--tw-transform);
  --tw-scale-x: .80;
  --tw-scale-y: .80;
  transform: var(--tw-transform);
  --tw-scale-x: .80;
  --tw-scale-y: .80;
  transform: var(--tw-transform);
  --tw-scale-x: .80;
  --tw-scale-y: .80;
  transform: var(--tw-transform);
  --tw-scale-x: .80;
  --tw-scale-y: .80;
  transform: var(--tw-transform);
  --tw-scale-x: .80;
  --tw-scale-y: .80;
  transform: var(--tw-transform);
}

#coupons-plus-admin .active\:scale-\[\.98\]:active {
  --tw-scale-x: .98;
  --tw-scale-y: .98;
  transform: var(--tw-transform);
}

#coupons-plus-admin .active\:scale-\[\.96\]:active {
  --tw-scale-x: .96;
  --tw-scale-y: .96;
  transform: var(--tw-transform);
}

#coupons-plus-admin .active\:scale-\[\.97\]:active {
  --tw-scale-x: .97;
  --tw-scale-y: .97;
  transform: var(--tw-transform);
  --tw-scale-x: .97;
  --tw-scale-y: .97;
  transform: var(--tw-transform);
  --tw-scale-x: .97;
  --tw-scale-y: .97;
  transform: var(--tw-transform);
  --tw-scale-x: .97;
  --tw-scale-y: .97;
  transform: var(--tw-transform);
}

#coupons-plus-admin .active\:ring-\[2px\]:active {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

#coupons-plus-admin .active\:ring-blue-normal:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 155, 255, var(--tw-ring-opacity));
}

#coupons-plus-admin .active\:ring-opacity-20:active {
  --tw-ring-opacity: 0.2;
}

#coupons-plus-admin .active\:ring-offset-4:active {
  --tw-ring-offset-width: 4px;
}

#coupons-plus-admin .group:hover .group-hover\:block {
  display: block;
}

#coupons-plus-admin .group:hover .group-hover\:flex {
  display: flex;
}

#coupons-plus-admin .group:hover .group-hover\:hidden {
  display: none;
}

#coupons-plus-admin .group:hover .group-hover\:w-auto {
  width: auto;
}

#coupons-plus-admin .group:hover .group-hover\:max-w-20 {
  max-width: 80px;
}

#coupons-plus-admin .group:hover .group-hover\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: var(--tw-transform);
}

#coupons-plus-admin .group:hover .group-hover\:scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: var(--tw-transform);
}

#coupons-plus-admin .group:hover .group-hover\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: var(--tw-transform);
}

#coupons-plus-admin .group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: var(--tw-transform);
}

#coupons-plus-admin .group:hover .group-hover\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: var(--tw-transform);
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: var(--tw-transform);
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: var(--tw-transform);
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: var(--tw-transform);
}

#coupons-plus-admin .group:hover .group-hover\:rounded-2 {
  border-radius: 16px;
}

#coupons-plus-admin .group:hover .group-hover\:rounded-full {
  border-radius: 999px;
}

#coupons-plus-admin .group:hover .group-hover\:border-transparent {
  border-color: transparent;
}

#coupons-plus-admin .group:hover .group-hover\:border-green-10 {
  --tw-border-opacity: 1;
  border-color: rgba(246, 250, 243, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-green-20 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 246, 231, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-green-30 {
  --tw-border-opacity: 1;
  border-color: rgba(228, 241, 220, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-green-40 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 237, 208, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgba(211, 232, 196, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-green-60 {
  --tw-border-opacity: 1;
  border-color: rgba(202, 227, 184, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-green-70 {
  --tw-border-opacity: 1;
  border-color: rgba(193, 223, 172, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-green-80 {
  --tw-border-opacity: 1;
  border-color: rgba(184, 218, 161, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-green-90 {
  --tw-border-opacity: 1;
  border-color: rgba(175, 214, 149, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-green-normal {
  --tw-border-opacity: 1;
  border-color: rgba(166, 209, 137, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-green-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 192, 126, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-green-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(139, 176, 115, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-green-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(126, 159, 104, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-red-10 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 243, 243, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-red-20 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 230, 230, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-red-30 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 218, 218, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-red-40 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 205, 206, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 193, 194, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-red-60 {
  --tw-border-opacity: 1;
  border-color: rgba(241, 180, 181, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-red-70 {
  --tw-border-opacity: 1;
  border-color: rgba(238, 168, 169, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-red-80 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 155, 157, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-red-90 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 143, 144, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-red-normal {
  --tw-border-opacity: 1;
  border-color: rgba(231, 130, 132, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-red-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(213, 120, 121, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-red-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(194, 109, 111, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-red-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(176, 99, 100, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yellow-10 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 249, 244, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yellow-20 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 242, 233, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yellow-30 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 237, 222, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yellow-40 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 232, 211, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgba(242, 227, 200, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yellow-60 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 222, 189, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yellow-70 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 217, 179, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yellow-80 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 212, 168, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yellow-90 {
  --tw-border-opacity: 1;
  border-color: rgba(232, 207, 157, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yellow-normal {
  --tw-border-opacity: 1;
  border-color: rgba(229, 200, 144, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yellow-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(211, 184, 131, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yellow-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(192, 167, 119, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yellow-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(173, 150, 106, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-maroon-10 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 251, 251, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-maroon-20 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 246, 247, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-maroon-30 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 239, 239, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-maroon-40 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 227, 232, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-maroon-50 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 215, 220, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-maroon-60 {
  --tw-border-opacity: 1;
  border-color: rgba(246, 202, 208, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-maroon-70 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 190, 196, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-maroon-80 {
  --tw-border-opacity: 1;
  border-color: rgba(242, 178, 184, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-maroon-90 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 166, 172, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-maroon-normal {
  --tw-border-opacity: 1;
  border-color: rgba(238, 153, 160, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-maroon-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(218, 140, 147, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-maroon-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(198, 127, 134, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-maroon-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(178, 115, 121, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-peach-10 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 248, 246, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-peach-20 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 237, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-peach-30 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 232, 224, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-peach-40 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 223, 210, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-peach-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 214, 196, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-peach-60 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 205, 182, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-peach-70 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 196, 168, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-peach-80 {
  --tw-border-opacity: 1;
  border-color: rgba(247, 187, 155, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-peach-90 {
  --tw-border-opacity: 1;
  border-color: rgba(246, 178, 141, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-peach-normal {
  --tw-border-opacity: 1;
  border-color: rgba(245, 169, 127, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-peach-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 153, 115, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-peach-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(198, 137, 102, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-peach-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(174, 121, 90, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sapphire-10 {
  --tw-border-opacity: 1;
  border-color: rgba(241, 252, 254, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sapphire-20 {
  --tw-border-opacity: 1;
  border-color: rgba(227, 249, 252, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sapphire-30 {
  --tw-border-opacity: 1;
  border-color: rgba(214, 244, 250, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sapphire-40 {
  --tw-border-opacity: 1;
  border-color: rgba(200, 238, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sapphire-50 {
  --tw-border-opacity: 1;
  border-color: rgba(186, 232, 246, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sapphire-60 {
  --tw-border-opacity: 1;
  border-color: rgba(172, 225, 244, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sapphire-70 {
  --tw-border-opacity: 1;
  border-color: rgba(158, 219, 242, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sapphire-80 {
  --tw-border-opacity: 1;
  border-color: rgba(144, 212, 240, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sapphire-90 {
  --tw-border-opacity: 1;
  border-color: rgba(130, 206, 238, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sapphire-normal {
  --tw-border-opacity: 1;
  border-color: rgba(116, 199, 236, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sapphire-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(105, 179, 212, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sapphire-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(93, 159, 189, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sapphire-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(82, 140, 165, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lavender-10 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 252, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lavender-20 {
  --tw-border-opacity: 1;
  border-color: rgba(247, 249, 254, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lavender-30 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 242, 254, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lavender-40 {
  --tw-border-opacity: 1;
  border-color: rgba(231, 235, 253, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lavender-50 {
  --tw-border-opacity: 1;
  border-color: rgba(223, 228, 253, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lavender-60 {
  --tw-border-opacity: 1;
  border-color: rgba(214, 220, 253, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lavender-70 {
  --tw-border-opacity: 1;
  border-color: rgba(206, 213, 253, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lavender-80 {
  --tw-border-opacity: 1;
  border-color: rgba(197, 205, 253, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lavender-90 {
  --tw-border-opacity: 1;
  border-color: rgba(189, 198, 254, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lavender-normal {
  --tw-border-opacity: 1;
  border-color: rgba(180, 190, 254, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lavender-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(163, 171, 223, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lavender-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(145, 152, 200, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lavender-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(128, 133, 177, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mauve-10 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 249, 254, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mauve-20 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 243, 252, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mauve-30 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 235, 250, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mauve-40 {
  --tw-border-opacity: 1;
  border-color: rgba(241, 227, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mauve-50 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 218, 246, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mauve-60 {
  --tw-border-opacity: 1;
  border-color: rgba(230, 208, 243, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mauve-70 {
  --tw-border-opacity: 1;
  border-color: rgba(225, 198, 241, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mauve-80 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 187, 238, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mauve-90 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 175, 235, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mauve-normal {
  --tw-border-opacity: 1;
  border-color: rgba(202, 158, 230, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mauve-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(184, 144, 209, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mauve-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 131, 189, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mauve-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(149, 118, 169, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-fuchsiared-10 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 244, 244, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-fuchsiared-20 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 233, 233, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-fuchsiared-30 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 217, 218, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-fuchsiared-40 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 202, 204, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-fuchsiared-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 183, 186, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-fuchsiared-60 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 163, 168, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-fuchsiared-70 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 143, 151, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-fuchsiared-80 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 117, 131, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-fuchsiared-90 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 87, 112, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-fuchsiared-normal {
  --tw-border-opacity: 1;
  border-color: rgba(255, 0, 84, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-fuchsiared-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 14, 77, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-fuchsiared-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(210, 21, 71, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-fuchsiared-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(189, 25, 64, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustard-10 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 242, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustard-20 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 229, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustard-30 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 240, 212, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustard-40 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 234, 194, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustard-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 227, 173, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustard-60 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 220, 151, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustard-70 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 213, 130, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustard-80 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 204, 103, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustard-90 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 196, 74, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustard-normal {
  --tw-border-opacity: 1;
  border-color: rgba(247, 184, 1, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustard-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(225, 168, 10, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustard-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(204, 152, 16, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustard-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(183, 136, 19, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-hwpyellow-10 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 252, 245, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-hwpyellow-20 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 249, 235, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-hwpyellow-30 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 245, 222, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-hwpyellow-40 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 209, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-hwpyellow-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 235, 192, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-hwpyellow-60 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 230, 176, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-hwpyellow-70 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 225, 159, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-hwpyellow-80 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 219, 139, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-hwpyellow-90 {
  --tw-border-opacity: 1;
  border-color: rgba(247, 214, 119, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-hwpyellow-normal {
  --tw-border-opacity: 1;
  border-color: rgba(242, 205, 87, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-hwpyellow-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 187, 80, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-hwpyellow-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(199, 169, 74, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-hwpyellow-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(179, 151, 67, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-oceanic-10 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 249, 251, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-oceanic-20 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 243, 247, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-oceanic-30 {
  --tw-border-opacity: 1;
  border-color: rgba(218, 235, 241, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-oceanic-40 {
  --tw-border-opacity: 1;
  border-color: rgba(203, 227, 236, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-oceanic-50 {
  --tw-border-opacity: 1;
  border-color: rgba(184, 217, 229, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-oceanic-60 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 208, 223, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-oceanic-70 {
  --tw-border-opacity: 1;
  border-color: rgba(146, 198, 216, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-oceanic-80 {
  --tw-border-opacity: 1;
  border-color: rgba(121, 187, 208, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-oceanic-90 {
  --tw-border-opacity: 1;
  border-color: rgba(93, 175, 200, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-oceanic-normal {
  --tw-border-opacity: 1;
  border-color: rgba(33, 158, 188, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-oceanic-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(35, 144, 171, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-oceanic-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(35, 131, 155, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-oceanic-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(35, 118, 139, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greena-10 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 249, 251, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greena-20 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 243, 247, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greena-30 {
  --tw-border-opacity: 1;
  border-color: rgba(218, 235, 241, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greena-40 {
  --tw-border-opacity: 1;
  border-color: rgba(203, 227, 236, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greena-50 {
  --tw-border-opacity: 1;
  border-color: rgba(184, 217, 229, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greena-60 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 208, 223, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greena-70 {
  --tw-border-opacity: 1;
  border-color: rgba(146, 198, 216, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greena-80 {
  --tw-border-opacity: 1;
  border-color: rgba(121, 187, 208, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greena-90 {
  --tw-border-opacity: 1;
  border-color: rgba(93, 175, 200, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greena-normal {
  --tw-border-opacity: 1;
  border-color: rgba(33, 158, 188, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greena-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(35, 144, 171, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greena-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(35, 131, 155, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greena-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(35, 118, 139, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenb-10 {
  --tw-border-opacity: 1;
  border-color: rgba(247, 252, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenb-20 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 249, 242, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenb-30 {
  --tw-border-opacity: 1;
  border-color: rgba(228, 244, 233, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenb-40 {
  --tw-border-opacity: 1;
  border-color: rgba(218, 240, 224, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenb-50 {
  --tw-border-opacity: 1;
  border-color: rgba(204, 235, 213, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenb-60 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 229, 202, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenb-70 {
  --tw-border-opacity: 1;
  border-color: rgba(177, 224, 191, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenb-80 {
  --tw-border-opacity: 1;
  border-color: rgba(161, 217, 179, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenb-90 {
  --tw-border-opacity: 1;
  border-color: rgba(144, 210, 166, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenb-normal {
  --tw-border-opacity: 1;
  border-color: rgba(118, 200, 147, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenb-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(108, 182, 134, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenb-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 165, 122, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenb-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(89, 148, 110, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayish-10 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 246, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayish-20 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 237, 241, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayish-30 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 226, 232, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayish-40 {
  --tw-border-opacity: 1;
  border-color: rgba(207, 214, 223, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayish-50 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 200, 212, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayish-60 {
  --tw-border-opacity: 1;
  border-color: rgba(173, 186, 200, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayish-70 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 173, 189, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayish-80 {
  --tw-border-opacity: 1;
  border-color: rgba(136, 156, 176, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayish-90 {
  --tw-border-opacity: 1;
  border-color: rgba(117, 140, 163, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayish-normal {
  --tw-border-opacity: 1;
  border-color: rgba(87, 117, 144, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayish-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(80, 107, 132, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayish-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(73, 98, 119, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayish-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(67, 88, 108, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayishb-10 {
  --tw-border-opacity: 1;
  border-color: rgba(242, 244, 246, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayishb-20 {
  --tw-border-opacity: 1;
  border-color: rgba(230, 232, 237, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayishb-30 {
  --tw-border-opacity: 1;
  border-color: rgba(213, 217, 225, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayishb-40 {
  --tw-border-opacity: 1;
  border-color: rgba(196, 202, 213, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayishb-50 {
  --tw-border-opacity: 1;
  border-color: rgba(176, 184, 198, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayishb-60 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 166, 184, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayishb-70 {
  --tw-border-opacity: 1;
  border-color: rgba(136, 149, 170, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayishb-80 {
  --tw-border-opacity: 1;
  border-color: rgba(112, 128, 153, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayishb-90 {
  --tw-border-opacity: 1;
  border-color: rgba(89, 109, 136, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayishb-normal {
  --tw-border-opacity: 1;
  border-color: rgba(53, 80, 112, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayishb-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(50, 74, 103, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayishb-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(46, 67, 93, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplegrayishb-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(42, 61, 84, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-brightlavender-10 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 246, 254, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-brightlavender-20 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 238, 253, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-brightlavender-30 {
  --tw-border-opacity: 1;
  border-color: rgba(231, 227, 252, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-brightlavender-40 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 215, 251, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-brightlavender-50 {
  --tw-border-opacity: 1;
  border-color: rgba(208, 202, 249, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-brightlavender-60 {
  --tw-border-opacity: 1;
  border-color: rgba(195, 188, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-brightlavender-70 {
  --tw-border-opacity: 1;
  border-color: rgba(181, 174, 246, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-brightlavender-80 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 159, 243, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-brightlavender-90 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 143, 241, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-brightlavender-normal {
  --tw-border-opacity: 1;
  border-color: rgba(118, 120, 237, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-brightlavender-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(109, 110, 216, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-brightlavender-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 100, 195, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-brightlavender-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(90, 90, 175, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenc-10 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 244, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenc-20 {
  --tw-border-opacity: 1;
  border-color: rgba(242, 244, 234, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenc-30 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 237, 220, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenc-40 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 230, 206, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenc-50 {
  --tw-border-opacity: 1;
  border-color: rgba(213, 222, 189, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenc-60 {
  --tw-border-opacity: 1;
  border-color: rgba(202, 213, 172, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenc-70 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 204, 155, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenc-80 {
  --tw-border-opacity: 1;
  border-color: rgba(178, 194, 135, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenc-90 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 184, 115, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenc-normal {
  --tw-border-opacity: 1;
  border-color: rgba(144, 169, 85, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenc-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(132, 154, 78, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenc-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(120, 140, 72, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-greenc-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(108, 126, 65, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lbrightred-10 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 246, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lbrightred-20 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 237, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lbrightred-30 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 225, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lbrightred-40 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 214, 213, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lbrightred-50 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 200, 198, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lbrightred-60 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 185, 183, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lbrightred-70 {
  --tw-border-opacity: 1;
  border-color: rgba(246, 170, 169, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lbrightred-80 {
  --tw-border-opacity: 1;
  border-color: rgba(242, 153, 152, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lbrightred-90 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 135, 135, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lbrightred-normal {
  --tw-border-opacity: 1;
  border-color: rgba(229, 107, 111, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lbrightred-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 98, 102, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lbrightred-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(189, 90, 93, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lbrightred-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(169, 81, 84, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-llred-10 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 245, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-llred-20 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 234, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-llred-30 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 224, 221, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-llred-40 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 212, 208, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-llred-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 196, 191, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-llred-60 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 180, 175, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-llred-70 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 164, 159, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-llred-80 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 145, 140, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-llred-90 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 124, 122, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-llred-normal {
  --tw-border-opacity: 1;
  border-color: rgba(255, 90, 95, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-llred-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(232, 83, 87, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-llred-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(210, 77, 80, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-llred-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(188, 70, 72, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sea-10 {
  --tw-border-opacity: 1;
  border-color: rgba(246, 248, 254, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sea-20 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 242, 253, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sea-30 {
  --tw-border-opacity: 1;
  border-color: rgba(225, 233, 252, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sea-40 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 224, 251, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sea-50 {
  --tw-border-opacity: 1;
  border-color: rgba(196, 213, 250, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sea-60 {
  --tw-border-opacity: 1;
  border-color: rgba(180, 202, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sea-70 {
  --tw-border-opacity: 1;
  border-color: rgba(163, 192, 247, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sea-80 {
  --tw-border-opacity: 1;
  border-color: rgba(141, 179, 245, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sea-90 {
  --tw-border-opacity: 1;
  border-color: rgba(117, 167, 242, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sea-normal {
  --tw-border-opacity: 1;
  border-color: rgba(72, 149, 239, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sea-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(68, 136, 218, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sea-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(64, 123, 197, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-sea-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(60, 111, 176, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-vintagecoral-10 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 249, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-vintagecoral-20 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 242, 241, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-vintagecoral-30 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 234, 231, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-vintagecoral-40 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 225, 222, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-vintagecoral-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 214, 210, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-vintagecoral-60 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 204, 198, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-vintagecoral-70 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 193, 187, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-vintagecoral-80 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 180, 173, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-vintagecoral-90 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 167, 160, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-vintagecoral-normal {
  --tw-border-opacity: 1;
  border-color: rgba(254, 147, 140, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-vintagecoral-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(231, 134, 128, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-vintagecoral-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 122, 116, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-vintagecoral-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(187, 110, 105, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-coolgreen-10 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 253, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-coolgreen-20 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 250, 240, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-coolgreen-30 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 247, 230, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-coolgreen-40 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 243, 220, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-coolgreen-50 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 239, 208, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-coolgreen-60 {
  --tw-border-opacity: 1;
  border-color: rgba(210, 235, 196, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-coolgreen-70 {
  --tw-border-opacity: 1;
  border-color: rgba(201, 231, 184, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-coolgreen-80 {
  --tw-border-opacity: 1;
  border-color: rgba(189, 226, 169, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-coolgreen-90 {
  --tw-border-opacity: 1;
  border-color: rgba(178, 221, 155, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-coolgreen-normal {
  --tw-border-opacity: 1;
  border-color: rgba(160, 213, 133, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-coolgreen-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(146, 194, 122, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-coolgreen-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(133, 175, 111, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-coolgreen-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(119, 157, 100, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-limegreen-10 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 251, 247, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-limegreen-20 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 246, 240, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-limegreen-30 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 240, 230, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-limegreen-40 {
  --tw-border-opacity: 1;
  border-color: rgba(232, 234, 220, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-limegreen-50 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 227, 207, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-limegreen-60 {
  --tw-border-opacity: 1;
  border-color: rgba(216, 220, 195, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-limegreen-70 {
  --tw-border-opacity: 1;
  border-color: rgba(208, 213, 182, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-limegreen-80 {
  --tw-border-opacity: 1;
  border-color: rgba(198, 204, 168, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-limegreen-90 {
  --tw-border-opacity: 1;
  border-color: rgba(189, 196, 153, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-limegreen-normal {
  --tw-border-opacity: 1;
  border-color: rgba(174, 183, 132, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-limegreen-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(159, 167, 121, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-limegreen-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(144, 151, 110, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-limegreen-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(129, 136, 99, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lillac-10 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 241, 246, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lillac-20 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 227, 238, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lillac-30 {
  --tw-border-opacity: 1;
  border-color: rgba(235, 209, 227, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lillac-40 {
  --tw-border-opacity: 1;
  border-color: rgba(227, 191, 216, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lillac-50 {
  --tw-border-opacity: 1;
  border-color: rgba(216, 169, 202, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lillac-60 {
  --tw-border-opacity: 1;
  border-color: rgba(205, 146, 188, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lillac-70 {
  --tw-border-opacity: 1;
  border-color: rgba(194, 124, 174, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lillac-80 {
  --tw-border-opacity: 1;
  border-color: rgba(180, 96, 158, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lillac-90 {
  --tw-border-opacity: 1;
  border-color: rgba(166, 68, 142, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lillac-normal {
  --tw-border-opacity: 1;
  border-color: rgba(143, 1, 119, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lillac-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(131, 8, 109, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lillac-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(119, 13, 99, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lillac-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(108, 16, 90, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-redish-10 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 243, 244, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-redish-20 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 231, 233, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-redish-30 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 216, 219, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-redish-40 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 200, 205, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-redish-50 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 180, 188, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-redish-60 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 160, 171, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-redish-70 {
  --tw-border-opacity: 1;
  border-color: rgba(246, 140, 154, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-redish-80 {
  --tw-border-opacity: 1;
  border-color: rgba(241, 114, 134, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-redish-90 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 87, 115, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-redish-normal {
  --tw-border-opacity: 1;
  border-color: rgba(222, 26, 88, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-redish-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(203, 29, 81, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-redish-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(184, 30, 74, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-redish-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 31, 67, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lighredish-10 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 246, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lighredish-20 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 238, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lighredish-30 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 225, 226, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lighredish-40 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 212, 215, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lighredish-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 197, 201, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lighredish-60 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 182, 187, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lighredish-70 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 166, 173, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lighredish-80 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 147, 157, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lighredish-90 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 128, 141, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lighredish-normal {
  --tw-border-opacity: 1;
  border-color: rgba(242, 96, 118, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lighredish-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 89, 108, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lighredish-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(200, 81, 98, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-lighredish-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(179, 74, 89, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustardtwo-10 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 245, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustardtwo-20 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 235, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustardtwo-30 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 222, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustardtwo-40 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 235, 209, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustardtwo-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 192, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustardtwo-60 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 221, 176, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustardtwo-70 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 214, 160, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustardtwo-80 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 205, 141, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustardtwo-90 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 197, 121, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustardtwo-normal {
  --tw-border-opacity: 1;
  border-color: rgba(250, 185, 91, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustardtwo-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(228, 169, 84, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustardtwo-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(206, 153, 77, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-mustardtwo-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(184, 137, 70, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedmustard-10 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 253, 248, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedmustard-20 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 250, 240, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedmustard-30 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 247, 231, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedmustard-40 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 244, 221, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedmustard-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 239, 209, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedmustard-60 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 235, 197, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedmustard-70 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 231, 185, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedmustard-80 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 227, 170, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedmustard-90 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 222, 156, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedmustard-normal {
  --tw-border-opacity: 1;
  border-color: rgba(255, 215, 134, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedmustard-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(232, 196, 123, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedmustard-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(210, 177, 112, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedmustard-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(188, 159, 101, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-navysilverish-10 {
  --tw-border-opacity: 1;
  border-color: rgba(246, 247, 250, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-navysilverish-20 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 239, 244, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-navysilverish-30 {
  --tw-border-opacity: 1;
  border-color: rgba(225, 229, 237, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-navysilverish-40 {
  --tw-border-opacity: 1;
  border-color: rgba(213, 219, 230, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-navysilverish-50 {
  --tw-border-opacity: 1;
  border-color: rgba(198, 206, 222, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-navysilverish-60 {
  --tw-border-opacity: 1;
  border-color: rgba(183, 194, 213, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-navysilverish-70 {
  --tw-border-opacity: 1;
  border-color: rgba(168, 182, 205, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-navysilverish-80 {
  --tw-border-opacity: 1;
  border-color: rgba(150, 167, 194, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-navysilverish-90 {
  --tw-border-opacity: 1;
  border-color: rgba(132, 153, 184, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-navysilverish-normal {
  --tw-border-opacity: 1;
  border-color: rgba(105, 132, 169, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-navysilverish-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 121, 154, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-navysilverish-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(88, 110, 140, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-navysilverish-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(80, 99, 126, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedpurple-10 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 248, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedpurple-20 {
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedpurple-30 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 233, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedpurple-40 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 224, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedpurple-50 {
  --tw-border-opacity: 1;
  border-color: rgba(213, 213, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedpurple-60 {
  --tw-border-opacity: 1;
  border-color: rgba(201, 202, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedpurple-70 {
  --tw-border-opacity: 1;
  border-color: rgba(189, 191, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedpurple-80 {
  --tw-border-opacity: 1;
  border-color: rgba(174, 179, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedpurple-90 {
  --tw-border-opacity: 1;
  border-color: rgba(158, 166, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedpurple-normal {
  --tw-border-opacity: 1;
  border-color: rgba(132, 148, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedpurple-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(121, 135, 232, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedpurple-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(111, 123, 210, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedpurple-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(100, 110, 187, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplishblue-10 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 245, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplishblue-20 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 236, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplishblue-30 {
  --tw-border-opacity: 1;
  border-color: rgba(230, 223, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplishblue-40 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 210, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplishblue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(206, 195, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplishblue-60 {
  --tw-border-opacity: 1;
  border-color: rgba(192, 179, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplishblue-70 {
  --tw-border-opacity: 1;
  border-color: rgba(177, 164, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplishblue-80 {
  --tw-border-opacity: 1;
  border-color: rgba(158, 146, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplishblue-90 {
  --tw-border-opacity: 1;
  border-color: rgba(137, 129, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplishblue-normal {
  --tw-border-opacity: 1;
  border-color: rgba(99, 103, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplishblue-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(92, 95, 232, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplishblue-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(85, 86, 210, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purplishblue-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(78, 78, 188, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedlightblue-10 {
  --tw-border-opacity: 1;
  border-color: rgba(247, 250, 252, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedlightblue-20 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 244, 249, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedlightblue-30 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 237, 245, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedlightblue-40 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 231, 241, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedlightblue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(206, 222, 236, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedlightblue-60 {
  --tw-border-opacity: 1;
  border-color: rgba(193, 213, 231, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedlightblue-70 {
  --tw-border-opacity: 1;
  border-color: rgba(180, 205, 227, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedlightblue-80 {
  --tw-border-opacity: 1;
  border-color: rgba(164, 195, 221, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedlightblue-90 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 185, 215, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedlightblue-normal {
  --tw-border-opacity: 1;
  border-color: rgba(122, 170, 206, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedlightblue-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(112, 155, 188, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedlightblue-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(102, 141, 170, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-washedlightblue-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(92, 126, 152, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurple-10 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 248, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurple-20 {
  --tw-border-opacity: 1;
  border-color: rgba(242, 241, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurple-30 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 232, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurple-40 {
  --tw-border-opacity: 1;
  border-color: rgba(225, 223, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurple-50 {
  --tw-border-opacity: 1;
  border-color: rgba(214, 212, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurple-60 {
  --tw-border-opacity: 1;
  border-color: rgba(202, 201, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurple-70 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 190, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurple-80 {
  --tw-border-opacity: 1;
  border-color: rgba(176, 177, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurple-90 {
  --tw-border-opacity: 1;
  border-color: rgba(160, 164, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurple-normal {
  --tw-border-opacity: 1;
  border-color: rgba(135, 145, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurple-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 133, 232, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurple-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(113, 120, 210, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurple-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(102, 108, 187, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurplishblue-10 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurplishblue-20 {
  --tw-border-opacity: 1;
  border-color: rgba(242, 244, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurplishblue-30 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 236, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurplishblue-40 {
  --tw-border-opacity: 1;
  border-color: rgba(225, 229, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurplishblue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(213, 220, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurplishblue-60 {
  --tw-border-opacity: 1;
  border-color: rgba(202, 211, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurplishblue-70 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 202, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurplishblue-80 {
  --tw-border-opacity: 1;
  border-color: rgba(175, 192, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurplishblue-90 {
  --tw-border-opacity: 1;
  border-color: rgba(160, 181, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurplishblue-normal {
  --tw-border-opacity: 1;
  border-color: rgba(135, 166, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurplishblue-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 152, 232, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurplishblue-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(113, 137, 210, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherpurplishblue-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(102, 123, 187, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherwashedblue-10 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 252, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherwashedblue-20 {
  --tw-border-opacity: 1;
  border-color: rgba(242, 249, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherwashedblue-30 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 245, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherwashedblue-40 {
  --tw-border-opacity: 1;
  border-color: rgba(225, 241, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherwashedblue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(214, 237, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherwashedblue-60 {
  --tw-border-opacity: 1;
  border-color: rgba(202, 232, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherwashedblue-70 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 227, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherwashedblue-80 {
  --tw-border-opacity: 1;
  border-color: rgba(176, 221, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherwashedblue-90 {
  --tw-border-opacity: 1;
  border-color: rgba(160, 215, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherwashedblue-normal {
  --tw-border-opacity: 1;
  border-color: rgba(135, 207, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherwashedblue-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 189, 232, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherwashedblue-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(113, 171, 209, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-yetanotherwashedblue-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(102, 153, 187, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purple-tint-10 {
  --tw-border-opacity: 1;
  border-color: rgba(238, 238, 249, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purple-tint-20 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 221, 242, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purple-tint-30 {
  --tw-border-opacity: 1;
  border-color: rgba(203, 204, 236, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purple-tint-40 {
  --tw-border-opacity: 1;
  border-color: rgba(186, 187, 229, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purple-tint-50 {
  --tw-border-opacity: 1;
  border-color: rgba(169, 171, 223, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purple-tint-60 {
  --tw-border-opacity: 1;
  border-color: rgba(151, 154, 216, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purple-tint-70 {
  --tw-border-opacity: 1;
  border-color: rgba(134, 137, 210, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purple-tint-80 {
  --tw-border-opacity: 1;
  border-color: rgba(117, 120, 203, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purple-tint-90 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 103, 197, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purple-normal {
  --tw-border-opacity: 1;
  border-color: rgba(82, 86, 190, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-purple-shade-5 {
  --tw-border-opacity: 1;
  border-color: rgba(78, 82, 181, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(247, 249, 250, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-gray-60 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 242, 245, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(187, 199, 209, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 174, 188, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(126, 149, 167, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(98, 124, 144, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(77, 98, 114, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(57, 72, 84, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(36, 46, 53, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-gray-1000 {
  --tw-border-opacity: 1;
  border-color: rgba(15, 20, 23, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-blue-10 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 245, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-blue-30 {
  --tw-border-opacity: 1;
  border-color: rgba(189, 225, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-blue-40 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 215, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(145, 205, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-blue-60 {
  --tw-border-opacity: 1;
  border-color: rgba(122, 195, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-blue-70 {
  --tw-border-opacity: 1;
  border-color: rgba(100, 185, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-blue-80 {
  --tw-border-opacity: 1;
  border-color: rgba(78, 175, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-blue-90 {
  --tw-border-opacity: 1;
  border-color: rgba(56, 165, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-blue-normal {
  --tw-border-opacity: 1;
  border-color: rgba(34, 155, 255, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-blue-shade-100 {
  --tw-border-opacity: 1;
  border-color: rgba(31, 140, 230, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-blue-shade-200 {
  --tw-border-opacity: 1;
  border-color: rgba(27, 124, 204, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:border-blue-shade-300 {
  --tw-border-opacity: 1;
  border-color: rgba(24, 109, 179, var(--tw-border-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-blue-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 155, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-gray-150 {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 236, 240, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-\[\#6498ed\] {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 152, 237, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-\[\#367ae8\] {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 122, 232, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purple-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 86, 190, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-transparent {
  background-color: transparent;
}

#coupons-plus-admin .group:hover .group-hover\:bg-green-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 250, 243, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-green-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 246, 231, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-green-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 241, 220, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-green-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 237, 208, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(211, 232, 196, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-green-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 227, 184, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-green-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(193, 223, 172, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-green-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 218, 161, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-green-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(175, 214, 149, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-green-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(166, 209, 137, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-green-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 192, 126, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-green-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 176, 115, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-green-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 159, 104, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-red-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 243, 243, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-red-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 230, 230, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-red-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 218, 218, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-red-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 205, 206, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 193, 194, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-red-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 180, 181, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-red-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 168, 169, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-red-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 155, 157, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-red-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 143, 144, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-red-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 130, 132, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-red-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 120, 121, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-red-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 109, 111, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-red-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(176, 99, 100, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yellow-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 249, 244, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yellow-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 242, 233, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yellow-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 237, 222, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yellow-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 232, 211, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 227, 200, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yellow-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 222, 189, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yellow-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 217, 179, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yellow-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 212, 168, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yellow-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 207, 157, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yellow-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 200, 144, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yellow-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(211, 184, 131, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yellow-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 167, 119, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yellow-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(173, 150, 106, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-maroon-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 251, 251, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-maroon-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 246, 247, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-maroon-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 239, 239, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-maroon-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 227, 232, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-maroon-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 215, 220, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-maroon-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 202, 208, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-maroon-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 190, 196, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-maroon-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 178, 184, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-maroon-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 166, 172, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-maroon-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 153, 160, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-maroon-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 140, 147, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-maroon-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(198, 127, 134, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-maroon-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(178, 115, 121, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-peach-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 248, 246, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-peach-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 237, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-peach-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 232, 224, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-peach-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 223, 210, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-peach-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 214, 196, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-peach-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 205, 182, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-peach-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 196, 168, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-peach-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 187, 155, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-peach-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 178, 141, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-peach-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 169, 127, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-peach-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 153, 115, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-peach-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(198, 137, 102, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-peach-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(174, 121, 90, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sapphire-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 252, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sapphire-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 249, 252, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sapphire-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 244, 250, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sapphire-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(200, 238, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sapphire-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 232, 246, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sapphire-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(172, 225, 244, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sapphire-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(158, 219, 242, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sapphire-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(144, 212, 240, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sapphire-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(130, 206, 238, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sapphire-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(116, 199, 236, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sapphire-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(105, 179, 212, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sapphire-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(93, 159, 189, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sapphire-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 140, 165, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lavender-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 252, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lavender-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 249, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lavender-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 242, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lavender-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 235, 253, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lavender-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(223, 228, 253, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lavender-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 220, 253, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lavender-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 213, 253, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lavender-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(197, 205, 253, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lavender-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 198, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lavender-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 190, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lavender-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 171, 223, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lavender-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(145, 152, 200, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lavender-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(128, 133, 177, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mauve-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 249, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mauve-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 243, 252, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mauve-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 235, 250, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mauve-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 227, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mauve-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 218, 246, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mauve-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 208, 243, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mauve-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 198, 241, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mauve-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 187, 238, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mauve-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 175, 235, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mauve-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 158, 230, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mauve-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 144, 209, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mauve-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 131, 189, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mauve-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(149, 118, 169, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-fuchsiared-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 244, 244, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-fuchsiared-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 233, 233, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-fuchsiared-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 217, 218, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-fuchsiared-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 202, 204, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-fuchsiared-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 183, 186, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-fuchsiared-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 163, 168, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-fuchsiared-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 143, 151, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-fuchsiared-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 117, 131, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-fuchsiared-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 87, 112, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-fuchsiared-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 0, 84, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-fuchsiared-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 14, 77, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-fuchsiared-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(210, 21, 71, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-fuchsiared-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 25, 64, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustard-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 242, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustard-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustard-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 240, 212, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustard-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 234, 194, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustard-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 227, 173, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustard-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 220, 151, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustard-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 213, 130, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustard-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 204, 103, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustard-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 196, 74, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustard-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 184, 1, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustard-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 168, 10, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustard-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 152, 16, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustard-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(183, 136, 19, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-hwpyellow-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 252, 245, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-hwpyellow-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 249, 235, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-hwpyellow-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 245, 222, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-hwpyellow-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 209, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-hwpyellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 192, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-hwpyellow-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 230, 176, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-hwpyellow-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 225, 159, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-hwpyellow-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 219, 139, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-hwpyellow-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 214, 119, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-hwpyellow-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 205, 87, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-hwpyellow-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 187, 80, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-hwpyellow-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 169, 74, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-hwpyellow-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(179, 151, 67, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-oceanic-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 249, 251, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-oceanic-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 243, 247, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-oceanic-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 235, 241, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-oceanic-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 227, 236, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-oceanic-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 217, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-oceanic-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 208, 223, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-oceanic-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 198, 216, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-oceanic-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(121, 187, 208, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-oceanic-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(93, 175, 200, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-oceanic-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(33, 158, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-oceanic-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 144, 171, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-oceanic-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 131, 155, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-oceanic-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 118, 139, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greena-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 249, 251, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greena-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 243, 247, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greena-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 235, 241, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greena-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 227, 236, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greena-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 217, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greena-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 208, 223, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greena-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 198, 216, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greena-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(121, 187, 208, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greena-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(93, 175, 200, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greena-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(33, 158, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greena-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 144, 171, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greena-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 131, 155, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greena-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 118, 139, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenb-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenb-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 249, 242, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenb-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 244, 233, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenb-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 240, 224, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenb-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 235, 213, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenb-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 229, 202, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenb-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(177, 224, 191, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenb-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 217, 179, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenb-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(144, 210, 166, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenb-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(118, 200, 147, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenb-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 182, 134, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenb-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 165, 122, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenb-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(89, 148, 110, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayish-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 246, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayish-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 237, 241, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayish-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 226, 232, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayish-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 214, 223, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayish-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 200, 212, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayish-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(173, 186, 200, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayish-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 173, 189, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayish-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 156, 176, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayish-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(117, 140, 163, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayish-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 117, 144, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayish-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(80, 107, 132, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayish-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(73, 98, 119, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayish-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 88, 108, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayishb-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 244, 246, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayishb-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 232, 237, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayishb-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 217, 225, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayishb-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 202, 213, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayishb-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(176, 184, 198, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayishb-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 166, 184, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayishb-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 149, 170, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayishb-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 128, 153, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayishb-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(89, 109, 136, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayishb-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(53, 80, 112, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayishb-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(50, 74, 103, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayishb-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(46, 67, 93, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplegrayishb-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(42, 61, 84, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-brightlavender-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 246, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-brightlavender-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 238, 253, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-brightlavender-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 227, 252, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-brightlavender-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 215, 251, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-brightlavender-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(208, 202, 249, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-brightlavender-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(195, 188, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-brightlavender-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(181, 174, 246, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-brightlavender-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 159, 243, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-brightlavender-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 143, 241, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-brightlavender-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(118, 120, 237, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-brightlavender-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 110, 216, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-brightlavender-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 100, 195, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-brightlavender-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(90, 90, 175, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenc-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 244, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenc-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 244, 234, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenc-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 237, 220, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenc-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 230, 206, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenc-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 222, 189, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenc-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 213, 172, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenc-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 204, 155, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenc-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(178, 194, 135, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenc-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 184, 115, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenc-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(144, 169, 85, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenc-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 154, 78, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenc-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 140, 72, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-greenc-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 126, 65, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lbrightred-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 246, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lbrightred-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 237, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lbrightred-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 225, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lbrightred-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 214, 213, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lbrightred-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 200, 198, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lbrightred-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 185, 183, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lbrightred-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 170, 169, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lbrightred-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 153, 152, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lbrightred-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 135, 135, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lbrightred-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 107, 111, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lbrightred-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 98, 102, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lbrightred-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 90, 93, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lbrightred-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(169, 81, 84, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-llred-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 245, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-llred-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 234, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-llred-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 224, 221, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-llred-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 212, 208, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-llred-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 196, 191, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-llred-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 180, 175, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-llred-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 164, 159, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-llred-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 145, 140, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-llred-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 124, 122, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-llred-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 90, 95, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-llred-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 83, 87, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-llred-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(210, 77, 80, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-llred-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(188, 70, 72, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sea-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 248, 254, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sea-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 242, 253, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sea-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 233, 252, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sea-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 224, 251, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sea-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 213, 250, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sea-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 202, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sea-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 192, 247, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sea-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(141, 179, 245, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sea-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(117, 167, 242, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sea-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(72, 149, 239, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sea-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 136, 218, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sea-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 123, 197, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-sea-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(60, 111, 176, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-vintagecoral-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 249, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-vintagecoral-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 242, 241, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-vintagecoral-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 234, 231, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-vintagecoral-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 225, 222, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-vintagecoral-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 214, 210, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-vintagecoral-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 204, 198, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-vintagecoral-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 193, 187, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-vintagecoral-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 180, 173, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-vintagecoral-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 167, 160, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-vintagecoral-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 147, 140, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-vintagecoral-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 134, 128, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-vintagecoral-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 122, 116, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-vintagecoral-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 110, 105, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-coolgreen-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 253, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-coolgreen-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 250, 240, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-coolgreen-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 247, 230, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-coolgreen-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 243, 220, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-coolgreen-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 239, 208, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-coolgreen-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(210, 235, 196, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-coolgreen-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(201, 231, 184, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-coolgreen-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 226, 169, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-coolgreen-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(178, 221, 155, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-coolgreen-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(160, 213, 133, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-coolgreen-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 194, 122, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-coolgreen-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 175, 111, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-coolgreen-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(119, 157, 100, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-limegreen-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 251, 247, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-limegreen-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 246, 240, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-limegreen-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 240, 230, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-limegreen-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 234, 220, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-limegreen-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 227, 207, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-limegreen-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 220, 195, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-limegreen-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(208, 213, 182, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-limegreen-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(198, 204, 168, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-limegreen-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 196, 153, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-limegreen-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(174, 183, 132, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-limegreen-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 167, 121, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-limegreen-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(144, 151, 110, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-limegreen-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 136, 99, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lillac-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 241, 246, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lillac-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 227, 238, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lillac-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 209, 227, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lillac-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 191, 216, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lillac-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 169, 202, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lillac-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(205, 146, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lillac-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 124, 174, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lillac-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 96, 158, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lillac-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(166, 68, 142, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lillac-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(143, 1, 119, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lillac-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 8, 109, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lillac-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(119, 13, 99, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lillac-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 16, 90, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-redish-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 243, 244, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-redish-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 231, 233, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-redish-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 216, 219, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-redish-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 200, 205, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-redish-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 180, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-redish-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 160, 171, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-redish-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 140, 154, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-redish-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 114, 134, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-redish-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 87, 115, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-redish-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(222, 26, 88, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-redish-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 29, 81, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-redish-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 30, 74, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-redish-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 31, 67, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lighredish-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 246, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lighredish-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 238, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lighredish-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 225, 226, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lighredish-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 212, 215, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lighredish-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 197, 201, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lighredish-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 182, 187, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lighredish-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 166, 173, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lighredish-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 147, 157, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lighredish-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 128, 141, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lighredish-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 96, 118, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lighredish-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 89, 108, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lighredish-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(200, 81, 98, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-lighredish-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(179, 74, 89, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustardtwo-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 245, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustardtwo-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 235, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustardtwo-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 222, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustardtwo-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 209, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustardtwo-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 192, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustardtwo-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 221, 176, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustardtwo-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 214, 160, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustardtwo-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 205, 141, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustardtwo-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 197, 121, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustardtwo-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 185, 91, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustardtwo-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 169, 84, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustardtwo-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 153, 77, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-mustardtwo-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 137, 70, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedmustard-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 253, 248, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedmustard-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 250, 240, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedmustard-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 231, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedmustard-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 244, 221, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedmustard-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 239, 209, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedmustard-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 197, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedmustard-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 231, 185, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedmustard-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 227, 170, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedmustard-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 222, 156, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedmustard-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 215, 134, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedmustard-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 196, 123, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedmustard-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(210, 177, 112, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedmustard-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(188, 159, 101, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-navysilverish-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 247, 250, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-navysilverish-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 239, 244, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-navysilverish-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 229, 237, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-navysilverish-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 219, 230, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-navysilverish-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(198, 206, 222, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-navysilverish-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(183, 194, 213, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-navysilverish-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 182, 205, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-navysilverish-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(150, 167, 194, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-navysilverish-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 153, 184, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-navysilverish-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(105, 132, 169, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-navysilverish-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 121, 154, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-navysilverish-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 110, 140, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-navysilverish-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(80, 99, 126, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedpurple-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 248, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedpurple-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedpurple-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 233, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedpurple-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 224, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedpurple-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 213, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedpurple-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(201, 202, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedpurple-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 191, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedpurple-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(174, 179, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedpurple-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(158, 166, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedpurple-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 148, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedpurple-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(121, 135, 232, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedpurple-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(111, 123, 210, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedpurple-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 110, 187, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplishblue-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 245, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplishblue-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 236, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplishblue-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 223, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplishblue-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 210, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplishblue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 195, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplishblue-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 179, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplishblue-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(177, 164, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplishblue-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(158, 146, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplishblue-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(137, 129, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplishblue-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 103, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplishblue-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(92, 95, 232, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplishblue-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(85, 86, 210, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purplishblue-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(78, 78, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedlightblue-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedlightblue-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 244, 249, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedlightblue-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 237, 245, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedlightblue-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 231, 241, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedlightblue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 222, 236, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedlightblue-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(193, 213, 231, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedlightblue-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 205, 227, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedlightblue-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(164, 195, 221, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedlightblue-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 185, 215, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedlightblue-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(122, 170, 206, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedlightblue-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 155, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedlightblue-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 141, 170, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-washedlightblue-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(92, 126, 152, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurple-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 248, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurple-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 241, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurple-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 232, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurple-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 223, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurple-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 212, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurple-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 201, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurple-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 190, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurple-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(176, 177, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurple-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(160, 164, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurple-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(135, 145, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurple-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 133, 232, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurple-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 120, 210, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurple-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 108, 187, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurplishblue-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurplishblue-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 244, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurplishblue-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 236, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurplishblue-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 229, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurplishblue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 220, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurplishblue-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 211, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurplishblue-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 202, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurplishblue-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(175, 192, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurplishblue-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(160, 181, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurplishblue-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(135, 166, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurplishblue-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 152, 232, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurplishblue-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 137, 210, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherpurplishblue-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 123, 187, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherwashedblue-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 252, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherwashedblue-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 249, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherwashedblue-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 245, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherwashedblue-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 241, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherwashedblue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 237, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherwashedblue-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 232, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherwashedblue-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 227, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherwashedblue-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(176, 221, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherwashedblue-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(160, 215, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherwashedblue-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(135, 207, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherwashedblue-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 189, 232, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherwashedblue-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 171, 209, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-yetanotherwashedblue-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 153, 187, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purple-tint-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 238, 249, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purple-tint-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 221, 242, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purple-tint-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 204, 236, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purple-tint-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 187, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purple-tint-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(169, 171, 223, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purple-tint-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(151, 154, 216, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purple-tint-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 137, 210, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purple-tint-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(117, 120, 203, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purple-tint-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 103, 197, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-purple-shade-5 {
  --tw-bg-opacity: 1;
  background-color: rgba(78, 82, 181, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 249, 250, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 199, 209, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 174, 188, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 149, 167, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(98, 124, 144, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 98, 114, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(57, 72, 84, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(36, 46, 53, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-gray-1000 {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 20, 23, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-blue-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 245, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-blue-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(211, 235, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-blue-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 225, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-blue-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 215, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(145, 205, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-blue-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(122, 195, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-blue-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 185, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-blue-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(78, 175, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-blue-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 165, 255, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-blue-shade-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 140, 230, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-blue-shade-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(27, 124, 204, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-blue-shade-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 109, 179, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-gray-350 {
  --tw-bg-opacity: 1;
  background-color: rgba(171, 186, 198, var(--tw-bg-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

#coupons-plus-admin .group:hover .group-hover\:pl-3 {
  padding-left: 12px;
}

#coupons-plus-admin .group:hover .group-hover\:text-blue-normal {
  --tw-text-opacity: 1;
  color: rgba(34, 155, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purple-tint-90 {
  --tw-text-opacity: 1;
  color: rgba(99, 103, 197, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-\[\#6498ed\] {
  --tw-text-opacity: 1;
  color: rgba(100, 152, 237, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purple-normal {
  --tw-text-opacity: 1;
  color: rgba(82, 86, 190, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-transparent {
  color: transparent;
}

#coupons-plus-admin .group:hover .group-hover\:text-green-10 {
  --tw-text-opacity: 1;
  color: rgba(246, 250, 243, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-green-20 {
  --tw-text-opacity: 1;
  color: rgba(237, 246, 231, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-green-30 {
  --tw-text-opacity: 1;
  color: rgba(228, 241, 220, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-green-40 {
  --tw-text-opacity: 1;
  color: rgba(219, 237, 208, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-green-50 {
  --tw-text-opacity: 1;
  color: rgba(211, 232, 196, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-green-60 {
  --tw-text-opacity: 1;
  color: rgba(202, 227, 184, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-green-70 {
  --tw-text-opacity: 1;
  color: rgba(193, 223, 172, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-green-80 {
  --tw-text-opacity: 1;
  color: rgba(184, 218, 161, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-green-90 {
  --tw-text-opacity: 1;
  color: rgba(175, 214, 149, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-green-normal {
  --tw-text-opacity: 1;
  color: rgba(166, 209, 137, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-green-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(153, 192, 126, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-green-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(139, 176, 115, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-green-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(126, 159, 104, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-red-10 {
  --tw-text-opacity: 1;
  color: rgba(253, 243, 243, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-red-20 {
  --tw-text-opacity: 1;
  color: rgba(250, 230, 230, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-red-30 {
  --tw-text-opacity: 1;
  color: rgba(248, 218, 218, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-red-40 {
  --tw-text-opacity: 1;
  color: rgba(245, 205, 206, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-red-50 {
  --tw-text-opacity: 1;
  color: rgba(243, 193, 194, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-red-60 {
  --tw-text-opacity: 1;
  color: rgba(241, 180, 181, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-red-70 {
  --tw-text-opacity: 1;
  color: rgba(238, 168, 169, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-red-80 {
  --tw-text-opacity: 1;
  color: rgba(236, 155, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-red-90 {
  --tw-text-opacity: 1;
  color: rgba(233, 143, 144, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-red-normal {
  --tw-text-opacity: 1;
  color: rgba(231, 130, 132, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-red-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(213, 120, 121, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-red-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(194, 109, 111, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-red-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(176, 99, 100, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yellow-10 {
  --tw-text-opacity: 1;
  color: rgba(253, 249, 244, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yellow-20 {
  --tw-text-opacity: 1;
  color: rgba(250, 242, 233, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yellow-30 {
  --tw-text-opacity: 1;
  color: rgba(248, 237, 222, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yellow-40 {
  --tw-text-opacity: 1;
  color: rgba(245, 232, 211, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgba(242, 227, 200, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yellow-60 {
  --tw-text-opacity: 1;
  color: rgba(239, 222, 189, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yellow-70 {
  --tw-text-opacity: 1;
  color: rgba(237, 217, 179, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yellow-80 {
  --tw-text-opacity: 1;
  color: rgba(234, 212, 168, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yellow-90 {
  --tw-text-opacity: 1;
  color: rgba(232, 207, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yellow-normal {
  --tw-text-opacity: 1;
  color: rgba(229, 200, 144, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yellow-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(211, 184, 131, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yellow-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(192, 167, 119, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yellow-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(173, 150, 106, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-maroon-10 {
  --tw-text-opacity: 1;
  color: rgba(254, 251, 251, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-maroon-20 {
  --tw-text-opacity: 1;
  color: rgba(253, 246, 247, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-maroon-30 {
  --tw-text-opacity: 1;
  color: rgba(252, 239, 239, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-maroon-40 {
  --tw-text-opacity: 1;
  color: rgba(250, 227, 232, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-maroon-50 {
  --tw-text-opacity: 1;
  color: rgba(248, 215, 220, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-maroon-60 {
  --tw-text-opacity: 1;
  color: rgba(246, 202, 208, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-maroon-70 {
  --tw-text-opacity: 1;
  color: rgba(244, 190, 196, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-maroon-80 {
  --tw-text-opacity: 1;
  color: rgba(242, 178, 184, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-maroon-90 {
  --tw-text-opacity: 1;
  color: rgba(240, 166, 172, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-maroon-normal {
  --tw-text-opacity: 1;
  color: rgba(238, 153, 160, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-maroon-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(218, 140, 147, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-maroon-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(198, 127, 134, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-maroon-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(178, 115, 121, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-peach-10 {
  --tw-text-opacity: 1;
  color: rgba(254, 248, 246, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-peach-20 {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 237, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-peach-30 {
  --tw-text-opacity: 1;
  color: rgba(252, 232, 224, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-peach-40 {
  --tw-text-opacity: 1;
  color: rgba(251, 223, 210, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-peach-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 214, 196, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-peach-60 {
  --tw-text-opacity: 1;
  color: rgba(249, 205, 182, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-peach-70 {
  --tw-text-opacity: 1;
  color: rgba(248, 196, 168, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-peach-80 {
  --tw-text-opacity: 1;
  color: rgba(247, 187, 155, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-peach-90 {
  --tw-text-opacity: 1;
  color: rgba(246, 178, 141, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-peach-normal {
  --tw-text-opacity: 1;
  color: rgba(245, 169, 127, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-peach-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(221, 153, 115, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-peach-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(198, 137, 102, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-peach-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(174, 121, 90, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sapphire-10 {
  --tw-text-opacity: 1;
  color: rgba(241, 252, 254, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sapphire-20 {
  --tw-text-opacity: 1;
  color: rgba(227, 249, 252, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sapphire-30 {
  --tw-text-opacity: 1;
  color: rgba(214, 244, 250, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sapphire-40 {
  --tw-text-opacity: 1;
  color: rgba(200, 238, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sapphire-50 {
  --tw-text-opacity: 1;
  color: rgba(186, 232, 246, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sapphire-60 {
  --tw-text-opacity: 1;
  color: rgba(172, 225, 244, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sapphire-70 {
  --tw-text-opacity: 1;
  color: rgba(158, 219, 242, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sapphire-80 {
  --tw-text-opacity: 1;
  color: rgba(144, 212, 240, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sapphire-90 {
  --tw-text-opacity: 1;
  color: rgba(130, 206, 238, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sapphire-normal {
  --tw-text-opacity: 1;
  color: rgba(116, 199, 236, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sapphire-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(105, 179, 212, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sapphire-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(93, 159, 189, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sapphire-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(82, 140, 165, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lavender-10 {
  --tw-text-opacity: 1;
  color: rgba(251, 252, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lavender-20 {
  --tw-text-opacity: 1;
  color: rgba(247, 249, 254, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lavender-30 {
  --tw-text-opacity: 1;
  color: rgba(239, 242, 254, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lavender-40 {
  --tw-text-opacity: 1;
  color: rgba(231, 235, 253, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lavender-50 {
  --tw-text-opacity: 1;
  color: rgba(223, 228, 253, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lavender-60 {
  --tw-text-opacity: 1;
  color: rgba(214, 220, 253, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lavender-70 {
  --tw-text-opacity: 1;
  color: rgba(206, 213, 253, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lavender-80 {
  --tw-text-opacity: 1;
  color: rgba(197, 205, 253, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lavender-90 {
  --tw-text-opacity: 1;
  color: rgba(189, 198, 254, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lavender-normal {
  --tw-text-opacity: 1;
  color: rgba(180, 190, 254, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lavender-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(163, 171, 223, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lavender-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(145, 152, 200, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lavender-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(128, 133, 177, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mauve-10 {
  --tw-text-opacity: 1;
  color: rgba(252, 249, 254, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mauve-20 {
  --tw-text-opacity: 1;
  color: rgba(249, 243, 252, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mauve-30 {
  --tw-text-opacity: 1;
  color: rgba(245, 235, 250, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mauve-40 {
  --tw-text-opacity: 1;
  color: rgba(241, 227, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mauve-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 218, 246, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mauve-60 {
  --tw-text-opacity: 1;
  color: rgba(230, 208, 243, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mauve-70 {
  --tw-text-opacity: 1;
  color: rgba(225, 198, 241, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mauve-80 {
  --tw-text-opacity: 1;
  color: rgba(219, 187, 238, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mauve-90 {
  --tw-text-opacity: 1;
  color: rgba(212, 175, 235, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mauve-normal {
  --tw-text-opacity: 1;
  color: rgba(202, 158, 230, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mauve-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(184, 144, 209, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mauve-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(167, 131, 189, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mauve-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(149, 118, 169, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-fuchsiared-10 {
  --tw-text-opacity: 1;
  color: rgba(255, 244, 244, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-fuchsiared-20 {
  --tw-text-opacity: 1;
  color: rgba(255, 233, 233, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-fuchsiared-30 {
  --tw-text-opacity: 1;
  color: rgba(255, 217, 218, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-fuchsiared-40 {
  --tw-text-opacity: 1;
  color: rgba(255, 202, 204, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-fuchsiared-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 183, 186, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-fuchsiared-60 {
  --tw-text-opacity: 1;
  color: rgba(255, 163, 168, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-fuchsiared-70 {
  --tw-text-opacity: 1;
  color: rgba(255, 143, 151, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-fuchsiared-80 {
  --tw-text-opacity: 1;
  color: rgba(255, 117, 131, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-fuchsiared-90 {
  --tw-text-opacity: 1;
  color: rgba(255, 87, 112, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-fuchsiared-normal {
  --tw-text-opacity: 1;
  color: rgba(255, 0, 84, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-fuchsiared-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(233, 14, 77, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-fuchsiared-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(210, 21, 71, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-fuchsiared-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(189, 25, 64, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustard-10 {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 242, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustard-20 {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 229, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustard-30 {
  --tw-text-opacity: 1;
  color: rgba(255, 240, 212, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustard-40 {
  --tw-text-opacity: 1;
  color: rgba(255, 234, 194, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustard-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 227, 173, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustard-60 {
  --tw-text-opacity: 1;
  color: rgba(255, 220, 151, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustard-70 {
  --tw-text-opacity: 1;
  color: rgba(255, 213, 130, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustard-80 {
  --tw-text-opacity: 1;
  color: rgba(255, 204, 103, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustard-90 {
  --tw-text-opacity: 1;
  color: rgba(253, 196, 74, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustard-normal {
  --tw-text-opacity: 1;
  color: rgba(247, 184, 1, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustard-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(225, 168, 10, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustard-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(204, 152, 16, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustard-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(183, 136, 19, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-hwpyellow-10 {
  --tw-text-opacity: 1;
  color: rgba(255, 252, 245, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-hwpyellow-20 {
  --tw-text-opacity: 1;
  color: rgba(255, 249, 235, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-hwpyellow-30 {
  --tw-text-opacity: 1;
  color: rgba(255, 245, 222, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-hwpyellow-40 {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 209, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-hwpyellow-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 235, 192, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-hwpyellow-60 {
  --tw-text-opacity: 1;
  color: rgba(254, 230, 176, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-hwpyellow-70 {
  --tw-text-opacity: 1;
  color: rgba(252, 225, 159, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-hwpyellow-80 {
  --tw-text-opacity: 1;
  color: rgba(250, 219, 139, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-hwpyellow-90 {
  --tw-text-opacity: 1;
  color: rgba(247, 214, 119, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-hwpyellow-normal {
  --tw-text-opacity: 1;
  color: rgba(242, 205, 87, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-hwpyellow-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(220, 187, 80, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-hwpyellow-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(199, 169, 74, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-hwpyellow-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(179, 151, 67, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-oceanic-10 {
  --tw-text-opacity: 1;
  color: rgba(244, 249, 251, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-oceanic-20 {
  --tw-text-opacity: 1;
  color: rgba(233, 243, 247, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-oceanic-30 {
  --tw-text-opacity: 1;
  color: rgba(218, 235, 241, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-oceanic-40 {
  --tw-text-opacity: 1;
  color: rgba(203, 227, 236, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-oceanic-50 {
  --tw-text-opacity: 1;
  color: rgba(184, 217, 229, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-oceanic-60 {
  --tw-text-opacity: 1;
  color: rgba(165, 208, 223, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-oceanic-70 {
  --tw-text-opacity: 1;
  color: rgba(146, 198, 216, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-oceanic-80 {
  --tw-text-opacity: 1;
  color: rgba(121, 187, 208, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-oceanic-90 {
  --tw-text-opacity: 1;
  color: rgba(93, 175, 200, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-oceanic-normal {
  --tw-text-opacity: 1;
  color: rgba(33, 158, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-oceanic-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(35, 144, 171, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-oceanic-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(35, 131, 155, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-oceanic-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(35, 118, 139, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greena-10 {
  --tw-text-opacity: 1;
  color: rgba(244, 249, 251, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greena-20 {
  --tw-text-opacity: 1;
  color: rgba(233, 243, 247, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greena-30 {
  --tw-text-opacity: 1;
  color: rgba(218, 235, 241, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greena-40 {
  --tw-text-opacity: 1;
  color: rgba(203, 227, 236, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greena-50 {
  --tw-text-opacity: 1;
  color: rgba(184, 217, 229, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greena-60 {
  --tw-text-opacity: 1;
  color: rgba(165, 208, 223, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greena-70 {
  --tw-text-opacity: 1;
  color: rgba(146, 198, 216, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greena-80 {
  --tw-text-opacity: 1;
  color: rgba(121, 187, 208, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greena-90 {
  --tw-text-opacity: 1;
  color: rgba(93, 175, 200, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greena-normal {
  --tw-text-opacity: 1;
  color: rgba(33, 158, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greena-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(35, 144, 171, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greena-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(35, 131, 155, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greena-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(35, 118, 139, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenb-10 {
  --tw-text-opacity: 1;
  color: rgba(247, 252, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenb-20 {
  --tw-text-opacity: 1;
  color: rgba(239, 249, 242, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenb-30 {
  --tw-text-opacity: 1;
  color: rgba(228, 244, 233, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenb-40 {
  --tw-text-opacity: 1;
  color: rgba(218, 240, 224, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenb-50 {
  --tw-text-opacity: 1;
  color: rgba(204, 235, 213, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenb-60 {
  --tw-text-opacity: 1;
  color: rgba(191, 229, 202, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenb-70 {
  --tw-text-opacity: 1;
  color: rgba(177, 224, 191, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenb-80 {
  --tw-text-opacity: 1;
  color: rgba(161, 217, 179, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenb-90 {
  --tw-text-opacity: 1;
  color: rgba(144, 210, 166, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenb-normal {
  --tw-text-opacity: 1;
  color: rgba(118, 200, 147, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenb-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(108, 182, 134, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenb-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(99, 165, 122, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenb-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(89, 148, 110, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayish-10 {
  --tw-text-opacity: 1;
  color: rgba(245, 246, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayish-20 {
  --tw-text-opacity: 1;
  color: rgba(234, 237, 241, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayish-30 {
  --tw-text-opacity: 1;
  color: rgba(220, 226, 232, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayish-40 {
  --tw-text-opacity: 1;
  color: rgba(207, 214, 223, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayish-50 {
  --tw-text-opacity: 1;
  color: rgba(190, 200, 212, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayish-60 {
  --tw-text-opacity: 1;
  color: rgba(173, 186, 200, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayish-70 {
  --tw-text-opacity: 1;
  color: rgba(156, 173, 189, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayish-80 {
  --tw-text-opacity: 1;
  color: rgba(136, 156, 176, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayish-90 {
  --tw-text-opacity: 1;
  color: rgba(117, 140, 163, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayish-normal {
  --tw-text-opacity: 1;
  color: rgba(87, 117, 144, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayish-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(80, 107, 132, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayish-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(73, 98, 119, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayish-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(67, 88, 108, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayishb-10 {
  --tw-text-opacity: 1;
  color: rgba(242, 244, 246, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayishb-20 {
  --tw-text-opacity: 1;
  color: rgba(230, 232, 237, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayishb-30 {
  --tw-text-opacity: 1;
  color: rgba(213, 217, 225, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayishb-40 {
  --tw-text-opacity: 1;
  color: rgba(196, 202, 213, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayishb-50 {
  --tw-text-opacity: 1;
  color: rgba(176, 184, 198, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayishb-60 {
  --tw-text-opacity: 1;
  color: rgba(156, 166, 184, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayishb-70 {
  --tw-text-opacity: 1;
  color: rgba(136, 149, 170, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayishb-80 {
  --tw-text-opacity: 1;
  color: rgba(112, 128, 153, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayishb-90 {
  --tw-text-opacity: 1;
  color: rgba(89, 109, 136, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayishb-normal {
  --tw-text-opacity: 1;
  color: rgba(53, 80, 112, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayishb-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(50, 74, 103, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayishb-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(46, 67, 93, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplegrayishb-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(42, 61, 84, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-brightlavender-10 {
  --tw-text-opacity: 1;
  color: rgba(248, 246, 254, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-brightlavender-20 {
  --tw-text-opacity: 1;
  color: rgba(240, 238, 253, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-brightlavender-30 {
  --tw-text-opacity: 1;
  color: rgba(231, 227, 252, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-brightlavender-40 {
  --tw-text-opacity: 1;
  color: rgba(221, 215, 251, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-brightlavender-50 {
  --tw-text-opacity: 1;
  color: rgba(208, 202, 249, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-brightlavender-60 {
  --tw-text-opacity: 1;
  color: rgba(195, 188, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-brightlavender-70 {
  --tw-text-opacity: 1;
  color: rgba(181, 174, 246, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-brightlavender-80 {
  --tw-text-opacity: 1;
  color: rgba(165, 159, 243, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-brightlavender-90 {
  --tw-text-opacity: 1;
  color: rgba(147, 143, 241, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-brightlavender-normal {
  --tw-text-opacity: 1;
  color: rgba(118, 120, 237, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-brightlavender-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(109, 110, 216, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-brightlavender-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(99, 100, 195, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-brightlavender-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(90, 90, 175, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenc-10 {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 244, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenc-20 {
  --tw-text-opacity: 1;
  color: rgba(242, 244, 234, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenc-30 {
  --tw-text-opacity: 1;
  color: rgba(233, 237, 220, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenc-40 {
  --tw-text-opacity: 1;
  color: rgba(224, 230, 206, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenc-50 {
  --tw-text-opacity: 1;
  color: rgba(213, 222, 189, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenc-60 {
  --tw-text-opacity: 1;
  color: rgba(202, 213, 172, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenc-70 {
  --tw-text-opacity: 1;
  color: rgba(191, 204, 155, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenc-80 {
  --tw-text-opacity: 1;
  color: rgba(178, 194, 135, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenc-90 {
  --tw-text-opacity: 1;
  color: rgba(165, 184, 115, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenc-normal {
  --tw-text-opacity: 1;
  color: rgba(144, 169, 85, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenc-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(132, 154, 78, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenc-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(120, 140, 72, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-greenc-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(108, 126, 65, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lbrightred-10 {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 246, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lbrightred-20 {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 237, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lbrightred-30 {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 225, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lbrightred-40 {
  --tw-text-opacity: 1;
  color: rgba(253, 214, 213, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lbrightred-50 {
  --tw-text-opacity: 1;
  color: rgba(251, 200, 198, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lbrightred-60 {
  --tw-text-opacity: 1;
  color: rgba(249, 185, 183, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lbrightred-70 {
  --tw-text-opacity: 1;
  color: rgba(246, 170, 169, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lbrightred-80 {
  --tw-text-opacity: 1;
  color: rgba(242, 153, 152, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lbrightred-90 {
  --tw-text-opacity: 1;
  color: rgba(237, 135, 135, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lbrightred-normal {
  --tw-text-opacity: 1;
  color: rgba(229, 107, 111, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lbrightred-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(209, 98, 102, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lbrightred-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(189, 90, 93, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lbrightred-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(169, 81, 84, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-llred-10 {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 245, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-llred-20 {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 234, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-llred-30 {
  --tw-text-opacity: 1;
  color: rgba(255, 224, 221, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-llred-40 {
  --tw-text-opacity: 1;
  color: rgba(255, 212, 208, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-llred-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 196, 191, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-llred-60 {
  --tw-text-opacity: 1;
  color: rgba(255, 180, 175, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-llred-70 {
  --tw-text-opacity: 1;
  color: rgba(255, 164, 159, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-llred-80 {
  --tw-text-opacity: 1;
  color: rgba(255, 145, 140, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-llred-90 {
  --tw-text-opacity: 1;
  color: rgba(255, 124, 122, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-llred-normal {
  --tw-text-opacity: 1;
  color: rgba(255, 90, 95, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-llred-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(232, 83, 87, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-llred-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(210, 77, 80, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-llred-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(188, 70, 72, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sea-10 {
  --tw-text-opacity: 1;
  color: rgba(246, 248, 254, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sea-20 {
  --tw-text-opacity: 1;
  color: rgba(237, 242, 253, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sea-30 {
  --tw-text-opacity: 1;
  color: rgba(225, 233, 252, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sea-40 {
  --tw-text-opacity: 1;
  color: rgba(212, 224, 251, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sea-50 {
  --tw-text-opacity: 1;
  color: rgba(196, 213, 250, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sea-60 {
  --tw-text-opacity: 1;
  color: rgba(180, 202, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sea-70 {
  --tw-text-opacity: 1;
  color: rgba(163, 192, 247, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sea-80 {
  --tw-text-opacity: 1;
  color: rgba(141, 179, 245, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sea-90 {
  --tw-text-opacity: 1;
  color: rgba(117, 167, 242, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sea-normal {
  --tw-text-opacity: 1;
  color: rgba(72, 149, 239, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sea-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(68, 136, 218, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sea-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(64, 123, 197, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-sea-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(60, 111, 176, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-vintagecoral-10 {
  --tw-text-opacity: 1;
  color: rgba(255, 249, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-vintagecoral-20 {
  --tw-text-opacity: 1;
  color: rgba(255, 242, 241, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-vintagecoral-30 {
  --tw-text-opacity: 1;
  color: rgba(255, 234, 231, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-vintagecoral-40 {
  --tw-text-opacity: 1;
  color: rgba(255, 225, 222, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-vintagecoral-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 214, 210, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-vintagecoral-60 {
  --tw-text-opacity: 1;
  color: rgba(255, 204, 198, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-vintagecoral-70 {
  --tw-text-opacity: 1;
  color: rgba(255, 193, 187, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-vintagecoral-80 {
  --tw-text-opacity: 1;
  color: rgba(255, 180, 173, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-vintagecoral-90 {
  --tw-text-opacity: 1;
  color: rgba(255, 167, 160, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-vintagecoral-normal {
  --tw-text-opacity: 1;
  color: rgba(254, 147, 140, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-vintagecoral-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(231, 134, 128, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-vintagecoral-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(209, 122, 116, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-vintagecoral-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(187, 110, 105, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-coolgreen-10 {
  --tw-text-opacity: 1;
  color: rgba(249, 253, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-coolgreen-20 {
  --tw-text-opacity: 1;
  color: rgba(244, 250, 240, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-coolgreen-30 {
  --tw-text-opacity: 1;
  color: rgba(237, 247, 230, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-coolgreen-40 {
  --tw-text-opacity: 1;
  color: rgba(229, 243, 220, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-coolgreen-50 {
  --tw-text-opacity: 1;
  color: rgba(220, 239, 208, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-coolgreen-60 {
  --tw-text-opacity: 1;
  color: rgba(210, 235, 196, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-coolgreen-70 {
  --tw-text-opacity: 1;
  color: rgba(201, 231, 184, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-coolgreen-80 {
  --tw-text-opacity: 1;
  color: rgba(189, 226, 169, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-coolgreen-90 {
  --tw-text-opacity: 1;
  color: rgba(178, 221, 155, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-coolgreen-normal {
  --tw-text-opacity: 1;
  color: rgba(160, 213, 133, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-coolgreen-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(146, 194, 122, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-coolgreen-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(133, 175, 111, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-coolgreen-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(119, 157, 100, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-limegreen-10 {
  --tw-text-opacity: 1;
  color: rgba(250, 251, 247, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-limegreen-20 {
  --tw-text-opacity: 1;
  color: rgba(245, 246, 240, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-limegreen-30 {
  --tw-text-opacity: 1;
  color: rgba(239, 240, 230, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-limegreen-40 {
  --tw-text-opacity: 1;
  color: rgba(232, 234, 220, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-limegreen-50 {
  --tw-text-opacity: 1;
  color: rgba(224, 227, 207, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-limegreen-60 {
  --tw-text-opacity: 1;
  color: rgba(216, 220, 195, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-limegreen-70 {
  --tw-text-opacity: 1;
  color: rgba(208, 213, 182, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-limegreen-80 {
  --tw-text-opacity: 1;
  color: rgba(198, 204, 168, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-limegreen-90 {
  --tw-text-opacity: 1;
  color: rgba(189, 196, 153, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-limegreen-normal {
  --tw-text-opacity: 1;
  color: rgba(174, 183, 132, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-limegreen-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(159, 167, 121, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-limegreen-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(144, 151, 110, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-limegreen-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(129, 136, 99, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lillac-10 {
  --tw-text-opacity: 1;
  color: rgba(249, 241, 246, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lillac-20 {
  --tw-text-opacity: 1;
  color: rgba(243, 227, 238, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lillac-30 {
  --tw-text-opacity: 1;
  color: rgba(235, 209, 227, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lillac-40 {
  --tw-text-opacity: 1;
  color: rgba(227, 191, 216, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lillac-50 {
  --tw-text-opacity: 1;
  color: rgba(216, 169, 202, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lillac-60 {
  --tw-text-opacity: 1;
  color: rgba(205, 146, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lillac-70 {
  --tw-text-opacity: 1;
  color: rgba(194, 124, 174, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lillac-80 {
  --tw-text-opacity: 1;
  color: rgba(180, 96, 158, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lillac-90 {
  --tw-text-opacity: 1;
  color: rgba(166, 68, 142, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lillac-normal {
  --tw-text-opacity: 1;
  color: rgba(143, 1, 119, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lillac-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(131, 8, 109, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lillac-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(119, 13, 99, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lillac-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(108, 16, 90, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-redish-10 {
  --tw-text-opacity: 1;
  color: rgba(255, 243, 244, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-redish-20 {
  --tw-text-opacity: 1;
  color: rgba(255, 231, 233, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-redish-30 {
  --tw-text-opacity: 1;
  color: rgba(255, 216, 219, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-redish-40 {
  --tw-text-opacity: 1;
  color: rgba(255, 200, 205, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-redish-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 180, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-redish-60 {
  --tw-text-opacity: 1;
  color: rgba(250, 160, 171, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-redish-70 {
  --tw-text-opacity: 1;
  color: rgba(246, 140, 154, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-redish-80 {
  --tw-text-opacity: 1;
  color: rgba(241, 114, 134, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-redish-90 {
  --tw-text-opacity: 1;
  color: rgba(234, 87, 115, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-redish-normal {
  --tw-text-opacity: 1;
  color: rgba(222, 26, 88, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-redish-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(203, 29, 81, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-redish-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(184, 30, 74, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-redish-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(165, 31, 67, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lighredish-10 {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 246, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lighredish-20 {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 238, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lighredish-30 {
  --tw-text-opacity: 1;
  color: rgba(255, 225, 226, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lighredish-40 {
  --tw-text-opacity: 1;
  color: rgba(255, 212, 215, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lighredish-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 197, 201, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lighredish-60 {
  --tw-text-opacity: 1;
  color: rgba(255, 182, 187, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lighredish-70 {
  --tw-text-opacity: 1;
  color: rgba(255, 166, 173, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lighredish-80 {
  --tw-text-opacity: 1;
  color: rgba(252, 147, 157, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lighredish-90 {
  --tw-text-opacity: 1;
  color: rgba(249, 128, 141, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lighredish-normal {
  --tw-text-opacity: 1;
  color: rgba(242, 96, 118, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lighredish-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(221, 89, 108, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lighredish-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(200, 81, 98, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-lighredish-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(179, 74, 89, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustardtwo-10 {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 245, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustardtwo-20 {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 235, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustardtwo-30 {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 222, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustardtwo-40 {
  --tw-text-opacity: 1;
  color: rgba(255, 235, 209, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustardtwo-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 192, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustardtwo-60 {
  --tw-text-opacity: 1;
  color: rgba(255, 221, 176, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustardtwo-70 {
  --tw-text-opacity: 1;
  color: rgba(255, 214, 160, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustardtwo-80 {
  --tw-text-opacity: 1;
  color: rgba(255, 205, 141, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustardtwo-90 {
  --tw-text-opacity: 1;
  color: rgba(254, 197, 121, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustardtwo-normal {
  --tw-text-opacity: 1;
  color: rgba(250, 185, 91, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustardtwo-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(228, 169, 84, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustardtwo-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(206, 153, 77, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-mustardtwo-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(184, 137, 70, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedmustard-10 {
  --tw-text-opacity: 1;
  color: rgba(255, 253, 248, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedmustard-20 {
  --tw-text-opacity: 1;
  color: rgba(255, 250, 240, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedmustard-30 {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 231, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedmustard-40 {
  --tw-text-opacity: 1;
  color: rgba(255, 244, 221, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedmustard-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 239, 209, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedmustard-60 {
  --tw-text-opacity: 1;
  color: rgba(255, 235, 197, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedmustard-70 {
  --tw-text-opacity: 1;
  color: rgba(255, 231, 185, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedmustard-80 {
  --tw-text-opacity: 1;
  color: rgba(255, 227, 170, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedmustard-90 {
  --tw-text-opacity: 1;
  color: rgba(255, 222, 156, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedmustard-normal {
  --tw-text-opacity: 1;
  color: rgba(255, 215, 134, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedmustard-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(232, 196, 123, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedmustard-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(210, 177, 112, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedmustard-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(188, 159, 101, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-navysilverish-10 {
  --tw-text-opacity: 1;
  color: rgba(246, 247, 250, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-navysilverish-20 {
  --tw-text-opacity: 1;
  color: rgba(237, 239, 244, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-navysilverish-30 {
  --tw-text-opacity: 1;
  color: rgba(225, 229, 237, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-navysilverish-40 {
  --tw-text-opacity: 1;
  color: rgba(213, 219, 230, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-navysilverish-50 {
  --tw-text-opacity: 1;
  color: rgba(198, 206, 222, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-navysilverish-60 {
  --tw-text-opacity: 1;
  color: rgba(183, 194, 213, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-navysilverish-70 {
  --tw-text-opacity: 1;
  color: rgba(168, 182, 205, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-navysilverish-80 {
  --tw-text-opacity: 1;
  color: rgba(150, 167, 194, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-navysilverish-90 {
  --tw-text-opacity: 1;
  color: rgba(132, 153, 184, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-navysilverish-normal {
  --tw-text-opacity: 1;
  color: rgba(105, 132, 169, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-navysilverish-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(96, 121, 154, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-navysilverish-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(88, 110, 140, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-navysilverish-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(80, 99, 126, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedpurple-10 {
  --tw-text-opacity: 1;
  color: rgba(249, 248, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedpurple-20 {
  --tw-text-opacity: 1;
  color: rgba(242, 242, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedpurple-30 {
  --tw-text-opacity: 1;
  color: rgba(233, 233, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedpurple-40 {
  --tw-text-opacity: 1;
  color: rgba(224, 224, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedpurple-50 {
  --tw-text-opacity: 1;
  color: rgba(213, 213, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedpurple-60 {
  --tw-text-opacity: 1;
  color: rgba(201, 202, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedpurple-70 {
  --tw-text-opacity: 1;
  color: rgba(189, 191, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedpurple-80 {
  --tw-text-opacity: 1;
  color: rgba(174, 179, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedpurple-90 {
  --tw-text-opacity: 1;
  color: rgba(158, 166, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedpurple-normal {
  --tw-text-opacity: 1;
  color: rgba(132, 148, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedpurple-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(121, 135, 232, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedpurple-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(111, 123, 210, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedpurple-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(100, 110, 187, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplishblue-10 {
  --tw-text-opacity: 1;
  color: rgba(248, 245, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplishblue-20 {
  --tw-text-opacity: 1;
  color: rgba(240, 236, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplishblue-30 {
  --tw-text-opacity: 1;
  color: rgba(230, 223, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplishblue-40 {
  --tw-text-opacity: 1;
  color: rgba(219, 210, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplishblue-50 {
  --tw-text-opacity: 1;
  color: rgba(206, 195, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplishblue-60 {
  --tw-text-opacity: 1;
  color: rgba(192, 179, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplishblue-70 {
  --tw-text-opacity: 1;
  color: rgba(177, 164, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplishblue-80 {
  --tw-text-opacity: 1;
  color: rgba(158, 146, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplishblue-90 {
  --tw-text-opacity: 1;
  color: rgba(137, 129, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplishblue-normal {
  --tw-text-opacity: 1;
  color: rgba(99, 103, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplishblue-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(92, 95, 232, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplishblue-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(85, 86, 210, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purplishblue-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(78, 78, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedlightblue-10 {
  --tw-text-opacity: 1;
  color: rgba(247, 250, 252, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedlightblue-20 {
  --tw-text-opacity: 1;
  color: rgba(239, 244, 249, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedlightblue-30 {
  --tw-text-opacity: 1;
  color: rgba(229, 237, 245, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedlightblue-40 {
  --tw-text-opacity: 1;
  color: rgba(219, 231, 241, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedlightblue-50 {
  --tw-text-opacity: 1;
  color: rgba(206, 222, 236, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedlightblue-60 {
  --tw-text-opacity: 1;
  color: rgba(193, 213, 231, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedlightblue-70 {
  --tw-text-opacity: 1;
  color: rgba(180, 205, 227, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedlightblue-80 {
  --tw-text-opacity: 1;
  color: rgba(164, 195, 221, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedlightblue-90 {
  --tw-text-opacity: 1;
  color: rgba(147, 185, 215, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedlightblue-normal {
  --tw-text-opacity: 1;
  color: rgba(122, 170, 206, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedlightblue-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(112, 155, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedlightblue-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(102, 141, 170, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-washedlightblue-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(92, 126, 152, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurple-10 {
  --tw-text-opacity: 1;
  color: rgba(249, 248, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurple-20 {
  --tw-text-opacity: 1;
  color: rgba(242, 241, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurple-30 {
  --tw-text-opacity: 1;
  color: rgba(234, 232, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurple-40 {
  --tw-text-opacity: 1;
  color: rgba(225, 223, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurple-50 {
  --tw-text-opacity: 1;
  color: rgba(214, 212, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurple-60 {
  --tw-text-opacity: 1;
  color: rgba(202, 201, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurple-70 {
  --tw-text-opacity: 1;
  color: rgba(191, 190, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurple-80 {
  --tw-text-opacity: 1;
  color: rgba(176, 177, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurple-90 {
  --tw-text-opacity: 1;
  color: rgba(160, 164, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurple-normal {
  --tw-text-opacity: 1;
  color: rgba(135, 145, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurple-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(124, 133, 232, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurple-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(113, 120, 210, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurple-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(102, 108, 187, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurplishblue-10 {
  --tw-text-opacity: 1;
  color: rgba(249, 249, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurplishblue-20 {
  --tw-text-opacity: 1;
  color: rgba(242, 244, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurplishblue-30 {
  --tw-text-opacity: 1;
  color: rgba(233, 236, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurplishblue-40 {
  --tw-text-opacity: 1;
  color: rgba(225, 229, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurplishblue-50 {
  --tw-text-opacity: 1;
  color: rgba(213, 220, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurplishblue-60 {
  --tw-text-opacity: 1;
  color: rgba(202, 211, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurplishblue-70 {
  --tw-text-opacity: 1;
  color: rgba(190, 202, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurplishblue-80 {
  --tw-text-opacity: 1;
  color: rgba(175, 192, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurplishblue-90 {
  --tw-text-opacity: 1;
  color: rgba(160, 181, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurplishblue-normal {
  --tw-text-opacity: 1;
  color: rgba(135, 166, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurplishblue-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(124, 152, 232, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurplishblue-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(113, 137, 210, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherpurplishblue-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(102, 123, 187, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherwashedblue-10 {
  --tw-text-opacity: 1;
  color: rgba(249, 252, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherwashedblue-20 {
  --tw-text-opacity: 1;
  color: rgba(242, 249, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherwashedblue-30 {
  --tw-text-opacity: 1;
  color: rgba(234, 245, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherwashedblue-40 {
  --tw-text-opacity: 1;
  color: rgba(225, 241, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherwashedblue-50 {
  --tw-text-opacity: 1;
  color: rgba(214, 237, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherwashedblue-60 {
  --tw-text-opacity: 1;
  color: rgba(202, 232, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherwashedblue-70 {
  --tw-text-opacity: 1;
  color: rgba(190, 227, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherwashedblue-80 {
  --tw-text-opacity: 1;
  color: rgba(176, 221, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherwashedblue-90 {
  --tw-text-opacity: 1;
  color: rgba(160, 215, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherwashedblue-normal {
  --tw-text-opacity: 1;
  color: rgba(135, 207, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherwashedblue-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(124, 189, 232, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherwashedblue-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(113, 171, 209, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-yetanotherwashedblue-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(102, 153, 187, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purple-tint-10 {
  --tw-text-opacity: 1;
  color: rgba(238, 238, 249, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purple-tint-20 {
  --tw-text-opacity: 1;
  color: rgba(220, 221, 242, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purple-tint-30 {
  --tw-text-opacity: 1;
  color: rgba(203, 204, 236, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purple-tint-40 {
  --tw-text-opacity: 1;
  color: rgba(186, 187, 229, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purple-tint-50 {
  --tw-text-opacity: 1;
  color: rgba(169, 171, 223, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purple-tint-60 {
  --tw-text-opacity: 1;
  color: rgba(151, 154, 216, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purple-tint-70 {
  --tw-text-opacity: 1;
  color: rgba(134, 137, 210, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purple-tint-80 {
  --tw-text-opacity: 1;
  color: rgba(117, 120, 203, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-purple-shade-5 {
  --tw-text-opacity: 1;
  color: rgba(78, 82, 181, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(247, 249, 250, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(217, 224, 229, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(187, 199, 209, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 174, 188, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(98, 124, 144, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(77, 98, 114, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(57, 72, 84, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(36, 46, 53, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-gray-1000 {
  --tw-text-opacity: 1;
  color: rgba(15, 20, 23, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-blue-10 {
  --tw-text-opacity: 1;
  color: rgba(233, 245, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-blue-20 {
  --tw-text-opacity: 1;
  color: rgba(211, 235, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-blue-30 {
  --tw-text-opacity: 1;
  color: rgba(189, 225, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-blue-40 {
  --tw-text-opacity: 1;
  color: rgba(167, 215, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-blue-50 {
  --tw-text-opacity: 1;
  color: rgba(145, 205, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-blue-60 {
  --tw-text-opacity: 1;
  color: rgba(122, 195, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-blue-70 {
  --tw-text-opacity: 1;
  color: rgba(100, 185, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-blue-80 {
  --tw-text-opacity: 1;
  color: rgba(78, 175, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-blue-90 {
  --tw-text-opacity: 1;
  color: rgba(56, 165, 255, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-blue-shade-100 {
  --tw-text-opacity: 1;
  color: rgba(31, 140, 230, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-blue-shade-200 {
  --tw-text-opacity: 1;
  color: rgba(27, 124, 204, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-blue-shade-300 {
  --tw-text-opacity: 1;
  color: rgba(24, 109, 179, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

#coupons-plus-admin .group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

#coupons-plus-admin .group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

#coupons-plus-admin .group:hover .group-hover\:opacity-100 {
  opacity: 1;
  opacity: 1;
  opacity: 1;
  opacity: 1;
}

#coupons-plus-admin .group:active .group-active\:scale-\[\.99\] {
  --tw-scale-x: .99;
  --tw-scale-y: .99;
  transform: var(--tw-transform);
}

@media (min-width: 640px) {
  #coupons-plus-admin .sm\:p-6 {
    padding: 24px;
  }

  #coupons-plus-admin .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
