/*! 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] {
  -webkit-text-decoration: underline dotted;
          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: 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);
}

.coupon_urls .visible {
  visibility: visible;
}

.coupon_urls .invisible {
  visibility: hidden;
}

.coupon_urls .static {
  position: static;
}

.coupon_urls .absolute {
  position: absolute;
  position: absolute;
  position: absolute;
}

.coupon_urls .relative {
  position: relative;
  position: relative;
  position: relative;
  position: relative;
  position: relative;
}

.coupon_urls .left-0 {
  left: 0px;
}

.coupon_urls .top-0 {
  top: 0px;
}

.coupon_urls .top-\[10px\] {
  top: 10px;
}

.coupon_urls .-bottom-5 {
  bottom: -20px;
}

.coupon_urls .right-0 {
  right: 0px;
}

.coupon_urls .left-0 {
  left: 0px;
}

.coupon_urls .top-0 {
  top: 0px;
}

.coupon_urls .left-0 {
  left: 0px;
}

.coupon_urls .top-0 {
  top: 0px;
}

.coupon_urls .right-0 {
  right: 0px;
}

.coupon_urls .top-1\/2 {
  top: 50%;
}

.coupon_urls .left-0 {
  left: 0px;
}

.coupon_urls .top-0 {
  top: 0px;
}

.coupon_urls .right-2 {
  right: 8px;
}

.coupon_urls .top-1\/2 {
  top: 50%;
}

.coupon_urls .left-0 {
  left: 0px;
}

.coupon_urls .top-0 {
  top: 0px;
}

.coupon_urls .z-\[1000\] {
  z-index: 1000;
}

.coupon_urls .z-50 {
  z-index: 50;
}

.coupon_urls .z-1000 {
  z-index: 1000;
}

.coupon_urls .z-10 {
  z-index: 10;
}

.coupon_urls .z-\[1000\] {
  z-index: 1000;
  z-index: 1000;
  z-index: 1000;
  z-index: 1000;
}

.coupon_urls .-m-3 {
  margin: -12px;
}

.coupon_urls .-m-2 {
  margin: -8px;
}

.coupon_urls .mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}

.coupon_urls .mt-4 {
  margin-top: 16px;
}

.coupon_urls .mt-10 {
  margin-top: 40px;
}

.coupon_urls .mt-1 {
  margin-top: 4px;
}

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

.coupon_urls .mr-4 {
  margin-right: 16px;
}

.coupon_urls .mt-15 {
  margin-top: 60px;
}

.coupon_urls .mt-5 {
  margin-top: 20px;
}

.coupon_urls .mt-3 {
  margin-top: 12px;
}

.coupon_urls .mr-1 {
  margin-right: 4px;
}

.coupon_urls .ml-2 {
  margin-left: 8px;
}

.coupon_urls .mt-0 {
  margin-top: 0px;
}

.coupon_urls .ml-1 {
  margin-left: 4px;
}

.coupon_urls .mb-1 {
  margin-bottom: 4px;
}

.coupon_urls .mb-0 {
  margin-bottom: 0px;
}

.coupon_urls .ml-4 {
  margin-left: 16px;
}

.coupon_urls .mb-6 {
  margin-bottom: 24px;
}

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

.coupon_urls .mr-4 {
  margin-right: 16px;
}

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

.coupon_urls .mr-4 {
  margin-right: 16px;
}

.coupon_urls .ml-6 {
  margin-left: 24px;
}

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

.coupon_urls .mr-4 {
  margin-right: 16px;
}

.coupon_urls .ml-6 {
  margin-left: 24px;
}

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

.coupon_urls .mr-4 {
  margin-right: 16px;
}

.coupon_urls .ml-6 {
  margin-left: 24px;
}

.coupon_urls .flex {
  display: flex;
  display: flex;
  display: flex;
  display: flex;
  display: flex;
}

.coupon_urls .inline-flex {
  display: inline-flex;
  display: inline-flex;
  display: inline-flex;
  display: inline-flex;
  display: inline-flex;
}

.coupon_urls .grid {
  display: grid;
}

.coupon_urls .hidden {
  display: none;
  display: none;
  display: none;
  display: none;
  display: none;
}

.coupon_urls .h-8 {
  height: 32px;
}

.coupon_urls .h-5 {
  height: 20px;
}

.coupon_urls .h-4 {
  height: 16px;
}

.coupon_urls .h-20 {
  height: 80px;
}

.coupon_urls .h-full {
  height: 100%;
}

.coupon_urls .h-6 {
  height: 24px;
}

.coupon_urls .h-\[30px\] {
  height: 30px;
}

.coupon_urls .h-10 {
  height: 40px;
}

.coupon_urls .h-13 {
  height: 52px;
}

.coupon_urls .h-9 {
  height: 36px;
}

.coupon_urls .h-3 {
  height: 12px;
}

.coupon_urls .h-full {
  height: 100%;
}

.coupon_urls .h-5 {
  height: 20px;
}

.coupon_urls .h-\[30px\] {
  height: 30px;
}

.coupon_urls .h-full {
  height: 100%;
}

.coupon_urls .h-5 {
  height: 20px;
}

.coupon_urls .h-9 {
  height: 36px;
}

.coupon_urls .h-4 {
  height: 16px;
}

.coupon_urls .h-\[30px\] {
  height: 30px;
}

.coupon_urls .h-full {
  height: 100%;
}

.coupon_urls .h-5 {
  height: 20px;
}

.coupon_urls .h-9 {
  height: 36px;
}

.coupon_urls .h-4 {
  height: 16px;
}

.coupon_urls .h-\[30px\] {
  height: 30px;
}

.coupon_urls .h-full {
  height: 100%;
}

.coupon_urls .h-5 {
  height: 20px;
}

.coupon_urls .h-9 {
  height: 36px;
}

.coupon_urls .h-4 {
  height: 16px;
}

.coupon_urls .h-\[30px\] {
  height: 30px;
}

.coupon_urls .max-h-4 {
  max-height: 16px;
}

.coupon_urls .max-h-120 {
  max-height: 480px;
}

.coupon_urls .max-h-3 {
  max-height: 12px;
}

.coupon_urls .max-h-4 {
  max-height: 16px;
  max-height: 16px;
  max-height: 16px;
  max-height: 16px;
}

.coupon_urls .min-h-4 {
  min-height: 16px;
}

.coupon_urls .min-h-9 {
  min-height: 36px;
}

.coupon_urls .min-h-3 {
  min-height: 12px;
}

.coupon_urls .min-h-4 {
  min-height: 16px;
  min-height: 16px;
  min-height: 16px;
  min-height: 16px;
}

.coupon_urls .w-5 {
  width: 20px;
}

.coupon_urls .w-full {
  width: 100%;
}

.coupon_urls .w-px {
  width: 1px;
}

.coupon_urls .w-8 {
  width: 32px;
}

.coupon_urls .w-6 {
  width: 24px;
}

.coupon_urls .w-10 {
  width: 40px;
}

.coupon_urls .w-half {
  width: 50%;
}

.coupon_urls .w-20 {
  width: 80px;
}

.coupon_urls .w-3 {
  width: 12px;
}

.coupon_urls .w-auto {
  width: auto;
}

.coupon_urls .w-\[640px\] {
  width: 640px;
}

.coupon_urls .w-\[92\%\] {
  width: 92%;
}

.coupon_urls .w-5 {
  width: 20px;
}

.coupon_urls .w-full {
  width: 100%;
}

.coupon_urls .w-5 {
  width: 20px;
}

.coupon_urls .w-4 {
  width: 16px;
}

.coupon_urls .w-full {
  width: 100%;
}

.coupon_urls .w-5 {
  width: 20px;
}

.coupon_urls .w-4 {
  width: 16px;
}

.coupon_urls .w-full {
  width: 100%;
}

.coupon_urls .w-5 {
  width: 20px;
}

.coupon_urls .w-4 {
  width: 16px;
}

.coupon_urls .w-full {
  width: 100%;
}

.coupon_urls .min-w-4 {
  min-width: 16px;
}

.coupon_urls .min-w-65 {
  min-width: 260px;
}

.coupon_urls .min-w-\[18px\] {
  min-width: 18px;
}

.coupon_urls .min-w-22 {
  min-width: 88px;
}

.coupon_urls .min-w-3 {
  min-width: 12px;
}

.coupon_urls .min-w-4 {
  min-width: 16px;
  min-width: 16px;
  min-width: 16px;
  min-width: 16px;
}

.coupon_urls .max-w-4 {
  max-width: 16px;
}

.coupon_urls .max-w-\[400px\] {
  max-width: 400px;
}

.coupon_urls .max-w-\[18px\] {
  max-width: 18px;
}

.coupon_urls .max-w-90 {
  max-width: 360px;
}

.coupon_urls .max-w-100 {
  max-width: 400px;
}

.coupon_urls .max-w-3 {
  max-width: 12px;
}

.coupon_urls .max-w-4 {
  max-width: 16px;
  max-width: 16px;
  max-width: 16px;
  max-width: 16px;
}

.coupon_urls .flex-shrink-0 {
  flex-shrink: 0;
}

.coupon_urls .-translate-x-full {
  --tw-translate-x: -100%;
  transform: var(--tw-transform);
}

.coupon_urls .-translate-y-full {
  --tw-translate-y: -100%;
  transform: var(--tw-transform);
}

.coupon_urls .-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

.coupon_urls .transform {
  transform: var(--tw-transform);
}

.coupon_urls .cursor-default {
  cursor: default;
}

.coupon_urls .select-none {
  -webkit-user-select: none;
          user-select: none;
}

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

.coupon_urls .flex-row {
  flex-direction: row;
  flex-direction: row;
  flex-direction: row;
  flex-direction: row;
  flex-direction: row;
}

.coupon_urls .flex-col {
  flex-direction: column;
}

.coupon_urls .items-start {
  align-items: flex-start;
}

.coupon_urls .items-end {
  align-items: flex-end;
}

.coupon_urls .items-center {
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
  align-items: center;
}

.coupon_urls .justify-start {
  justify-content: flex-start;
}

.coupon_urls .justify-end {
  justify-content: flex-end;
}

.coupon_urls .justify-center {
  justify-content: center;
  justify-content: center;
  justify-content: center;
  justify-content: center;
  justify-content: center;
}

.coupon_urls .justify-between {
  justify-content: space-between;
}

.coupon_urls .gap-4 {
  gap: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.coupon_urls .overflow-auto {
  overflow: auto;
}

.coupon_urls .overflow-hidden {
  overflow: hidden;
}

.coupon_urls .whitespace-nowrap {
  white-space: nowrap;
}

.coupon_urls .rounded-1 {
  border-radius: 20px;
}

.coupon_urls .rounded-full {
  border-radius: 999px;
}

.coupon_urls .rounded-3 {
  border-radius: 12px;
}

.coupon_urls .rounded-5 {
  border-radius: 6px;
}

.coupon_urls .rounded-4 {
  border-radius: 8px;
}

.coupon_urls .rounded-2 {
  border-radius: 16px;
}

.coupon_urls .rounded-6 {
  border-radius: 4px;
}

.coupon_urls .rounded-4 {
  border-radius: 8px;
}

.coupon_urls .rounded-3 {
  border-radius: 12px;
}

.coupon_urls .rounded-4 {
  border-radius: 8px;
}

.coupon_urls .rounded-3 {
  border-radius: 12px;
}

.coupon_urls .rounded-4 {
  border-radius: 8px;
}

.coupon_urls .rounded-3 {
  border-radius: 12px;
}

.coupon_urls .rounded-4 {
  border-radius: 8px;
}

.coupon_urls .rounded-t-3 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.coupon_urls .rounded-l-3 {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.coupon_urls .border-px {
  border-width: 1px;
}

.coupon_urls .border {
  border-width: 1px;
}

.coupon_urls .border-r-px {
  border-right-width: 1px;
  border-right-width: 1px;
  border-right-width: 1px;
  border-right-width: 1px;
  border-right-width: 1px;
}

.coupon_urls .border-none {
  border-style: none;
}

.coupon_urls .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 224, 229, var(--tw-border-opacity));
}

.coupon_urls .border-blue-normal {
  --tw-border-opacity: 1;
  border-color: rgba(34, 155, 255, var(--tw-border-opacity));
}

.coupon_urls .border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(247, 249, 250, var(--tw-border-opacity));
}

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

.coupon_urls .bg-blue-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 155, 255, var(--tw-bg-opacity));
}

.coupon_urls .bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 199, 209, var(--tw-bg-opacity));
}

.coupon_urls .bg-gray-350 {
  --tw-bg-opacity: 1;
  background-color: rgba(171, 186, 198, var(--tw-bg-opacity));
}

.coupon_urls .bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 174, 188, var(--tw-bg-opacity));
}

.coupon_urls .bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 249, 250, var(--tw-bg-opacity));
}

.coupon_urls .bg-gray-250 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 211, 219, var(--tw-bg-opacity));
}

.coupon_urls .bg-gray-150 {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 236, 240, var(--tw-bg-opacity));
}

.coupon_urls .bg-\[\#6c90e0\] {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 144, 224, var(--tw-bg-opacity));
}

.coupon_urls .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
}

.coupon_urls .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.coupon_urls .bg-transparent {
  background-color: transparent;
}

.coupon_urls .bg-\[\#eceff1\] {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 239, 241, var(--tw-bg-opacity));
}

.coupon_urls .bg-\[\#6c90e0\] {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 144, 224, var(--tw-bg-opacity));
}

.coupon_urls .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
}

.coupon_urls .bg-blue-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 155, 255, var(--tw-bg-opacity));
}

.coupon_urls .bg-\[\#6c90e0\] {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 144, 224, var(--tw-bg-opacity));
}

.coupon_urls .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
}

.coupon_urls .bg-blue-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 155, 255, var(--tw-bg-opacity));
}

.coupon_urls .bg-\[\#6c90e0\] {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 144, 224, var(--tw-bg-opacity));
}

.coupon_urls .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
}

.coupon_urls .bg-blue-normal {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 155, 255, var(--tw-bg-opacity));
}

.coupon_urls .bg-\[\#6c90e0\] {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 144, 224, var(--tw-bg-opacity));
}

.coupon_urls .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
}

.coupon_urls .bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.coupon_urls .p-3 {
  padding: 12px;
}

.coupon_urls .p-1 {
  padding: 4px;
}

.coupon_urls .p-0 {
  padding: 0px;
}

.coupon_urls .p-\[2px\] {
  padding: 2px;
}

.coupon_urls .p-4 {
  padding: 16px;
}

.coupon_urls .p-2 {
  padding: 8px;
}

.coupon_urls .px-8 {
  padding-left: 32px;
  padding-right: 32px;
}

.coupon_urls .px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

.coupon_urls .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.coupon_urls .px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.coupon_urls .px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.coupon_urls .px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.coupon_urls .px-12 {
  padding-left: 48px;
  padding-right: 48px;
}

.coupon_urls .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.coupon_urls .py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.coupon_urls .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.coupon_urls .py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.coupon_urls .px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.coupon_urls .px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.coupon_urls .px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.coupon_urls .px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.coupon_urls .px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.coupon_urls .px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.coupon_urls .px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.coupon_urls .px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.coupon_urls .px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.coupon_urls .px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.coupon_urls .px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.coupon_urls .pb-2 {
  padding-bottom: 8px;
}

.coupon_urls .pl-1 {
  padding-left: 4px;
}

.coupon_urls .pb-\[2px\] {
  padding-bottom: 2px;
}

.coupon_urls .text-left {
  text-align: left;
}

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

.coupon_urls .text-smaller-1 {
  font-size: 12.44px;
}

.coupon_urls .text-2x {
  font-size: 15.75px;
}

.coupon_urls .text-4x {
  font-size: 19.93px;
}

.coupon_urls .text-base {
  font-size: 14px;
}

.coupon_urls .text-3x {
  font-size: 17.72px;
}

.coupon_urls .text-smaller-2 {
  font-size: 11.12px;
}

.coupon_urls .font-light {
  font-weight: 300;
}

.coupon_urls .font-medium {
  font-weight: 500;
}

.coupon_urls .font-light {
  font-weight: 300;
  font-weight: 300;
  font-weight: 300;
}

.coupon_urls .uppercase {
  text-transform: uppercase;
}

.coupon_urls .capitalize {
  text-transform: capitalize;
  text-transform: capitalize;
  text-transform: capitalize;
  text-transform: capitalize;
}

.coupon_urls .leading-\[15px\] {
  line-height: 15px;
}

.coupon_urls .leading-\[19px\] {
  line-height: 19px;
}

.coupon_urls .leading-5 {
  line-height: 20px;
  line-height: 20px;
  line-height: 20px;
}

.coupon_urls .text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(247, 249, 250, var(--tw-text-opacity));
}

.coupon_urls .text-gray-650 {
  --tw-text-opacity: 1;
  color: rgba(88, 111, 129, var(--tw-text-opacity));
}

.coupon_urls .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(126, 149, 167, var(--tw-text-opacity));
}

.coupon_urls .text-gray-550 {
  --tw-text-opacity: 1;
  color: rgba(111, 136, 157, var(--tw-text-opacity));
}

.coupon_urls .text-current {
  color: currentColor;
}

.coupon_urls .text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(57, 72, 84, var(--tw-text-opacity));
}

.coupon_urls .text-transparent {
  color: transparent;
}

.coupon_urls .text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(77, 98, 114, var(--tw-text-opacity));
}

.coupon_urls .text-gray-350 {
  --tw-text-opacity: 1;
  color: rgba(171, 186, 198, var(--tw-text-opacity));
}

.coupon_urls .text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(187, 199, 209, var(--tw-text-opacity));
}

.coupon_urls .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 174, 188, var(--tw-text-opacity));
}

.coupon_urls .text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.coupon_urls .text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(36, 46, 53, var(--tw-text-opacity));
}

.coupon_urls .text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(247, 249, 250, var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgba(247, 249, 250, var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgba(247, 249, 250, var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgba(247, 249, 250, var(--tw-text-opacity));
}

.coupon_urls .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.coupon_urls .opacity-0 {
  opacity: 0;
}

.coupon_urls .opacity-30 {
  opacity: 0.3;
}

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

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

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

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

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

.coupon_urls .ring-blue-shade-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(27, 124, 204, var(--tw-ring-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(27, 124, 204, var(--tw-ring-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(27, 124, 204, var(--tw-ring-opacity));
}

.coupon_urls .filter {
  filter: var(--tw-filter);
}

.coupon_urls .transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.coupon_urls .duration-150 {
  transition-duration: 150ms;
}

.coupon_urls .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#adminmenu img,
.wp-menu-image,
.wp-menu-image::before {
  border-style: none;
}

#coupon_urls {
  font-family: 'Epilogue', sans-serif;
  position: absolute;
  width: 100%;
  min-height: calc(100vh + 32px);
  top: 0;
  z-index: 1000;
  --tw-bg-opacity: 1;
  background-color: rgba(217, 224, 229, var(--tw-bg-opacity));
  padding: 16px;
}

#coupon_urls .cp-select__multi-value__label {
  white-space: normal;
}

#coupon_urls .cp-select__clear-indicator, #coupon_urls .cp-select__dropdown-indicator {
  padding-left: 4px;
  padding-right: 4px;
}

#coupon_urls .cp-select__control {
  display: flex;
  min-height: 40px;
  cursor: default;
  -webkit-user-select: none;
          user-select: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

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

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

#coupon_urls .cp-select__control:hover {
  cursor: pointer;
}

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

#coupon_urls .cp-select__multi-value {
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgba(232, 236, 240, var(--tw-bg-opacity));
}

#coupon_urls .coupon-urls-header-illustration > svg {
  width: 80%;
  left: 8%;
  height: auto;
  top: -62%;
  position: relative;
}

#coupon_urls .coupon-urls-header-illustration.CouponToBeAddedNotificationMessage svg {
  top: -15%;
}

#coupon_urls .coupon-urls-header-illustration.Redirection svg {
  top: -70%;
  width: 71%;
  left: 21%;
}

#coupon_urls .coupon-urls-header-illustration.CouponAddedToCartExtraNotificationMessage svg {
  top: -38%;
}

.coupon_urls .hover\:cursor-pointer:hover {
  cursor: pointer;
}

.coupon_urls .hover\:border-none:hover {
  border-style: none;
}

.coupon_urls .hover\:border-transparent:hover {
  border-color: transparent;
}

.coupon_urls .hover\:bg-gray-350:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(171, 186, 198, var(--tw-bg-opacity));
}

.coupon_urls .hover\:bg-gray-450:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(141, 161, 178, var(--tw-bg-opacity));
}

.coupon_urls .hover\:bg-gray-150:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 236, 240, var(--tw-bg-opacity));
}

.coupon_urls .hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(247, 249, 250, var(--tw-text-opacity));
}

.coupon_urls .focus\:border-transparent:focus {
  border-color: transparent;
}

.coupon_urls .focus\:border-blue-normal:focus {
  --tw-border-opacity: 1;
  border-color: rgba(34, 155, 255, var(--tw-border-opacity));
}

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

.coupon_urls .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

.coupon_urls .focus-visible\:ring-opacity-50:focus-visible {
  --tw-ring-opacity: 0.5;
}

.coupon_urls .group:hover .group-hover\:visible {
  visibility: visible;
}

.coupon_urls .group:hover .group-hover\:block {
  display: block;
}

.coupon_urls .group:hover .group-hover\:hidden {
  display: none;
}

.coupon_urls .group:hover .group-hover\:opacity-20 {
  opacity: 0.2;
}

.coupon_urls .children\:h-4 > * {
  height: 16px;
}

.coupon_urls .children\:w-4 > * {
  width: 16px;
}

@media (min-width: 640px) {
  .coupon_urls .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}