main {
    margin: 0 auto;
    max-width: 1200px;
    padding: 32px 0 40px 0;
}

@media screen and (max-width: 1250px) {
    main {
        margin: 0 5rem;
    }
}

@media screen and (max-width: 1040px) {
    main {
        margin: 0 2.5rem;
    }
}

@media screen and (max-width: 786px) {
    main {
        margin: 0 1.5rem;
    }
}

@media screen and (max-width: 490px) {
    main {
        margin: 0 1rem;
    }
}@font-face {
	font-family: 'proximanova-semibold';
	src: url('/assets/proximanova-semibold-1191d615.eot');
	src:
		local('☺'),
		url('/assets/proximanova-semibold-0e0b5ccf.woff') format('woff'),
		url('/assets/proximanova-semibold-e3a742b4.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'proximanova-regular';
	src: url('/assets/proximanova-regular-fd569840.eot');
	src:
		local('☺'),
		url('/assets/proximanova-regular-8bdbe78c.woff') format('woff'),
		url('/assets/proximanova-regular-20ce3386.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'noto';
	src: url('/public/fonts/emoji/noto.ttf');
	font-display: swap;
}

body {
	font-family: proximanova-regular, sans-serif;
	height: 100vh;
	width: 100vw;
	overflow: hidden auto;

	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	text-rendering: optimizeLegibility;
	text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;

	background-color: #f1f1f1;
}

#root {
	background-color: #f1f1f1;
}

.font-semibold,
b:not([class*='svelte'] *),
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--adoric-font-family-semibold), sans-serif;
	font-weight: 400 !important;
}

.font-regular {
	font-family: proximanova-regular, sans-serif;
	font-weight: 400 !important;
}

[class*='svelte'] b {
	font-weight: 700 !important;
}

b,
strong {
	display: contents;
}

* ::-webkit-scrollbar-track {
	display: none;
}

*::-webkit-scrollbar-thumb {
	background-color: #e8e8e8;
	border-radius: 100px;
	background-clip: padding-box;
	border: 6px solid rgba(0, 0, 0, 0);
}

*::-webkit-scrollbar-thumb:hover {
	background-color: #e8e8e8;
}

.hidden-scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.hidden-scrollbar::-webkit-scrollbar {
	display: none;
}

:root {
	--adoric-color-primary: #222222;
	--adoric-color-secondary: #444444;
	--adoric-color-secondary-lighten: #999999;
	--adoric-color-error: #e51c01;
	--adoric-color-background: #ffffff;
	--adoric-color-background-darken: #f8f8f8;
	--adoric-color-accept: #b4fed2;
	--adoric-color-decline: #fed3d1;
	--adoric-color-info: #666666;
	--adoric-color-blue: #006ce7;
	--adoric-gray-border-color: #e4e4e4;
	--adoric-image-border: rgba(0, 0, 0, 0.08);
}

/**
 * Adoric theme variables naming rule
 * --adoric-{component}-{state}-{property}
 */
:root {
	--adoric-font-family-semibold: proximanova-semibold, sans-serif;
	--adoric-font-family-regular: proximanova-regular, sans-serif;

	--adoric-panel-component-padding: 20px 20px 16px 20px;
	--adoric-primary-button-background-color: #222222;
	--adoric-primary-button-hover-background-color: #222222e0;
	--adoric-primary-button-color: #fff;
	--adoric-primary-button-border-radius: 8px;
	--adoric-primary-button-font-size: 15px;
	--adoric-primary-button-font-weight: 600;
	--adoric-medium-option-active-border-color: #222222;
	--adoric-medium-option-active-background-color: #fff;
	--adoric-item-row-title-color: #222;
	--adoric-item-row-arrow-hover-title-color: #444;
	--adoric-item-row-title-font-weight: 400;
	--adoric-item-row-title-font-family: var(--adoric-font-family-semibold);
	--adoric-input-number-border-color: #e8e8e8;
	--adoric-input-number-focus-border-color: #222;
	--adoric-input-number-border-radius: 8px;
	--adoric-options-switcher-border-radius: 8px;
	--adoric-options-switcher-background-color: #f1f1f1;
	--adoric-options-switcher-item-border: none;
	--adoric-options-switcher-item-border-top: none;
	--adoric-options-switcher-item-border-right: none;
	--adoric-options-switcher-item-border-bottom: none;
	--adoric-options-switcher-item-border-left: none;
	--adoric-options-switcher-item-font-size: 15px;
	--adoric-options-switcher-item-active-color: #444;
	--adoric-options-switcher-item-active-background-color: #fff;
	--adoric-options-switcher-item-active-box-shadow: 0px 2px 4px 0px #0000001f;
	--adoric-options-switcher-item-active-border-radius: 6px;
	--adoric-options-switcher-item-active-padding: 0;
	--adoric-options-switcher-padding: 2px;
	--adoric-item-row-accordion-color: #222;
	--adoric-medium-option-checked-checkmark-background: transparent;
	--adoric-checkbox-component-color: #222;
	--adoric-checkbox-component-checked-checkmark-background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M5 10L7 12L13 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	--adoric-checkbox-component-checked-checkmark-background-color: #222;
	--adoric-checkbox-component-checkmark-background-position: center;
	--adoric-checkbox-component-checkmark-background-size: 18px;
	--adoric-checkbox-component-checked-checkmark-border-color: #ccc;
	--adoric-item-row-border-color: #e4e4e4;
	--adoric-input-text-border-radius: 8px;
	--adoric-input-text-height: 36px;
	--adoric-input-range-thumb-background-color: #222;
	--adoric-input-range-filled-color: #222;
	--adoric-input-range-empty-color: #e4e4e4;
	--adoric-wizard-color-picker-value-border-radius: 8px;
	--adoric-wizard-color-picker-color-value-padding: 12px;
	--adoric-wizard-color-picker-color-value-height: 36px;
	--adoric-wizard-color-picker-color-value-font-size: 14px;
	--adoric-wizard-color-picker-color-value-line-height: 14px;
	--adoric-wizard-color-picker-color-value-width: 100%;
	--adoric-wizard-color-picker-alpha-value-height: 36px;
	--adoric-wizard-color-picker-alpha-value-font-size: 14px;
	--adoric-wizard-color-picker-alpha-value-line-height: 14px;
	--adoric-wizard-color-picker-alpha-value-width: 58px;
	--adoric-wizard-color-picker-color-preview-display: none;
	--adoric-wizard-color-picker-eye-dropper-display: none;
	--adoric-arrow-back-button-color: #444;
	--adoric-loading-bar-empty-color: #e4e4e4;
	--adoric-loading-bar-filled-color: #222;
	--adoric-loading-bar-height: 6px;
	--adoric-empty-state-title-color: #222;
	--adoric-radio-button-input-before-background-color: #fff;
	--adoric-radio-button-input-checked-border: 5px solid #222;
}

@media (max-width: 640px) {
	:root {
		--adoric-panel-component-padding: 16px 16px 0px;
		--adoric-panel-component-title-font-size: 22px;
		--adoric-panel-component-title-line-height: 26px;
		--adoric-panel-component-description-font-size: 15px;
		--adoric-panel-component-description-line-height: 20px;
		--adoric-panel-component-head-margin-bottom: 20px;
		--adoric-medium-option-padding: 12px 16px;
		--adoric-item-row-accordion-padding-y: 12px;
	}
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-bottom-0\.5 {
  bottom: -0.125rem;
}
.-bottom-1 {
  bottom: -0.25rem;
}
.-bottom-3 {
  bottom: -0.75rem;
}
.-top-2 {
  top: -0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-\[8px\] {
  bottom: 8px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.right-\[-1px\] {
  right: -1px;
}
.right-\[14px\] {
  right: 14px;
}
.right-\[5px\] {
  right: 5px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[0\.375rem\] {
  top: 0.375rem;
}
.top-\[6px\] {
  top: 6px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[9999\] {
  z-index: 9999;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.\!m-0 {
  margin: 0px !important;
}
.m-\[3px\] {
  margin: 3px;
}
.m-\[5px\] {
  margin: 5px;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-\[0\.125rem\] {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-1 {
  margin-bottom: 0.25rem !important;
}
.\!mb-6 {
  margin-bottom: 1.5rem !important;
}
.\!mt-6 {
  margin-top: 1.5rem !important;
}
.\!mt-8 {
  margin-top: 2rem !important;
}
.-mb-\[33px\] {
  margin-bottom: -33px;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-ml-\[454px\] {
  margin-left: -454px;
}
.-mt-\[1px\] {
  margin-top: -1px;
}
.-mt-\[3\.75rem\] {
  margin-top: -3.75rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[0\.125rem\] {
  margin-bottom: 0.125rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[2\.625rem\] {
  margin-bottom: 2.625rem;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[69px\] {
  margin-bottom: 69px;
}
.mb-\[80px\] {
  margin-bottom: 80px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-16 {
  margin-left: 4rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-\[156px\] {
  margin-left: 156px;
}
.ml-\[6px\] {
  margin-left: 6px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-20 {
  margin-right: 5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-3\.5 {
  margin-right: 0.875rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-9 {
  margin-right: 2.25rem;
}
.mr-\[0\.875rem\] {
  margin-right: 0.875rem;
}
.mr-\[107px\] {
  margin-right: 107px;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-auto {
  margin-right: auto;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[65px\] {
  margin-top: 65px;
}
.box-border {
  box-sizing: border-box;
}
.box-content {
  box-sizing: content-box;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}
.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.size-\[1\.125rem\] {
  width: 1.125rem;
  height: 1.125rem;
}
.size-\[1\.375rem\] {
  width: 1.375rem;
  height: 1.375rem;
}
.\!h-0 {
  height: 0px !important;
}
.\!h-auto {
  height: auto !important;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[0\.875rem\] {
  height: 0.875rem;
}
.h-\[1\.375rem\] {
  height: 1.375rem;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[136px\] {
  height: 136px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[157px\] {
  height: 157px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[2\.25rem\] {
  height: 2.25rem;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[284px\] {
  height: 284px;
}
.h-\[3\.5rem\] {
  height: 3.5rem;
}
.h-\[312px\] {
  height: 312px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[78px\] {
  height: 78px;
}
.h-\[7px\] {
  height: 7px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[84px\] {
  height: 84px;
}
.h-\[88px\] {
  height: 88px;
}
.h-\[8px\] {
  height: 8px;
}
.h-\[96px\] {
  height: 96px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-12 {
  max-height: 3rem;
}
.max-h-\[128px\] {
  max-height: 128px;
}
.max-h-\[150px\] {
  max-height: 150px;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[48px\] {
  max-height: 48px;
}
.max-h-\[52px\] {
  max-height: 52px;
}
.max-h-\[58px\] {
  max-height: 58px;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-6 {
  min-height: 1.5rem;
}
.min-h-7 {
  min-height: 1.75rem;
}
.min-h-8 {
  min-height: 2rem;
}
.min-h-\[1\.125rem\] {
  min-height: 1.125rem;
}
.\!w-6 {
  width: 1.5rem !important;
}
.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.\!w-full {
  width: 100% !important;
}
.w-0 {
  width: 0px;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-6\/12 {
  width: 50%;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[104px\] {
  width: 104px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[13\.75rem\] {
  width: 13.75rem;
}
.w-\[138px\] {
  width: 138px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[156px\] {
  width: 156px;
}
.w-\[165px\] {
  width: 165px;
}
.w-\[176px\] {
  width: 176px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[190px\] {
  width: 190px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[205px\] {
  width: 205px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[3\.75rem\] {
  width: 3.75rem;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[432px\] {
  width: 432px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[54px\] {
  width: 54px;
}
.w-\[55\%\] {
  width: 55%;
}
.w-\[550px\] {
  width: 550px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[78px\] {
  width: 78px;
}
.w-\[7px\] {
  width: 7px;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[91px\] {
  width: 91px;
}
.w-\[calc\(100\%-0\.5rem\)\] {
  width: calc(100% - 0.5rem);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-12 {
  min-width: 3rem;
}
.min-w-24 {
  min-width: 6rem;
}
.min-w-5 {
  min-width: 1.25rem;
}
.min-w-6 {
  min-width: 1.5rem;
}
.min-w-7 {
  min-width: 1.75rem;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-\[1\.125rem\] {
  min-width: 1.125rem;
}
.min-w-\[184px\] {
  min-width: 184px;
}
.min-w-\[187px\] {
  min-width: 187px;
}
.min-w-\[201px\] {
  min-width: 201px;
}
.min-w-\[20px\] {
  min-width: 20px;
}
.min-w-\[85px\] {
  min-width: 85px;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.max-w-12 {
  max-width: 3rem;
}
.max-w-\[105px\] {
  max-width: 105px;
}
.max-w-\[118px\] {
  max-width: 118px;
}
.max-w-\[148px\] {
  max-width: 148px;
}
.max-w-\[159px\] {
  max-width: 159px;
}
.max-w-\[15rem\] {
  max-width: 15rem;
}
.max-w-\[195px\] {
  max-width: 195px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[228px\] {
  max-width: 228px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[352px\] {
  max-width: 352px;
}
.max-w-\[355px\] {
  max-width: 355px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[464px\] {
  max-width: 464px;
}
.max-w-\[5\.375rem\] {
  max-width: 5.375rem;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[565px\] {
  max-width: 565px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[1_0_20rem\] {
  flex: 1 0 20rem;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-\[1\.5\] {
  flex-grow: 1.5;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.\!basis-full {
  flex-basis: 100% !important;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-full {
  flex-basis: 100%;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0\.5 {
  --tw-translate-y: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-40 {
  --tw-translate-y: 10rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[1px\] {
  --tw-translate-y: 1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[2px\] {
  --tw-translate-y: 2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-px {
  --tw-translate-y: 1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.animate-\[campaignsToolbarSlideIn_300ms_ease_200ms_forwards\] {
  animation: campaignsToolbarSlideIn 300ms ease 200ms forwards;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.\!cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-default {
  cursor: default;
}
.cursor-grab {
  cursor: grab;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-text {
  cursor: text;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.columns-1 {
  -moz-columns: 1;
       columns: 1;
}
.columns-2 {
  -moz-columns: 2;
       columns: 2;
}
.columns-3 {
  -moz-columns: 3;
       columns: 3;
}
.columns-4 {
  -moz-columns: 4;
       columns: 4;
}
.columns-5 {
  -moz-columns: 5;
       columns: 5;
}
.columns-6 {
  -moz-columns: 6;
       columns: 6;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[1fr_1px_1fr\] {
  grid-template-columns: 1fr 1px 1fr;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-items-center {
  justify-items: center;
}
.\!gap-\[0\.625rem\] {
  gap: 0.625rem !important;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[0\.75rem\] {
  gap: 0.75rem;
}
.gap-\[1\.125rem\] {
  gap: 1.125rem;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.\!self-start {
  align-self: flex-start !important;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.\!rounded-lg {
  border-radius: 0.5rem !important;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[9px\] {
  border-radius: 9px;
}
.rounded-\[inherit\] {
  border-radius: inherit;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.\!border-2 {
  border-width: 2px !important;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[3px\] {
  border-width: 3px;
}
.\!border-b-0 {
  border-bottom-width: 0px !important;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.\!border-none {
  border-style: none !important;
}
.\!border-primary {
  border-color: var(--adoric-color-primary) !important;
}
.border-\[\#0000000a\] {
  border-color: #0000000a;
}
.border-\[\#00000014\] {
  border-color: #00000014;
}
.border-\[\#CEDAE8\] {
  --tw-border-opacity: 1;
  border-color: rgb(206 218 232 / var(--tw-border-opacity, 1));
}
.border-\[\#D3DDEA\] {
  --tw-border-opacity: 1;
  border-color: rgb(211 221 234 / var(--tw-border-opacity, 1));
}
.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.border-\[\#E2BF91\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 191 145 / var(--tw-border-opacity, 1));
}
.border-\[\#E4E4E4\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}
.border-\[\#E8E8E8\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
}
.border-\[\#F0BABA\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 186 186 / var(--tw-border-opacity, 1));
}
.border-\[\#F9EAB8\] {
  --tw-border-opacity: 1;
  border-color: rgb(249 234 184 / var(--tw-border-opacity, 1));
}
.border-\[\#e4e4e4\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}
.border-\[\#e8e8e8\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
}
.border-background {
  border-color: var(--adoric-color-background);
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-light-gray {
  border-color: var(--adoric-gray-border-color);
}
.border-primary {
  border-color: var(--adoric-color-primary);
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-\[\#E4E4E4\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}
.border-b-light-gray {
  border-bottom-color: var(--adoric-gray-border-color);
}
.border-l-\[\#E4E4E4\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}
.border-t-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.\!bg-\[\#f8f8f8\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#222\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3A3F45\] {
  --tw-bg-opacity: 1;
  background-color: rgb(58 63 69 / var(--tw-bg-opacity, 1));
}
.bg-\[\#444\] {
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity, 1));
}
.bg-\[\#56A97A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(86 169 122 / var(--tw-bg-opacity, 1));
}
.bg-\[\#95E4D6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(149 228 214 / var(--tw-bg-opacity, 1));
}
.bg-\[\#CFCFCF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(207 207 207 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D8EAFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 234 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D9EAFD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 234 253 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E0E0E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E2EDFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 237 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E3E3E3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E8E8E8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EFEFEF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F0F0F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F1F1F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F6F0DB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 240 219 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F6F1D6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 241 214 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F6F6F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F7E1E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 225 224 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F8F8F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FED7A4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 164 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFD7D7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 215 215 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF0E4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 228 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF3CD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 205 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFAEC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 236 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFF\] {
  background-color: #FFFF;
}
.bg-\[\#e8e8e8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f0f0f0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f8f8f8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffffff99\] {
  background-color: #ffffff99;
}
.bg-background {
  background-color: var(--adoric-color-background);
}
.bg-background-darken {
  background-color: var(--adoric-color-background-darken);
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  background-color: var(--adoric-color-primary);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-cover {
  background-size: cover;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[0\.375rem\] {
  padding: 0.375rem;
}
.p-\[12px\] {
  padding: 12px;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.\!py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\!py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[48px\] {
  padding-left: 48px;
  padding-right: 48px;
}
.px-\[60px\] {
  padding-left: 60px;
  padding-right: 60px;
}
.px-\[65px\] {
  padding-left: 65px;
  padding-right: 65px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[0\.375rem\] {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-\[0\.4375rem\] {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
.py-\[0\.625rem\] {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-\[0\.875rem\] {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.\!pr-8 {
  padding-right: 2rem !important;
}
.\!pr-\[1\.125rem\] {
  padding-right: 1.125rem !important;
}
.\!pt-3 {
  padding-top: 0.75rem !important;
}
.\!pt-5 {
  padding-top: 1.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-3\.5 {
  padding-bottom: 0.875rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[31px\] {
  padding-bottom: 31px;
}
.pb-\[68px\] {
  padding-bottom: 68px;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[0\.625rem\] {
  padding-left: 0.625rem;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[11px\] {
  padding-left: 11px;
}
.pl-\[12px\] {
  padding-left: 12px;
}
.pl-\[32px\] {
  padding-left: 32px;
}
.pl-\[50px\] {
  padding-left: 50px;
}
.pl-\[8px\] {
  padding-left: 8px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-\[0\.875rem\] {
  padding-right: 0.875rem;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pr-\[16px\] {
  padding-right: 16px;
}
.pr-\[9px\] {
  padding-right: 9px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-3\.5 {
  padding-top: 0.875rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[0\.875rem\] {
  padding-top: 0.875rem;
}
.pt-\[1px\] {
  padding-top: 1px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[98px\] {
  padding-top: 98px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.align-middle {
  vertical-align: middle;
}
.\!text-13 {
  font-size: 13px !important;
}
.\!text-14 {
  font-size: 14px !important;
}
.\!text-15 {
  font-size: 15px !important;
}
.\!text-18 {
  font-size: 18px !important;
}
.\!text-\[0\.625rem\] {
  font-size: 0.625rem !important;
}
.\!text-\[1\.125rem\] {
  font-size: 1.125rem !important;
}
.\!text-\[1\.75rem\] {
  font-size: 1.75rem !important;
}
.\!text-\[13px\] {
  font-size: 13px !important;
}
.\!text-\[15px\] {
  font-size: 15px !important;
}
.\!text-\[1rem\] {
  font-size: 1rem !important;
}
.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-10 {
  font-size: 10px;
}
.text-13 {
  font-size: 13px;
}
.text-14 {
  font-size: 14px;
}
.text-15 {
  font-size: 15px;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[0\.8125rem\] {
  font-size: 0.8125rem;
}
.text-\[0\.813rem\] {
  font-size: 0.813rem;
}
.text-\[0\.875rem\] {
  font-size: 0.875rem;
}
.text-\[0\.9375rem\] {
  font-size: 0.9375rem;
}
.text-\[0\.938rem\] {
  font-size: 0.938rem;
}
.text-\[1\.125rem\] {
  font-size: 1.125rem;
}
.text-\[1\.25rem\] {
  font-size: 1.25rem;
}
.text-\[1\.375rem\] {
  font-size: 1.375rem;
}
.text-\[1\.625rem\] {
  font-size: 1.625rem;
}
.text-\[1\.75rem\] {
  font-size: 1.75rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[3rem\] {
  font-size: 3rem;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[4rem\] {
  font-size: 4rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.\!leading-12 {
  line-height: 12px !important;
}
.\!leading-18 {
  line-height: 18px !important;
}
.\!leading-22 {
  line-height: 22px !important;
}
.\!leading-4 {
  line-height: 1rem !important;
}
.\!leading-5 {
  line-height: 1.25rem !important;
}
.\!leading-9 {
  line-height: 2.25rem !important;
}
.\!leading-\[14px\] {
  line-height: 14px !important;
}
.leading-18 {
  line-height: 18px;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[1\.125rem\] {
  line-height: 1.125rem;
}
.leading-\[1\.25rem\] {
  line-height: 1.25rem;
}
.leading-\[1\.375rem\] {
  line-height: 1.375rem;
}
.leading-\[1\.625rem\] {
  line-height: 1.625rem;
}
.leading-\[11px\] {
  line-height: 11px;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[2\.375rem\] {
  line-height: 2.375rem;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[21px\] {
  line-height: 21px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[36px\] {
  line-height: 36px;
}
.leading-\[4rem\] {
  line-height: 4rem;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.\!text-\[\#222\] {
  --tw-text-opacity: 1 !important;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#2B4362\] {
  --tw-text-opacity: 1 !important;
  color: rgb(43 67 98 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#666\] {
  --tw-text-opacity: 1 !important;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1)) !important;
}
.\!text-blue {
  color: var(--adoric-color-blue) !important;
}
.\!text-info {
  color: var(--adoric-color-info) !important;
}
.\!text-primary {
  color: var(--adoric-color-primary) !important;
}
.\!text-secondary {
  color: var(--adoric-color-secondary) !important;
}
.\!text-secondary-lighten {
  color: var(--adoric-color-secondary-lighten) !important;
}
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#006CE7\] {
  --tw-text-opacity: 1;
  color: rgb(0 108 231 / var(--tw-text-opacity, 1));
}
.text-\[\#14261C\] {
  --tw-text-opacity: 1;
  color: rgb(20 38 28 / var(--tw-text-opacity, 1));
}
.text-\[\#222222\] {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.text-\[\#222\] {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.text-\[\#2B4362\] {
  --tw-text-opacity: 1;
  color: rgb(43 67 98 / var(--tw-text-opacity, 1));
}
.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#444\] {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}
.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.text-\[\#6E655D\] {
  --tw-text-opacity: 1;
  color: rgb(110 101 93 / var(--tw-text-opacity, 1));
}
.text-\[\#999999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.text-\[\#999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.text-\[\#A9A9A9\] {
  --tw-text-opacity: 1;
  color: rgb(169 169 169 / var(--tw-text-opacity, 1));
}
.text-\[\#D1D7DE\] {
  --tw-text-opacity: 1;
  color: rgb(209 215 222 / var(--tw-text-opacity, 1));
}
.text-\[\#D64328\] {
  --tw-text-opacity: 1;
  color: rgb(214 67 40 / var(--tw-text-opacity, 1));
}
.text-\[\#DC3545\] {
  --tw-text-opacity: 1;
  color: rgb(220 53 69 / var(--tw-text-opacity, 1));
}
.text-\[\#FFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-background {
  color: var(--adoric-color-background);
}
.text-blue {
  color: var(--adoric-color-blue);
}
.text-info {
  color: var(--adoric-color-info);
}
.text-primary {
  color: var(--adoric-color-primary);
}
.text-secondary {
  color: var(--adoric-color-secondary);
}
.text-secondary-lighten {
  color: var(--adoric-color-secondary-lighten);
}
.underline {
  text-decoration-line: underline;
}
.decoration-\[\#B8B8B8\] {
  text-decoration-color: #B8B8B8;
}
.decoration-dotted {
  text-decoration-style: dotted;
}
.decoration-dashed {
  text-decoration-style: dashed;
}
.decoration-\[1\.5px\] {
  text-decoration-thickness: 1.5px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.underline-offset-\[3\.6px\] {
  text-underline-offset: 3.6px;
}
.underline-offset-\[7px\] {
  text-underline-offset: 7px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.\!opacity-0 {
  opacity: 0 !important;
}
.\!opacity-20 {
  opacity: 0.2 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_0_1px_rgba\(0\2c 0\2c 0\2c 0\.04\)\2c _0_4px_6px_0_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 4px 6px 0 rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color), 0 4px 6px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_4px_6px_0px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0px 4px 6px 0px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0px 4px 6px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\!outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.\!outline {
  outline-style: solid !important;
}
.outline {
  outline-style: solid;
}
.outline-1 {
  outline-width: 1px;
}
.outline-2 {
  outline-width: 2px;
}
.outline-\[1\.5px\] {
  outline-width: 1.5px;
}
.-outline-offset-1 {
  outline-offset: -1px;
}
.\!outline-\[\#ECD7C7\] {
  outline-color: #ECD7C7 !important;
}
.outline-\[\#e8e8e8\] {
  outline-color: #e8e8e8;
}
.outline-background-darken {
  outline-color: var(--adoric-color-background-darken);
}
.outline-image-border {
  outline-color: var(--adoric-image-border);
}
.outline-primary {
  outline-color: var(--adoric-color-primary);
}
.outline-white {
  outline-color: #fff;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[border-color\] {
  transition-property: border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[box-shadow\2c outline-color\] {
  transition-property: box-shadow,outline-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cut-text {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
.\[overflow-y\:clip\] {
  overflow-y: clip;
}
.\[overflow\:clip\] {
  overflow: clip;
}
.placeholder\:translate-y-\[1px\]::-moz-placeholder {
  --tw-translate-y: 1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.placeholder\:translate-y-\[1px\]::placeholder {
  --tw-translate-y: 1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.placeholder\:text-\[0\.875rem\]::-moz-placeholder {
  font-size: 0.875rem;
}
.placeholder\:text-\[0\.875rem\]::placeholder {
  font-size: 0.875rem;
}
.placeholder\:font-semibold::-moz-placeholder {
  font-weight: 600;
}
.placeholder\:font-semibold::placeholder {
  font-weight: 600;
}
.placeholder\:text-\[\#999\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[\#999\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.first\:mb-1:first-child {
  margin-bottom: 0.25rem;
}
.first\:w-auto:first-child {
  width: auto;
}
.first\:\!border-l-0:first-child {
  border-left-width: 0px !important;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.last\:mb-6:last-child {
  margin-bottom: 1.5rem;
}
.focus-within\:border-primary:focus-within {
  border-color: var(--adoric-color-primary);
}
.hover\:\!bg-\[\#F1F1F1\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-\[\#E4E4E4\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#F1F1F1\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#F2F2F2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#F4F8FF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 248 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#f1f1f1\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}
.hover\:fill-\[\#00000029\]:hover {
  fill: #00000029;
}
.hover\:fill-\[\#e8e8e8\]:hover {
  fill: #e8e8e8;
}
.hover\:text-info:hover {
  color: var(--adoric-color-info);
}
.hover\:text-secondary:hover {
  color: var(--adoric-color-secondary);
}
.group:hover .group-hover\:flex {
  display: flex;
}
.group:hover .group-hover\:\!text-\[\#2B4362\] {
  --tw-text-opacity: 1 !important;
  color: rgb(43 67 98 / var(--tw-text-opacity, 1)) !important;
}
.group:hover .group-hover\:\!text-secondary-lighten {
  color: var(--adoric-color-secondary-lighten) !important;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.has-\[\#shortcutsPortal\:empty\]\:gap-0:has(#shortcutsPortal:empty) {
  gap: 0px;
}
@media (max-width: 1440px) {

  .laptopxl\:w-\[380px\] {
    width: 380px;
  }

  .laptopxl\:px-\[45px\] {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 1040px) {

  .laptop\:right-1 {
    right: 0.25rem;
  }

  .laptop\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .laptop\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .laptop\:ml-0 {
    margin-left: 0px;
  }

  .laptop\:ml-\[60px\] {
    margin-left: 60px;
  }

  .laptop\:mr-0 {
    margin-right: 0px;
  }

  .laptop\:mr-\[35px\] {
    margin-right: 35px;
  }

  .laptop\:block {
    display: block;
  }

  .laptop\:flex {
    display: flex;
  }

  .laptop\:hidden {
    display: none;
  }

  .laptop\:h-\[281px\] {
    height: 281px;
  }

  .laptop\:w-\[140px\] {
    width: 140px;
  }

  .laptop\:w-\[200px\] {
    width: 200px;
  }

  .laptop\:w-\[220px\] {
    width: 220px;
  }

  .laptop\:w-\[316px\] {
    width: 316px;
  }

  .laptop\:max-w-\[333px\] {
    max-width: 333px;
  }

  .laptop\:flex-col {
    flex-direction: column;
  }

  .laptop\:justify-between {
    justify-content: space-between;
  }

  .laptop\:justify-around {
    justify-content: space-around;
  }

  .laptop\:gap-2 {
    gap: 0.5rem;
  }

  .laptop\:gap-6 {
    gap: 1.5rem;
  }

  .laptop\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .laptop\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .laptop\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .laptop\:\!pr-5 {
    padding-right: 1.25rem !important;
  }

  .laptop\:pb-4 {
    padding-bottom: 1rem;
  }

  .laptop\:pl-5 {
    padding-left: 1.25rem;
  }

  .laptop\:pl-\[40px\] {
    padding-left: 40px;
  }

  .laptop\:pr-0 {
    padding-right: 0px;
  }

  .laptop\:pt-8 {
    padding-top: 2rem;
  }
}
@media (max-width: 768px) {

  .tablet\:\!left-\[7\%\] {
    left: 7% !important;
  }

  .tablet\:\!top-\[16\%\] {
    top: 16% !important;
  }

  .tablet\:right-2 {
    right: 0.5rem;
  }

  .tablet\:m-0 {
    margin: 0px;
  }

  .tablet\:-mx-\[41px\] {
    margin-left: -41px;
    margin-right: -41px;
  }

  .tablet\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .tablet\:-mt-\[33px\] {
    margin-top: -33px;
  }

  .tablet\:-mt-\[9px\] {
    margin-top: -9px;
  }

  .tablet\:mb-0 {
    margin-bottom: 0px;
  }

  .tablet\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .tablet\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .tablet\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .tablet\:mb-8 {
    margin-bottom: 2rem;
  }

  .tablet\:mt-\[16px\] {
    margin-top: 16px;
  }

  .tablet\:block {
    display: block;
  }

  .tablet\:flex {
    display: flex;
  }

  .tablet\:hidden {
    display: none;
  }

  .tablet\:h-\[157px\] {
    height: 157px;
  }

  .tablet\:h-\[170px\] {
    height: 170px;
  }

  .tablet\:h-\[264px\] {
    height: 264px;
  }

  .tablet\:h-\[480px\] {
    height: 480px;
  }

  .tablet\:max-h-\[109px\] {
    max-height: 109px;
  }

  .tablet\:max-h-full {
    max-height: 100%;
  }

  .tablet\:\!w-full {
    width: 100% !important;
  }

  .tablet\:w-\[192px\] {
    width: 192px;
  }

  .tablet\:w-full {
    width: 100%;
  }

  .tablet\:\!max-w-full {
    max-width: 100% !important;
  }

  .tablet\:max-w-\[136px\] {
    max-width: 136px;
  }

  .tablet\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .tablet\:max-w-full {
    max-width: 100%;
  }

  .tablet\:flex-1 {
    flex: 1 1 0%;
  }

  .tablet\:flex-none {
    flex: none;
  }

  .tablet\:\!basis-1\/2 {
    flex-basis: 50% !important;
  }

  .tablet\:flex-col {
    flex-direction: column;
  }

  .tablet\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .tablet\:flex-wrap {
    flex-wrap: wrap;
  }

  .tablet\:items-start {
    align-items: flex-start;
  }

  .tablet\:items-end {
    align-items: flex-end;
  }

  .tablet\:items-center {
    align-items: center;
  }

  .tablet\:justify-around {
    justify-content: space-around;
  }

  .tablet\:gap-1 {
    gap: 0.25rem;
  }

  .tablet\:gap-4 {
    gap: 1rem;
  }

  .tablet\:gap-6 {
    gap: 1.5rem;
  }

  .tablet\:gap-8 {
    gap: 2rem;
  }

  .tablet\:self-center {
    align-self: center;
  }

  .tablet\:rounded-none {
    border-radius: 0px;
  }

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

  .tablet\:p-0 {
    padding: 0px;
  }

  .tablet\:p-4 {
    padding: 1rem;
  }

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

  .tablet\:p-8 {
    padding: 2rem;
  }

  .tablet\:p-\[48px\] {
    padding: 48px;
  }

  .tablet\:\!px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .tablet\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .tablet\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tablet\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tablet\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tablet\:pb-0 {
    padding-bottom: 0px;
  }

  .tablet\:pb-8 {
    padding-bottom: 2rem;
  }

  .tablet\:pl-8 {
    padding-left: 2rem;
  }

  .tablet\:pr-10 {
    padding-right: 2.5rem;
  }

  .tablet\:pt-6 {
    padding-top: 1.5rem;
  }

  .tablet\:text-center {
    text-align: center;
  }
}
@media (max-width: 490px) {

  .mobile\:left-0 {
    left: 0px;
  }

  .mobile\:top-\[76px\] {
    top: 76px;
  }

  .mobile\:mb-4 {
    margin-bottom: 1rem;
  }

  .mobile\:size-5 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .mobile\:size-6 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .mobile\:h-\[186px\] {
    height: 186px;
  }

  .mobile\:h-\[65vh\] {
    height: 65vh;
  }

  .mobile\:h-auto {
    height: auto;
  }

  .mobile\:w-full {
    width: 100%;
  }

  .mobile\:p-4 {
    padding: 1rem;
  }

  .mobile\:pb-0 {
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[232px\] {
    height: 232px;
  }

  .md\:w-\[500px\] {
    width: 500px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

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

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.\[\&\.hovered\>checkbox-component\]\:opacity-100.hovered>checkbox-component {
  opacity: 1;
}
.\[\&\.hovered\]\:bg-\[\#F8F8F8\].hovered {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.\[\&\.scrolled_td\:first-of-type\:not\(\.column-settings\)\]\:border-l.scrolled td:first-of-type:not(.column-settings) {
  border-left-width: 1px;
}
.\[\&\.scrolled_td\:last-of-type\]\:border-r.scrolled td:last-of-type {
  border-right-width: 1px;
}
.\[\&\.scrolled_th\:first-of-type\]\:border-l.scrolled th:first-of-type {
  border-left-width: 1px;
}
.\[\&\.scrolled_th\:last-of-type\]\:border-r.scrolled th:last-of-type {
  border-right-width: 1px;
}
.\[\&\.selected\>checkbox-component\]\:opacity-100.selected>checkbox-component {
  opacity: 1;
}
.\[\&\.selected\]\:bg-\[\#F8F8F8\].selected {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.\[\&\.slideOut\]\:animate-\[campaignsToolbarSlideOut_150ms_ease_200ms_forwards\].slideOut {
  animation: campaignsToolbarSlideOut 150ms ease 200ms forwards;
}
.\[\&\.slideOut\]\:opacity-100.slideOut {
  opacity: 1;
}
.\[\&\:hover\]\:shadow-\[0px_4px_12px_rgba\(0\2c 0\2c 0\2c 0\.04\)\]:hover {
  --tw-shadow: 0px 4px 12px rgba(0,0,0,0.04);
  --tw-shadow-colored: 0px 4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\[\&\:hover\]\:outline-\[\#d8d8d8\]:hover {
  outline-color: #d8d8d8;
}
.\[\&\>div\]\:p-0>div {
  padding: 0px;
}
.\[\&\>input\]\:pb-\[0\.1875rem\]>input {
  padding-bottom: 0.1875rem;
}
.\[\&\>input\]\:pt-\[0\.125rem\]>input {
  padding-top: 0.125rem;
}
.group:hover .group-hover\:\[\&\>path\:nth-child\(1\)\]\:fill-\[\#222\]>path:nth-child(1) {
  fill: #222;
}
.group:hover .group-hover\:\[\&\>path\:nth-child\(2\)\]\:stroke-\[\#222\]>path:nth-child(2) {
  stroke: #222;
}
.\[\&\>path\]\:stroke-\[\#222\]>path {
  stroke: #222;
}
.\[\&\>path\]\:stroke-primary>path {
  stroke: var(--adoric-color-primary);
}
.\[\&\>tr\:not\(\:last-child\)\]\:border-b>tr:not(:last-child) {
  border-bottom-width: 1px;
}
.\[\&\>tr\]\:border-b>tr {
  border-bottom-width: 1px;
}
.\[\&\[data-checked\=\'true\'\]\]\:shadow-\[0px_4px_12px_rgba\(0\2c 0\2c 0\2c 0\.04\)\][data-checked='true'] {
  --tw-shadow: 0px 4px 12px rgba(0,0,0,0.04);
  --tw-shadow-colored: 0px 4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\[\&\[data-checked\=\'true\'\]\]\:outline-2[data-checked='true'] {
  outline-width: 2px;
}
.\[\&\[data-checked\=\'true\'\]\]\:outline-primary[data-checked='true'] {
  outline-color: var(--adoric-color-primary);
}
.\[\&_svg\]\:size-\[18px\] svg {
  width: 18px;
  height: 18px;
}
.\[\&_svg\]\:rotate-180 svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&_td\.heading\]\:\!min-w-\[240px\] td.heading {
  min-width: 240px !important;
}
.\[\&_td\:first-child\]\:w-full td:first-child {
  width: 100%;
}
.\[\&_td\:first-child\]\:p-0 td:first-child {
  padding: 0px;
}
.\[\&_td\:first-child\]\:pl-0 td:first-child {
  padding-left: 0px;
}
.\[\&_td\:first-child\]\:text-right td:first-child {
  text-align: right;
}
@media (min-width: 768px) {

  .md\:\[\&_td\:first-child\]\:max-w-px td:first-child {
    max-width: 1px;
  }

  .md\:\[\&_td\:first-child\]\:pr-6 td:first-child {
    padding-right: 1.5rem;
  }
}
.\[\&_td\:not\(\:last-child\)\]\:min-w-\[70px\] td:not(:last-child) {
  min-width: 70px;
}
.\[\&_td\]\:px-3 td {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.\[\&_td\]\:pl-2 td {
  padding-left: 0.5rem;
}
.\[\&_td\]\:pl-3 td {
  padding-left: 0.75rem;
}
.\[\&_td\]\:pr-6 td {
  padding-right: 1.5rem;
}
@media (max-width: 1040px) {

  .laptop\:\[\&_td\]\:pr-5 td {
    padding-right: 1.25rem;
  }
}
.\[\&_th\:first-child\]\:p-0 th:first-child {
  padding: 0px;
}
.\[\&_th\:first-child\]\:pl-0 th:first-child {
  padding-left: 0px;
}
.\[\&_th\:not\(\:last-child\)\]\:min-w-\[70px\] th:not(:last-child) {
  min-width: 70px;
}
.\[\&_th\]\:px-3 th {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.\[\&_th\]\:pl-2 th {
  padding-left: 0.5rem;
}
.\[\&_th\]\:pl-3 th {
  padding-left: 0.75rem;
}
.\[\&_th\]\:pr-6 th {
  padding-right: 1.5rem;
}
@media (max-width: 1040px) {

  .laptop\:\[\&_th\]\:pr-5 th {
    padding-right: 1.25rem;
  }
}
.\[\&_tr\>td\:first-child\]\:pl-6 tr>td:first-child {
  padding-left: 1.5rem;
}
.\[\&_tr\>td\:last-child\]\:pr-6 tr>td:last-child {
  padding-right: 1.5rem;
}
.\[\&_tr\>td\:last-of-type\]\:pr-3 tr>td:last-of-type {
  padding-right: 0.75rem;
}
.\[\&_tr\>td\]\:pl-6 tr>td {
  padding-left: 1.5rem;
}
.\[\&_tr\>th\:first-child\]\:pl-6 tr>th:first-child {
  padding-left: 1.5rem;
}
.\[\&_tr\>th\:last-child\]\:pr-6 tr>th:last-child {
  padding-right: 1.5rem;
}
.\[\&_tr\>th\:last-of-type\]\:pr-3 tr>th:last-of-type {
  padding-right: 0.75rem;
}
.\[\&_tr\>th\]\:pl-6 tr>th {
  padding-left: 1.5rem;
}
.\[\&_tr\]\:border-\[\#E4E4E4\] tr {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}